Skip to content

Instantly share code, notes, and snippets.

View mjuszczak's full-sized avatar

Matt Juszczak mjuszczak

View GitHub Profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
require 'bigdecimal'
switch = true
wins = 0
1000.times do |k|
doors = [false, false, false]
doors[rand 3] = true
### Keybase proof
I hereby claim:
* I am mjuszczak on github.
* I am mjuszczak (https://keybase.io/mjuszczak) on keybase.
* I have a public key whose fingerprint is B8C0 CB75 5045 A210 C8CC 73A1 14F3 6AF6 A14D F20C
To claim this, I am signing this object:
@mjuszczak
mjuszczak / gist:7143459
Created October 24, 2013 19:27
PostgreSQL Differences
[root@blah tmp]# diff postgresql.conf postgresql.conf.pgtune
64c64
< max_connections = 100 # (change requires restart)
---
> # max_connections = 100 # (change requires restart)
107c107
< shared_buffers = 32MB # min 128kB
---
> # shared_buffers = 32MB # min 128kB
502a503,512