Categories
Tags
- aiglx
- ajax
- Apple Mail
- ati
- blogging
- C
- compiz
- cy7c68013a
- cypress
- design
- ebuild
- emerge
- extension
- finance
- fx2
- fx2lib
- gentoo
- git
- gmail
- image upload
- internet
- javascript
- linux
- money
- OS X
- performance
- plugins
- python
- rich text editor
- rte
- scalability
- scm
- source code
- source control
- sysadmin
- turbogears
- ui
- upgrade
- virtual python
- Web
- wordpress
- wp-cache
- xorg
- yui
- My Tweets
Tag Archives: source code
git diff with color words
I had these files with very very long lines of text on each line. It was paragraphs worth of words but not word wrapped. These files were stored in a git repository. Now and then, someone would change a word. … Continue reading
Posted in Programming
Tagged diff, git, source code, source control
Comments Off on git diff with color words
Dual Master Git Repositories
One of the nice things about git, is the ability to work in a distributed manor. Instead of having to have a central repository for your source code, you can create a copy of your repository and do work, while … Continue reading
Fixing the code highlighter for WordPress
Many of my posts have some sort of code, shell script, or other syntax highlighted portion. I’ve loved the code highligher plugin for wordpress. The version I’ve been using (1.8) doesn’t seem to have had any updates for quite some … Continue reading
Posted in Web
Tagged Geshi, plugins, source code, syntax highlighting, wordpress
Comments Off on Fixing the code highlighter for WordPress
An Open Source Library for Writing Firmware on the Cypress FX2 with SDCC
After playing around with the Cypress FX2 and SDCC for the past while, I’ve developed a library of utilities that make some of the common tasks for writing firmware and performing certain functions a little easier. I’m lucky to work … Continue reading
Posted in Hardware, Programming
Tagged C, cy7c68013a, cypress, ez-usb, fx2, fx2lib, fx2lp, linux, sdcc, source code
4 Comments
Sharing git branches
I’ve been learning git lately. Here are a few tips for sharing branches I’ve collected during the past few weeks. Create a branch In git, branches are stored on your local machine. Even the commonly named “master”, is just a … Continue reading
Formatting Source Code with WordPress
Sometimes you get used to doing things one way and you forget to take a step back now and then and see if there isn’t something you’re missing. In my case, I was formatting source code on this blog by … Continue reading