Ghostscript Cheatsheet
Combine, manipulate, Merge, convert and Extract PDF files using Ghostscript with these powerful ghostscript commands
Every Problem can be traced back to a lack of assets. DynamiteFrog aims to provision those assets for common web development and digital marketing problems
Handpicked cheatsheets and guides
Extensive collection of vim basic to advanced Vim commands and plugins to enhance your vim text editing and coding experiences.
Combine, manipulate, Merge, convert and Extract PDF files using Ghostscript with these powerful ghostscript commands
Pretty up your shell with Zsh.
code examples to help you configure the way your site is crawled by search engines
Shell Scripting Crash Course - Cheatsheet for beginners This is a bash shell scripting which can be found on Unix, Linux and Mac. You can install bash on the Linux subsystem on Windows too. the f...
Speed up your coding with emmet zen coding automation.
<?php /** * WordPress Query Comprehensive Reference * Compiled by luetkemj - luetkemj.com * * CODEX: http://codex.wordpress.org/Class_Reference/WP_Query * Source: http://core.trac.wordpress.org/...
Update password in WordPress database UPDATE wp_users SET user_pass = MD5( ‘new_password’ ) WHERE wp_users.user_login = “admin_username”; password must be set to md5 for login to work troubleshoot...
Cron Sequence of dashes minute hour day of month month day of week The cron sequence is displayed like this for example 15 10 5 * * The cron sequence 15 10 5 * * can be broken down...
JavaScript: Understanding the Weird Parts - The First 3.5 Hours Javascript compares the value of objects and variables stored in memory and not the value you assigned to them Javascript behaves t...