The Lost Beauty
searching everywhere...
Saturday, January 23, 2016
Creating scalable images on the cheap
›
I just finished working on a banner for my univeristy. The design involves three logos for the three entities involved in this activity: th...
1 comment:
Sunday, November 29, 2015
Shortest path touching a circle
›
This came up a week or so ago in a discussion with a lab mate. The governing principle is well-known from physics, but I was too lazy t...
Sunday, March 23, 2014
PS to PDF: convert and crop
›
I've done this task once before and forgot how. It took me a while to do it again, so I'm posting this here in case somebody else n...
Sunday, May 8, 2011
Sorting Facebook feeds in chronological order
›
College students spend lots of time on Facebook and virtually use it to share and organize their shcedules and course materials. Obviously,...
21 comments:
Wednesday, January 26, 2011
A lightweight anonymous visitor for Java collections
›
I got myself into a situation where I really wished that Java collections accepted a visitor interface of some kind so I could define one o...
2 comments:
Sunday, October 24, 2010
Efficient enumeration of all integers with a given pop count
›
Population count is the number of '1' bits in the binary representation of an integer. The basic trick we employ is to get the next...
Saturday, July 17, 2010
Generating combinations in lexicographical order using Java
›
Below is a Java port of the algorithm by James McCaffrey as presented in the MSDN article Generating the mth Lexicographical Element of a Ma...
3 comments:
›
Home
View web version