repo
string
commit
string
message
string
diff
string
balp/RPLogTool
68c65e4cea51633f74421536b4e1a71a34f994a6
Small cleanups
diff --git a/src/se/arnholm/rplogtool/server/LogCleaner.java b/src/se/arnholm/rplogtool/server/LogCleaner.java index 9ce108e..5d6b124 100644 --- a/src/se/arnholm/rplogtool/server/LogCleaner.java +++ b/src/se/arnholm/rplogtool/server/LogCleaner.java @@ -1,152 +1,151 @@ package se.arnholm.rplogtool.server; import jav...
balp/RPLogTool
33f3c217a14fcd52c8066abfa10014bb41dba3ab
v3 uploaded
diff --git a/.classpath b/.classpath index dd964d0..847681d 100644 --- a/.classpath +++ b/.classpath @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" output="test-classes" path="test"/> <classpathentry kind="con" path="com.go...
balp/RPLogTool
1ff54c2ef73c85e2c75a5e034bed387a6c870f76
Refectoring, v2 up
diff --git a/src/se/arnholm/rplogtool/server/LogCleaner.java b/src/se/arnholm/rplogtool/server/LogCleaner.java index 9ac0710..5acada0 100644 --- a/src/se/arnholm/rplogtool/server/LogCleaner.java +++ b/src/se/arnholm/rplogtool/server/LogCleaner.java @@ -1,143 +1,138 @@ package se.arnholm.rplogtool.server; import jav...
balp/RPLogTool
f5360f5fbc93a8d3f740a16bb14a83f8cb6dd8fe
Fixed a few small, features. But better handling of the different time formats are needed. Better handling of the line parsing is needed.
diff --git a/src/se/arnholm/rplogtool/server/LogCleaner.java b/src/se/arnholm/rplogtool/server/LogCleaner.java index 15cf09e..9ac0710 100644 --- a/src/se/arnholm/rplogtool/server/LogCleaner.java +++ b/src/se/arnholm/rplogtool/server/LogCleaner.java @@ -1,123 +1,143 @@ package se.arnholm.rplogtool.server; import jav...
balp/RPLogTool
2fce7bd696e247ad8a728c7f8008757de7d96af2
First alpha...
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd24ca6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.settings/ +test-classes/ +war/WEB-INF/ +war/rplogtool/ + diff --git a/src/se/arnholm/rplogtool/server/GreetingServiceImpl.java b/src/se/arnholm/rplogtool/server/GreetingServiceImpl.java inde...
balp/RPLogTool
e987a70d6dd3d54de1ae66c2ce3f4325f6be29c8
Added readme file.
diff --git a/README b/README new file mode 100644 index 0000000..9fb7adc --- /dev/null +++ b/README @@ -0,0 +1,6 @@ + +A small webb application to tahe a Second Life roleplay log, +speciall CCS style. + +Remove OOC and second life comment and add a nice summary. +This wil make submitting roleplay logs to GM's for XP aw...
balp/RPLogTool
3df7bc5e9863cc93154904fef6f7cff7f49fcfed
First test, time to learn GWT
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..dd964d0 --- /dev/null +++ b/.classpath @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" output="test-classes" path="test"/> + <classpathentry kind="con" pa...
jara/zf-restful-app-demo
0bf61da264364bb4dd820beff043ea7cca149041
added README file
diff --git a/README b/README new file mode 100644 index 0000000..340dbf8 --- /dev/null +++ b/README @@ -0,0 +1 @@ +Demo bookstore using the Zend_Rest_Route in Zend Framework 1.9
shokai/twitter-stream-api
3c2e662f9f6373c8055461d96635dc934cde43c7
add function String#colorize
diff --git a/bin/filter-websocket.rb b/bin/filter-websocket.rb index c3bc5d8..1cc50ec 100755 --- a/bin/filter-websocket.rb +++ b/bin/filter-websocket.rb @@ -1,77 +1,78 @@ #!/usr/bin/env ruby require File.dirname(__FILE__)+'/../bootstrap' require 'ArgsParser' require 'eventmachine' require 'em-websocket' require '...
shokai/twitter-stream-api
531a9b908428b73b1122388c447a255963d50917
use UserStream#filter
diff --git a/bin/filter-websocket.rb b/bin/filter-websocket.rb index d9a399c..c3bc5d8 100755 --- a/bin/filter-websocket.rb +++ b/bin/filter-websocket.rb @@ -1,78 +1,77 @@ #!/usr/bin/env ruby require File.dirname(__FILE__)+'/../bootstrap' require 'ArgsParser' require 'eventmachine' require 'em-websocket' require '...
shokai/twitter-stream-api
287182793fe5ea6b95d1aa78e48361fdb68067eb
modify css
diff --git a/viewer/css/main.css b/viewer/css/main.css index 7c65d34..ea4f0e8 100644 --- a/viewer/css/main.css +++ b/viewer/css/main.css @@ -1,21 +1,21 @@ .permalink { font-size: 80%; } a { color: #b4b4ff; } body { background-color: #111; color: #dddddd; font-size : larger; } body div { - mar...
shokai/twitter-stream-api
c3bf350a5ad5f95f82a4552c8dd2b91822e1e8c7
modify font-size
diff --git a/viewer/css/main.css b/viewer/css/main.css index 2b8502f..7c65d34 100644 --- a/viewer/css/main.css +++ b/viewer/css/main.css @@ -1,20 +1,21 @@ .permalink { font-size: 80%; } a { color: #b4b4ff; } body { background-color: #111; color: #dddddd; + font-size : larger; } body div { mar...
shokai/twitter-stream-api
444909882981b82b0f92184996db1c04a251fd9f
expand URL with hugeurl
diff --git a/Gemfile b/Gemfile index 7607cff..bd6d392 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,11 @@ source :rubygems gem 'ArgsParser' gem 'rainbow' gem 'oauth' gem 'twitter' gem 'json' gem 'userstream' gem 'eventmachine' gem 'em-websocket' +gem 'hugeurl' diff --git a/bin/filter-websocket.rb b/bin/filt...
shokai/twitter-stream-api
145e6ce1a33933023221d4f8a767494f12cff649
escape html
diff --git a/viewer/js/show_tweets.js b/viewer/js/show_tweets.js index b84a103..f357279 100644 --- a/viewer/js/show_tweets.js +++ b/viewer/js/show_tweets.js @@ -1,73 +1,81 @@ +String.prototype.escape_html = function(){ + var span = document.createElement('span'); + var txt = document.createTextNode(''); + spa...
shokai/twitter-stream-api
e5d8fd5d8eeae5785c2d8ab154659ee7e8ccb14f
fix html injection
diff --git a/viewer/js/show_tweets.js b/viewer/js/show_tweets.js index d2d8bcf..b84a103 100644 --- a/viewer/js/show_tweets.js +++ b/viewer/js/show_tweets.js @@ -1,73 +1,73 @@ var ws = null; var channel = { clients : [], subscribe : function(callback){ if(typeof callback === 'function'){ ...
shokai/twitter-stream-api
e9f63ed37571310a453c9fc7e1ceb1ff6a3fabd7
show websocket connection status
diff --git a/viewer/css/main.css b/viewer/css/main.css index a3c10d8..2b8502f 100644 --- a/viewer/css/main.css +++ b/viewer/css/main.css @@ -1,12 +1,20 @@ .permalink { - font-size: 80%; } + font-size: 80%; +} a { - color: #b4b4ff; } + color: #b4b4ff; +} body { background-color: #111; - color: #dddddd; } ...
shokai/twitter-stream-api
144d32ccb419c49eae83ffb3dc449f2f888c93bc
add viewer/README
diff --git a/viewer/README.md b/viewer/README.md new file mode 100644 index 0000000..7239e9a --- /dev/null +++ b/viewer/README.md @@ -0,0 +1,14 @@ +Stream Viewer +============= + +Run Websocket Server +-------------------- + + % ruby -Ku bin/filter-websocket.rb --help + % ruby -Ku bin/filter-websocket.rb -port 80...
shokai/twitter-stream-api
bd8903a741bb42545d920707eeb40aad41ba984c
chmod +x bin/filter-websocket.rb
diff --git a/bin/filter-websocket.rb b/bin/filter-websocket.rb old mode 100644 new mode 100755
shokai/twitter-stream-api
4bdb43a719f3956ad4cbf8bc16d68baadb596cce
fix viewer
diff --git a/viewer/index.html b/viewer/index.html index 34668ac..3c9e140 100644 --- a/viewer/index.html +++ b/viewer/index.html @@ -1,25 +1,29 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> - <meta charset='UTF-8' conte...
shokai/twitter-stream-api
84b165f642470f7846127f35bd7db0d684d1c95e
not use color in filter-websocket.rb
diff --git a/bin/filter-websocket.rb b/bin/filter-websocket.rb index 9aacbff..6fd8c56 100644 --- a/bin/filter-websocket.rb +++ b/bin/filter-websocket.rb @@ -1,75 +1,68 @@ #!/usr/bin/env ruby require File.dirname(__FILE__)+'/../bootstrap' require 'ArgsParser' require 'eventmachine' require 'em-websocket' require '...
shokai/twitter-stream-api
05c29a17379ec6b874fe1c94e682e70e13b48289
add viewer
diff --git a/Gemfile b/Gemfile index 16ce2a8..7607cff 100644 --- a/Gemfile +++ b/Gemfile @@ -1,19 +1,10 @@ source :rubygems gem 'ArgsParser' gem 'rainbow' gem 'oauth' gem 'twitter' gem 'json' gem 'userstream' gem 'eventmachine' gem 'em-websocket' - -gem 'rack' -gem 'sinatra' -gem 'thin' -gem 'sinatra-reloade...
shokai/twitter-stream-api
2d48f1445fdaf61ed2cd4b62f75375a87a78ded4
add filter-websocket.rb
diff --git a/Gemfile b/Gemfile index a4f5c0b..16ce2a8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,19 @@ source :rubygems +gem 'ArgsParser' gem 'rainbow' gem 'oauth' gem 'twitter' gem 'json' gem 'userstream' +gem 'eventmachine' +gem 'em-websocket' + +gem 'rack' +gem 'sinatra' +gem 'thin' +gem 'sinatra-reloader...
shokai/twitter-stream-api
291ecc01e355fbc045f5486d3e66e31f4b45ba66
bugfix filter.rb
diff --git a/bin/filter.rb b/bin/filter.rb index 139dddc..c5af542 100755 --- a/bin/filter.rb +++ b/bin/filter.rb @@ -1,30 +1,30 @@ #!/usr/bin/env ruby require File.dirname(__FILE__)+'/../bootstrap' require 'user_stream' UserStream.configure do |config| config.consumer_key = @@conf['consumer_key'] config.con...
shokai/twitter-stream-api
9cd649563c612e953bad7afc6464f4084c43cbb0
use bundler
diff --git a/.gitignore b/.gitignore index 165436e..2174a29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ .DS_Store *~ +*.lock *.log *.txt config.yaml .\#* *\#* diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..a4f5c0b --- /dev/null +++ b/Gemfile @@ -0,0 +1,7 @@ +source :rubygems + +g...
shokai/twitter-stream-api
11ab1abbe5ed1d9752175c781ed2cb985a3f4053
add readme
diff --git a/README.md b/README.md new file mode 100644 index 0000000..10d1a03 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +Twitter Stream API test +======================= + + +Config +------ + + % cp sample.config.yaml config.yaml + + +Auth +---- + + % ruby bin/auth.rb + + +UserStream +---------- + + % ru...
shokai/twitter-stream-api
e39693b1e645d5d31ae556cdd0237a8fccebda84
fix config
diff --git a/sample.config.yaml b/sample.config.yaml index c241384..bf82f70 100644 --- a/sample.config.yaml +++ b/sample.config.yaml @@ -1,20 +1,4 @@ -# twitter config -user : 'your-name' -pass : 'your-passwd' - -# mongo config -mongo_host : localhost -mongo_port : 27017 -mongo_dbname : chirpstream - -# tokyo tyrant ...
shokai/twitter-stream-api
6e733b76794d01f607aa9ffb84e1153fbc80f215
color userstream
diff --git a/bin/userstream.rb b/bin/userstream.rb index 7b64115..ce1b6cd 100755 --- a/bin/userstream.rb +++ b/bin/userstream.rb @@ -1,15 +1,25 @@ #!/usr/bin/env ruby require File.dirname(__FILE__)+'/../bootstrap' require 'user_stream' UserStream.configure do |config| config.consumer_key = @@conf['consumer_key...
shokai/twitter-stream-api
85b4a5ca705667ec354ff624c82c02c412d4b1de
mv helper helpers
diff --git a/bootstrap.rb b/bootstrap.rb index 407296b..69b80b0 100644 --- a/bootstrap.rb +++ b/bootstrap.rb @@ -1,17 +1,17 @@ require 'rubygems' require 'yaml' require 'rainbow' @@conf = YAML::load open(File.dirname(__FILE__)+'/config.yaml') -[:helper].each do |cat| +[:helpers].each do |cat| Dir.glob(File.d...
shokai/twitter-stream-api
5b437a7d0ea4ec15c047caa869c25b5d0f618ab1
modify .gitignore
diff --git a/.gitignore b/.gitignore index 740e80c..165436e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store *~ *.log +*.txt config.yaml .\#* *\#*
shokai/twitter-stream-api
272c14ed8f93735cf6e7d27235e5c6a750770779
print tweet permalink in log
diff --git a/bin/filter.rb b/bin/filter.rb index 524a299..139dddc 100755 --- a/bin/filter.rb +++ b/bin/filter.rb @@ -1,29 +1,30 @@ #!/usr/bin/env ruby require File.dirname(__FILE__)+'/../bootstrap' require 'user_stream' UserStream.configure do |config| config.consumer_key = @@conf['consumer_key'] config.con...
shokai/twitter-stream-api
6a6a4a7f1aab5714f8aed89b3972879ca3da1e4a
mkdir bin
diff --git a/Rakefile b/Rakefile deleted file mode 100644 index 57d02dc..0000000 --- a/Rakefile +++ /dev/null @@ -1,12 +0,0 @@ -require 'rubygems' -require 'yaml' -require 'shinagawaseaside' - -begin - conf = YAML::load open(File.dirname(__FILE__)+'/config.yaml') -rescue - STDERR.puts 'config.yaml load error' - exit...
shokai/twitter-stream-api
01fea044afd5b6fd572e42ad8517bdc9640e817b
add logger and use in filter.rb
diff --git a/.gitignore b/.gitignore index 77d8aea..740e80c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ -DS_Store +.DS_Store *~ -ttdb/* -*.tch -*.pid -.fuse* +*.log config.yaml .\#* *\#* diff --git a/filter.rb b/filter.rb index 2e8eed1..50a476a 100644 --- a/filter.rb +++ b/filter.rb @@ -1,28 +1,29 @@ ...
shokai/twitter-stream-api
015f34ae3f4dcdc1e9b40ac3e72e95613dfbf1f9
fix bootstrap
diff --git a/bootstrap.rb b/bootstrap.rb index 3c04fb9..407296b 100644 --- a/bootstrap.rb +++ b/bootstrap.rb @@ -1,17 +1,17 @@ require 'rubygems' require 'yaml' require 'rainbow' +@@conf = YAML::load open(File.dirname(__FILE__)+'/config.yaml') + [:helper].each do |cat| Dir.glob(File.dirname(__FILE__)+"/#{cat}/...
shokai/twitter-stream-api
be507343785ec862344733f488c21f8c3f1758d7
add userstream.rb
diff --git a/userstream.rb b/userstream.rb new file mode 100644 index 0000000..3bf974d --- /dev/null +++ b/userstream.rb @@ -0,0 +1,18 @@ +#!/usr/bin/env ruby +require 'rubygems' +require 'yaml' +require 'user_stream' + +conf = YAML::load open(File.dirname(__FILE__)+'/config.yaml') + +UserStream.configure do |config| +...
shokai/twitter-stream-api
4f31c05e2fdbf92f28e06ac84655bc8d6a33e5e2
load helper dir
diff --git a/bootstrap.rb b/bootstrap.rb index 7cccc16..3c04fb9 100644 --- a/bootstrap.rb +++ b/bootstrap.rb @@ -1,11 +1,17 @@ require 'rubygems' require 'yaml' require 'rainbow' +[:helper].each do |cat| + Dir.glob(File.dirname(__FILE__)+"/#{cat}/*").each do |f| + puts "loading #{f}" + require f + end +end...
shokai/twitter-stream-api
7c99d7766f3f24f5cfd8586a819a9580e2410e92
use userstream gem
diff --git a/bootstrap.rb b/bootstrap.rb new file mode 100644 index 0000000..7cccc16 --- /dev/null +++ b/bootstrap.rb @@ -0,0 +1,11 @@ +require 'rubygems' +require 'yaml' +require 'rainbow' + +@@conf = YAML::load open(File.dirname(__FILE__)+'/config.yaml') + +def color_code(str) + colors = Sickill::Rainbow::TERM_COL...
shokai/twitter-stream-api
044ee7d713cbc0d7b6a4625c908638cd19892070
zeromq sub saykana
diff --git a/chirpstream-zeromq-sub-saykana.rb b/chirpstream-zeromq-sub-saykana.rb new file mode 100644 index 0000000..6a156b7 --- /dev/null +++ b/chirpstream-zeromq-sub-saykana.rb @@ -0,0 +1,37 @@ +#!/usr/bin/env ruby +require 'rubygems' +require 'zmq' +require 'json' +require 'MeCab' +$KCODE = 'u' + +mecab = MeCab::T...
shokai/twitter-stream-api
513d19c9ac04bbd092507b5fd8cd816ab75faed1
zeromq pub/sub
diff --git a/chirpstream-zeromq-pub.rb b/chirpstream-zeromq-pub.rb new file mode 100644 index 0000000..11b5e5c --- /dev/null +++ b/chirpstream-zeromq-pub.rb @@ -0,0 +1,34 @@ +#!/usr/bin/env ruby +require 'rubygems' +require 'net/http' +require 'uri' +require 'json' +require 'yaml' +require 'kconv' +require 'zmq' +$KCOD...
shokai/twitter-stream-api
f9aab7738e720cc36ff7f6008adc492a4c90ca4f
verbose = nil
diff --git a/chirpstream-saykana.rb b/chirpstream-saykana.rb index dc5e4d3..8a49113 100644 --- a/chirpstream-saykana.rb +++ b/chirpstream-saykana.rb @@ -1,43 +1,44 @@ #!/usr/bin/env ruby # -*- coding: utf-8 -*- require 'rubygems' require 'net/http' require 'uri' require 'json' require 'yaml' require 'kconv' re...
shokai/twitter-stream-api
8581dfe5d983735c6c1fe4ec169a1e0b8717aefb
filter-saykana
diff --git a/filter-saykana.rb b/filter-saykana.rb new file mode 100644 index 0000000..53af07a --- /dev/null +++ b/filter-saykana.rb @@ -0,0 +1,38 @@ +#!/usr/bin/env ruby +# -*- coding: utf-8 -*- +require 'rubygems' +require 'net/http' +require 'uri' +require 'json' +require 'yaml' +require 'MeCab' +$KCODE = 'u' + +con...
shokai/twitter-stream-api
59988d31867392808e1d73d7c406477e777c42ca
saykana chirpstream
diff --git a/chirpstream-saykana.rb b/chirpstream-saykana.rb new file mode 100644 index 0000000..dc5e4d3 --- /dev/null +++ b/chirpstream-saykana.rb @@ -0,0 +1,43 @@ +#!/usr/bin/env ruby +# -*- coding: utf-8 -*- +require 'rubygems' +require 'net/http' +require 'uri' +require 'json' +require 'yaml' +require 'kconv' +requ...
shokai/twitter-stream-api
be28212997ed0b53dcee506c7353bb6385f259a9
growl chirpstream
diff --git a/chirpstream-growl.rb b/chirpstream-growl.rb new file mode 100644 index 0000000..1815228 --- /dev/null +++ b/chirpstream-growl.rb @@ -0,0 +1,39 @@ +#!/usr/bin/env ruby +# -*- coding: utf-8 -*- +require 'rubygems' +require 'net/http' +require 'uri' +require 'json' +require 'yaml' +require 'notify' +require '...
shokai/twitter-stream-api
1d956cc32dc4c8e29cdb03a4a73f0d107c093f18
chirpstream -> mongodb
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77d8aea --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +DS_Store +*~ +ttdb/* +*.tch +*.pid +.fuse* +config.yaml +.\#* +*\#* diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..57d02dc --- /dev/null +++ b/Rakefile @@ -0,0 +1,12 @@ ...
jhgfdsa/grfsegsbg
b2bc5acff7b505a580eaf21d25a5bfe5bb265da9
Fix typo
diff --git a/index.jxp b/index.jxp index 29fecf2..a7d9171 100644 --- a/index.jxp +++ b/index.jxp @@ -1,8 +1,8 @@ <html> <body> - <h2>Welecome to your 10gen site</h2> + <h2>Welcome to your 10gen site</h2> <h5><a href="/admin/">admin console</a></h5> </body> </html>
jhgfdsa/grfsegsbg
0d77e990881dfd33cf2d96cfab6f834c2f27acf4
a very small start
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f8072e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +*~ diff --git a/README b/README index e69de29..c225025 100644 --- a/README +++ b/README @@ -0,0 +1,3 @@ +This is a template used for forking within github. + +It does very little, except to...
adizdastanca/git-test
7079d7da0489a8788092070746fb855f847a5724
second commit
diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..66f065a --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +qqqqqq
fox-io/recDressUp
c7f00ee635e9d83f8269869cf59e06f1c6a3b291
Initial Import
diff --git a/core.lua b/core.lua new file mode 100644 index 0000000..032c4ce --- /dev/null +++ b/core.lua @@ -0,0 +1,175 @@ +-- $Id: core.lua 550 2010-03-02 15:27:53Z john.d.mann@gmail.com $ +local GetCursorPosition = GetCursorPosition +local function null_function() return end + +local function OnUpdate(self) + l...
tpapp/array-operations-old
f935a69377c429d47ce636a5b2f20fc2b6f4d615
Added note about new version.
diff --git a/README.org b/README.org new file mode 100644 index 0000000..e1e2c59 --- /dev/null +++ b/README.org @@ -0,0 +1 @@ +This library is *deprecated*, and has been superseded by a [[https://github.com/tpapp/array-operations][new version]].
tpapp/array-operations-old
a31499145bad2ec61297339315115678521867ff
various fixes, no longer relies on flat arrays
diff --git a/array-operations.asd b/array-operations.asd index 5722a08..1c398c0 100644 --- a/array-operations.asd +++ b/array-operations.asd @@ -1,15 +1,14 @@ (defpackage #:array-operations-asd (:use :cl :asdf)) (in-package :array-operations-asd) (defsystem array-operations :description "Array operations (...
tpapp/array-operations-old
8439f4da439ea2c4ed6262895d643592a08c84a1
Patch by Daniel Herring to fix bind forms and declarations. Minor cosmetic change in array-range for correct nil handling.
diff --git a/displaced-utils.lisp b/displaced-utils.lisp index af4273a..5277214 100644 --- a/displaced-utils.lisp +++ b/displaced-utils.lisp @@ -1,77 +1,77 @@ (in-package :array-operations) (defun find-original-array (array) "Find the original parent of a displaced array, return this and the sum of displaced in...
mcroydon/hudson-django-auth
81f243e738bd98b80671d62e5b4c34b2880f0b12
Removed redundant documentation in module.
diff --git a/hudson_django_auth.py b/hudson_django_auth.py index 20c647d..f4edfee 100755 --- a/hudson_django_auth.py +++ b/hudson_django_auth.py @@ -1,57 +1,28 @@ #!/usr/bin/env python __AUTHOR__ = 'Matt Croydon' __LICENSE__ = 'BSD' -""" -Authenticate Hudson against a Django installation using the -`Script Secur...
mcroydon/hudson-django-auth
b9d60d54426330f4e9e16bce77c61b7591f7efe2
Copied 1.1 note to README.
diff --git a/README.rst b/README.rst index f969eb6..53f7b0a 100644 --- a/README.rst +++ b/README.rst @@ -1,23 +1,26 @@ Authenticate Hudson against a Django installation using the `Script Security Realm`_ plugin. It currently checks each configured authentication backend and ensures that the user is authenticated an...
mcroydon/hudson-django-auth
75976db11fadbd2fdbb93290a0773263bd7563f0
Added note about 1.1 requirement.
diff --git a/hudson_django_auth.py b/hudson_django_auth.py index b0348f5..20c647d 100755 --- a/hudson_django_auth.py +++ b/hudson_django_auth.py @@ -1,54 +1,57 @@ #!/usr/bin/env python __AUTHOR__ = 'Matt Croydon' __LICENSE__ = 'BSD' """ Authenticate Hudson against a Django installation using the `Script Secur...
bdimcheff/fixity
86fc72c8ba3324642a603a4a9d3f6fe6c58cbe59
better implementation of blank fields
diff --git a/lib/fixity/record.rb b/lib/fixity/record.rb index 4317bc8..1c900d6 100644 --- a/lib/fixity/record.rb +++ b/lib/fixity/record.rb @@ -1,52 +1,48 @@ module Fixity class Record class << self attr_reader :field_order, :field_options def field(field_name, options = {}) @fi...
bdimcheff/fixity
0ff0ec49f80f6d55024f0b745d4de8c1dee73138
handle blank fields properly
diff --git a/lib/fixity/record.rb b/lib/fixity/record.rb index 8ccc07e..4317bc8 100644 --- a/lib/fixity/record.rb +++ b/lib/fixity/record.rb @@ -1,41 +1,52 @@ module Fixity class Record class << self attr_reader :field_order, :field_options def field(field_name, options = {}) @fi...
bdimcheff/fixity
edb786c91ae5ba934e763a309c95c6a84be68541
some renaming I forgot to do before
diff --git a/Rakefile b/Rakefile index 38dae91..94ef480 100644 --- a/Rakefile +++ b/Rakefile @@ -1,56 +1,56 @@ require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "fixity" - gem.summary = %Q{TODO} + gem.summary = %Q{Fixed-width file parser} gem.ema...
bdimcheff/fixity
d75e52c74aab2743e34e52a1f26d01c1df38a733
accept hash parameters to new
diff --git a/lib/fixity/record.rb b/lib/fixity/record.rb index 11c9043..8ccc07e 100644 --- a/lib/fixity/record.rb +++ b/lib/fixity/record.rb @@ -1,34 +1,41 @@ module Fixity class Record class << self attr_reader :field_order, :field_options def field(field_name, options = {}) @fi...
bdimcheff/fixity
91186d9a1cf815c076c816a17c1b0b894bf0d68c
right align the fields
diff --git a/lib/fixity/field.rb b/lib/fixity/field.rb index 444917b..afd4238 100644 --- a/lib/fixity/field.rb +++ b/lib/fixity/field.rb @@ -1,14 +1,14 @@ module Fixity class Field attr_accessor :length, :value def initialize(value, options = {}) self.length = options[:length] self.value =...
bdimcheff/fixity
1270ee550efb03eb2645d680518220c764f59762
allow for custom field classes
diff --git a/lib/fixity/record.rb b/lib/fixity/record.rb index 196d49b..11c9043 100644 --- a/lib/fixity/record.rb +++ b/lib/fixity/record.rb @@ -1,31 +1,34 @@ module Fixity class Record class << self attr_reader :field_order, :field_options def field(field_name, options = {}) @fi...
bdimcheff/fixity
574261862f5a2a3ce9901e5ff947c3b4468e9632
Version bump to 0.0.0
diff --git a/VERSION.yml b/VERSION.yml new file mode 100644 index 0000000..bf64db8 --- /dev/null +++ b/VERSION.yml @@ -0,0 +1,4 @@ +--- +:minor: 0 +:patch: 0 +:major: 0
bdimcheff/fixity
5dfad7dadb03175ed09799712f27d057057a5a77
renamed generic parser to fixity, split classes into their own files
diff --git a/README.rdoc b/README.rdoc index b1a5089..bda789f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,7 +1,7 @@ -= fnm_parser += fixity Description goes here. == Copyright Copyright (c) 2009 Brandon Dimcheff. See LICENSE for details. diff --git a/Rakefile b/Rakefile index ab6f5ea..38dae91 100644 --- a...
bdimcheff/fixity
4a055cca8f331a706a6681f4a4881aa60b30a630
refactored, added some tests
diff --git a/test/fnm_parser_test.rb b/test/fnm_parser_test.rb index 9728f60..cc4a109 100644 --- a/test/fnm_parser_test.rb +++ b/test/fnm_parser_test.rb @@ -1,69 +1,91 @@ require 'test_helper' -class FnmParserTest < Test::Unit::TestCase +class RecordTest < Test::Unit::TestCase context 'single field' do setup...
bdimcheff/fixity
954bf0b59ded60662efbdd9951d0dd74506c4607
formats Record objects into fixed-length formats
diff --git a/lib/fnm_parser.rb b/lib/fnm_parser.rb index e69de29..2616565 100644 --- a/lib/fnm_parser.rb +++ b/lib/fnm_parser.rb @@ -0,0 +1,44 @@ +module ParseFixed + class Record + class << self + attr_reader :field_order, :field_options + + def field(field_name, options = {}) + @field_order...
chevalun/entropy.js
64c13e6524af78aec5f77c503a8f050a7ded56cb
remove format middleware, since it is removed from newest connect
diff --git a/entropy.js b/entropy.js index 808c8cf..0e94501 100644 --- a/entropy.js +++ b/entropy.js @@ -1,196 +1,195 @@ var fs = require('fs'), sys = require('sys'), extname = require('path').extname; // bootstrap 3rd-party libraries require.paths.unshift(__dirname+'/support/'); require.paths.unshift(_...
chevalun/entropy.js
68767bf6544bff4f16e0adb5a7818a4c93007d2d
added format and gzip module
diff --git a/entropy.js b/entropy.js index 985f678..808c8cf 100644 --- a/entropy.js +++ b/entropy.js @@ -1,194 +1,196 @@ var fs = require('fs'), sys = require('sys'), extname = require('path').extname; // bootstrap 3rd-party libraries require.paths.unshift(__dirname+'/support/'); require.paths.unshift(_...
chevalun/entropy.js
fe859749328193b927d002d25c0c2d7cac91b6ff
added PUT support for create and modify
diff --git a/entropy.js b/entropy.js index f73aea1..985f678 100644 --- a/entropy.js +++ b/entropy.js @@ -1,188 +1,194 @@ var fs = require('fs'), sys = require('sys'), extname = require('path').extname; // bootstrap 3rd-party libraries require.paths.unshift(__dirname+'/support/'); require.paths.unshift(_...
chevalun/entropy.js
95497ce432e554f481eaf86a7460ad997a1fb94f
fixed typo (sort > order)
diff --git a/README.md b/README.md index 9fefebd..34998ee 100644 --- a/README.md +++ b/README.md @@ -1,144 +1,144 @@ README ====== entropy is a simple [RESTful][1] server in front of a [MongoDB][2] instance using [node.js][3], [Express][4] and [Mongoose][5]. DEPENDENCIES ------------ * [node.js][3] * [Exp...
chevalun/entropy.js
dfe42876eb3f58b64a20305c1d769ba48575157f
added querying, sorting and pagination for find action
diff --git a/README.md b/README.md index 6b0197d..b562ac7 100644 --- a/README.md +++ b/README.md @@ -1,115 +1,134 @@ README ====== entropy is a simple [RESTful][1] server in front of a [MongoDB][2] instance using [node.js][3], [Express][4] and [Mongoose][5]. DEPENDENCIES ------------ * [node.js][3] * [Exp...
chevalun/entropy.js
4b0ffb25543f01f713a8f8c3a0d47b2ee1a669ff
added custom controller, views and public (static files) support
diff --git a/.gitignore b/.gitignore index 190f9ff..6964278 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /config.json +/controllers/* /models/* +/public/* +/views/* diff --git a/README.md b/README.md index c43b283..b97b3c7 100644 --- a/README.md +++ b/README.md @@ -1,75 +1,100 @@ README ====== entrop...
chevalun/entropy.js
00baf375463bdfe4fcc56b48041df695da002464
removed Connect and NPM
diff --git a/README.md b/README.md index f5bd0d4..c43b283 100644 --- a/README.md +++ b/README.md @@ -1,78 +1,75 @@ README ====== entropy is a simple [RESTful][1] server in front of a [MongoDB][2] instance -using [node.js][3], [Express][4], [Connect][5] and [Mongoose][6]. +using [node.js][3], [Express][4] and [Mong...
chevalun/entropy.js
ae5e73cbef5c8869a5c371f16b081ffb1732f7f8
make use of express/mongoose submodules
diff --git a/README.md b/README.md index ac25fd6..f5bd0d4 100644 --- a/README.md +++ b/README.md @@ -1,73 +1,78 @@ README ====== entropy is a simple [RESTful][1] server in front of a [MongoDB][2] instance using [node.js][3], [Express][4], [Connect][5] and [Mongoose][6]. DEPENDENCIES ------------ * [node.js...
chevalun/entropy.js
7ac696311f4d7227c6bc66ddead6d1cca54570b5
added externals (express and mongoose)
diff --git a/.gitignore b/.gitignore index ca348ea..190f9ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /config.json /models/* -/support diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d421ad0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "support/express"] + path...
chevalun/entropy.js
961f24f3d844a66d007f610b05c0c97e6ae62032
fixed delete response
diff --git a/entropy.js b/entropy.js index cc47463..d771c9d 100644 --- a/entropy.js +++ b/entropy.js @@ -1,142 +1,142 @@ var fs = require('fs'), sys = require('sys'), express = require('express'), extname = require('path').extname; var app = express.createServer(); app.use(express.conditionalGet()...
chevalun/entropy.js
bc72df8ce268e54e083ceffb892f1533356a0a2a
fixed status code for modify
diff --git a/entropy.js b/entropy.js index 86b0b08..cc47463 100644 --- a/entropy.js +++ b/entropy.js @@ -1,142 +1,142 @@ var fs = require('fs'), sys = require('sys'), express = require('express'), extname = require('path').extname; var app = express.createServer(); app.use(express.conditionalGet()...
chevalun/entropy.js
969e96fb152a24c9c783dd491300adc1e12a6795
fixed typo
diff --git a/entropy.js b/entropy.js index 19a4f89..86b0b08 100644 --- a/entropy.js +++ b/entropy.js @@ -1,142 +1,142 @@ var fs = require('fs'), sys = require('sys'), express = require('express'), extname = require('path').extname; var app = express.createServer(); app.use(express.conditionalGet()...
chevalun/entropy.js
f0e34ed7db12c3b32271b04b9a2cdca42a5948e4
fixed typos
diff --git a/README.md b/README.md index 320b917..ac25fd6 100644 --- a/README.md +++ b/README.md @@ -1,72 +1,73 @@ README ====== entropy is a simple [RESTful][1] server in front of a [MongoDB][2] instance using [node.js][3], [Express][4], [Connect][5] and [Mongoose][6]. DEPENDENCIES ------------ * [node.js...
chevalun/entropy.js
bc81fcdd7b19822d773b0a1c30b4ac8f670f2a49
added LICENSE and README file
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2b2fbf9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2010 Pierre Minnieur + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in t...
chevalun/entropy.js
a971582436580d03da8b253d08a06b16b89c2da9
minimal improvements
diff --git a/entropy.js b/entropy.js index 93bda44..19a4f89 100644 --- a/entropy.js +++ b/entropy.js @@ -1,142 +1,142 @@ var fs = require('fs'), sys = require('sys'), express = require('express'), extname = require('path').extname; var app = express.createServer(); app.use(express.conditionalGet()...
chevalun/entropy.js
234877dc54de4a2260b27835b4acdf16b61961ee
minimal optimizations
diff --git a/entropy.js b/entropy.js index 97fb305..93bda44 100644 --- a/entropy.js +++ b/entropy.js @@ -1,145 +1,142 @@ -var fs = require('fs'), +var fs = require('fs'), sys = require('sys'), express = require('express'), extname = require('path').extname; -var app = module.exports.app = express.c...
chevalun/entropy.js
93f00a399bea8d3c43da6aed8531a24273d7ea7b
renamed model to col
diff --git a/entropy.js b/entropy.js index 3f10e03..97fb305 100644 --- a/entropy.js +++ b/entropy.js @@ -1,145 +1,145 @@ var fs = require('fs'), sys = require('sys'), express = require('express'), extname = require('path').extname; var app = module.exports.app = express.createServer(); app.use...
chevalun/entropy.js
fc57e47039933a073ea7ad4c10d699d6fcdf55b2
applied coding standards
diff --git a/entropy.js b/entropy.js index 0678f2b..3f10e03 100644 --- a/entropy.js +++ b/entropy.js @@ -1,146 +1,145 @@ - -var fs = require("fs"), - sys = require("sys"), - express = require("express"), +var fs = require('fs'), + sys = require('sys'), + express = require('express'), extname = ...
chevalun/entropy.js
9b7ac8d873a04b618c38f88354e133387b57fa66
initial draft
diff --git a/.gitignore b/.gitignore index 190f9ff..ca348ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /config.json /models/* +/support diff --git a/entropy.js b/entropy.js index c111e04..0678f2b 100644 --- a/entropy.js +++ b/entropy.js @@ -1,58 +1,146 @@ + var fs = require("fs"), - sys = requir...
chevalun/entropy.js
822747b73b3d46c1c6c98e326a5c03d5f7b3836a
fixed special characters
diff --git a/entropy.js b/entropy.js index 6b40862..c111e04 100644 --- a/entropy.js +++ b/entropy.js @@ -1,58 +1,58 @@ var fs = require("fs"), sys = require("sys"); var express = require("express"), connect = require("connect"); var entropy = express.createServer(); entropy.use(connect.conditionalG...
chevalun/entropy.js
924990cfc4ade7cde5fa9b33ac92fab0b59ee6c7
replaced tabs with spaces
diff --git a/entropy.js b/entropy.js index 85705e9..6b40862 100644 --- a/entropy.js +++ b/entropy.js @@ -1,58 +1,58 @@ var fs = require("fs"), - sys = require("sys"); + sys = require("sys"); var express = require("express"), - connect = require("connect"); + connect = require("connect"); var entropy = exp...
chevalun/entropy.js
04243a9bbb6c53fc4ae88c0b75eb71f74f128f5b
initial import
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..190f9ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/config.json +/models/* diff --git a/config.json.sample b/config.json.sample new file mode 100644 index 0000000..799d133 --- /dev/null +++ b/config.json.sample @@ -0,0 +1,15 @@ +{ + "debug...
bsbodden/HITS
02f0c0c5fc003bfdeab6632e92d30818a54bff11
added normalization on each iteration using sum of squares, added weighting logic
diff --git a/LICENSE b/LICENSE index c41979f..f2e627a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,22 @@ -== hits +(The MIT License) -Put appropriate LICENSE for your project here. +Copyright &169;2001-2008 Integrallis Software, LLC. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of...
Merino/github-learning
dafe5aa284726f2eb4fe6f2796c975c876b032ae
new feature for REAME
diff --git a/README b/README index 7967e58..7e4e7a3 100644 --- a/README +++ b/README @@ -1,2 +1,4 @@ -- README -- De meeste gebruikers lezen een README niet eens. + +En nu hebben we een new-featurex
Merino/github-learning
c5fb0ff1a79d3a0678cee16789e83992e062bd13
change readme
diff --git a/README b/README index 8108a41..7967e58 100644 --- a/README +++ b/README @@ -1 +1,2 @@ -De 2e tekens +-- README -- +De meeste gebruikers lezen een README niet eens.
Merino/github-learning
e4158daa8bd06014e3cdae3069e16c19228f8d70
add readme
diff --git a/README b/README new file mode 100644 index 0000000..e69de29
justquick/django-xlink
e4aff1fc19a57e974f70c83702ddfa2f4f454039
added link text field for Results, version bump
diff --git a/example/example.db b/example/example.db index de8cdc3..b03ac3c 100644 Binary files a/example/example.db and b/example/example.db differ diff --git a/xlink/__init__.py b/xlink/__init__.py index c12f34c..34da6b8 100644 --- a/xlink/__init__.py +++ b/xlink/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1' \ No ne...
justquick/django-xlink
96863cb8fcba33c75035f8d0c0ee27ece0494180
added display bool field to result, version bump
diff --git a/README.rst b/README.rst index 5d64232..21e9d35 100644 --- a/README.rst +++ b/README.rst @@ -1,41 +1,41 @@ Django Cross Link Documentation =============================== :Authors: Justin Quick <justquick@gmail.com> :Version: 0.1 :: - pip install django-xlink==0.1.0 + pip install django...
justquick/django-xlink
e48a3c8c0a1152acce7973eda5ae783bae45deb4
initial import
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..5d64232 --- /dev/null +++ b/README.rst @@ -0,0 +1,41 @@ +Django Cross Link Documentation +=============================== + +:Authors: + Justin Quick <justquick@gmail.com> +:Version: 0.1 + +:: + + pip install django-xlink==0.1.0 + +Django Cro...
cayblood/lilypond-files
e05f558a0fd7ff6eda71738b172c8da6e0760684
Added beginning of They All Laughed and midi for You Are the New Day
diff --git a/they_all_laughed/they_all_laughed.ly b/they_all_laughed/they_all_laughed.ly new file mode 100755 index 0000000..adc74e3 --- /dev/null +++ b/they_all_laughed/they_all_laughed.ly @@ -0,0 +1,89 @@ +\version "2.11.42" +\header { + filename = "they_all_laughed.ly" + title = "They All Laughed" + subtitle = \m...
cayblood/lilypond-files
fe0f576e704f22828409730043948cb14a02a1b6
Fixed stem direction on second voice
diff --git a/brahms_lullaby/wiegenlied.ly b/brahms_lullaby/wiegenlied.ly index 924b2ca..e11fec9 100644 --- a/brahms_lullaby/wiegenlied.ly +++ b/brahms_lullaby/wiegenlied.ly @@ -1,81 +1,79 @@ \version "2.12.3" \header { filename = "brahms wiegenlied.ly" title = "Wiegenlied (Lullaby)" instrument = "Duet for Bb...
cayblood/lilypond-files
f0306ad85c13a0026855de3946afbc5ef94e3885
Added midi annotations
diff --git a/brahms_lullaby/wiegenlied.ly b/brahms_lullaby/wiegenlied.ly index 4eaec4e..924b2ca 100644 --- a/brahms_lullaby/wiegenlied.ly +++ b/brahms_lullaby/wiegenlied.ly @@ -1,76 +1,81 @@ \version "2.12.3" \header { filename = "brahms wiegenlied.ly" title = "Wiegenlied (Lullaby)" instrument = "Duet for Bb...
cayblood/lilypond-files
e9b498092bcdd7c8999e614d67f4d29d255f2c28
Brahms lullaby - clarinet duet
diff --git a/brahms_lullaby/wiegenlied.ly b/brahms_lullaby/wiegenlied.ly new file mode 100644 index 0000000..4eaec4e --- /dev/null +++ b/brahms_lullaby/wiegenlied.ly @@ -0,0 +1,76 @@ +\version "2.12.3" +\header { + filename = "brahms wiegenlied.ly" + title = "Wiegenlied (Lullaby)" + instrument = "Duet for Bb clarine...
cayblood/lilypond-files
45d0d022e2fb9a71154cdf8b97daeb8978040a75
Fixed Norwegian capitalization
diff --git a/the_spirit_of_god/guds_and_som_en_ild.ly b/the_spirit_of_god/guds_and_som_en_ild.ly index 1b1c299..a058b6a 100644 --- a/the_spirit_of_god/guds_and_som_en_ild.ly +++ b/the_spirit_of_god/guds_and_som_en_ild.ly @@ -1,489 +1,489 @@ \version "2.12.3" \header { filename = "guds_and_som_en_ild.ly" - title =...
cayblood/lilypond-files
d7e180ca67c3162aad4b88bde224490adcb1f954
Finished first draft
diff --git a/go_the_distance/go_the_distance.ly b/go_the_distance/go_the_distance.ly index e83a0d7..ad49631 100644 --- a/go_the_distance/go_the_distance.ly +++ b/go_the_distance/go_the_distance.ly @@ -1,225 +1,366 @@ \version "2.13.52" melody = \relative c'' { \clef treble \key a \major \override Staff.Tim...
cayblood/lilypond-files
d3efd82fbcb8ade977a60a706a0c187fa5457e79
Transposed from A to G
diff --git a/go_the_distance/go_the_distance.ly b/go_the_distance/go_the_distance.ly index 69154a8..e83a0d7 100644 --- a/go_the_distance/go_the_distance.ly +++ b/go_the_distance/go_the_distance.ly @@ -1,225 +1,225 @@ \version "2.13.52" melody = \relative c'' { \clef treble \key a \major \override Staff.Tim...
cayblood/lilypond-files
5d85aa6e207c8e56baab7275e410fbe86e80fa78
2/3 done
diff --git a/go_the_distance/go_the_distance.ly b/go_the_distance/go_the_distance.ly index aad144b..69154a8 100644 --- a/go_the_distance/go_the_distance.ly +++ b/go_the_distance/go_the_distance.ly @@ -1,172 +1,225 @@ \version "2.13.52" melody = \relative c'' { \clef treble \key a \major \override Staff.Tim...