All Posts - Page 6
234 posts found
Delivery Drone WarsMarch 8, 2014
Amazon will be delivering with drones in a couple years and we already have hoverboards. Netflix sees the humor.
|
|
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
|
|
C++11 User Defined Literals for Representing Units of Time 2February 25, 2014
You can use user defined literals in C++11 to represent units of time.
|
|
Regex to Test for Email Address in PHPFebruary 25, 2014
This is a simple function in PHP to determine if a string is a valid email address.
|
|
Create href from URL in Text with PHPFebruary 25, 2014
This is how I take text that contains links in PHP and convert any links to actual HTML hrefs.
|
|
Use GeSHi To Syntax Highlight Code on Your Site with Static CSSFebruary 24, 2014
This is how I use GeSHi to format the code displayed on this blog.
|
|
|
|
Software Engineering is a Social ProblemFebruary 24, 2014
I subscribe to the idea that software engineering is often times a social problem and not a technical one.
|
|
C++ STL Alternatives to Non-STL Code 8February 24, 2014
Below is a collection of examples of common code patterns that could otherwise be written simpler, cleaner, and more correct when the STL or boost is used.
|
|
An Interesting C++ Templated Parameter Gotcha 1February 23, 2014
Be careful with how template parameters might be used and what the types of those parameters will be used for.
|
|
Script to List Removable Block Devices Like USB KeysFebruary 19, 2014
This is a very simple script that uses sysfs to list removable block devices. This is useful for finding USB devices and the available partitions.
|
|
Find Duplicate Files Script 1February 19, 2014
A one liner that can find all duplicate files based on size and then file hash.
|
|
Script to List All Users in /etc/passwdFebruary 19, 2014
This is a simple script to list all usernames in /etc/passwd.
|
|
C++ Mutex Deadlock Detection with CallstackFebruary 18, 2014
An example of how to detect and print C++ callstacks of offending threads when a mutex deadlock occurs.
|
|
U401 USB IO SoftwareFebruary 18, 2014
A simple command line utility to control outputs on a U401 USB IO device.
|
|
How Long Before We See Targeted, Dynamic Movies on Netflix?February 17, 2014
Put on your tin foil hat and strap into your desk chair. I think it's only a matter of time before our idea of a movie morphs into an entertaining virtual reality we all love.
|
|
RT-AC68R Router Custom FirmwareFebruary 17, 2014
Use Asuswrt-merlin to get some extra features the default firmware is missing.
|
|
Turnstile P2P Protocol and ClientFebruary 12, 2014
This is a research project that involved developing and designing a P2P protocol and client based a distributed hash table.
|