Tag Archives: github

Consolidated all my code in github

Consolidated all my code in github

I got introduced to Git and Gitbub by Yuvi and ever since I have been hooked up. I have started using it for all my pet projects. I even convinced Steve Bruner so that I can use Github for RoloPress. :)

Over the years I have released lot of code out in the wild and I thought of consolidating all of them in Github, so that it can be of use to someone who might need them. At last I found some time and uploaded most of them to my Gitbub account.

Below is the description of some of those projects which are currently there in my Github account.

Bright Light

Bright Light is the WordPress theme, which is powering up my blog. I have released it out hoping that it might be useful for someone.

Android Samples

I created this project to share my homework and the sample code used in the “Developing Android Applications in Java” online class, which I am currently following.

RoloPress core and RoloPress Default

These projects contain my contribution to RoloPress, a WordPress based contact manager. You can read more about WordPress from its homepage.

FeedBurner – stats

FeedBurner-stats is a Google Gadget which allows you to keep track of your Feedburner subscriber count. It uses Google Chart API and Google Gadget API.

Bloglines Notifier

Bloglines Notifier is a Google Gadget which will notify you the count of unread items in your Bloglines account. (Hope someone is still using Bloglines ;) )

Retweet

It is a fork of John Resig’s retweet script which I am using in my Easy Reweet WordPress Plugin. I have added a new feature to this script which allows you to associate the list of urls created to your bit.ly account.

Count Words

It’s a small Ruby script which prints the number of words (with their count) present in a given text file

Bulk unrar

It is a small Ruby script which unrars all files found in all the subdirectories of a director given in the command line.

I am still undecided about porting my WordPress Plugins from the official WordPress Plugin repository to Github. I guess it is better to have my Plugins in the Plugin repository for now.

BTW feel free to fork any of these projects and I would be happy to pull in your changes if you have added some enhancements to them. :)

Posted in Random/Personal | Tagged , , , | 1 Comment

Bright Light, a free WordPress theme

Bright Light, a free WordPress theme

After promising a couple of times, I have finally found time to clean up the files and release the theme which I am using for my blog.

Right now I have uploaded the theme to my github page and you can find more information about using it from the theme’s homepage.

I have to clean up the files a bit more before I could upload them to the WordPress official theme directory. Till then you may have to download it from the theme’s homepage.

Features

The following are the some of the features of the theme

  • Two columns
  • Fluid width
  • Custom top navigation
  • Built-in support for social icons
  • Widgetized sidebar
  • Widgetized footer
  • Easy integration with couple of Plugins

Licence

The theme is released under GPL. Feel free to use or modify it as long as you can keep the link back to this page in the footer. If you cannot place the link (for instance on internal projects) and would still like to use the theme, then contact me and we can see what can be done.

Feedback

If you have any comments or if you want to report any bugs, please leave a comment below or contact me.

Posted in WordPress | Tagged , , , | 2 Comments