Joined June 2012
·
Posted to
Sublime Text 2 + Clojure
over 1 year
ago
Заметка о Кложе на coderwall на русском языке :О
Posted to
Source Code Pro
over 1 year
ago
Consolas beautiful than this font
Posted to
Install Postgresql on Mountain Lion
over 1 year
ago
https://github.com/jwang/pgpane for easiest way to start or stop postgres
Posted to
NTFS Read / Write in OS X
over 1 year
ago
Drive mounted by this solution don't display in devices list in Finder sidebar. Do you solve this?
Posted to
Extract time and time intervals from strings
over 1 year
ago
Nice, thanks
Posted to
New code editor Brackets
over 1 year
ago
It's never replace Sublime!
Posted to
Hosting a Blog on Github
over 1 year
ago
Middleman is better.
Posted to
Ruby generate random number, doing it right.
over 1 year
ago
Do:
$ require "securerandom"
If you get error:
NameError: uninitialized constant SecureRandom
Posted to
Unlock the GitHub Game Off badges
over 1 year
ago
Perfect!
Posted to
Floats
over 1 year
ago
require "benchmark"
require "bigdecimal"
n = 1_000_000
Benchmark.bm do |x|
x.report { for i in 1..n; (5.9 - 5.8).round 14; end }
x.report { for i in 1..n; (BigDecimal.new("5.9") - BigDecimal.new("5.8")).to_f; end }
end
user system total real
0.240000 0.000000 0.240000 ( 0.241408)
4.140000 0.000000 4.140000 ( 4.139652)
But your solution is correct, thanks.
Posted to
Inconsistent Color Palettes
over 1 year
ago
Jesus Christ, interesting information and code, thanks =)
Posted to
Save your file every time sublime loose focus
over 1 year
ago
Nice, thanks
Achievements
300 Karma
11,361 Total ProTip Views

Altruist
Increase developer well-being by sharing at least 20 open source projects

Lab
Have at least one original repo where C# is the dominant language

24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2013

T-Rex
Have at least one original repo where C is the dominant language

Desert Locust
Have at least one original repo where Erlang is the dominant language

Forked
Have a project valued enough to be forked by someone else

Charity
Fork and commit to someone's open source project in need

Nephila Komaci
Have at least one original repos where PHP is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Cub
Have at least one original jQuery or Prototype open source repo

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language
@newsociallife lol. php is bullshit