Joined September 2011
·
Posted to
JavaScript iterate through object keys and values
over 1 year
ago
I find this useful for me:
ObjectKit.forEach = function Object_forEach (object, callback) {
for (var key in object) {
if (object.hasOwnProperty(key)) callback(key, object[key]);
}
};
Posted to
Continuous testing for D
over 1 year
ago
Here is example for travis-ci https://github.com/yamadapc/pyjamas/blob/master/.travis.yml
Posted to
iTunes 12 blue icon
over 1 year
ago
Thank you for link. It's almost same with manual I mentioned, paste image in "get info" window. For me it worked only if I open icon in preview.app and copy image (not a file)
Achievements
191 Karma
45,679 Total ProTip Views
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Altruist
Increase developer well-being by sharing at least 20 open source projects
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
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
To have less env variables can pass it in URL format: