Skip to content

Instantly share code, notes, and snippets.

View maleko's full-sized avatar

Marc Lee maleko

  • Adviso Technologies
  • Melbourne, Australia
View GitHub Profile
### Keybase proof
I hereby claim:
* I am maleko on github.
* I am maleko (https://keybase.io/maleko) on keybase.
* I have a public key whose fingerprint is F688 5BAC 6B18 FC3E 1D85 1F16 1F83 9933 F87D 3EC7
To claim this, I am signing this object:
@maleko
maleko / gist:c6264e7b308a921f8eca
Created June 16, 2015 09:22
Slack crash report
Process: Slack [2339]
Path: /Applications/Slack.app/Contents/MacOS/Slack
Identifier: com.tinyspeck.slackmacgap
Version: 1.0.5 (2689)
App Item ID: 803453959
App External ID: 811873994
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Slack [2339]
User ID: 501
@maleko
maleko / gist:6401173
Created August 31, 2013 22:56
Goodfil.ms query
http://goodfil.ms/films_live?ids=7&query=buffy
// Example:
JavaScript.load("/javascripts/something.js");
// With callback (that’s the good thing):
JavaScript.load("http://www.someawesomedomain.com/api.js", function() {
API.use(); // or whatever api.js provides ...
});
@maleko
maleko / setup.sh
Created December 12, 2012 12:12 — forked from krisf/setup.sh
#!/bin/bash
# install dependencies
apt-get update && apt-get upgrade
apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev
# install RVM
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
### as per RVM instructions (both files)
@maleko
maleko / gist:1691604
Created January 27, 2012 23:40
Netgear CVG824G DHCP errors
Time Priority Description
Time Not Established Critical (3) DHCP WARNING - Non-critical field invalid in response.
Tue Jan 24 14:33:07 2012 Critical (3) SYNC Timing Synchronization failure - Failed to acquire QAM/Q...
Tue Jan 24 11:58:26 2012 Critical (3) No Ranging Response received - T3 time-out
Time Not Established Critical (3) DHCP WARNING - Non-critical field invalid in response.
Mon Jan 23 04:25:42 2012 Critical (3) Started Unicast Maintenance Ranging - No Response received - ...
Sun Jan 22 19:04:18 2012 Critical (3) No Ranging Response received - T3 time-out
Sun Jan 22 04:06:22 2012 Critical (3) Started Unicast Maintenance Ranging - No Response received - ...
Sat Jan 14 00:20:59 2012 Critical (3) No Ranging Response received - T3 time-out
Fri Jan 13 12:02:33 2012 Critical (3) Started Unicast Maintenance Ranging - No Response received - ...
ERROR: Could not find a valid gem 'sqlite3-ruby' (>= 0) in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::ETIMEDOUT: Operation timed out - connect(2) (http://rubygems.org/latest_specs.4.8.gz)
http://production.s3.rubygems.org/latest_specs.4.8.gz
Updating RubyGems
ERROR: http://gems.rubyforge.org/ does not appear to be a repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::ETIMEDOUT: Operation timed out - connect(2) (http://gems.rubyforge.org/yaml)
1. Cook rice and keep in fridge (at least until it cooks down significantly)
2. Cook bacon or luncheon meat or meat of choice with some chopped garlic (add as per taste req.s)
3. Add fresh veggies like french bean, diced carrots and etc (we find fresh vege much nicer than the frozen peas, etc... )
3.5 Get some preserved black olive shredded strips from an asian grocery. It's in the preserved veges section usually. This really brings out the flavour of the dish. will take photo soon
4. Add cold rice.
//
// CocosiPadAppDelegate.m
// Cocos.iPad
//
// Created by Marc Lee on 19/04/10.
// jTribe Holdings Pty Ltd & Adviso Technologies 2010
//
#import "CocosiPadAppDelegate.h"
#import "cocos2d.h"