repo
string
commit
string
message
string
diff
string
KeithHanson/rmuddy
bb89742a021159b0834105991f7b2bab2b77cd23
Tweaked the README a bit and added an INSTALL.
diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..7536408 --- /dev/null +++ b/INSTALL @@ -0,0 +1,33 @@ +To Install: + +You will need the following: +--A Version of KMuddy that supports External Scripting +--Ruby 1.8 installed +--Ruby headers installed +--Git installed, to download and checkout the late...
KeithHanson/rmuddy
118d0347de9532781c872bcf2855cb2558d26ea0
Removed the forced parameters on actions, added main README.
diff --git a/README b/README new file mode 100644 index 0000000..c1a1c10 --- /dev/null +++ b/README @@ -0,0 +1,36 @@ +RMuddy is a Ruby based Triggering system for the MUD client +Kmuddy (http://www.kmuddy.com). It is essentially an easier, +more powerful way (in my opinion, at least) to create complex +triggering and ...
KeithHanson/rmuddy
d4a2e89a7dd8186a6cac155b9b3f1f8e2289f807
Added README's and modified Receiver to handle them.
diff --git a/configs/README b/configs/README new file mode 100644 index 0000000..8967169 --- /dev/null +++ b/configs/README @@ -0,0 +1,7 @@ +This folder is for config.yaml files for each plugin. + +The configs should be named the same name as the particular plugin. + +So, for instance, a CuringSystem plugin named curin...
peteonrails/my-rails-utils
945b115a38db19b5b21a31cc37fed75a3f235060
Initial cut of the Intridea template. Starting point only. not ready for you to use.
diff --git a/README b/README index 8dfd6bc..cb39ceb 100644 --- a/README +++ b/README @@ -1,16 +1,20 @@ If you were using "new_rails" before Rails 2.2 introduced the project templating DSL, you we a pretty smart developer. If you're STILL using new_rails, then you're missing out on a sweet project definition langu...
peteonrails/my-rails-utils
23d7163c1220a5058519eea09f6085f4b41a06d0
Add readme
diff --git a/README b/README new file mode 100644 index 0000000..8dfd6bc --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +If you were using "new_rails" before Rails 2.2 introduced the +project templating DSL, you we a pretty smart developer. If you're +STILL using new_rails, then you're missing out on a sweet project +de...
peteonrails/my-rails-utils
f4d178a7d62309453377a1f4cee9cbdd8968a60d
Replace new_rails with a template using the DSL
diff --git a/fasteragile.rb b/fasteragile.rb new file mode 100644 index 0000000..602feb5 --- /dev/null +++ b/fasteragile.rb @@ -0,0 +1,610 @@ +# This template represents what FasterAgile believes to be the best mix +# of components for ab-initio Rails projects. It includes: +# Mocks with factory_girl instead of fixtu...
peteonrails/my-rails-utils
586027e55f265e588cc29b0000b6abf8700c4b4b
Adding rSpec plugin generator
diff --git a/new_rails b/new_rails index b57faa1..d075c4a 100755 --- a/new_rails +++ b/new_rails @@ -1,78 +1,80 @@ #!/bin/bash echo "************************************************" echo " Creating New Rails Project: $1 " echo "************************************************" rails $1 echo "...
peteonrails/my-rails-utils
a98c369b013a7ee40265906cd05daa9be3075ae7
Updating with some more files and commands I like.
diff --git a/new_rails b/new_rails index eb555ba..b57faa1 100755 --- a/new_rails +++ b/new_rails @@ -1,68 +1,78 @@ #!/bin/bash echo "************************************************" echo " Creating New Rails Project: $1 " echo "************************************************" rails $1 echo "...
peteonrails/my-rails-utils
576fd290fd03d5074f9ddc92457bdf8d9b1dc721
Initial Revision
diff --git a/new_rails b/new_rails new file mode 100755 index 0000000..eb555ba --- /dev/null +++ b/new_rails @@ -0,0 +1,68 @@ +#!/bin/bash + +echo "************************************************" +echo " Creating New Rails Project: $1 " +echo "************************************************" +rails $...
adiel/availabletopair
7b13923e0d6ad2a1086f30ccfc9710a76f9e8bde
Tags page restricted to future availabilities
diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 2e64004..ab5c69a 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -1,25 +1,27 @@ class TagsController < ApplicationController public # GET /tags def index #Tag cloud? ...
adiel/availabletopair
298c17b4ea50cb32f279067bb203318cad02e59b
Make tags links
diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 153f419..2e64004 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -1,24 +1,25 @@ class TagsController < ApplicationController public # GET /tags def index #Tag cloud? ...
adiel/availabletopair
d3abd9ae32a4994309de010969407ac25e60caf1
Add whitespace between tag lists
diff --git a/app/helpers/availabilities_helper.rb b/app/helpers/availabilities_helper.rb index 60e6dc8..83750df 100644 --- a/app/helpers/availabilities_helper.rb +++ b/app/helpers/availabilities_helper.rb @@ -1,116 +1,116 @@ module AvailabilitiesHelper def link_to_http(text) http?(text) ? link_to(h(text)) ...
adiel/availabletopair
16512c975c6dc192a695544501585a822911bdf5
Page for each tag
diff --git a/features/List_tag_availabilities.feature b/features/List_tag_availabilities.feature new file mode 100644 index 0000000..a225a5b --- /dev/null +++ b/features/List_tag_availabilities.feature @@ -0,0 +1,17 @@ +Feature: List tag availabilities + In order that I can see who want to pair on similar things to m...
adiel/availabletopair
ea267286b383a233136627d1bace1f34a2977bf8
Tagging
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 0250eae..6dfd790 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,54 +1,55 @@ # Filters added to this controller apply to all controllers in the applicati...
adiel/availabletopair
370d04f28dab35e148af89f53d842737def65b23
Layout of no developers available message broken
diff --git a/app/views/availabilities/show.html.erb b/app/views/availabilities/show.html.erb index f9b6404..4c121ff 100644 --- a/app/views/availabilities/show.html.erb +++ b/app/views/availabilities/show.html.erb @@ -1,44 +1,44 @@ <p> <%= link_to(h(@availability.user.username),"/" + h(@availability.user.username)...
adiel/availabletopair
e58f190744d3901b8c7174444f5dad84675a0427
Validate start and end times
diff --git a/app/helpers/availabilities_helper.rb b/app/helpers/availabilities_helper.rb index 66bbfc9..98449e0 100644 --- a/app/helpers/availabilities_helper.rb +++ b/app/helpers/availabilities_helper.rb @@ -1,95 +1,96 @@ module AvailabilitiesHelper def link_to_http(text) http?(text) ? link_to(h(text)) : ...
adiel/availabletopair
098a11c1e1b5efd2efe396163762bbb357d8f7a0
Rollback clearing other suggested pairs, actually want to allow more than one pair over an availability.
diff --git a/app/models/availability.rb b/app/models/availability.rb index 78c542b..5bee6a8 100644 --- a/app/models/availability.rb +++ b/app/models/availability.rb @@ -1,21 +1,27 @@ class Availability < ActiveRecord::Base validates_presence_of :user_id,:start_time, :end_time belongs_to :user has_many :pairs ...
adiel/availabletopair
3b04f6a5171df7c07af803c232dd69ed17e1d7a9
Other suggestions are cleared when a suggestion to pair is accepted
diff --git a/app/controllers/pairs_controller.rb b/app/controllers/pairs_controller.rb index 05216cb..483daf2 100644 --- a/app/controllers/pairs_controller.rb +++ b/app/controllers/pairs_controller.rb @@ -1,58 +1,46 @@ class PairsController < ApplicationController + def initialize(pair_connector = PairConnector.new...
adiel/availabletopair
38be5b6bcad0de779795e8f2af6ff4b018a820cb
Force log out at the start of anonymous user scenario
diff --git a/features/List_availabilities.feature b/features/List_availabilities.feature index 5a23b92..b234f2b 100644 --- a/features/List_availabilities.feature +++ b/features/List_availabilities.feature @@ -1,55 +1,55 @@ Feature: List availabilities In order that I can find someone who wants a pair on whatever ...
adiel/availabletopair
0982f5943d984853baae18ce36c9007d5bc7514e
Users can suggest and accept matching pairs (todo: prevent accepting more than one pair)
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 745e205..0250eae 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,53 +1,54 @@ # Filters added to this controller apply to all controllers in the applicati...
adiel/availabletopair
977b173ec6b25d4699469c82e27998725d2139ac
Read openid.identity param to pass to registration
diff --git a/app/controllers/user_sessions_controller.rb b/app/controllers/user_sessions_controller.rb index 1e66b00..6c38409 100644 --- a/app/controllers/user_sessions_controller.rb +++ b/app/controllers/user_sessions_controller.rb @@ -1,32 +1,32 @@ class UserSessionsController < ApplicationController def new ...
adiel/availabletopair
a7319bfbd2ab43054a9e30d334cb2093b4e8a0d9
Rewording
diff --git a/features/View_matching_availabilities.feature b/features/View_matching_availabilities.feature index f771b56..b15ac91 100644 --- a/features/View_matching_availabilities.feature +++ b/features/View_matching_availabilities.feature @@ -1,72 +1,72 @@ Feature: View matching availabilities In order that I ca...
adiel/availabletopair
2ee282c0ee3b4922715ca1327e3e8f1a01e87497
Tidied some layout
diff --git a/app/views/availabilities/show.html.erb b/app/views/availabilities/show.html.erb index 790f691..84dd9ef 100644 --- a/app/views/availabilities/show.html.erb +++ b/app/views/availabilities/show.html.erb @@ -1,41 +1,41 @@ -<h1> - <%= link_to(h(@availability.user.username),"/" + h(@availability.user.username...
adiel/availabletopair
5bb50e5c925c9984d6c0552a3ae9ede5c75077a8
Gem manifest
diff --git a/.gems b/.gems new file mode 100644 index 0000000..bdf2fef --- /dev/null +++ b/.gems @@ -0,0 +1,2 @@ +authlogic +authlogic-oid \ No newline at end of file
adiel/availabletopair
f90d96a2964c3e22e37b88d6fd8a22536c067f26
Suggest registration when openid not recognised. Lock down username.
diff --git a/app/controllers/user_sessions_controller.rb b/app/controllers/user_sessions_controller.rb index 6ea472e..1e66b00 100644 --- a/app/controllers/user_sessions_controller.rb +++ b/app/controllers/user_sessions_controller.rb @@ -1,24 +1,32 @@ class UserSessionsController < ApplicationController def new ...
adiel/availabletopair
fc455a0e0fb1e58a7a5eb8762bf3204ec06aee8c
Not testing for null project
diff --git a/spec/models/pair_matcher_spec.rb b/spec/models/pair_matcher_spec.rb index 51af0f5..2227a23 100644 --- a/spec/models/pair_matcher_spec.rb +++ b/spec/models/pair_matcher_spec.rb @@ -1,41 +1,41 @@ require 'spec_helper' describe PairMatcher do it "should find pairs as matching availabilities for diffe...
adiel/availabletopair
ec3f53bdf356ecb4db4ada0b47824879aeacfcaf
Refactoring
diff --git a/features/step_definitions/availability_steps.rb b/features/step_definitions/availability_steps.rb index 1f1448b..0ea6f9a 100644 --- a/features/step_definitions/availability_steps.rb +++ b/features/step_definitions/availability_steps.rb @@ -1,52 +1,52 @@ Given /^no availabilities in the system$/ do Pair...
adiel/availabletopair
fdfa7e16be839f013f3da90a4ab66f2b49b50bae
Refactoring
diff --git a/db/schema.rb b/db/schema.rb index e96cfd0..c2079a2 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1,56 +1,56 @@ # This file is auto-generated from the current state of the database. Instead of editing this file, # please use the migrations feature of Active Record to incrementally modify your databas...
adiel/availabletopair
31555009e14ba83dab0d20d5d6de97e60dfe5d50
Refactoring
diff --git a/app/models/pair_matcher.rb b/app/models/pair_matcher.rb index c579af3..960e8f6 100644 --- a/app/models/pair_matcher.rb +++ b/app/models/pair_matcher.rb @@ -1,18 +1,19 @@ class PairMatcher def find_pairs(availability) conditions = "developer != :developer and start_time < :end_time and en...
adiel/availabletopair
a3af63091f2dc3b772951b53026635036d4daee9
Removed model validation on contact
diff --git a/app/models/availability.rb b/app/models/availability.rb index 601d53c..191a2d9 100644 --- a/app/models/availability.rb +++ b/app/models/availability.rb @@ -1,28 +1,28 @@ class Availability < ActiveRecord::Base - validates_presence_of :developer, :contact, :start_time, :end_time + validates_presence_of :...
adiel/availabletopair
87b46fd5e6962e0945027121d9f001801b78582c
User atom feed updates when an available pair changes. Now calculating pairs when changes are made. (Didn't add vendor dir)
diff --git a/vendor/plugins/open_id_authentication/CHANGELOG b/vendor/plugins/open_id_authentication/CHANGELOG new file mode 100644 index 0000000..7349bd3 --- /dev/null +++ b/vendor/plugins/open_id_authentication/CHANGELOG @@ -0,0 +1,35 @@ +* Fake HTTP method from OpenID server since they only support a GET. Eliminates...
adiel/availabletopair
2b035e6fe0122ca9cb82c2e548af8fc712e07412
User atom feed updates when an available pair changes. Now calculating pairs when changes are made.
diff --git a/app/controllers/availabilities_controller.rb b/app/controllers/availabilities_controller.rb index 9ef0860..f79e859 100644 --- a/app/controllers/availabilities_controller.rb +++ b/app/controllers/availabilities_controller.rb @@ -1,85 +1,87 @@ class AvailabilitiesController < ApplicationController # GET ...
adiel/availabletopair
bb187ac5c91bdfaf17aaf7fea1ed0e3f7030cbfe
Refactoring of cucumber steps for atom feed
diff --git a/app/controllers/availabilities_controller.rb b/app/controllers/availabilities_controller.rb index f9b1ebc..9ef0860 100644 --- a/app/controllers/availabilities_controller.rb +++ b/app/controllers/availabilities_controller.rb @@ -1,87 +1,85 @@ class AvailabilitiesController < ApplicationController # GET ...
adiel/availabletopair
4eb31ed47f1023ddead91942ad9b8c865146e8c8
Availabilities that have passed their end date should not show.
diff --git a/app/controllers/availabilities_controller.rb b/app/controllers/availabilities_controller.rb index 8ca8392..f9b1ebc 100644 --- a/app/controllers/availabilities_controller.rb +++ b/app/controllers/availabilities_controller.rb @@ -1,85 +1,87 @@ class AvailabilitiesController < ApplicationController # GET ...
adiel/availabletopair
6f87696b3452dad973ff9f8a8b33a43f6a20db43
Add Google Analytics
diff --git a/app/views/layouts/availabilities.html.erb b/app/views/layouts/availabilities.html.erb index 8266c5b..8fbaa3d 100644 --- a/app/views/layouts/availabilities.html.erb +++ b/app/views/layouts/availabilities.html.erb @@ -1,24 +1,34 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http...
adiel/availabletopair
27cca2176b81c02bc5e9c7eefa44419d99eab3af
Stop downcasing the developer names in links.
diff --git a/app/views/availabilities/index.html.erb b/app/views/availabilities/index.html.erb index e7564eb..bba7f98 100644 --- a/app/views/availabilities/index.html.erb +++ b/app/views/availabilities/index.html.erb @@ -1,28 +1,28 @@ <h1>Who's available?</h1> <table class="availabilities"> <tr> <th>Who</th...
adiel/availabletopair
865bd2e2fcbe4452831f8bfcf16fe251b2807d5a
Atom feed of user availabilities ordered by last updated (not taking into account changed pairs yet)
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index a4c4b79..8e6150e 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,10 +1,17 @@ class UsersController < ApplicationController layout 'availabilities' # GET /username + # GET...
adiel/availabletopair
fc1fd4ad4b9e78fd7888bfd1a18899cd19f6bf7e
New user page at /developer
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb new file mode 100644 index 0000000..a4c4b79 --- /dev/null +++ b/app/controllers/users_controller.rb @@ -0,0 +1,10 @@ +class UsersController < ApplicationController + layout 'availabilities' + # GET /username + def index + @avai...
adiel/availabletopair
fad5dbd093ac5e7bf79cbb97ff29cafcde5053cb
Changed 'Back' links to 'Home'
diff --git a/app/views/availabilities/edit.html.erb b/app/views/availabilities/edit.html.erb index 430ea1f..84828cc 100644 --- a/app/views/availabilities/edit.html.erb +++ b/app/views/availabilities/edit.html.erb @@ -1,33 +1,33 @@ <h1>Editing availability</h1> <% form_for(@availability) do |f| %> <%= f.error_mes...
adiel/availabletopair
99693502e0ff676ab96b3ef043b0707e8ba58dba
CSS tweaks
diff --git a/public/stylesheets/all.css b/public/stylesheets/all.css index 5ebd14a..820514a 100644 --- a/public/stylesheets/all.css +++ b/public/stylesheets/all.css @@ -1,74 +1,75 @@ html, body { color:black; height:100%; } body { font-family:helvetica,arial,freesans,clean,sans-serif; + font-size:0.8...
adiel/availabletopair
7f08db4581eb147c25e22769d1daf775624ce303
Page title
diff --git a/app/views/layouts/availabilities.html.erb b/app/views/layouts/availabilities.html.erb index 53a9985..8266c5b 100644 --- a/app/views/layouts/availabilities.html.erb +++ b/app/views/layouts/availabilities.html.erb @@ -1,24 +1,24 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http...
adiel/availabletopair
c1773bc03536ecf9ae2c451130c25dc9498eb016
Tagline
diff --git a/app/views/layouts/availabilities.html.erb b/app/views/layouts/availabilities.html.erb index dae191f..53a9985 100644 --- a/app/views/layouts/availabilities.html.erb +++ b/app/views/layouts/availabilities.html.erb @@ -1,24 +1,24 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http...
adiel/availabletopair
a8fbb1781442cb297f66c9b78a28a22938425fe8
Alignment. Link to Virtual pair-programming wiki.
diff --git a/app/views/availabilities/edit.html.erb b/app/views/availabilities/edit.html.erb index c65d197..430ea1f 100644 --- a/app/views/availabilities/edit.html.erb +++ b/app/views/availabilities/edit.html.erb @@ -1,32 +1,33 @@ <h1>Editing availability</h1> <% form_for(@availability) do |f| %> <%= f.error_mes...
adiel/availabletopair
e2443bb4c6ff358333c3b6e79c410762220bd16b
Replaced default rails readme
diff --git a/README b/README index 37ec8ea..ba09601 100644 --- a/README +++ b/README @@ -1,243 +1,3 @@ -== Welcome to Rails +== Welcome to Available To Pair -Rails is a web-application framework that includes everything needed to create -database-backed web applications according to the Model-View-Control pattern. ...
adiel/availabletopair
56f64dcac8bf31eee6469626211a03388fffa3ce
Fixed: Not matching those with projects to those with none. Big inputs.
diff --git a/app/models/availability.rb b/app/models/availability.rb index f44eb0b..3738aea 100644 --- a/app/models/availability.rb +++ b/app/models/availability.rb @@ -1,35 +1,35 @@ class Availability < ActiveRecord::Base def pairs @pairs ||= find_pairs @pairs end def find_pairs conditio...
jordi-chacon/pongerl
b5ea6c62c031b42bbfe1f5cdb09a9996fa47e4b8
Fixed bug when the bar of client1 touches the ball
diff --git a/src/pongerl_engine.erl b/src/pongerl_engine.erl index b83a55e..0ea5624 100644 --- a/src/pongerl_engine.erl +++ b/src/pongerl_engine.erl @@ -1,279 +1,279 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_engine). -behaviour(gen_server). %% ...
jordi-chacon/pongerl
5a3f90ac804200eaa6d5d8adf5c37d9bd05e4490
Fixed bug when restarting the game
diff --git a/src/pongerl_engine.erl b/src/pongerl_engine.erl index ea70eee..b83a55e 100644 --- a/src/pongerl_engine.erl +++ b/src/pongerl_engine.erl @@ -1,282 +1,279 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_engine). -behaviour(gen_server). %% ...
jordi-chacon/pongerl
91905e3e745773559bf63a6619ba40c6d964271f
Changed fontsize to 4 so that the quality of the graphics is better. Adapted the size of the field, scoreboard and so on to the new fontsize
diff --git a/include/pongerl.hrl b/include/pongerl.hrl index dcc1bcc..e51dac5 100644 --- a/include/pongerl.hrl +++ b/include/pongerl.hrl @@ -1,55 +1,55 @@ % A client can move up and down -define(UP, 1). -define(DOWN, 2). % Positions of the field --define(FX0, 22). --define(FY0, 4). +-define(FX0, 60). +-define(FY0...
jordi-chacon/pongerl
6d9baf27dfe272cd275bdaf2b00d9fc8d48a6437
Added basic degrees functionality to the ball
diff --git a/include/pongerl.hrl b/include/pongerl.hrl index 05b997a..dcc1bcc 100644 --- a/include/pongerl.hrl +++ b/include/pongerl.hrl @@ -1,55 +1,55 @@ % A client can move up and down -define(UP, 1). -define(DOWN, 2). % Positions of the field -define(FX0, 22). -define(FY0, 4). % Dimensions of the field -...
jordi-chacon/pongerl
7f2da0e1084f8d72d869d3eb9b303733d7d29e2d
Adapted code to make the game distributed through a local network
diff --git a/src/pongerl_client.erl b/src/pongerl_client.erl index 27b44f2..972f978 100644 --- a/src/pongerl_client.erl +++ b/src/pongerl_client.erl @@ -1,155 +1,155 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_client). --export([start/2]). +-export([...
jordi-chacon/pongerl
6ed429abc3b0e8446f08c20171cec400cf07136f
Implemented scoreboard to show the current result of the game. It shows up to 99 goals. Changed how the limits of the fields look.
diff --git a/include/pongerl.hrl b/include/pongerl.hrl index 17c09ca..05b997a 100644 --- a/include/pongerl.hrl +++ b/include/pongerl.hrl @@ -1,39 +1,55 @@ % A client can move up and down -define(UP, 1). -define(DOWN, 2). +% Positions of the field +-define(FX0, 22). +-define(FY0, 4). + % Dimensions of the field --...
jordi-chacon/pongerl
ea26d3891c5a269edc71a7bc72aecd579f0d4af4
Changed font to Monospace 8
diff --git a/start.sh b/start.sh index 21a6bca..738cfda 100644 --- a/start.sh +++ b/start.sh @@ -1,36 +1,36 @@ #!/usr/bin/env sh cd `dirname $0` . ./dep.inc execute_server() { erl -sname server -pa ./ebin ${CECHO_EBIN} -eval "application:start(pongerl)" -setcookie pongerl } execute_client() { prof...
jordi-chacon/pongerl
eb4fa1ced403a4943fcb119d727985a3ffce2024
Added functionality to change the font size of the terminal of the client to have a better quality of the graphics. The font size is restored when the game ends.
diff --git a/src/pongerl_client.erl b/src/pongerl_client.erl index 11ae35c..2f486e7 100644 --- a/src/pongerl_client.erl +++ b/src/pongerl_client.erl @@ -1,113 +1,120 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_client). --export([start/0]). +-export([...
jordi-chacon/pongerl
3cb7c7ac9bfac19444c8a3ab758dbefbd7c03a48
The engine now keeps track of the result of the game, how many goals each player has scored so far.
diff --git a/src/pongerl_client.erl b/src/pongerl_client.erl index 71e713e..11ae35c 100644 --- a/src/pongerl_client.erl +++ b/src/pongerl_client.erl @@ -1,113 +1,113 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_client). -export([start/0]). -includ...
jordi-chacon/pongerl
d0bdef78fa910386dbccdc361639756fa3c001f4
Added modules to the pongerl application
diff --git a/src/pongerl.app.src b/src/pongerl.app.src index 418de3c..fe5c8aa 100644 --- a/src/pongerl.app.src +++ b/src/pongerl.app.src @@ -1,19 +1,22 @@ {application, pongerl, [ {description, "pongerl - An x-term-based version of the arcade video game Pong."}, % The Module and Args used to start this app...
jordi-chacon/pongerl
3e1f4f90b757d7436ef555bc941cd118e84a22ab
Fixed bug that caused a goal in the right client to be shown wierdly
diff --git a/src/pongerl_engine.erl b/src/pongerl_engine.erl index 009a880..6c1aea4 100644 --- a/src/pongerl_engine.erl +++ b/src/pongerl_engine.erl @@ -1,245 +1,245 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_engine). -behaviour(gen_server). %% ...
jordi-chacon/pongerl
a2d1c0d9398bf0ce50c4b879e581731c783ec874
Added status field to the game engine. It can be not_started, started or restarting. The client redraws the field when it receives a 'restarting' status
diff --git a/include/pongerl.hrl b/include/pongerl.hrl index 45bb448..17c09ca 100644 --- a/include/pongerl.hrl +++ b/include/pongerl.hrl @@ -1,36 +1,39 @@ % A client can move up and down -define(UP, 1). -define(DOWN, 2). % Dimensions of the field -define(X0, 0). -define(Y0, 0). -define(XF, 40). -define(YF, 20...
jordi-chacon/pongerl
1e3b5b51c55bac62b1d5c497500421d33ce4e1e8
Fixed a bug that happened hardly ever, when the engine was run twice without the client having asked for the status. This resulted in half of the ball not being removed from the field. Fixed by using the same method as with the client bars, coordinates in the path of the ball are removed just when both clients have rea...
diff --git a/src/pongerl_client.erl b/src/pongerl_client.erl index bc4ec7e..e7d8c4f 100644 --- a/src/pongerl_client.erl +++ b/src/pongerl_client.erl @@ -1,107 +1,110 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_client). -export([start/0]). -includ...
jordi-chacon/pongerl
154e32b6fca80391f7c4c3d21b4d1192b966ce42
Client bars cannot get outside the field now
diff --git a/src/pongerl_engine.erl b/src/pongerl_engine.erl index 2affbad..38b58e1 100644 --- a/src/pongerl_engine.erl +++ b/src/pongerl_engine.erl @@ -1,233 +1,234 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_engine). -behaviour(gen_server). %% ...
jordi-chacon/pongerl
78e0f13932b1c5375dd1dfd8605047ba11b9a92f
Fixed bug that avoided the bar to be deleted from its previous position
diff --git a/src/pongerl_client.erl b/src/pongerl_client.erl index 18a24a7..bc4ec7e 100644 --- a/src/pongerl_client.erl +++ b/src/pongerl_client.erl @@ -1,107 +1,107 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_client). -export([start/0]). -includ...
jordi-chacon/pongerl
a55f1461514de0b085623b822cf706446fbde088
Flag -noinput needed for correct behaviour of cecho library
diff --git a/start.sh b/start.sh index cf7f124..a05d439 100644 --- a/start.sh +++ b/start.sh @@ -1,31 +1,31 @@ #!/usr/bin/env sh cd `dirname $0` . ./dep.inc execute_server() { erl -sname server -pa ./ebin ${CECHO_EBIN} -eval "application:start(pongerl)" -setcookie pongerl } execute_client() { - erl ...
jordi-chacon/pongerl
8e0619ba52fe602a073ac5b1e4338f93e0e3fd29
Changed structure of state. Now there is a field for client1 and another for client2. Fixed a bug when the ball bounced on the left bar.
diff --git a/src/pongerl_engine.erl b/src/pongerl_engine.erl index 88ede48..2affbad 100644 --- a/src/pongerl_engine.erl +++ b/src/pongerl_engine.erl @@ -1,225 +1,233 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_engine). -behaviour(gen_server). %% ...
jordi-chacon/pongerl
0131f3b63d902e7a8fa0f15b04ba38e06db9be75
Improved start script to quickly and easily start server, client1 and client2 from it
diff --git a/start.sh b/start.sh index 848552b..cf7f124 100644 --- a/start.sh +++ b/start.sh @@ -1,10 +1,31 @@ #!/usr/bin/env sh cd `dirname $0` . ./dep.inc -echo "Starting Pongerl..." -erl \ - -sname ${NAME} \ - -pa ./ebin ${CECHO_EBIN} \ - -eval "application:start(pongerl)" \ No newline at end of file...
jordi-chacon/pongerl
27c70158e4eff4d839d0c72c8319aef1ba9218f9
Refactoring and bug fixing
diff --git a/include/pongerl.hrl b/include/pongerl.hrl index 5369c69..45bb448 100644 --- a/include/pongerl.hrl +++ b/include/pongerl.hrl @@ -1,26 +1,36 @@ % A client can move up and down -define(UP, 1). -define(DOWN, 2). % Dimensions of the field -define(X0, 0). -define(Y0, 0). --define(XF, 80). +-define(XF, 40...
jordi-chacon/pongerl
3663deb3f326126755063666ea69e242612806d5
Fixed bug
diff --git a/src/pongerl_app.erl b/src/pongerl_app.erl index e7b0bd5..3548a9b 100644 --- a/src/pongerl_app.erl +++ b/src/pongerl_app.erl @@ -1,17 +1,17 @@ %% @author Jordi Chacon <jordi.chacon@gmail.com> %% @copyright 2010 Jordi Chacon %% @doc Callbacks for the pongerl application. -module(pongerl_app). -behav...
jordi-chacon/pongerl
0c21b6831f957fe73db468210a877cf6ac394f9d
Ignore ebin and dep
diff --git a/.gitignore b/.gitignore index e4e5f6c..81d2445 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -*~ \ No newline at end of file +*~ +ebin/ +dep*
jordi-chacon/pongerl
d0fe4e218683e30ad3d54809ad9cb82a6e71522a
Some refactoring done in the engine
diff --git a/include/pongerl.hrl b/include/pongerl.hrl index 7348597..5369c69 100644 --- a/include/pongerl.hrl +++ b/include/pongerl.hrl @@ -1,22 +1,26 @@ % A client can move up and down -define(UP, 1). -define(DOWN, 2). % Dimensions of the field -define(X0, 0). -define(Y0, 0). -define(XF, 80). -define(YF, 20...
jordi-chacon/pongerl
6d0ba4a0a7fda4af779d4d7ead13938d63e291c6
First version of the client implemented
diff --git a/src/pongerl_client.erl b/src/pongerl_client.erl new file mode 100644 index 0000000..ba6f8e5 --- /dev/null +++ b/src/pongerl_client.erl @@ -0,0 +1,72 @@ +%%% @author Jordi Chacon <jordi.chacon@gmail.com> +%%% @copyright (C) 2010, Jordi Chacon + +-module(pongerl_client). + +-export([start/0]). + +-include_li...
jordi-chacon/pongerl
3779ce02857952c7dff90c10a490e770f4d354a3
Fixed a couple of syntax errors. Compilation couldn't be done before since pongerl_engine module was yet not implemented.
diff --git a/src/pongerl_server.erl b/src/pongerl_server.erl index 7118cab..75b84a7 100644 --- a/src/pongerl_server.erl +++ b/src/pongerl_server.erl @@ -1,81 +1,81 @@ %%% @author Jordi Chacon <jordi.chacon@gmail.com> %%% @copyright (C) 2010, Jordi Chacon -module(pongerl_server). -behaviour(gen_server). %% AP...
jordi-chacon/pongerl
8aaca7b0522b0d6c6a1660391f396252c0cf6e98
Implemented basic game engine where the ball goes back and forth always in horizontal direction. Goal detection is also implemented in this version. The engine is run every xx miliseconds by a loop process until someone scores a goal and the loop process sends an asynchronous restart_game request and dies right away.
diff --git a/include/pongerl.hrl b/include/pongerl.hrl index 61a53d8..7348597 100644 --- a/include/pongerl.hrl +++ b/include/pongerl.hrl @@ -1,14 +1,22 @@ % A client can move up and down -define(UP, 1). -define(DOWN, 2). % Dimensions of the field -define(X0, 0). -define(Y0, 0). -define(XF, 80). -define(YF, 20...
jordi-chacon/pongerl
2673728157584682c3fefb3de19390671a6cd271
Added basic services of pongerl_engine, the interface to the engine of pongerl. The actual game engine is still to be implemented
diff --git a/include/pongerl.hrl b/include/pongerl.hrl index e9664c7..61a53d8 100644 --- a/include/pongerl.hrl +++ b/include/pongerl.hrl @@ -1,3 +1,14 @@ % A client can move up and down -define(UP, 1). -define(DOWN, 2). + +% Dimensions of the field +-define(X0, 0). +-define(Y0, 0). +-define(XF, 80). +-define(YF, 20)...
jordi-chacon/pongerl
cce83168d6bfdc1ec12ef694ba10c0d128bf7c79
Implemented basic funcionality of the pongerl main server
diff --git a/include/pongerl.hrl b/include/pongerl.hrl new file mode 100644 index 0000000..e9664c7 --- /dev/null +++ b/include/pongerl.hrl @@ -0,0 +1,3 @@ +% A client can move up and down +-define(UP, 1). +-define(DOWN, 2). diff --git a/src/pongerl_server.erl b/src/pongerl_server.erl index 7272690..654f3a1 100644 --- a...
jordi-chacon/pongerl
3a1c073619a429a113e2c15ec204d700cdb4d9f1
.gitignore file added
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4e5f6c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ \ No newline at end of file
jordi-chacon/pongerl
8e3b66658a1b002a5719832bfef8f29874086776
pongerl_server created. Basic structure of a gen_server module added
diff --git a/src/pongerl_server.erl b/src/pongerl_server.erl new file mode 100644 index 0000000..7272690 --- /dev/null +++ b/src/pongerl_server.erl @@ -0,0 +1,124 @@ +%%% @author Jordi Chacon <jordi.chacon@gmail.com> +%%% @copyright (C) 2010, Jordi Chacon + +-module(pongerl_server). + +-behaviour(gen_server). + +%% API...
jordi-chacon/pongerl
8d02c690b3d89971897058e3e2aa9f448ccc3c76
Supervisor and application modules created. App file created
diff --git a/src/pongerl.app.src b/src/pongerl.app.src new file mode 100644 index 0000000..418de3c --- /dev/null +++ b/src/pongerl.app.src @@ -0,0 +1,19 @@ +{application, pongerl, + [ + {description, "pongerl - An x-term-based version of the arcade video game Pong."}, + + % The Module and Args used to start this ap...
jordi-chacon/pongerl
e3f876f50c20427773f3303ccb5f2afc269adb5b
Files Makefile, Emakefile, dep.inc and start.sh added
diff --git a/Emakefile b/Emakefile new file mode 100644 index 0000000..dfec6d1 --- /dev/null +++ b/Emakefile @@ -0,0 +1,12 @@ +{ './src/*', [ + { i, "./include" }, + { i, "./dep/cecho" }, + { outdir, "./ebin" }, + debug_info +]}. +{ './test/*', [ + { i, "./include" }, + { i, "./dep/cecho" }, + { outdir, "./ebin" }, + d...
jordi-chacon/pongerl
b55dcff256684f9efece38dea5be35c6bcc6d0c0
Added the cecho ncurses library as a submodule
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a22a753 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dep/cecho"] + path = dep/cecho + url = git://github.com/mazenharake/cecho.git diff --git a/dep/cecho b/dep/cecho new file mode 160000 index 0000000..85833d9 --- /dev/null +++ b...
vim-scripts/gpg.vim
c4fe826febb62e0ff937f62c5e8621a5f1ee5e35
Version 0.1: Initial upload
diff --git a/README b/README new file mode 100644 index 0000000..eb77122 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +This is a mirror of http://www.vim.org/scripts/script.php?script_id=660 + +As I know little about vim scripts, this was just a thought which proved convenient for me. But I just noticed there's a new plu...
rdp/google_voice_system_tray
6eb3ebe65e4c958d5e2ef4a9c9facb344c67f792
some cleanup, add real numbers
diff --git a/tray.py b/tray.py index 75a1df2..f536eb5 100644 --- a/tray.py +++ b/tray.py @@ -1,276 +1,276 @@ #!/usr/bin/env python # Module : SysTrayIcon.py # Synopsis : Windows System tray icon. # Programmer : Simon Brunning - simon@brunningonline.net # Date : 11 April 2005 # Notes : Based ...
mykal/Squeegee
e5b2438f067d9e0c7d979db3805932b02cd0cce7
Second commit
diff --git a/README b/README index e69de29..8d087e5 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +Please insert README text
Tadrion/cpp-stuff
772f0893f1f5a03d3d0c116536424e546e74d3a2
Bignum with adding and multiplication. Not very 'professional'.
diff --git a/bignum.cpp b/bignum.cpp index d7f032a..1fe823b 100644 --- a/bignum.cpp +++ b/bignum.cpp @@ -1,154 +1,124 @@ #include <cstdio> #include <vector> #include <iostream> #include <string> #include <cmath> #define MAX(a,b) (a) < (b) ? (b) : (a) #define MIN(a,b) (a) > (b) ? (b) : (a) using namespace ...
zeroLaming/zerolaming.github.com
dac58b3ee3cf5660610f0aa78fc83eeb95fe5f0b
Basic Page
diff --git a/README b/README index e69de29..f14a856 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +GITHUB HOMEPAGE diff --git a/index.html b/index.html index d4b1f4a..d1cdcfc 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,24 @@ <html> <head> <title>Mike Laming's Github</title> + <link rel="stylesheet" type="t...
zeroLaming/zerolaming.github.com
8e35961f68a11673a38bff8342b58a731f58d1a1
Initial
diff --git a/index.html b/index.html new file mode 100644 index 0000000..d4b1f4a --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<html> +<head> + <title>Mike Laming's Github</title> +</head> + +<body> +Initial +</body> +</html>
jakobmattsson/onDomReady
e54f5ae23e70c5e39502e072774430baceb7cd95
Refactored the code a bit
diff --git a/ondomready.js b/ondomready.js index 7317dc7..afada42 100644 --- a/ondomready.js +++ b/ondomready.js @@ -1,100 +1,101 @@ /* onDomReady, Copyright © 2010 Jakob Mattsson This is a small implementation of an onDomReady-function, for situations when frameworks are no-no. It's loosely based on jQuer...
jakobmattsson/onDomReady
7b4d77339588263d3a9850eae5aec9ecc12f6d36
Corrected spelling error
diff --git a/README b/README index 871fab1..8c1312f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ A small implementation of a onDomReady-function, for situations when frameworks are no-no. -Loosly based on jQuery's implementation of $.ready +Loosely based on jQuery's implementation of $.ready
wharris/obfuscated_fizzbuzz
0479adc1d9ee210e5273c814913f1482b4e71121
Use the correct name in the comment.
diff --git a/fizzbuzz.py b/fizzbuzz.py index 7b5226b..4ff1962 100755 --- a/fizzbuzz.py +++ b/fizzbuzz.py @@ -1,74 +1,74 @@ #!/usr/bin/env python # encoding: utf-8 -# colourwords.py - play fizzbuzz. +# fizzbuzz.py - play fizzbuzz. # Copyright (C) 2008 Will Harris # # This program is free software; you can redis...
wharris/obfuscated_fizzbuzz
1212fffb4308a956253d00681834fbde2e8be84b
Specifiy encodeing.
diff --git a/fizzbuzz.py b/fizzbuzz.py index 7d74b3e..7b5226b 100755 --- a/fizzbuzz.py +++ b/fizzbuzz.py @@ -1,73 +1,74 @@ #!/usr/bin/env python +# encoding: utf-8 # colourwords.py - play fizzbuzz. # Copyright (C) 2008 Will Harris # # This program is free software; you can redistribute it and/or modify # it u...
wharris/obfuscated_fizzbuzz
dcf1fc6ebe5aa25e4e1add4cd1e521bc513a19cf
Licence under GPLv2.
diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..d511905 --- /dev/null +++ b/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone i...
wharris/obfuscated_fizzbuzz
a0a15cca5ed29a786f8f04ae40937e8219608982
Initial revision.
diff --git a/fizzbuzz.py b/fizzbuzz.py new file mode 100755 index 0000000..a4faebc --- /dev/null +++ b/fizzbuzz.py @@ -0,0 +1,55 @@ +#!/usr/bin/env python +debug=False +def deb(s): + if debug: + print s + +def run(program, stack): + deb(" %r" % stack) + pc = 0 + while pc < len(program): + ch ...
trustthevote/drupal2wordpress
5df451aa5bea9874e7073772c749116f301adb27
initial checkin of Mike Smullin's script
diff --git a/drupal2wordpress.sql b/drupal2wordpress.sql new file mode 100644 index 0000000..3b717a7 --- /dev/null +++ b/drupal2wordpress.sql @@ -0,0 +1,80 @@ +# Changelog + +# 02.06.2009 - Updated by Mike Smullin http://www.mikesmullin.com/development/migrate-convert-import-drupal-5-to-wordpress-27/ +# 05.15.2007 - Up...
benb/transposon-rake
fb220e9b7bf577a3143319f778e336b29c46e17e
Made min_mapped_{length|depth} configurable
diff --git a/rakefile.transposon b/rakefile.transposon index feb8986..7c6c0c9 100644 --- a/rakefile.transposon +++ b/rakefile.transposon @@ -1,495 +1,496 @@ require 'rubygems' require 'ostruct' require 'fastq' require 'md5' allruns = ["3293_2","3293_3","3293_5","3293_6"] #locations of important binaries ss...
benb/transposon-rake
41caebb0dc4aa7c7abff30c9ff632cada1fa650b
Bugfix
diff --git a/rakefile.transposon b/rakefile.transposon index 6b1421a..feb8986 100644 --- a/rakefile.transposon +++ b/rakefile.transposon @@ -1,497 +1,495 @@ require 'rubygems' -require 'amatch' require 'ostruct' require 'fastq' require 'md5' -include Amatch allruns = ["3293_2","3293_3","3293_5","3293_6"] #l...
benb/transposon-rake
fcff1041458ea1240fecd7bb56aa2572e0deae09
Use FastqRecord to_s method
diff --git a/rakefile.transposon b/rakefile.transposon index 64b8ccf..6b1421a 100644 --- a/rakefile.transposon +++ b/rakefile.transposon @@ -1,497 +1,497 @@ require 'rubygems' require 'amatch' require 'ostruct' require 'fastq' require 'md5' include Amatch allruns = ["3293_2","3293_3","3293_5","3293_6"] #l...
benb/transposon-rake
df77a32dfa650862849781d3c7c7a4f4ac8f21b3
FastqRecord object
diff --git a/fastq.rb b/fastq.rb index 41d7459..b534c11 100755 --- a/fastq.rb +++ b/fastq.rb @@ -1,28 +1,41 @@ #!/usr/bin/env ruby require 'rubygems' require 'ostruct' class Fastq def initialize(file) @f=File.open(file,'r') end def each while self.has_n...
benb/transposon-rake
f413e83b6c9050533a1682c0f173df0ec569d375
Remove amatch dependency
diff --git a/fastq.rb b/fastq.rb index 65aa1c0..41d7459 100755 --- a/fastq.rb +++ b/fastq.rb @@ -1,96 +1,28 @@ #!/usr/bin/env ruby require 'rubygems' -require 'amatch' require 'ostruct' -include Amatch -class String - def each_substring(len) - (0..length).each{|i| - yield...
benb/transposon-rake
e3cbb4a7ea9dd8417aec5edbf674ede7788ba2e2
Adding Rakefile
diff --git a/fastq.rb b/fastq.rb index b8b6fb6..65aa1c0 100755 --- a/fastq.rb +++ b/fastq.rb @@ -1,96 +1,96 @@ #!/usr/bin/env ruby require 'rubygems' require 'amatch' require 'ostruct' include Amatch class String def each_substring(len) (0..length).each{|i| yield...
inhortte/randomrip
fc52643e688b52be557acc11da558e096cf4ae62
v 0.01 - initial work on the gui
diff --git a/bin/randomrip b/bin/randomrip new file mode 100755 index 0000000..b85710e --- /dev/null +++ b/bin/randomrip @@ -0,0 +1,12 @@ +#!/usr/bin/ruby +$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) +require 'randomrip' + +artist = "Fred Frith" +title = "Pacifica" +tracks = [ "Pacifica Part 1", "Pacific...
foxbunny/Timetrack
3f392f16d8c53c8fd1fc58e9aff66476ab977de1
Changed prompt for timer stop to include a message on how to abort
diff --git a/.tt.py.swp b/.tt.py.swp index 79f36ff..fd262ab 100644 Binary files a/.tt.py.swp and b/.tt.py.swp differ diff --git a/tt.py b/tt.py index 264d03e..4f9e148 100755 --- a/tt.py +++ b/tt.py @@ -1,245 +1,245 @@ #!/usr/bin/env python """ Simple-stupid time tracker script ================================= ...
foxbunny/Timetrack
f3176420188f9e4ffd59a7d715e98fe5dc27f89c
Changed labels for on-screen report.
diff --git a/tt.py b/tt.py index c3c102b..264d03e 100755 --- a/tt.py +++ b/tt.py @@ -1,245 +1,245 @@ #!/usr/bin/env python """ Simple-stupid time tracker script ================================= Timetrack opyright (C) 2010, Branko Vukelic <studio@brankovukelic.com> This program is free software: you can r...
foxbunny/Timetrack
d5c333b9097155abece517da88971a5d86738529
Added a message if no data is found in the database
diff --git a/.tt.py.swp b/.tt.py.swp new file mode 100644 index 0000000..79f36ff Binary files /dev/null and b/.tt.py.swp differ diff --git a/tt.py b/tt.py index 53ed4ef..c3c102b 100755 --- a/tt.py +++ b/tt.py @@ -1,237 +1,245 @@ #!/usr/bin/env python """ Simple-stupid time tracker script ========================...