Posts in Programming
50 posts found
Emacs Copy and PasteJuly 22, 2018
Simple and sweet. How to cut, copy, and paste in emacs.
|
|
My .emacs Config for Samples and ExamplesJuly 22, 2017
What my current .emacs (dotemacs) file looks like.
|
|
Ditto Hunt - A Duplicate File FinderJuly 15, 2017
Ditto Hunt is a duplicate file finder that quickly finds duplicate files and then allows you to select files for deletion.
|
|
TinyCom - A Line Based Serial Terminal GUIFebruary 22, 2017
A simple line based serial terminal GUI written in Python.
|
|
Easy Ajax Example Using jQueryOctober 21, 2016
A simple and sweet example of doing basic Ajax with jQuery.
|
|
Profile PHP With Xdebug and Webgrind On Ubuntu 16October 20, 2016
How to setup Xdebug and profile PHP code on Ubuntu.
|
|
Clapper Project with PIC16F688March 31, 2016
This is a simple clapper project that can be used to turn appliances on and off.
|
|
Create a GUI Application Using Qt and Python in Minutes: Example Web Browser 4January 24, 2016
This is a tutorial showing how to create a simple web browser in 10 minutes using Qt Designer and Python (PyQt). It doesn't get any simpler than this to create feature rich GUI applications with the logic written in Python in very little time.
|
|
Tweet to Twitter with PHP on Your WebsiteDecember 31, 2015
How to generate tweets from your website with PHP.
|
|
|
|
Minimizer to Reduce Download Size of CSS and JS FilesDecember 31, 2015
The tool I use to minimize CSS files. Works for JavaScript files too.
|
|
A Language Speed Test Comparing Embedded Linux Boards 8October 2, 2015
This basic test runs a comparison of programming language speeds comparing a variety of popular embedded Linux boards.
|
|
Favorite Python One-linersMay 21, 2015
A collection of handy Python code snippets I frequently use.
|
|
fatutil - A Tool to Manipulate FAT32 Filesystem ImagesMarch 27, 2015
A utility that gives scripting ability to generate FAT filesystem images without root or fuse.
|
|
Arduino UNO Unbox to First ProgramMarch 30, 2014
A brief introduction from unboxing to toggling an on-board LED for an Arduino UNO.
|
|
Copy stdin to stdout the C++ Way 4March 25, 2014
How one might write a simple C++ program to copy stdin to stdout. It's easier than you think.
|
|
Simple Text Processing With C++ dos2unix ExampleMarch 24, 2014
A simple example of a basic dos2unix application using pure C++.
|
|
C++ Alternate Tokens Gone WildMarch 5, 2014
Did you know that there are alternate operators in C++ that resemble English?
|
|
Using the C++ Ternary Operator Like a Rockstar 1March 2, 2014
|
|
PHP and UnicodeMarch 1, 2014
A rundown of how to prevent bugs dealing with Unicode support in PHP.
|
|
Apple Fail BugFebruary 28, 2014
|