Skip to content

Instantly share code, notes, and snippets.

View hieunc229's full-sized avatar
🎯
Focusing

Hieu Nguyen (Jack) hieunc229

🎯
Focusing
View GitHub Profile
@rsms
rsms / HUnorderedMap.hh
Created November 17, 2010 17:56
Testing (lookup) performance of different hash map algorithms for constant keys (pointer is hash)
#ifndef H_UNORDERED_MAP_
#define H_UNORDERED_MAP_
#import <tr1/unordered_map>
template<class K, class T>
class HUnorderedMap {
public:
typedef typename std::tr1::unordered_map<K, T > Map;
typedef typename Map::value_type ValueType;
@xbeta
xbeta / README.md
Last active July 11, 2024 15:13
Macbook Pro Bluetooth + WiFi 2.4GHz interference fix for Mavericks
@ikennaokpala
ikennaokpala / _.sh
Last active June 10, 2021 07:24
Starting up and Monitoring a Golang binary in production
# Make it executable
sudo chmod +x etc/init.d/myapp
# Try it:
sudo service myapp start
# Make it run upon boot:
sudo update-rc.d myapp defaults
@solenoid
solenoid / README.md
Last active October 12, 2018 01:44
GDP Growth and Presidential Party