Joined June 2013
·
Posted to
Need placeholder images for your prototype?
over 1 year
ago
This is great.
Posted to
Launching Sublime Text 2 in windows command line shortcode
over 1 year
ago
The reason the guide does not work is because step three creates %SUBLIMEHOME% and step 4 calls %SUBLIMETEXT%. If you created a system variable named %SUBLIMEHOME% referencing your Sublime Text 2 install directory, then add %SUBLIME_HOME% to your %PATH% variable.
Achievements
244 Karma
19,253 Total ProTip Views
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2013
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose
Have at least one original repo where Ruby is the dominant language
Nephila Komaci
Have at least one original repos where PHP 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
Python 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
I apologize I never replied back to this. I haven't been doing much coding in the past two years and I spaced all of this. You are correct, this was changed but never updated on here.
The use of
if not n % i:
works the same asif n % i == 0: