This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
gitter /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jan 22 21:23:08 -0800 2009 | |
| |
README | Tue Jan 27 00:01:38 -0800 2009 | |
| |
config/ | Mon Jan 26 23:50:59 -0800 2009 | |
| |
gitter.rb | Mon Jan 26 23:50:59 -0800 2009 | |
| |
logs/ | Mon Jan 26 23:52:00 -0800 2009 |
README
A script to create an xml file for code_swarm to visualize contributions & commit history of a GitHub user across all his/her projects. Full details: http://www.igvita.com/2009/01/27/ruby-swarms-visualizing-rails-git To build and install codeswarm you will need JDK, Ant, and GIT, of course. For full instructions check the Readme file: - http://github.com/rictic/code_swarm/tree/master Alternatively, you can try the pure Ruby version (using Cairo): - http://github.com/felipec/codeswarm.rb/tree/master = Great examples of code_swarm in action Wikipedia / Obama's Page: http://vimeo.com/2177573 = GitHub API http://github.com/guides/the-github-api = Top Gitters: http://github.com/mmcgrana/clj-garden/raw/master/gitcred/RESULTS.txt = Music: Credits to @gilesgoatboy (also @djgoatboy). http://gilesgoatboy.org = Generating a video # cutting an mp3 file to right length: ffmpeg -i music.mp3 -ss 00:00:00 -t 00:01:00 -vcodec copy -acodec mp3 music-cut.mp3 # generating video from snapshots and mp3 ffmpeg -f image2 -r 24 -i ./%05d.png -i music-cut.mp3 -acodec copy -sameq ./video.avi -pass 2







