Archives tagged with github



ryochan7.com open sourced

Posted by ryochan7 on April 19th, 2011  •  View Comments  • 
Tags: blog, projects, github, ryochan7

Over the past day or so, I have been making changes to how this web site is deployed. This web site now utilizes virtualenv. Using virtualenv along with pip has allowed for a much easier transition between development and production setups. My development and productions Python environments can now be identical without much of a hassle and different environments can use different versions of similar Python packages; being able to specify dependencies and install them from pypi using pip is also a great feature. This method of deploying Django projects has become fairly common and working with virtualenv has shown me why it is becoming popular.

Also, I have cleaned up the code for this web site a little bit. To help ease pushing updates to the Webfaction servers and as a means of showing what components make up this web site, the code for this web site is now on GitHub at https://github.com/Ryochan7/asylum.

Now on Github

Posted by ryochan7 on February 27th, 2011  •  View Comments  • 
Tags: projects, github

Long time no see. I am writing this post to mention that I have started using GitHub and I have been comitting a lot of my projects. So far, I have added 5 repositories although one was just a coding challenge for a prospective job. YouTubed-2x, StepMania Unlock Code Generator (Python and Java) and also Pizza Py Party are now on GitHub. Along with learning how to use Git, I have also starting using PyQt and I have converted StepMania Unlock Code Generator over to using Qt. The Qt version is in the master branch of the repository and the GTK version is in its own branch (gtkarchive).

https://github.com/Ryochan7

Other than this, I have not done much over the past couple of months. The only other thing is that I have started using Vim as my primary editor as opposed to using Gedit. That is about all I have to mention.