Tag Archives: software

IBM’s developerWorks on tuning LAMP

Sean A. Walberg’s series on IBM developerWorks is a great primer: Tuning LAMP systems, Part 1: Understanding the LAMP architecture Tuning LAMP systems, Part 2: Optimizing Apache and PHP Tuning LAMP systems, Part 3: Tuning your MySQL server

Posted in Coding, Software Engineering, Programming | Tagged , , , , , | Comments Off

Netbeans IDE + Python virtualenv

teleported bits shares how.

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off

Sharing folders between Mac Host and Ubuntu Guest with VirtualBox

ozz314: VirtualBox Shared Folders between Ubuntu Guest and Mac Host That was easy.

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off

Two comparisons of different programming languages worth reading

Normally these kinds of pieces are worthless, but these two recently stood out to me: Dennis M. Ritchie: Five Little Languages and How They Grew: Talk at HOPL* March 19, 2002 Michael Tsai: Perl vs. Python vs. Ruby – distinguished … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , , , , | Comments Off

SVN Branch Management Link-a-rama

Coding Horror: Software Branching and Parallel Universes Perforce: Laura Wingerd & Christopher Seiwald: High-level Best Practices in Software Configuration Management InfoQ: Version Control for Multiple Agile Teams BetterExplained: A Visual Guide to Version Control Branch Maintenance: Chapter 4. Common Branching … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , , | Comments Off

Some of my Emacs defaults (in .emacs)

(defvar my-dir-root (expand-file-name “~/elisp”)) (set-default-font “-apple-consolas-medium-r-normal–13-0-72-72-m-0-iso10646-1″) ; appending to the elisp load path for our stuff (setq load-path (cons my-dir-root load-path)) ; stop that splash screen (setq inhibit-splash-screen t) ; set the fill column (setq-default fill-column 79) ; set the … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off

Useful Wget and cURL links

Using cURL to interact with Google data services insanesecurity: Wget all the way cURL: Tutorial

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off

More on Graphviz

Linux.com: An Introduction to GraphViz Emacs mode for Graphviz OmniNerd: Automating Data Visualization with Ruby and Graphviz

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off

Reading about Graphviz

While gearing up on a content management project, a few developers were wrangling with how to share solution diagrams between Visio and OmniGraffle. While there is a level of compatibility between the two, its not ideal. While researching, I went … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , , , , , , , | Comments Off

Reading up on Python for utility scripts

Red Hat Magazine: Python for Bash scripters: A well-kept secret IBM Developerworks: Using Python to create UNIX command line tools PLEAC – Programming Language Examples Alike Cookbook – Python

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off