Popular Programming Tips
Get email when a cron job fails
Andreas Loupasakis
·
0 responses
·
unix, notifications, crontab, cronjob
How to build ipxelinux.0
Robin Smidsrød
·
3 responses
·
pxe, ipxe, pxelinux, pxelinux.0
Easy Profiling Java from command line
Frederik Mogensen
·
1 response
·
profiling, java, hprof, hat
No more tired eyes - use dark themes!
Adrian Imfeld
·
3 responses
·
php, ergonomics, phpstorm
Checking if a CSR is signed with SHA-2 hash algorithm
Simone Carletti
·
1 response
·
shell, ssl, openssl, ssl certificates
Get Odd and Even indexed values from List in Python
Julien Garcia Gonzalez
·
0 responses
·
python, list, slice
Convert SVG font to ttf, eot, woff
Martin Auswöger
·
0 responses
·
svg, ttf, eot, woff
IOS UI colors with hex values in swfit
eranga bandara
·
1 response
·
color, ios, osx, swift
JAXB - Data Binding Exception
Ivan Sim
·
0 responses
·
ivanhcsim, java, jaxb
Proxmox Change Node IP
Hatem Nassrat
·
0 responses
·
cloud, virtualization, ip address, proxmox
Skipping `before` hook for a few test cases in Rspec
Vitaly
·
4 responses
·
rspec, tips-and-tricks
How to remove diacritics in SQL Server
Dominic Goulet
·
0 responses
·
sql, sqlserver
Capybara - select first element (Ambiguity Resolution)
Vlado Cingel
·
0 responses
·
find, capybara, first
Pass the database pwd to Rails with an environment variable
Felix Holmgren
·
2 responses
·
ruby, rails, apache, capistrano
Memory efficient Ubuntu VMs
Attila Györffy
·
14 responses
·
virtualisation, vmware, ubuntu
Fetch dynamic web pages with Selenium
Filippo Valsorda
·
2 responses
·
python, scraping, selenium
Add Code Coverage Report to Laravel Project
Nati Namvong
·
0 responses
·
laravel, phpunit, code coverage, phpunit.xml
install specific version of a software with brew
Juxi Leitner
·
0 responses
·
brew, versions, installing, software
Bye Bye CSS Box Model...
Elad Shechter
·
19 responses
·
css, css3, web design
Add an SVN remote to your Git repo
Russell
·
0 responses
·
svn, git
Save DOM elements in variables using jQuery
Oliver
·
6 responses
·
jquery, javascript
Swift: Create an array of numbers 1 to 100 and divide into odds and evens using partition()
Anthony Levings
·
0 responses
·
ios, xcode, algorithms, partition