repo
string
commit
string
message
string
diff
string
razerbeans/webri
a1115dd40ded2353a985be1b766808414aaca4aa
reap has become syckle
diff --git a/plug/syckles/webri.rb b/plug/syckles/webri.rb index aadca6a..5dc1889 100644 --- a/plug/syckles/webri.rb +++ b/plug/syckles/webri.rb @@ -1,110 +1,108 @@ -module Reap -module Plugins +module Syckles + + # = WebRI Documentation Plugin + # + # The webri documentation plugin provides services for + # genera...
razerbeans/webri
3138bd85c69b3c09fb9a8666cb1f4160d37c9fdd
fixed-up onepage generation option
diff --git a/TODO b/TODO index 5cae3b4..cf2136e 100644 --- a/TODO +++ b/TODO @@ -1,26 +1,8 @@ = WebRI TODO -== One File +* All three modes now works, they just need a bit of TLC +to look good and work optiamally. -An idea for a future version... generate all the html into -a single file, then use CSS and JQeury to...
razerbeans/webri
d45b84916ba4b4ae36add919b2047df784885e13
started work on onepage output mode
diff --git a/lib/webri/generator1.rb b/lib/webri/generator1.rb new file mode 100644 index 0000000..f74d362 --- /dev/null +++ b/lib/webri/generator1.rb @@ -0,0 +1,270 @@ +require 'webri/server' + +module WebRI + + # This is the static website generator which creates + # a single page. + # + class GeneratorOne < Serv...
razerbeans/webri
7c67cf3c9fe36cd601caf17f20c2bb61b8e8670f
added --ruby option
diff --git a/bin/webri b/bin/webri index b880645..ec1a606 100755 --- a/bin/webri +++ b/bin/webri @@ -1,135 +1,151 @@ #!/usr/bin/env ruby # == Synopsis # # webri: Serve ri documentation via the Web # # == Usage # # webri [OPTIONS] ... [RI_DIR] # # OPTIONS: # # -h, --help # show help # # -o, --o...
razerbeans/webri
cddb8fa8e1a5511bfeaca185849f59c1be3a4bdd
renamed reap to syckle
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..377f3ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +MANIFEST +.cache +log +pack +doc/rdoc +doc/ri +doc/webri diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..ca8c036 --- /dev/null +++ b/COPYING @@ -0,0 +1,349 @@ + + WebRI + +...
spatten/Jestitute
c569ed2fcf7e940765f0fba9cee2538c90221f1a
initial checkin
diff --git a/iPhone/PhoneGapTutorial/Classes/PhoneGapTutorialAppDelegate.h b/iPhone/PhoneGapTutorial/Classes/PhoneGapTutorialAppDelegate.h new file mode 100644 index 0000000..175ce91 --- /dev/null +++ b/iPhone/PhoneGapTutorial/Classes/PhoneGapTutorialAppDelegate.h @@ -0,0 +1,16 @@ +// +// PhoneGapTutorialAppDelegate.h...
tristil/agile-lamp
60ea296d3721532198faa37f7b805dcdb004cc5f
Improve links
diff --git a/README b/README index 9020f35..d856a8a 100644 --- a/README +++ b/README @@ -1,77 +1,79 @@ Agile Lamp ========== -Rubyforge Website ------------------ -* http://rubyforge.org/projects/agilelamp +Related Webpages +---------------- +* AgileVille Shop: http://agileville.myshopify.com/collections/frontpage ...
tristil/agile-lamp
5204fc45ad493600b20f41dfd965fd944669c52f
Snarky message
diff --git a/README b/README index 54373ad..a78a6ac 100644 --- a/README +++ b/README @@ -1,75 +1,77 @@ Agile Lamp ========== Main Website ------------ http://agilelamp.rubyforge.org Mailing List ------------ http://groups.google.com/group/agile-lamp-projects Project Info: ------------- This repository ...
tristil/agile-lamp
bbba5aaef9e16721be57791ce7c3b824b6f80ba4
Change AgileLamp.kext
diff --git a/agilelamp-driver/src/AgileLamp/Info.plist b/agilelamp-driver/src/AgileLamp/Info.plist index 278fb5e..e9d3aeb 100644 --- a/agilelamp-driver/src/AgileLamp/Info.plist +++ b/agilelamp-driver/src/AgileLamp/Info.plist @@ -1,88 +1,88 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Com...
tristil/agile-lamp
4f2a478ff6e6394b041b69c658ff53170d7be4ed
Small desperation moves.
diff --git a/agilelamp-driver/src/agilelamp.c b/agilelamp-driver/src/agilelamp.c index f071555..e2da26c 100644 --- a/agilelamp-driver/src/agilelamp.c +++ b/agilelamp-driver/src/agilelamp.c @@ -1,174 +1,182 @@ #include <usb.h> #include <stdio.h> #include <unistd.h> #include <string.h> usb_dev_handle* launcher; /...
tristil/agile-lamp
db222eacfb0e8a6af223707794076d623fa23b94
Add README file
diff --git a/agilelamp-driver/src/README b/agilelamp-driver/src/README new file mode 100644 index 0000000..6e29cf3 --- /dev/null +++ b/agilelamp-driver/src/README @@ -0,0 +1,18 @@ +About this directory +-------------------- + +The approach to getting the code onto your system is a hack of Rubygems, which +really only w...
tristil/agile-lamp
69d218383c3c9f8e7c4e6309feaaed64002add00
Add fetch_kext script
diff --git a/agilelamp-driver/src/fetch_kext b/agilelamp-driver/src/fetch_kext new file mode 100755 index 0000000..664a1b5 --- /dev/null +++ b/agilelamp-driver/src/fetch_kext @@ -0,0 +1,19 @@ +#!/usr/bin/env ruby + +if `whoami`.strip != 'root' + puts "You need to be root. Try sudo." + exit +end + +require 'fileutils'...
tristil/agile-lamp
01f5a3d431c3e189ceb64c1afc7416ab5124d099
Add Codeless Kext
diff --git a/agilelamp-driver/src/AgileLamp/AgileLamp.xcodeproj/chen.mode1 b/agilelamp-driver/src/AgileLamp/AgileLamp.xcodeproj/chen.mode1 new file mode 100644 index 0000000..f11e026 --- /dev/null +++ b/agilelamp-driver/src/AgileLamp/AgileLamp.xcodeproj/chen.mode1 @@ -0,0 +1,1324 @@ +<?xml version="1.0" encoding="UTF-8...
tristil/agile-lamp
bff2cff35f73d4c53b5171567a191efd961e9970
Now the program has to be installed with a secondary command, a la passenger.
diff --git a/agilelamp-driver/Manifest.txt b/agilelamp-driver/Manifest.txt index 48698ba..db81d97 100644 --- a/agilelamp-driver/Manifest.txt +++ b/agilelamp-driver/Manifest.txt @@ -1,27 +1,28 @@ History.txt License.txt Manifest.txt README.txt Rakefile +bin/install-agilelamp-driver config/hoe.rb config/requiremen...
tristil/agile-lamp
efb3e7454abe67e70314e799856e50bbd1f4c0e6
Added udev setup file.
diff --git a/agilelamp-driver/Manifest.txt b/agilelamp-driver/Manifest.txt index 7567b80..48698ba 100644 --- a/agilelamp-driver/Manifest.txt +++ b/agilelamp-driver/Manifest.txt @@ -1,26 +1,27 @@ History.txt License.txt Manifest.txt README.txt Rakefile config/hoe.rb config/requirements.rb script/console script/...
tristil/agile-lamp
31f423487cafb143efd06da89a9d0d9c242a9f11
Add windows_driver_code
diff --git a/windows_driver_code/GenericHID.cpp b/windows_driver_code/GenericHID.cpp new file mode 100644 index 0000000..1ae2996 --- /dev/null +++ b/windows_driver_code/GenericHID.cpp @@ -0,0 +1,74 @@ +// GenericHID.cpp : Defines the class behaviors for the application. +// + +#include "stdafx.h" +#include "Generic...
tristil/agile-lamp
927bfecfd9de3bf731ae50fa19c116b0ed4ae4d5
Improved the README.txt file
diff --git a/agilelamp-driver/README.txt b/agilelamp-driver/README.txt index e87d87e..e86ab55 100644 --- a/agilelamp-driver/README.txt +++ b/agilelamp-driver/README.txt @@ -1,48 +1,43 @@ = agilelamp-driver -* FIX (url) +* http://rubyforge.org/projects/agilelamp == DESCRIPTION: - -FIX (describe your package) + Th...
tristil/agile-lamp
ec08fe5bfde93fcf142262d49176c1210392e865
agilelamp-driver gem
diff --git a/agilelamp-driver/History.txt b/agilelamp-driver/History.txt new file mode 100644 index 0000000..c544fec --- /dev/null +++ b/agilelamp-driver/History.txt @@ -0,0 +1,4 @@ +== 0.0.1 2008-05-19 + +* 1 major enhancement: + * Initial release diff --git a/agilelamp-driver/License.txt b/agilelamp-driver/License.t...
tristil/agile-lamp
aeae31ad90deea0136953b5ed2ffd87c4e75a5ae
Control and documentation.
diff --git a/README b/README index 5449d43..df85a41 100644 --- a/README +++ b/README @@ -1,11 +1,17 @@ +Compile +------- +On Linux compile agilelamp.c with: +gcc agilelamp.c -o agilelamp -lusb +(needs libusb -dev headers installed) + Git tips: --------- * git config --global user.name "Your Name Comes Here" * g...
tristil/agile-lamp
80d8f625f0fc08758daa1a1e3f4c787296b50665
Finally, a working application.
diff --git a/agilelamp.c b/agilelamp.c new file mode 100644 index 0000000..fa3f090 --- /dev/null +++ b/agilelamp.c @@ -0,0 +1,141 @@ +#include <usb.h> +#include <stdio.h> +#include <unistd.h> +#include <string.h> + +usb_dev_handle* launcher; +//wrapper for control_msg +int send_message(char* msg, int index) +{ + int i...
tristil/agile-lamp
fb8fdddee6a28cfa2997cdf44d7a55d3968ee480
Add test_libhid.py
diff --git a/test_hid.c b/test_hid.c new file mode 100644 index 0000000..68c41ea --- /dev/null +++ b/test_hid.c @@ -0,0 +1,31 @@ +#include <hid.h> + +HIDInterface *hid; +hid_return ret; + +HIDInterfaceMatcher matcher = + { 0x0ce5, 0x0003, NULL, NULL, 0 }; +ret = hid_force_open(hid, 0, &matcher, 3); + +int const PATH_L...
tristil/agile-lamp
013c18522983c223c9e6008e769ce14e1907e5c6
Best attempt so far. Is the interface broken?
diff --git a/README b/README index d933100..5449d43 100644 --- a/README +++ b/README @@ -1,5 +1,11 @@ Git tips: --------- * git config --global user.name "Your Name Comes Here" * git config --global user.email me@abc.com * git push git@gitorious.org:agile-lamp/meihomes-clone.git + +Helpful information about ...
tristil/agile-lamp
917677ec52a6ecdd7852a91ef8bf88d222c3337c
Small changes.
diff --git a/lavalamp.py b/lavalamp.py index 7c66364..5fb7174 100644 --- a/lavalamp.py +++ b/lavalamp.py @@ -1,108 +1,119 @@ import usb # Code is to turn on/turn off lights and a bell on a USB lava lamp # # Manufacturer says: # # Host first issues the CBW(Command Block Wrapper) which indicates the command # an...
tristil/agile-lamp
2e65601f22601f4ee25c8041e119a364e21a4e0e
added readme
diff --git a/README b/README new file mode 100644 index 0000000..d933100 --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +Git tips: +--------- + * git config --global user.name "Your Name Comes Here" + * git config --global user.email me@abc.com + * git push git@gitorious.org:agile-lamp/meihomes-clone.git
tristil/agile-lamp
f3a70cb04e87d49773287ee7a54fd44f353ae6d9
created doc dir
diff --git a/GenericHID_for_tmu3100_OK.exe b/doc/GenericHID_for_tmu3100_OK.exe similarity index 100% rename from GenericHID_for_tmu3100_OK.exe rename to doc/GenericHID_for_tmu3100_OK.exe diff --git a/doc/generic_hid_spec.doc b/doc/generic_hid_spec.doc new file mode 100644 index 0000000..893ebd1 Binary files /dev/null a...
tristil/agile-lamp
129346846927a382460fe07a22fc12533083155c
Add python script attempt
diff --git a/lavalamp.py b/lavalamp.py new file mode 100644 index 0000000..7c66364 --- /dev/null +++ b/lavalamp.py @@ -0,0 +1,108 @@ +import usb + +# Code is to turn on/turn off lights and a bell on a USB lava lamp +# +# Manufacturer says: +# +# Host first issues the CBW(Command Block Wrapper) which indicates the comma...
tristil/agile-lamp
c7dda66ba626c542c658955f04866d4e6bbbbe68
Add executable for downloads
diff --git a/GenericHID_for_tmu3100_OK.exe b/GenericHID_for_tmu3100_OK.exe new file mode 100644 index 0000000..a754564 Binary files /dev/null and b/GenericHID_for_tmu3100_OK.exe differ
tristil/agile-lamp
98a511aee2afc9f367ef050e001ebccebce56359
The lamp driver gem.
diff --git a/usb-lava-lamp/History.txt b/usb-lava-lamp/History.txt new file mode 100644 index 0000000..cd9e49b --- /dev/null +++ b/usb-lava-lamp/History.txt @@ -0,0 +1,4 @@ +== 0.0.1 2008-05-06 + +* 1 major enhancement: + * Initial release diff --git a/usb-lava-lamp/License.txt b/usb-lava-lamp/License.txt new file mod...
tristil/agile-lamp
c1d2e9b1132aeb302d3580400308db734cdb16a8
mv into deeper directory structure (is this too svn?)
diff --git a/agilelamp.schemas b/agilelamp.schemas deleted file mode 100644 index e69c400..0000000 --- a/agilelamp.schemas +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<gconfschemafile> - <schemalist> - <schema> - <key>/schemas/apps/agilelamp/broken_build</key> - <applyt...
tristil/agile-lamp
f0ca71bb0399cae64b47996b49ab8eb428dc9e46
Turns out we don't even use rnotify (and rinotify is something else)
diff --git a/Manifest.txt b/Manifest.txt index 47f0d76..c95bd0e 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,31 +1,31 @@ History.txt License.txt Manifest.txt README.txt Rakefile bin/agilelamp config/hoe.rb config/requirements.rb data/agilelamp/red_light.png data/agilelamp/green_light.png lib/agilelamp....
tristil/agile-lamp
4c3da7b875cd4c0a0dfa991112a025cbb7d68de2
Change names to fit agilelamp
diff --git a/agilelamp.schemas b/agilelamp.schemas new file mode 100644 index 0000000..e69c400 --- /dev/null +++ b/agilelamp.schemas @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/agilelamp/broken_build</key> + <applyto>/a...
chollier/proutlol
d43e5db3af10a1e10fe9741357c0e8ebfe09fe94
let's forget the personal branding stuff, this blog is gonna be ouagadoudou only.
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index e22327a..93dbab9 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1,18 +1,18 @@ # Methods added to this helper will be available to all templates in the application. module ApplicationHel...
chollier/proutlol
3771ff708c694f0d3c68b1891d845524ff938404
bordel de merde de facebooker qui me niquait tout, rollback et pensez à changer ma secret key parceque bon.
diff --git a/.gitignore b/.gitignore index 2a20ebb..ac3519a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ log/* !.gitignore +log/*.log +Capfile +config/deploy.rb diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 0549f11..4609dc1 100644 --- a/app/controllers/users_con...
chollier/proutlol
9a835f3d88fe7522e07e55a4f3daa76590e30033
let's stop caching oO
diff --git a/config/environments/production.rb b/config/environments/production.rb index 27119d2..a42dd03 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,28 +1,30 @@ # Settings specified here will take precedence over those in config/environment.rb # The production envir...
chollier/proutlol
8594e73831c31efcb9ff9678b2a438bb0e707d1d
Il faut pouvoir ajouter de nouveaux utilisateur pour avoir un admin :D
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 74122df..0549f11 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,36 +1,36 @@ class UsersController < ApplicationController before_filter :require_no_user, :only => [:new, :cr...
chollier/proutlol
b185fc4bd88386df0cea56eafcc863fa1f229f49
i have fixed the log pbm, i hope
diff --git a/.gitignore b/.gitignore index 87afabb..2a20ebb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -log/* \ No newline at end of file +log/* !.gitignore diff --git a/log/.gitignore b/log/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/log/development.log b/log/development.log new file ...
chollier/proutlol
02230fff291d0bf307930583ccedb079da2605e5
we now support facebook connect authentication
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7735099 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/plugins/facebooker"] + path = vendor/plugins/facebooker + url = git://github.com/mmangino/facebooker.git diff --git a/app/controllers/application_controller.rb b/app/con...
chollier/proutlol
6f959b438896c92e8c83ecd4c16d9fda44019361
we now have added comments
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 461dac8..b42b292 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,49 +1,49 @@ # Filters added to this controller apply to all controllers in the applicati...
chollier/proutlol
099aafb13641502d0fbd73a165ff29d20214693f
user setup
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb new file mode 100644 index 0000000..92acb07 --- /dev/null +++ b/app/controllers/comments_controller.rb @@ -0,0 +1,85 @@ +class CommentsController < ApplicationController + # GET /comments + # GET /comments.xml + def index + ...
chollier/proutlol
e7431c10c49b00ddc14e0235a5d52c4e0c442a4c
index.html is so useless for us
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87afabb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +log/* \ No newline at end of file diff --git a/db/schema.rb b/db/schema.rb new file mode 100644 index 0000000..374b590 --- /dev/null +++ b/db/schema.rb @@ -0,0 +1,41 @@ +# This file is auto-gen...
chollier/proutlol
cc5fd5b6e12dc9789267f039e6c29a6a6d07d612
i'v added the user support
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 6635a3f..461dac8 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,10 +1,49 @@ # Filters added to this controller apply to all controllers in the applicati...
chollier/proutlol
f02cbf83a94a6e0b54964b7fcd365e82af5c6057
let's add french translation for rails
diff --git a/config/environment.rb b/config/environment.rb index ff450c7..011f738 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,41 +1,41 @@ # Be sure to restart your server when you modify this file # Specifies gem version of Rails to use when vendor/rails is not present RAILS_GEM_VERSION = ...
chollier/proutlol
02bddae49784ed75b10bfe97a42428efff9f02aa
Post scaffolding, i'm a bit lazy.
diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb new file mode 100644 index 0000000..5fbc1c5 --- /dev/null +++ b/app/controllers/posts_controller.rb @@ -0,0 +1,85 @@ +class PostsController < ApplicationController + # GET /posts + # GET /posts.xml + def index + @posts = Post.a...
chollier/proutlol
094f936d09afca2be1f4c9681476dccdfe6e5614
let's add posts
diff --git a/app/models/post.rb b/app/models/post.rb new file mode 100644 index 0000000..791dcb5 --- /dev/null +++ b/app/models/post.rb @@ -0,0 +1,2 @@ +class Post < ActiveRecord::Base +end diff --git a/db/migrate/20090715183049_create_posts.rb b/db/migrate/20090715183049_create_posts.rb new file mode 100644 index 0000...
vodafon/google_cse
881f4b449f63a96ecdcd7f6923b93b7736edbbe1
Using default parser should work on later rails versions
diff --git a/lib/google_cse.rb b/lib/google_cse.rb index 01507a1..a7aa1a5 100644 --- a/lib/google_cse.rb +++ b/lib/google_cse.rb @@ -1,104 +1,104 @@ module GoogleCustomSearch ## # Search result data. # class ResultSet < Struct.new(:pages, :results); end ## # Single search result data. # cla...
vodafon/google_cse
33524925fecd2ca18ab6848e62b58e42c5b05797
fix copy
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index ae4a1b0..27e6426 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,6 +1,6 @@ = Changelog Release changes to GoogleCustomSearch. -== 0.1 (2010 Sep 14) +== 0.1.0 (2010 Sep 14) diff --git a/README.rdoc b/README.rdoc index d2b1c11..a488741 100644 --- a/README....
vodafon/google_cse
4319cf4938deb772714f0664816410912109b0e6
add gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..006e304 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +pkg/* +*.swp +*.swo +tmp/*
citrus/cam_control
c812f16047efd8cec1359d0c55287e489ec5cb78
version bump
diff --git a/cam b/cam index e6578f0..682b0ea 100644 --- a/cam +++ b/cam @@ -1,235 +1,239 @@ #!/bin/sh #================================================================== # Defaults #================================================================== SCRIPT_NAME="Cam Control Script" -VERSION="0.0.3" +VERSION=...
citrus/cam_control
88032f42ebde37eedacf976424c72c1ef7fec69d
cleanups
diff --git a/cam.sh b/cam.sh index 2c5f6c1..34a05cf 100644 --- a/cam.sh +++ b/cam.sh @@ -1,209 +1,210 @@ #!/bin/sh #================================================================== # Defaults #================================================================== SCRIPT_NAME="Cam Control Script" VERSION="0.0....
citrus/cam_control
e82d595f47e0b1ad62dea88de34d2fc7df4a298d
detabbed... dono how they got in there!
diff --git a/cam.sh b/cam.sh index 78ecd9c..2c5f6c1 100644 --- a/cam.sh +++ b/cam.sh @@ -1,209 +1,209 @@ #!/bin/sh #================================================================== # Defaults #================================================================== SCRIPT_NAME="Cam Control Script" VERSION="0.0....
citrus/cam_control
b43c01ca00d69a355d29cf3e3e277e194603fc3b
added script
diff --git a/cam.sh b/cam.sh new file mode 100644 index 0000000..78ecd9c --- /dev/null +++ b/cam.sh @@ -0,0 +1,209 @@ +#!/bin/sh + + +#================================================================== +# Defaults +#================================================================== + +SCRIPT_NAME="Cam Control Script" +...
skurfuerst/forge-jabber-bot
e0a9583d6cb445d86affab7c5d607265ec814055
adding bot
diff --git a/bot.rb b/bot.rb new file mode 100644 index 0000000..4ca9b59 --- /dev/null +++ b/bot.rb @@ -0,0 +1,22 @@ +require 'rubygems' +require 'jabbot' +require "rexml/document" +require 'net/http' +require 'open-uri' + +configure do |conf| + conf.login = "t3bot@jabber.ccc.de" + conf.server = "conference.jabber.ro...
ice799/dca_force
e560c3a5a9eb4df4769992bfdac59fb6990cbfe8
forgot to remove NUM_CPUS define
diff --git a/dca_force.c b/dca_force.c index b0c7bcc..02b92c8 100644 --- a/dca_force.c +++ b/dca_force.c @@ -1,85 +1,84 @@ #define _XOPEN_SOURCE 500 #include <stdio.h> #include <stdlib.h> #include <pci/pci.h> #include <sys/io.h> #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd...
ice799/dca_force
1ad89f0c86de8404ad2116cb9446a288d3f9786a
adding makefile
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..45c6c25 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +ifneq (${NUM_CPUS},) + CFLAGS = -Wall -DNUM_CPUS=${NUM_CPUS} +else + CFLAGS = -Wall -DNUM_CPUS=4 +endif + +LDFLAGS = -lpci + +all: + gcc $(CFLAGS) $(LDFLAGS) dca_force.c -o dca_force + +clean...
saintstack/mysqlimport
88f3421a3a0baf766f66fe29d9828e098a16ea5c
Added in javacsv dependency
diff --git a/README b/README index e69de29..e3bc456 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +Scripts for import of mysql data into hbase diff --git a/mysqlimport.iml b/mysqlimport.iml index a688f0a..ce5a469 100644 --- a/mysqlimport.iml +++ b/mysqlimport.iml @@ -1,20 +1,21 @@ <?xml version="1.0" encoding="UTF-8"...
saintstack/mysqlimport
c0f05069088ec1dfdc3f6f818dbceff61cf11dee
First real import
diff --git a/mysqlimport.iml b/mysqlimport.iml new file mode 100644 index 0000000..a688f0a --- /dev/null +++ b/mysqlimport.iml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> + <component name="...
TheLinx/UaLove
ff11ddfc54c6fe1fa9de6a5ae47ae8c6959b646a
borked
diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..4f4db7c Binary files /dev/null and b/favicon.png differ diff --git a/ualove/pixelmap.lua b/ualove/pixelmap.lua index 62e706a..c8defee 100644 --- a/ualove/pixelmap.lua +++ b/ualove/pixelmap.lua @@ -1,60 +1,70 @@ pixelmap = {} local pixmap_mt ...
TheLinx/UaLove
0aeac50afa7442b07eb563c141707678dafafb55
added pixelmap.open
diff --git a/ualove/init.lua b/ualove/init.lua index 3659caf..7e786cd 100644 --- a/ualove/init.lua +++ b/ualove/init.lua @@ -1,154 +1,151 @@ game,hook = {state="",hooks={},debug=false,quit=false},{} -t = {...} -print(t[1]) - function hook.add(event, func, id, state, debugonly) assert(type(event) == "string", "bad...
TheLinx/UaLove
0add5f6583176bded4ec67c12cc63e2638e0be3a
pixelMap now supports keyframes
diff --git a/ualove/pixelmap.lua b/ualove/pixelmap.lua index 18a9008..604e861 100644 --- a/ualove/pixelmap.lua +++ b/ualove/pixelmap.lua @@ -1,42 +1,50 @@ pixelmap = {} local pixmap_mt = { __index = pixelmap } function pixelmap.new(width, height, colours, data) local self = setmetatable({}, pixmap_mt) sel...
TheLinx/UaLove
4d2455201fab52cba310b0bedefaadbeaf387bb5
pixelMap
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5bddc53 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +main.lua diff --git a/ualove/init.lua b/ualove/init.lua index d0f40b9..3659caf 100644 --- a/ualove/init.lua +++ b/ualove/init.lua @@ -1,108 +1,154 @@ game,hook = {state="",hooks={},debug=false...
TheLinx/UaLove
8e63b6b83a9c310adfa7a61110a1fd66b3389833
that shouldn't be a h3
diff --git a/README.textile b/README.textile index cc7b2be..887516f 100644 --- a/README.textile +++ b/README.textile @@ -1,21 +1,21 @@ h1. UaLove UaLove is a library that changes the way LÖVE works to use hooks rather than callback functions. It is freely available and can be used by anyone without any royalty...
TheLinx/UaLove
e9e57acc0ae8ba8d40aef3d79fec7f262dd1b87d
Now actually works\!
diff --git a/CHANGELOG b/CHANGELOG index 8b86fac..c553fc5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,10 @@ +UaLove 1.0.1 +============ +http://github.com/TheLinx/UaLove/compare/1.0.0...1.0.1 + + * Now, it actually works! + UaLove 1.0.0 ============ - * First release + * First release. \ No newline at end ...
theleoborges/readable_test_names_runner
174e6f1c7964398670e47c0e60d568e24ead9762
Fixed readme markup
diff --git a/README.rdoc b/README.rdoc index 63d6d9b..90d5950 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,38 +1,40 @@ == ReadableTestNamesRunner Rails allows you to define readable test names like this: -test "the truth" do - assert true -end + test "the truth" do + assert true + end With this plugin you...
theleoborges/readable_test_names_runner
27fec472cf91937686a9305ac4d3fe625d0442ae
Added Shoulda support. Updated readme
diff --git a/README b/README deleted file mode 100644 index cea72d0..0000000 --- a/README +++ /dev/null @@ -1,18 +0,0 @@ -ReadableTestNamesRunner -======================= - -Rails allows you to define readable test names like this: - -test "the truth" do - assert true -end - -With this plugin you can run individual tes...
theleoborges/readable_test_names_runner
d99318a08e307ce5461aa597de4221ffeda0bc00
require the plugin only in test env to avoid undesirable output when running script/runner
diff --git a/init.rb b/init.rb index fed2315..db7a03a 100644 --- a/init.rb +++ b/init.rb @@ -1 +1 @@ -require 'readable_test_names_runner' +require 'readable_test_names_runner' if Rails.env == "test"
theleoborges/readable_test_names_runner
09115435c49a90f614bce86d24e6eacfae2b7dab
Initial import
diff --git a/MIT-LICENSE b/MIT-LICENSE new file mode 100644 index 0000000..9376605 --- /dev/null +++ b/MIT-LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2009 [name of plugin creator] + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Sof...
eric/phoenix_status
5da391e843712dd212e67fc8bf6b0b4be6efecd4
Change default phone number
diff --git a/watchr.rb b/watchr.rb index 862ed2d..b7c557b 100644 --- a/watchr.rb +++ b/watchr.rb @@ -1,56 +1,56 @@ require 'rubygems' require 'drb' require 'activesupport' require 'open-uri' -PHONE_NUMBER = '12066838769' +PHONE_NUMBER = '12061234567' TWITTER_USER = 'MarsPhoenix' AGI_URL = "agi://my.computer.com...
eric/phoenix_status
f56496a31111c7a9a13ef9814d131fcb4ad2c009
Accept username from AGI URL and include config template Clean up spoken phrase Make outgoing context more obvious Use default AGI port
diff --git a/config/config.yml.template b/config/config.yml.template new file mode 100644 index 0000000..cbe2771 --- /dev/null +++ b/config/config.yml.template @@ -0,0 +1,6 @@ +ami: + username: manager + password: MANAGER_PASSWORD + host: CLOUDVOX_HOSTNAME + port: CLOUDVOX_PORT + diff --git a/config/startup.r...
eric/phoenix_status
ed4aef270ea0cafd3600a5925c22926022b423d6
Add dialout with watchr.rb.
diff --git a/.gitignore b/.gitignore index 3036518..b79ebfb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ adhearsion.pid log/*.log +config/config.yml diff --git a/README b/README index 9627f83..c72150b 100644 --- a/README +++ b/README @@ -1,5 +1,14 @@ Start the app with "ahn start ." You can call i...
eric/phoenix_status
31c04fb544a72707edf5cd4ddd06017a42437f33
Adding an indicator that the message is over.
diff --git a/dialplan.rb b/dialplan.rb index 4762425..bb87aa9 100644 --- a/dialplan.rb +++ b/dialplan.rb @@ -1,19 +1,19 @@ require 'open-uri' # # You can call in to this at (206) 357-6220 x12455 # default do begin timeline = open('http://twitter.com/statuses/user_timeline/MarsPhoenix.json').read ti...
eric/phoenix_status
f3ef69fa8e569045d0ccb6599fbaa35eb7f387a1
Improving README.
diff --git a/README b/README index fd6a5cc..9627f83 100644 --- a/README +++ b/README @@ -1,8 +1,5 @@ -Start your new app with "ahn start #{dest_dir_relative}" +Start the app with "ahn start ." -If you wish to use Adhearsion to control Asterisk's dialplan, -change the contexts you wish to be affected in your -/etc/ast...
recoil/config
cc5ee4544fdfef0e8229617f1568498e733ba6ce
add some zsh functions
diff --git a/.zsh/functions/bold_echo b/.zsh/functions/bold_echo new file mode 100644 index 0000000..c375280 --- /dev/null +++ b/.zsh/functions/bold_echo @@ -0,0 +1,19 @@ +#autoload + +local args="" + +while [[ $# -gt 1 ]]; do + arg=$1 + shift + if [ -z "${arg/-*}" ]; then + args="$args $arg" + fi +d...
recoil/config
e3cc279bb7d667078f0126840d41ed04e3a058b2
start cleaning up my zsh init files - remove stuff I don't use anymore and fix the indentation to four spaces
diff --git a/.zsh/cvs b/.zsh/cvs new file mode 100644 index 0000000..a6441d9 --- /dev/null +++ b/.zsh/cvs @@ -0,0 +1,11 @@ +# CVS related - This is pretty horrible for now, but it's a start +quickstat () { + if [[ -n "$1" && "-m" = "$1" ]]; then + cvs status 2>|/dev/null | grep '^File' | grep 'Modified' + ...
recoil/config
09b087082a4d61103459177fc0a4ddb5c16d4e46
some more init files
diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..e4eadfa --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,19 @@ +! Japanese language stuff, to make Japanese text entry work +!*.inputMethod: kinput2 +!*.preeditType: OverTheSpot +!Kinput2*userOverrideShellForMode: true +!Kinput2*conversionStartKeys: Shif...
wil/gtornado
4774fd4bdcef05e0490f8940092e03b91e98948c
link to gevent
diff --git a/README.rst b/README.rst index 3b2e6dd..da7b96e 100644 --- a/README.rst +++ b/README.rst @@ -1,54 +1,55 @@ gtornado = gevent + Tornado =========================== Introduction ------------ Tornado_ is a high performance web server and framework. It operates in a non-blocking fashion, utilizing ...
wil/gtornado
132191b2895a84d09ad54b514d3da48d5df7d7d1
monkey patching instructions
diff --git a/README.rst b/README.rst index c2b1b6f..3b2e6dd 100644 --- a/README.rst +++ b/README.rst @@ -1,19 +1,54 @@ gtornado = gevent + Tornado =========================== Introduction ------------ Tornado_ is a high performance web server and framework. It operates in a non-blocking fashion, utilizing ...
wil/gtornado
89f2df13d003c63d32f8ca669a565e5cefb69a81
example programs
diff --git a/src/thelloworld.py b/src/thelloworld.py new file mode 100755 index 0000000..0f1ed61 --- /dev/null +++ b/src/thelloworld.py @@ -0,0 +1,43 @@ +#!/usr/bin/env python +# +# Copyright 2009 Facebook +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compl...
wil/gtornado
bb88f274d59b0f47bbcff063115c37b14ace1909
make monkey runnable
diff --git a/src/gtornado/monkey.py b/src/gtornado/monkey.py index 6652e73..838f7ea 100644 --- a/src/gtornado/monkey.py +++ b/src/gtornado/monkey.py @@ -1,261 +1,316 @@ import time import cgi import gevent import gevent.hub import gevent.http -def patch_tornado_ioloop(): +def patch_ioloop(): _tornado_iol = ...
wil/gtornado
7e8efb1eee69601b2a5a6d20aa0bc2dabc7ba9e0
ignore .pyc
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..c9b568f --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.swp diff --git a/src/gt/__init__.pyc b/src/gt/__init__.pyc deleted file mode 100644 index b6f9255..0000000 Binary files a/src/gt/__init__.pyc and /dev/null differ diff --...
wil/gtornado
578f50d2c37f17f39f4ed5d0f2e0c9a793b3600a
IOLoop fixes
diff --git a/src/gt/monkey.py b/src/gt/monkey.py index cb30e8b..6652e73 100644 --- a/src/gt/monkey.py +++ b/src/gt/monkey.py @@ -1,247 +1,261 @@ import time import cgi import gevent import gevent.hub import gevent.http def patch_tornado_ioloop(): _tornado_iol = __import__('tornado.ioloop', fromlist=['froml...
wil/gtornado
614e5e0783a9504c5b5a33d8d7909be1da3af72e
reverse the components :)
diff --git a/README.rst b/README.rst index 169db54..c2b1b6f 100644 --- a/README.rst +++ b/README.rst @@ -1,19 +1,19 @@ -gtornado = Tornado + gevent +gtornado = gevent + Tornado =========================== Introduction ------------ Tornado_ is a high performance web server and framework. It operates in a non-b...
wil/gtornado
fa29c796c90e22d8c0a335d99fa21a50417400fb
move README.rst to top level
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..4b3e4eb --- /dev/null +++ b/README.rst @@ -0,0 +1,22 @@ +gtornado = Tornado + gevent +=========================== + +:Author: Wil Tan +:Version: $Revision: + + +Introduction +------------ + +Tornado_ is a high performance web server and framework...
ctb/lamprey-est-map
efe7bd53e2d9fbf55899d2a128bbeddd0294d30f
added option to not parse attributes
diff --git a/gff_parser.py b/gff_parser.py index ffbf1a7..75470e6 100644 --- a/gff_parser.py +++ b/gff_parser.py @@ -1,118 +1,122 @@ """GFF parser. See http://www.sequenceontology.org/gff3.shtml. Note, for gap format, see http://may2005.archive.ensembl.org/Docs/wiki/html/EnsemblDocs/CigarFormat.html read(f...
ctb/lamprey-est-map
46c84aec690fe8d9cbc8cec9644a80867a9f1164
drawing code
diff --git a/draw.py b/draw.py new file mode 100644 index 0000000..2e1112b --- /dev/null +++ b/draw.py @@ -0,0 +1,35 @@ +from pygr import seqdb, cnestedlist +import pygr_draw +from pygr_draw.annotation import SequenceWrapperFactory, SequenceWrapper + +# load in the NLMSAs +est_map = '/u/t/dev/lamprey-est-map/data/52/al...
ctb/lamprey-est-map
0493a9ba7b82bfaf6051557c1860e24d8ed132d1
bowtie parsing & some pygr-draw interface code
diff --git a/bowtie-to-nlmsa.py b/bowtie-to-nlmsa.py new file mode 100644 index 0000000..c132b40 --- /dev/null +++ b/bowtie-to-nlmsa.py @@ -0,0 +1,18 @@ +import sys +import bowtie_parser +import bowtie_pygr +from pygr import seqdb, cnestedlist + +genome_db = seqdb.SequenceFileDB('/scratch/titus/lamprey/supercontigs.fa'...
ctb/lamprey-est-map
3dc89fa5c8b130fdda6f7256d242836c1174c7a5
finished NLMSA building code
diff --git a/gmap-to-nlmsa.py b/gmap-to-nlmsa.py new file mode 100644 index 0000000..c32ad23 --- /dev/null +++ b/gmap-to-nlmsa.py @@ -0,0 +1,25 @@ +import sys +import gff_parser +import gmap_pygr +import pprint +from pygr import seqdb, cnestedlist +from itertools import izip + +genome = '/scratch/titus/lamprey/supercon...
ctb/lamprey-est-map
33baf64a0e3eaf23a84547ce34af300c5af8cb23
added *~ to ignore
diff --git a/.gitignore b/.gitignore index 0d20b64..f3d74a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +*~
ctb/lamprey-est-map
77372ad35642fe2c937c77a5e551d217ae49766d
build an alignment
diff --git a/test2.py b/test2.py index 2cf1276..58a3699 100644 --- a/test2.py +++ b/test2.py @@ -1,19 +1,23 @@ import sys import gff_parser import gmap_pygr import pprint -from pygr import seqdb +from pygr import seqdb, cnestedlist from itertools import izip genome = '/scratch/titus/lamprey/supercontigs.fa' es...
ctb/lamprey-est-map
857ea5a318735ec2d90495ff81a1a843549cc834
added gmap ival parser, docs.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/gff_parser.py b/gff_parser.py index 600f02f..ffbf1a7 100644 --- a/gff_parser.py +++ b/gff_parser.py @@ -1,113 +1,118 @@ -"""See http://www.sequenceontology.org/gff3.shtml. +"...
ctb/lamprey-est-map
01d5d7b112bd169194e5c05fc19cce6fac8c4e56
alignment building
diff --git a/gff_parser.py b/gff_parser.py index 542fd73..600f02f 100644 --- a/gff_parser.py +++ b/gff_parser.py @@ -1,99 +1,113 @@ """See http://www.sequenceontology.org/gff3.shtml. Note, for gaps, see http://may2005.archive.ensembl.org/Docs/wiki/html/EnsemblDocs/CigarFormat.html """ import csv import urll...
mortenberg80/minimal_ircbot
b3c724cce68ab573e615bfd252433119fad6882c
added debug information
diff --git a/minimal_bot.py b/minimal_bot.py index 332e2d2..2d7181a 100644 --- a/minimal_bot.py +++ b/minimal_bot.py @@ -1,45 +1,48 @@ # -*- coding: utf-8 -*- # Based on the O'Reilly example at http://oreilly.com/pub/h/1968 import sys import socket import subprocess import config print 'Trying to connect to ...
mortenberg80/minimal_ircbot
044d3b0218af1bae8be6b8c954425724f0bf79dc
added better output on ping result
diff --git a/minimal_parser.py b/minimal_parser.py index b6c7e6e..ab4ab9f 100644 --- a/minimal_parser.py +++ b/minimal_parser.py @@ -1,88 +1,88 @@ # -*- coding: utf-8 -*- import datetime as dt import re import subprocess import sys import config class Parser(object): def __init__(self, input): ...
mortenberg80/minimal_ircbot
cd329e0a9298010ce7d9ca496094669d7473bfbb
added error output on ping command
diff --git a/minimal_parser.py b/minimal_parser.py index 88ec7bf..b6c7e6e 100644 --- a/minimal_parser.py +++ b/minimal_parser.py @@ -1,84 +1,88 @@ # -*- coding: utf-8 -*- import datetime as dt import re import subprocess import sys import config class Parser(object): def __init__(self, input): ...
mortenberg80/minimal_ircbot
d6af9a723ba81bc175890f2637f4857b1fc76b94
Added ping host handler as an example
diff --git a/minimal_parser.py b/minimal_parser.py index e0522d6..88ec7bf 100644 --- a/minimal_parser.py +++ b/minimal_parser.py @@ -1,72 +1,84 @@ # -*- coding: utf-8 -*- import datetime as dt import re +import subprocess import sys import config class Parser(object): def __init__(self, input): ...
mortenberg80/minimal_ircbot
6665117efbc84fc808f2a39bbb5e76f7d4fe42cb
Eliminated the need for if-elses in parser.
diff --git a/minimal_parser.py b/minimal_parser.py index 1a1c66e..e0522d6 100644 --- a/minimal_parser.py +++ b/minimal_parser.py @@ -1,55 +1,72 @@ # -*- coding: utf-8 -*- -import sys import datetime as dt +import re +import sys import config -class parser: +class Parser(object): def __init__(self, input): ...
mortenberg80/minimal_ircbot
ba927f2afa5f7e48ba2eeb1d37087bdf1f16fc51
No longer tries to send an empty message when having no parse result
diff --git a/minimal_bot.py b/minimal_bot.py index f23f0ec..332e2d2 100644 --- a/minimal_bot.py +++ b/minimal_bot.py @@ -1,45 +1,45 @@ # -*- coding: utf-8 -*- # Based on the O'Reilly example at http://oreilly.com/pub/h/1968 import sys import socket import subprocess import config print 'Trying to connect to ...
mortenberg80/minimal_ircbot
9690a1d995d5aeb71dab096b094bf4229c3d1725
Added printing of server messages
diff --git a/minimal_bot.py b/minimal_bot.py index bc160b5..f23f0ec 100644 --- a/minimal_bot.py +++ b/minimal_bot.py @@ -1,43 +1,45 @@ # -*- coding: utf-8 -*- # Based on the O'Reilly example at http://oreilly.com/pub/h/1968 import sys import socket import subprocess import config -readbuffer='' +print 'Trying...
mortenberg80/minimal_ircbot
a391b44df4937cb6aa7feaf680fd8e6905e5f041
Show host, port and channel server is connected to upon startup
diff --git a/minimal_bot.py b/minimal_bot.py index 45d8b1c..bc160b5 100644 --- a/minimal_bot.py +++ b/minimal_bot.py @@ -1,43 +1,43 @@ # -*- coding: utf-8 -*- # Based on the O'Reilly example at http://oreilly.com/pub/h/1968 import sys import socket import subprocess import config readbuffer='' s=socket.so...
mortenberg80/minimal_ircbot
b2364cc3564fdbca3ecab8ca8d55207b45929b42
Fixed bug, which caused the bot to never reply to server pings
diff --git a/minimal_bot.py b/minimal_bot.py index 0aada93..45d8b1c 100644 --- a/minimal_bot.py +++ b/minimal_bot.py @@ -1,43 +1,43 @@ # -*- coding: utf-8 -*- # Based on the O'Reilly example at http://oreilly.com/pub/h/1968 import sys import socket import subprocess import config readbuffer='' s=socket.so...
mortenberg80/minimal_ircbot
3cb2de83eadb1e021cacf4de1d4d3cfcf5227bbe
Extracted script command as a configurable option
diff --git a/config.py b/config.py index 859b9b1..4bed88b 100644 --- a/config.py +++ b/config.py @@ -1,11 +1,12 @@ HOST = 'irc.homelien.no' PORT = 6667 NICK = 'mynick' IDENT = 'pybot' REALNAME = 'I am' CHANNEL = '#mychannel' +PARSE_COMMAND = 'python ./minimal_parser.py' try: from local_config import * ex...