Popular Programming Tips
`isOdd` function in JavaScript
Angela
·
2 responses
·
javascript, modulo
Getting TeamCity to build ASP.net MVC 3+ Web Solutions
@kjellski
·
5 responses
·
ci, cd, msbuild, c#
Ubuntu Command Line Interaction with Beanstalkd
Blitline Developers
·
0 responses
·
shell, command line, beanstalkd, ubuntu
Swap values of two variables without using a temporary variable
Georg
·
4 responses
·
trick, javascript
has many relation in fixtures in Ember-Data rev 12
Wojtek Ryrych
·
4 responses
·
ember.js, ember-data
Writing SQL UPDATE Queries with Arel
James Martin
·
4 responses
·
ruby, rails, database, rake
Quickly test an IMAP server with telnet
Maxime VALETTE
·
0 responses
·
test, telnet, imap, netcat
Clean way to use Bootstrap's Icon glyphs in Rails
Alan Ho
·
1 response
·
rails, bootstrap
Automatically reattach tmux session using iTerm2
Mark Nichols
·
2 responses
·
tmux, iterm2
Code Snippets In Sublime Text
Dale Sande
·
1 response
·
sublime, snippets
Implement Social Login Button for Any OAuth Provider Using Vue.js
Khor
·
0 responses
·
oauth, oauth2, javascript, vue
Always include a WHERE clause in conditional UPDATE statements
Justin
·
0 responses
·
mysql, sql, update statements, safe updates
ASP.NET MVC4: Bundling and Minification
Gizem Cetinkaya
·
3 responses
·
bundle, mvc 4, bundling, minification
Run Django's runserver in supervisor
Simon Pantzare
·
3 responses
·
python, django, supervisor
How to detect plugins slowing Vim down
Benjamin Chrétien
·
1 response
·
debug, vim, plugin, slow
Open the Xcworkspace file in the current directory
Bram Plessers
·
1 response
·
workspace, terminal, xcode, osx
Bootstrap 3: *really* simple nav over carousel responsive layout
Nicolas Oga
·
0 responses
·
css, responsive, html, carousel
Prevent column-break when using column-count
Alexander Rösel
·
0 responses
·
css, html, column-count, column-break
Create a new Rails app with specified version
Robbie Marcelo
·
1 response
·
ruby, rails, gems, versions
Comparing date objects in JavaScript using the == operator
Wei-Meng Lee
·
0 responses
·
date, javascript, moment.js
Mocking Backbone.Model fetch() requests with Sinon.fakeServer
Paul Osborne
·
3 responses
·
backbone, sinon, javascript, mocking