Skip to content

Instantly share code, notes, and snippets.

View kennethjiang's full-sized avatar

Kenneth Jiang kennethjiang

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kennethjiang on github.
  • I am kennethjiang (https://keybase.io/kennethjiang) on keybase.
  • I have a public key ASA_iwCr2cEQsNDAV9AFGCZFxPwHkZ4p3XLu7P_BCI5ikwo

To claim this, I am signing this object:

package rhumbix.rhumbix;
class ImageUploader
{
public static int[] dimension = new int[2]; // dimension[0] = width, dimension[1] = height
void cacheImageInMemory(File imageFile) {
...
}