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
Basic True / False Declaration $is_admin = ($user['permissions'] == 'admin') ? true : false; Conditional Welcome Message echo 'Welcome '.($user['is_logged_in'] ? $user['first_name'] : 'Guest').'!...
Extensive collection of vim basic to advanced Vim commands and plugins to enhance your vim text editing and coding experiences.
Passive voice Passive voice This product can be bought in our webshop. Better alternative Customers can buy this product in our webshop. Passive voice The bags are checked by a security employee...
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...