How to create image thumbnails with Python
Includes sample script
Latest KB Articles & Resources
Includes sample script
Google's powerful open-source platform for machine learning.
The development of web applications and websites has become increasingly simple in recent years. Even the most technologically challenged among us have becom...
Advanced output: Filters Output markup takes filters. Filters are simple methods. The first parameter is always the output of the left side of the filter....
If you’re a programmer, you know that writing code can often be a time-consuming and error-riddled process. Figuring out how to make your program or web appl...
PHP is an open-source, server-side scripting and programming language that’s primarily used for web development. The bulk of the core WordPress software is w...
This tutorial introduces you to the MongoDB database. You’ll discover how to install the software, manipulate data, and apply the data design techniques to y...
At a high level, GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their...
Escaping double curly braces inside a markdown code block in Jekyll You can use {% raw %} to ensure content is unmodified by Jekyll: {% raw %} ...
How to pass liquid variables defined in your post or pages layout into your site includes.
VIM shortcut to increase a number
List of GP tables
SOP Tables Commonly Used Tables: SOP10100 – Unposted/Work Transactions (header) – one record per unposted sales transaction SOP10200 – Unposted/Work ...
POP Tables Commonly Used Tables: POP00101 – Buyer Master POP10100 – Purchase Order Work (header) POP10110 – Purchase Order Line Work (line detail) POP10150 ...
My favorite linux commands Hashing Get hash from string echo -n dogswoof23221 | sha256sum certutil -hashfile z:\desktop\lsr.exe SHA512 Get-File...