Linux Shell Scripting Tutorial - A Beginner's handbook
-
I posted to delicious.com
Linux Shell Scripting Tutorial
http://bash.cyberciti.biz/guide/Main_Page
April 23 2010, 9:55pm | Comments a>
-
I posted to delicious.com
Make PCBs at home with magazine paper and your laser printer
http://www.riccibitti.com/pcb/pcb.htm
"How to make simple single-sided PCBs in a snap, using widely available materials. This technique works reliably for thin tracks down to 10 mils, and is suitable for most surface-mount parts."
- Tags:
- tutorial
- make
- electronics
- hardware
- circuit
- howto
- diy
- circuits
- etching
- pcb
- electronic
- board
- fab
- printed
January 13 2010, 8:26am | Comments a>
-
I posted to delicious.com
Stealth USB CapsLocker
http://macetech.com/blog/?q=node/46
This device plugs into a USB port and implements a USB HID keyboard. Instead of doing anything useful, it waits between 30 seconds and 8 minutes and sends the scancode for the Caps Lock key.
- Tags:
- tutorial
- humor
- funny
- electronics
- hardware
- projects
- microcontroller
- circuit
- howto
- embedded
- prank
- keyboard
- pranks
- fun
November 29 2009, 10:13am | Comments a>
-
I posted to delicious.com
FORTH
A FORTH compiler and tutorial - a step-by-step implementation of a FORTH language system with full explanation of the source code in the source code
- Tags:
- opensource
- programming
- reference
- tutorial
- language
- development
- compiler
- literateprogramming
- assembly
- forth
November 15 2009, 5:32pm | Comments a>
-
I posted to delicious.com
Bash shortcuts
http://talesofacoldadmin.wordpress.com/bash-shortcuts/
"Here are my most helpful things to keep in mind when it comes to scripting in bash."
November 15 2009, 7:03am | Comments a>
-
I posted to delicious.com
Hidden features of Python - Stack Overflow
http://stackoverflow.com/questions/101268/hidden-features-of-python
Lesser-known but useful features of the Python programming language.
October 9 2009, 8:16pm | Comments a>
-
I posted to delicious.com
Crucial Concepts Behind Advanced Regular Expressions
http://www.smashingmagazine.com/2009/05/06/introduction-to-advanced-regular-expressions/
An introduction to advanced regular expressions, with eight commonly used concepts and examples. Each example outlines a simple way to match patterns in complex strings.
May 7 2009, 6:09pm | Comments a>
-
I posted to delicious.com
Command line made easy: five simple recipes for grep
"The grep search utility is one of the most essential building blocks of command line text filtering and processing. In this tutorial, we will give you a few simple examples that will demonstrate how to get going with grep."
May 6 2009, 11:24am | Comments a>
-
I posted to delicious.com
Python and COM
http://www.pyzine.com/Issue007/Section_Articles/article_PythonCOM.html
"Microsoft's Common Object Model (COM) implements a cross-language object model. Using COM, you can write code in one programming language, like C++, and use that code in another programming language, such as Visual Basic (VB) or Python.
Indeed, Python has excellent support for COM. In fact, Python's support for COM is so good that COM can be used to extend Python. Python can both use and create COM objects. If you need to write a Python extension exclusively for Windows, strongly consider using COM."
- Tags:
- windows
- python
- scripting
- programming
- tutorial
- language
- howto
- microsoft
- com
- wsh
- win32com
- activex
- article
- comobjects
- win32
- automation
April 26 2009, 9:17am | Comments a>