THESVEN

creator of stuffs for the interwebs

Bash script to remove hidden files that osx leaves behind.

Every so often I run into the issue/annoyance that osx has left a lot of hidden files on my thumb drive. I have run into a few issues with these files for example when trying to play music directly off the drive though a car audio system. Here is a great little bash script to help remove them all.

NikGIF: Decompiling GIF Images Into Individual Frames

A little while ago a friend of mine had asked me to help him out with an idea for a new work flow he was testing. He was looking to be able to work his photoshop/illustrator magic and export everything as a .gif file.

Hacking the twitter bootstrap 2.0 carousel to rotate though after the final image

Goto bootstrap.js, line #330. Look for:

if (!$next.length) return 

Comment it out!

 //if (!$next.length) return 

The carousel should now play though to the last image and then restart at the first!

Bash script for creating a new git repository

Recently the team I have been working with is starting to expand, and as this happens I have found my self introducing more and more people to the wonderful world of git. In order to try and ease the pain while people are getting used to a new version control system to help with creating new repositories on our server.

Remove all .svn folders from directory (recursive)

There have been a few times where I have had the need to remove all of the .svn folders from a specific problem. Rather then enabling hidden files and going through the directory folder by folder, I have found a simple command that can be run though terminal that takes care of the job rather quickly.

HYPE Framework

About a month ago now, Branden Hall and Joshua Davis released an open source project that they have been building for a little while. This project is called the HYPE Framework.

Pages