repo string | commit string | message string | diff string |
|---|---|---|---|
solidsnack/shuffle | 58b49b9da7e6a70e136a05e17a9d4d67cb0a1b83 | Does HTML but does not actually shuffle... | diff --git a/ShuffleBingoHTML.hs b/ShuffleBingoHTML.hs
index 6336afc..1234d9c 100755
--- a/ShuffleBingoHTML.hs
+++ b/ShuffleBingoHTML.hs
@@ -1,91 +1,108 @@
#!/usr/bin/env runhaskell
import Data.Word
import qualified Data.List as List
import qualified Data.Set as Set
import qualified Data.ByteString.Lazy as Byt... |
solidsnack/shuffle | cccf9817c1e30046c1874b0e68a7076465e05ded | Compiles, hurrah. | diff --git a/ShuffleBingoHTML.hs b/ShuffleBingoHTML.hs
index 72bd311..6336afc 100755
--- a/ShuffleBingoHTML.hs
+++ b/ShuffleBingoHTML.hs
@@ -1,85 +1,91 @@
#!/usr/bin/env runhaskell
-import System.IO (stdin, stderr, stdout)
-import Control.Applicative
+import Data.Word
import qualified Data.List as List
import qu... |
solidsnack/shuffle | 02d148889b1658dfbd52470821dbe33e2ebc96e4 | Cabalizing. | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..23f293f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,28 @@
+
+ ©2009 Jason Dusek.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ . Redistributions o... |
solidsnack/shuffle | d39ee831bbe5e3f22f23a1450ec54072e87ad816 | First version. | diff --git a/Shuffle.hs b/Shuffle.hs
new file mode 100755
index 0000000..84c29d4
--- /dev/null
+++ b/Shuffle.hs
@@ -0,0 +1,56 @@
+#!/usr/bin/env runhaskell
+
+
+import System.IO (stdin, stderr, stdout)
+import Control.Applicative
+import qualified Data.List as List
+import qualified Data.Set as Set
+import qualified Da... |
solidsnack/shuffle | 9bcf03464c6326db99ddc6cefc9d9d15c11f0be2 | First!!1!!!!!11! | diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
|
JasonMiesionczek/As3toHaxe | 725f1e3d986fc64825f29dea7201b8a0770f8f6d | more improvements to parser, now correctly ignores most comments. | diff --git a/bin/As3toHaxe.n b/bin/As3toHaxe.n
index 1d0aaee..29ddc05 100644
Binary files a/bin/As3toHaxe.n and b/bin/As3toHaxe.n differ
diff --git a/run.bat b/run.bat
index c018153..9f93af7 100644
--- a/run.bat
+++ b/run.bat
@@ -1,4 +1,4 @@
@echo off
cd bin
-neko As3toHaxe.n d:/development/ffilmation d:/development/... |
JasonMiesionczek/As3toHaxe | cafa85acac3c448f2c475e9c74a2e8171fc11b05 | re-designed type detection and refactoring | diff --git a/bin/As3toHaxe.n b/bin/As3toHaxe.n
index b979646..1d0aaee 100644
Binary files a/bin/As3toHaxe.n and b/bin/As3toHaxe.n differ
diff --git a/src/net/interaxia/as3tohaxe/Main.hx b/src/net/interaxia/as3tohaxe/Main.hx
index cf81a28..7cb9d22 100644
--- a/src/net/interaxia/as3tohaxe/Main.hx
+++ b/src/net/interaxia/... |
JasonMiesionczek/As3toHaxe | 30c480a1ab7921fbf0ad6fdf650c75e46c42c484 | translator now correctly detects interfaces and refactors type names found inside function parameter definitions | diff --git a/bin/As3toHaxe.n b/bin/As3toHaxe.n
index d4746ce..b979646 100644
Binary files a/bin/As3toHaxe.n and b/bin/As3toHaxe.n differ
diff --git a/src/net/interaxia/as3tohaxe/inspector/FileInspector.hx b/src/net/interaxia/as3tohaxe/inspector/FileInspector.hx
index 3a87e7e..fb27115 100644
--- a/src/net/interaxia/as3t... |
JasonMiesionczek/As3toHaxe | 97ef44a3cfe053f17725f2724322b248019f7362 | added code to remove last curly brace that remained from the package block | diff --git a/bin/As3toHaxe.n b/bin/As3toHaxe.n
index c10e41a..d4746ce 100644
Binary files a/bin/As3toHaxe.n and b/bin/As3toHaxe.n differ
diff --git a/src/net/interaxia/as3tohaxe/Main.hx b/src/net/interaxia/as3tohaxe/Main.hx
index 6d3533d..cf81a28 100644
--- a/src/net/interaxia/as3tohaxe/Main.hx
+++ b/src/net/interaxia/... |
JasonMiesionczek/As3toHaxe | 8c8f3d64345112fb8c70f40b6df81ae97b56467a | fixed command line args for directories. changed all directory separators to be uniform | diff --git a/bin/As3toHaxe.n b/bin/As3toHaxe.n
index 00206c9..c10e41a 100644
Binary files a/bin/As3toHaxe.n and b/bin/As3toHaxe.n differ
diff --git a/run.bat b/run.bat
index 5e38944..c018153 100644
--- a/run.bat
+++ b/run.bat
@@ -1,4 +1,4 @@
@echo off
cd bin
-neko As3toHaxe.n
+neko As3toHaxe.n d:/development/ffilmati... |
JasonMiesionczek/As3toHaxe | 8a5de2f5e5afc03e99745e48da9cfe1446f68f41 | output is generating properly. more testing needed | diff --git a/bin/As3toHaxe.n b/bin/As3toHaxe.n
index e350d8c..00206c9 100644
Binary files a/bin/As3toHaxe.n and b/bin/As3toHaxe.n differ
diff --git a/src/net/interaxia/as3tohaxe/HaxeFile.hx b/src/net/interaxia/as3tohaxe/HaxeFile.hx
index c13af1f..5b086e6 100644
--- a/src/net/interaxia/as3tohaxe/HaxeFile.hx
+++ b/src/ne... |
JasonMiesionczek/As3toHaxe | 2c45db0683c22324f634dbe7434002b30a5cb843 | Initial check-in | diff --git a/As3toHaxe.hxproj b/As3toHaxe.hxproj
new file mode 100644
index 0000000..8e1544d
--- /dev/null
+++ b/As3toHaxe.hxproj
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project>
+ <!-- Output SWF options -->
+ <output>
+ <movie disabled="False" />
+ <movie input="" />
+ <movie path="bi... |
nomis/airclickd | bda069696c1b936cbe79049a6176cb597b6da5fb | simplify code | diff --git a/Makefile b/Makefile
index 4dfc8de..9d37563 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
airclickd: airclickd.c Makefile
- gcc -o airclickd airclickd.c -O2 -Wall -Werror -ggdb
+ gcc -D_POSIX_C_SOURCE=200112L -D_ISOC99_SOURCE -D_GNU_SOURCE -O2 -Wall -Wextra -Wshadow -Werror -ggdb -pipe -o airclickd ... |
nomis/airclickd | da869227c7a58d48baccf7c70cd5be0838afd0b4 | simplify protocol explanation | diff --git a/airclickd.c b/airclickd.c
index cd8dec3..3c0ca9a 100644
--- a/airclickd.c
+++ b/airclickd.c
@@ -1,115 +1,101 @@
/*
2009-06-16 Simon Arlott
http://simon.arlott.org/sw/airclickd/
The code is released into the public domain.
*/
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#inc... |
lopnor/Net-Google-Spreadsheets | 64add9f8e21047eb0900904844f547a87b09a167 | Checking in changes prior to tagging of version 0.1501. | diff --git a/Changes b/Changes
index daca94b..40bbfd4 100644
--- a/Changes
+++ b/Changes
@@ -1,58 +1,61 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.1501 Mon Apr 30 09:05:00 2012
+ - update link URLs for documentations by google (#76767)
+
0.15 Fri Apr 06 22:20:00 2012
- f... |
lopnor/Net-Google-Spreadsheets | 12125d8df97a897f1479afdf18506825994eba73 | Checking in changes prior to tagging of version 0.15. | diff --git a/.gitignore b/.gitignore
index 941c1e9..5bac70f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,9 @@
MANIFEST.bak
META.yml
Makefile
Makefile.old
blib
inc
pm_to_blib
cover_db
+MYMETA.*
diff --git a/Changes b/Changes
index a5b2fc7..daca94b 100644
--- a/Changes
+++ b/Changes
@@ -1,55 +1,58 @@
Revi... |
lopnor/Net-Google-Spreadsheets | 4917e60622c3f841634aaa0e8559e5bf7d31ffd1 | unimport things | diff --git a/Changes b/Changes
index ed190c3..a5b2fc7 100644
--- a/Changes
+++ b/Changes
@@ -1,52 +1,55 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.14 Sun Aug 15 13:15:00 2010
+ - less dependencies
+
0.13 Tue Aug 10 10:30:00 2010
- change default feed URL to use SSL, si... |
lopnor/Net-Google-Spreadsheets | 062a3884bb8650f9dbedb83bbe52dc10e0ba24fd | less dependency | diff --git a/Makefile.PL b/Makefile.PL
index d8fba05..194fec1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,27 +1,26 @@
use inc::Module::Install;
name 'Net-Google-Spreadsheets';
all_from 'lib/Net/Google/Spreadsheets.pm';
requires 'Carp';
requires 'XML::Atom';
requires 'Net::Google::AuthSub';
requires 'Net::... |
lopnor/Net-Google-Spreadsheets | 6c1d26bad76f67af707bba41017e255eee3ba2eb | less dependency | diff --git a/Makefile.PL b/Makefile.PL
index d0c1322..d8fba05 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,26 +1,27 @@
use inc::Module::Install;
name 'Net-Google-Spreadsheets';
all_from 'lib/Net/Google/Spreadsheets.pm';
requires 'Carp';
requires 'XML::Atom';
requires 'Net::Google::AuthSub';
requires 'Net::... |
lopnor/Net-Google-Spreadsheets | d18a08147888b92d9ae20a34a4ed4e00f249c4c7 | Checking in changes prior to tagging of version 0.13. | diff --git a/Changes b/Changes
index 28b36cf..ed190c3 100644
--- a/Changes
+++ b/Changes
@@ -1,51 +1,52 @@
Revision history for Perl extension Net::Google::Spreadsheets
- - change default feed URL to use SSL, since Google is returning those now
+0.13 Tue Aug 10 10:30:00 2010
+ - change default feed ... |
lopnor/Net-Google-Spreadsheets | accf5e8606f9ee3fb0db16f3ebb42954d52057cc | Change default feed URL to use SSL, since Google is returning those now. | diff --git a/Changes b/Changes
index 69018b7..28b36cf 100644
--- a/Changes
+++ b/Changes
@@ -1,49 +1,51 @@
Revision history for Perl extension Net::Google::Spreadsheets
+ - change default feed URL to use SSL, since Google is returning those now
+
0.12 Sun Jul 07 13:00:00 2010
- fixed getting tabl... |
lopnor/Net-Google-Spreadsheets | 6eddfa3ae7e2f551b1de7980781d9532e842dfa8 | Checking in changes prior to tagging of version 0.12. | diff --git a/Changes b/Changes
index a2d8ea8..69018b7 100644
--- a/Changes
+++ b/Changes
@@ -1,48 +1,49 @@
Revision history for Perl extension Net::Google::Spreadsheets
-0.12 Sun Apr 24 13:50:00 2010
+0.12 Sun Jul 07 13:00:00 2010
- fixed getting table error (thanks to sartak)
- added documen... |
lopnor/Net-Google-Spreadsheets | 5d3f42c6621aa38f194dad0ee14d858c8a5551d1 | changes at osdc.tw | diff --git a/Changes b/Changes
index 3292007..a2d8ea8 100644
--- a/Changes
+++ b/Changes
@@ -1,44 +1,48 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.12 Sun Apr 24 13:50:00 2010
+ - fixed getting table error (thanks to sartak)
+ - added documentations on tables, rows (thanks to... |
lopnor/Net-Google-Spreadsheets | e1f503ffc0bff431ed1463691db6882b740182e6 | Checking in changes prior to tagging of version 0.11. | diff --git a/Changes b/Changes
index a177220..3292007 100644
--- a/Changes
+++ b/Changes
@@ -1,41 +1,44 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.11 Thu Apr 22 16:10:00 2010
+ - added documentation on deleteing items (thanks to siguc)
+
0.10 Mon Mar 15 23:49:00 2010
-... |
lopnor/Net-Google-Spreadsheets | a5d829e53d121d211bf9bf032954c7456d3a15c1 | Checking in changes prior to tagging of version 0.10. Changelog diff is: | diff --git a/Changes b/Changes
index 8d5475b..a177220 100644
--- a/Changes
+++ b/Changes
@@ -1,38 +1,41 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.10 Mon Mar 15 23:49:00 2010
+ - update dependencies (Mouse 0.51, Net::Google::DataAPI 0.17)
+
0.09 Sun Mar 07 23:27:00 2010
... |
lopnor/Net-Google-Spreadsheets | eb9e6202aeef9cdf11db1c993668bf7fb6076204 | Checking in changes prior to tagging of version 0.09. Changelog diff is: | diff --git a/Changes b/Changes
index da1c3ca..8d5475b 100644
--- a/Changes
+++ b/Changes
@@ -1,35 +1,38 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.09 Sun Mar 07 23:27:00 2010
+ - Fix spreadsheet key changes (thanks to Colin Magee)
+
0.08 Thu Dec 31 19:20:30 2009
- foll... |
lopnor/Net-Google-Spreadsheets | 8e30ea1bb0b7f4d6c0fd1250272a892b6dd69534 | Checking in changes prior to tagging of version 0.08. Changelog diff is: | diff --git a/Changes b/Changes
index 9c15f58..da1c3ca 100644
--- a/Changes
+++ b/Changes
@@ -1,31 +1,35 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.08 Thu Dec 31 19:20:30 2009
+ - follow Net::Google::DataAPI changes
+ - update POD
+
0.07 Fri Dec 22 22:53:34 2009
... |
lopnor/Net-Google-Spreadsheets | 57e600245ce55b36443963a0592e52282e9be18f | follow Net::Google::DataAPI changes | diff --git a/lib/Net/Google/Spreadsheets/Spreadsheet.pm b/lib/Net/Google/Spreadsheets/Spreadsheet.pm
index 9b1db57..06b8cdc 100644
--- a/lib/Net/Google/Spreadsheets/Spreadsheet.pm
+++ b/lib/Net/Google/Spreadsheets/Spreadsheet.pm
@@ -1,230 +1,232 @@
package Net::Google::Spreadsheets::Spreadsheet;
use Any::Moose;
use ... |
lopnor/Net-Google-Spreadsheets | 935e990c3a59b0a2be0daf4de52b90ee58823336 | Checking in changes prior to tagging of version 0.07. Changelog diff is: | diff --git a/Changes b/Changes
index 6f67c25..9c15f58 100644
--- a/Changes
+++ b/Changes
@@ -1,29 +1,31 @@
Revision history for Perl extension Net::Google::Spreadsheets
-0.07 Tue Sep 22 18:11:09 2009
- - Use Net::Google::DataAPI
+0.07 Fri Dec 22 22:53:34 2009
+ - now uses Net::Google::DataAPI
+ ... |
lopnor/Net-Google-Spreadsheets | 35318d59d1a9b97a6a706ca5b13123dc81998dbc | depends on Net::Google::DataAPI 0.09 | diff --git a/MANIFEST b/MANIFEST
index ec3adf2..4a0b2d1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,48 +1,49 @@
Changes
inc/Module/Install.pm
+inc/Module/Install/Any/Moose.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Inclu... |
lopnor/Net-Google-Spreadsheets | a562723584e49cf4a5094de615d31d98819fba0a | query spreadsheets with key | diff --git a/Makefile.PL b/Makefile.PL
index b54d9ea..058da94 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,22 +1,22 @@
use inc::Module::Install;
name 'Net-Google-Spreadsheets';
all_from 'lib/Net/Google/Spreadsheets.pm';
requires 'Carp';
requires 'XML::Atom';
-requires 'Moose' => 0.34;
-requires 'Net::Google:... |
lopnor/Net-Google-Spreadsheets | 359b23dde0aa293dbcd415742ee41f1b39bf87fc | prepare for 0.07 | diff --git a/Changes b/Changes
index 24c2bda..6f67c25 100644
--- a/Changes
+++ b/Changes
@@ -1,26 +1,29 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.07 Tue Sep 22 18:11:09 2009
+ - Use Net::Google::DataAPI
+
0.06 Thu Aug 20 23:21:35 2009
- Refactored internals
0.06_01... |
lopnor/Net-Google-Spreadsheets | 17ce52e159e7282a6d92cf93d3e700aab16701c8 | use $self->ns shortcut | diff --git a/lib/Net/Google/Spreadsheets/Cell.pm b/lib/Net/Google/Spreadsheets/Cell.pm
index 4a559c2..d2046a6 100644
--- a/lib/Net/Google/Spreadsheets/Cell.pm
+++ b/lib/Net/Google/Spreadsheets/Cell.pm
@@ -1,122 +1,122 @@
package Net::Google::Spreadsheets::Cell;
use Moose;
use namespace::clean -except => 'meta';
use... |
lopnor/Net-Google-Spreadsheets | d7607eb45ac54ba5b138ce5cc08db2156e66efac | Now uses Net::Google::DataAPI | diff --git a/MANIFEST b/MANIFEST
index 630928c..ec3adf2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,52 +1,48 @@
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefil... |
lopnor/Net-Google-Spreadsheets | d6062b16913442caad2814b052cedfa37f55ecba | moved all | diff --git a/lib/Net/Google/Spreadsheets/Cell.pm b/lib/Net/Google/Spreadsheets/Cell.pm
index a379b9c..d5e9139 100644
--- a/lib/Net/Google/Spreadsheets/Cell.pm
+++ b/lib/Net/Google/Spreadsheets/Cell.pm
@@ -1,122 +1,122 @@
package Net::Google::Spreadsheets::Cell;
use Moose;
use namespace::clean -except => 'meta';
use... |
lopnor/Net-Google-Spreadsheets | 7953a8ac11f8ed1dfb3c8cda3575f1c66141ddb0 | spreadsheet and worksheet moved to gdata | diff --git a/Makefile.PL b/Makefile.PL
index b2037c3..db0ad95 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,24 +1,25 @@
use inc::Module::Install;
name 'Net-Google-Spreadsheets';
all_from 'lib/Net/Google/Spreadsheets.pm';
requires 'Carp';
requires 'XML::Atom';
requires 'Net::Google::AuthSub';
requires 'Crypt... |
lopnor/Net-Google-Spreadsheets | 06f8a8438b99936202b88d2428d639eb4e09e7d7 | moving to Net::Google::GData | diff --git a/lib/Net/Google/Spreadsheets.pm b/lib/Net/Google/Spreadsheets.pm
index 8dc72f2..620e253 100644
--- a/lib/Net/Google/Spreadsheets.pm
+++ b/lib/Net/Google/Spreadsheets.pm
@@ -1,271 +1,272 @@
package Net::Google::Spreadsheets;
use Moose;
+use Net::Google::GData;
use namespace::clean -except => 'meta';
use ... |
lopnor/Net-Google-Spreadsheets | 5266f082fed212e43e1ec2deb62275358f015a41 | version++ | diff --git a/Changes b/Changes
index d6e1d0d..24c2bda 100644
--- a/Changes
+++ b/Changes
@@ -1,23 +1,26 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.06 Thu Aug 20 23:21:35 2009
+ - Refactored internals
+
0.06_01 Mon Arg 16 16:01:27 2009
- Supports Google Spreadsheets API ve... |
lopnor/Net-Google-Spreadsheets | 8807c3beb3537cad09d27e77a6fb44e4f9998034 | base move to role | diff --git a/.gitignore b/.gitignore
index 77e983e..941c1e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
MANIFEST.bak
META.yml
Makefile
+Makefile.old
blib
inc
pm_to_blib
cover_db
diff --git a/MANIFEST b/MANIFEST
index 788a1ab..630928c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,52 +1,52 @@
Changes
i... |
lopnor/Net-Google-Spreadsheets | c0795de709b3fbac4b5758699ba213c01cc60a0b | Checking in changes prior to tagging of version 0.06_01. Changelog diff is: | diff --git a/.gitignore b/.gitignore
index cfbbf00..77e983e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
MANIFEST.bak
META.yml
Makefile
blib
inc
pm_to_blib
+cover_db
diff --git a/Changes b/Changes
index 4d6bfd2..d6e1d0d 100644
--- a/Changes
+++ b/Changes
@@ -1,17 +1,23 @@
Revision history for Perl ex... |
lopnor/Net-Google-Spreadsheets | 194f1f91bdc1fc0b634dcc1a58166b6ae60e4447 | reference url change to v3.0 | diff --git a/Makefile.PL b/Makefile.PL
index e87f078..b2037c3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,23 +1,24 @@
use inc::Module::Install;
name 'Net-Google-Spreadsheets';
all_from 'lib/Net/Google/Spreadsheets.pm';
requires 'Carp';
requires 'XML::Atom';
requires 'Net::Google::AuthSub';
requires 'Crypt... |
lopnor/Net-Google-Spreadsheets | 1fe663a4636c9824234c8849e88644be089a3d5f | better error message, default insertion mode to overwrite | diff --git a/lib/Net/Google/Spreadsheets/Table.pm b/lib/Net/Google/Spreadsheets/Table.pm
index f1f31f5..3d85272 100644
--- a/lib/Net/Google/Spreadsheets/Table.pm
+++ b/lib/Net/Google/Spreadsheets/Table.pm
@@ -1,230 +1,230 @@
package Net::Google::Spreadsheets::Table;
use Moose;
use Moose::Util::TypeConstraints;
use ... |
lopnor/Net-Google-Spreadsheets | 83c5c75c37352f33b3fb2d9fa3db68cff7765426 | num_rows, insertion_mode support | diff --git a/lib/Net/Google/Spreadsheets/Table.pm b/lib/Net/Google/Spreadsheets/Table.pm
index 066acf3..f1f31f5 100644
--- a/lib/Net/Google/Spreadsheets/Table.pm
+++ b/lib/Net/Google/Spreadsheets/Table.pm
@@ -1,231 +1,230 @@
package Net::Google::Spreadsheets::Table;
use Moose;
use Moose::Util::TypeConstraints;
use ... |
lopnor/Net-Google-Spreadsheets | b3e574c4adf4ceb961368155e4edb528fbf3debf | rename | diff --git a/MANIFEST b/MANIFEST
index c3af096..afd0080 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,47 +1,50 @@
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefil... |
lopnor/Net-Google-Spreadsheets | 6f8ee92b997799d0f6348bc9cccdbc823f583afb | record support | diff --git a/lib/Net/Google/Spreadsheets/Base.pm b/lib/Net/Google/Spreadsheets/Base.pm
index 557959f..e97fa42 100644
--- a/lib/Net/Google/Spreadsheets/Base.pm
+++ b/lib/Net/Google/Spreadsheets/Base.pm
@@ -1,147 +1,148 @@
package Net::Google::Spreadsheets::Base;
use Moose;
use namespace::clean -except => 'meta';
use... |
lopnor/Net-Google-Spreadsheets | aea2b1f3204336ff32fd2ac30769ab3e0598690d | renamed methods | diff --git a/lib/Net/Google/Spreadsheets/Base.pm b/lib/Net/Google/Spreadsheets/Base.pm
index 39a842e..557959f 100644
--- a/lib/Net/Google/Spreadsheets/Base.pm
+++ b/lib/Net/Google/Spreadsheets/Base.pm
@@ -1,147 +1,147 @@
package Net::Google::Spreadsheets::Base;
use Moose;
use namespace::clean -except => 'meta';
use... |
lopnor/Net-Google-Spreadsheets | 840fbe6301b0415eb110ea1e520f2cdaaccafa44 | table creation | diff --git a/MANIFEST b/MANIFEST
index 6dfffc9..c3af096 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,42 +1,47 @@
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefil... |
lopnor/Net-Google-Spreadsheets | 1dc0ff2c31805679ac653fc3408b880add8011a0 | feed accessor with taints | diff --git a/lib/Net/Google/Spreadsheets.pm b/lib/Net/Google/Spreadsheets.pm
index d442e43..e36c031 100644
--- a/lib/Net/Google/Spreadsheets.pm
+++ b/lib/Net/Google/Spreadsheets.pm
@@ -1,307 +1,276 @@
package Net::Google::Spreadsheets;
use Moose;
use namespace::clean -except => 'meta';
use 5.008001;
extends 'Net... |
lopnor/Net-Google-Spreadsheets | 53c34c3172e263bbc629e037f919becb2d506146 | pods for row key with space characters | diff --git a/lib/Net/Google/Spreadsheets.pm b/lib/Net/Google/Spreadsheets.pm
index fcf6d99..d442e43 100644
--- a/lib/Net/Google/Spreadsheets.pm
+++ b/lib/Net/Google/Spreadsheets.pm
@@ -1,269 +1,307 @@
package Net::Google::Spreadsheets;
use Moose;
use namespace::clean -except => 'meta';
use 5.008001;
extends 'Net... |
lopnor/Net-Google-Spreadsheets | 61a87efb050b871e0a05740d5978bda58ee71dfe | more tests | diff --git a/t/06_error.t b/t/06_error.t
index ac65400..96b2950 100644
--- a/t/06_error.t
+++ b/t/06_error.t
@@ -1,65 +1,75 @@
use strict;
use Test::More;
use Test::Exception;
use Test::MockModule;
use Test::MockObject;
use LWP::UserAgent;
use Net::Google::Spreadsheets;
throws_ok {
my $service = Net::... |
lopnor/Net-Google-Spreadsheets | aa6f18abf06a6c620e86da32dcf37478a1fb73de | better error handling | diff --git a/Makefile.PL b/Makefile.PL
index afd098c..e87f078 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,21 +1,23 @@
use inc::Module::Install;
name 'Net-Google-Spreadsheets';
all_from 'lib/Net/Google/Spreadsheets.pm';
requires 'Carp';
requires 'XML::Atom';
requires 'Net::Google::AuthSub';
requires 'Crypt... |
lopnor/Net-Google-Spreadsheets | 0a64ca1a2ca94f7a18987641bf63a325e3cea85f | changes to prepare for release | diff --git a/.shipit b/.shipit
index 8731dce..4b4516a 100644
--- a/.shipit
+++ b/.shipit
@@ -1 +1,3 @@
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
+git.tagpattern = release-%v
+git.push_to = origin
diff --git a/Changes b/Changes
index 12d9707..4d6bfd2 100644
--- a/Ch... |
lopnor/Net-Google-Spreadsheets | a6b215e417cf5732b481bb9f163a139a98a168a5 | refactored tests | diff --git a/MANIFEST b/MANIFEST
index b1c7ce1..6dfffc9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,42 +1,42 @@
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefil... |
lopnor/Net-Google-Spreadsheets | cdca37f78858081e82b6f9e18231d627adb70654 | Checking in changes prior to tagging of version 0.04. Changelog diff is: | diff --git a/Changes b/Changes
index e127fa9..d41af4a 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,14 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.04 Wed Apr 15 09:22:59 2009
+ - Updated POD (thanks to Mr. Grue)
+
0.03 Sun Apr 05 13:22:21 2009
- param method for Net::G... |
lopnor/Net-Google-Spreadsheets | 3c4f0db2848fbe3676822e02085d767f36f34c90 | Checking in changes prior to tagging of version 0.03. Changelog diff is: | diff --git a/Changes b/Changes
index afb353b..e127fa9 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,11 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.03 Sun Apr 05 13:22:21 2009
+ - param method for Net::Google::Spreadsheets::Row (thanks to Mr. Grue)
+
0.02 Sat Apr 04 22:32:40 2009... |
lopnor/Net-Google-Spreadsheets | d62fb800ee2f87a6c5a457662c6afac455cc4886 | implemented $row->param | diff --git a/lib/Net/Google/Spreadsheets/Row.pm b/lib/Net/Google/Spreadsheets/Row.pm
index 7bfc965..3941e13 100644
--- a/lib/Net/Google/Spreadsheets/Row.pm
+++ b/lib/Net/Google/Spreadsheets/Row.pm
@@ -1,96 +1,131 @@
package Net::Google::Spreadsheets::Row;
use Moose;
extends 'Net::Google::Spreadsheets::Base';
ha... |
lopnor/Net-Google-Spreadsheets | 0e189e9edd9e875acb75511575312e3410c340a6 | dependancy, better error message | diff --git a/Changes b/Changes
index 4f2205e..afb353b 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
Revision history for Perl extension Net::Google::Spreadsheets
+0.02 Sat Apr 04 22:32:40 2009
+ - Crypt::SSLeay dependency
+ - Better error message on login failure
+
0.01 Tue Dec 16 23:52:25 ... |
lopnor/Net-Google-Spreadsheets | 13ec90a149eba0aa0db53934772d6d8b0315ef74 | * fixed pods. | diff --git a/lib/Net/Google/Spreadsheets.pm b/lib/Net/Google/Spreadsheets.pm
index 23ea368..f6b8e1f 100644
--- a/lib/Net/Google/Spreadsheets.pm
+++ b/lib/Net/Google/Spreadsheets.pm
@@ -1,258 +1,258 @@
package Net::Google::Spreadsheets;
use Moose;
use 5.008;
extends 'Net::Google::Spreadsheets::Base';
use Carp;
... |
lopnor/Net-Google-Spreadsheets | 61dd51890ce1c454557b614d9708b6725e317269 | pods and test for formula cell | diff --git a/lib/Net/Google/Spreadsheets.pm b/lib/Net/Google/Spreadsheets.pm
index f730261..23ea368 100644
--- a/lib/Net/Google/Spreadsheets.pm
+++ b/lib/Net/Google/Spreadsheets.pm
@@ -1,247 +1,258 @@
package Net::Google::Spreadsheets;
use Moose;
use 5.008;
extends 'Net::Google::Spreadsheets::Base';
use Carp;
... |
lopnor/Net-Google-Spreadsheets | 760c5aeb630730ffe8d25a2f68f8cee4b0988d2f | podspell | diff --git a/xt/01_podspell.t b/xt/01_podspell.t
index 4f4f996..f003d9a 100644
--- a/xt/01_podspell.t
+++ b/xt/01_podspell.t
@@ -1,13 +1,15 @@
use Test::More;
eval q{ use Test::Spelling };
plan skip_all => "Test::Spelling is not installed." if $@;
add_stopwords(map { split /[\s\:\-]/ } <DATA>);
$ENV{LANG} = 'C';
... |
lopnor/Net-Google-Spreadsheets | 7a969a2847ec30c42b1bd86d6fd2e8eb31157b63 | fix pod | diff --git a/lib/Net/Google/Spreadsheets.pm b/lib/Net/Google/Spreadsheets.pm
index 5ae9026..f730261 100644
--- a/lib/Net/Google/Spreadsheets.pm
+++ b/lib/Net/Google/Spreadsheets.pm
@@ -1,246 +1,247 @@
package Net::Google::Spreadsheets;
use Moose;
use 5.008;
extends 'Net::Google::Spreadsheets::Base';
use Carp;
... |
lopnor/Net-Google-Spreadsheets | acd7a13ea00bcbd9c530d1fc2d45529952eb98e3 | fix pods | diff --git a/lib/Net/Google/Spreadsheets.pm b/lib/Net/Google/Spreadsheets.pm
index 2bd8bab..3545cdc 100644
--- a/lib/Net/Google/Spreadsheets.pm
+++ b/lib/Net/Google/Spreadsheets.pm
@@ -1,215 +1,215 @@
package Net::Google::Spreadsheets;
use Moose;
use 5.008;
extends 'Net::Google::Spreadsheets::Base';
use Carp;
... |
lopnor/Net-Google-Spreadsheets | aa55b8e22902cebad0ae22a7681ad49f54d97617 | fix pod | diff --git a/MANIFEST b/MANIFEST
index 37ef342..b8bc906 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,39 +1,40 @@
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefil... |
lopnor/Net-Google-Spreadsheets | 5c518a8972805539dc60d6a0bf8ac035e8762592 | extract UserAgent from Spreadsheets | diff --git a/lib/Net/Google/Spreadsheets.pm b/lib/Net/Google/Spreadsheets.pm
index 7539bad..28dfe57 100644
--- a/lib/Net/Google/Spreadsheets.pm
+++ b/lib/Net/Google/Spreadsheets.pm
@@ -1,239 +1,146 @@
package Net::Google::Spreadsheets;
use Moose;
extends 'Net::Google::Spreadsheets::Base';
use Carp;
use Net::Go... |
lopnor/Net-Google-Spreadsheets | f5046b23d87edca16716fc42f3a999189d6be527 | pass the tests | diff --git a/lib/Net/Google/Spreadsheets.pm b/lib/Net/Google/Spreadsheets.pm
index d251908..7539bad 100644
--- a/lib/Net/Google/Spreadsheets.pm
+++ b/lib/Net/Google/Spreadsheets.pm
@@ -1,242 +1,239 @@
package Net::Google::Spreadsheets;
use Moose;
+
+extends 'Net::Google::Spreadsheets::Base';
+
use Carp;
use Net::Go... |
lopnor/Net-Google-Spreadsheets | 5d73096dfeb2d2e867f9fe31aabdbd9c7c278135 | some fix (forgot ditails) | diff --git a/MANIFEST b/MANIFEST
index f03fd12..37ef342 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,40 +1,39 @@
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefil... |
lopnor/Net-Google-Spreadsheets | 656746840779dd935adb4814e36dfdf3d6dc1a44 | tiny fix | diff --git a/lib/Net/Google/Spreadsheets/Spreadsheet.pm b/lib/Net/Google/Spreadsheets/Spreadsheet.pm
index 92be2d3..dd6bf92 100644
--- a/lib/Net/Google/Spreadsheets/Spreadsheet.pm
+++ b/lib/Net/Google/Spreadsheets/Spreadsheet.pm
@@ -1,59 +1,59 @@
package Net::Google::Spreadsheets::Spreadsheet;
use Moose;
use XML::At... |
lopnor/Net-Google-Spreadsheets | 252d0d9fb94157987660dcdfb82abd7105550951 | fix typo in the pod | diff --git a/lib/Net/Google/Spreadsheets/Base.pm b/lib/Net/Google/Spreadsheets/Base.pm
index df77a39..3e317d5 100644
--- a/lib/Net/Google/Spreadsheets/Base.pm
+++ b/lib/Net/Google/Spreadsheets/Base.pm
@@ -1,149 +1,156 @@
package Net::Google::Spreadsheets::Base;
use Moose;
use Carp;
use Moose::Util::TypeConstraints;... |
lopnor/Net-Google-Spreadsheets | c907e7495562ada5b2a9f572e2711574abbf1c3e | refactoring | diff --git a/lib/Net/Google/Spreadsheets/Cell.pm b/lib/Net/Google/Spreadsheets/Cell.pm
index d1d4f82..8f0b395 100644
--- a/lib/Net/Google/Spreadsheets/Cell.pm
+++ b/lib/Net/Google/Spreadsheets/Cell.pm
@@ -1,64 +1,64 @@
package Net::Google::Spreadsheets::Cell;
use Moose;
extends 'Net::Google::Spreadsheets::Base';
... |
lopnor/Net-Google-Spreadsheets | 30c36b3c43d7033a86ea2eca1808d9877ac87fb4 | row manipulation basics | diff --git a/t/06_rows.t b/t/06_rows.t
index 249d438..513c17f 100644
--- a/t/06_rows.t
+++ b/t/06_rows.t
@@ -1,29 +1,49 @@
use strict;
use Test::More;
use Net::Google::Spreadsheets;
my $ws;
BEGIN {
plan skip_all => 'set TEST_NET_GOOGLE_SPREADSHEETS to run this test'
unless $ENV{TEST_NET_GOOGLE_SP... |
lopnor/Net-Google-Spreadsheets | 522b5130f302621b9e4a52ed5d62ba8a5917979d | cell manipulations | diff --git a/MANIFEST b/MANIFEST
index 992a9ae..486ae99 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,36 +1,38 @@
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefil... |
lopnor/Net-Google-Spreadsheets | abbbac1e5a84eb17690b85162bbf7b17b0b84f3d | yet better tests, removed weak_ref attribute from service, container | diff --git a/lib/Net/Google/Spreadsheets/Base.pm b/lib/Net/Google/Spreadsheets/Base.pm
index a591c0f..fefbebb 100644
--- a/lib/Net/Google/Spreadsheets/Base.pm
+++ b/lib/Net/Google/Spreadsheets/Base.pm
@@ -1,142 +1,140 @@
package Net::Google::Spreadsheets::Base;
use Moose;
use Carp;
use Moose::Util::TypeConstraints;... |
Tigraine/git-cheatsheet-gadget | c1ff548cfa1e01b156128e4d82cc0170722c37dc | Added Acknowledgements and license.txt to root | diff --git a/acknowledgements.txt b/acknowledgements.txt
new file mode 100644
index 0000000..ef1248c
--- /dev/null
+++ b/acknowledgements.txt
@@ -0,0 +1,5 @@
+The image used in this gadget was created by Zack Rusin
+http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html
+
+The git logo was taken from the official ... |
Tigraine/git-cheatsheet-gadget | 517f3169a6762b5748be344101abbbd1e55bb6b1 | Added license.txt and acknowledgements.txt | diff --git a/src/acknowledgements.txt b/src/acknowledgements.txt
new file mode 100644
index 0000000..ef1248c
--- /dev/null
+++ b/src/acknowledgements.txt
@@ -0,0 +1,5 @@
+The image used in this gadget was created by Zack Rusin
+http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html
+
+The git logo was taken from t... |
Tigraine/git-cheatsheet-gadget | 64dafd26637271effdbc98db6eb6a175abeb701f | Added final gadget build | diff --git a/git-cheat.gadget b/git-cheat.gadget
new file mode 100644
index 0000000..775947d
Binary files /dev/null and b/git-cheat.gadget differ
|
Tigraine/git-cheatsheet-gadget | e17cea94eb4cf228a622dbfb8a781f673a806f4d | Final gadget | diff --git a/src/gadget.xml b/src/gadget.xml
index 8032f9b..9d904bb 100644
--- a/src/gadget.xml
+++ b/src/gadget.xml
@@ -1,23 +1,23 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8" ?>
<gadget>
<name>git-cheatsheet</name>
<namespace>windows.sdk</namespace>
<version>1.0.0.0</... |
Tigraine/git-cheatsheet-gadget | b6960ffb0213cb30f58897dbed8b2d4b12791206 | Added gadget.xml and git-logo | diff --git a/src/gadget.xml b/src/gadget.xml
new file mode 100644
index 0000000..8032f9b
--- /dev/null
+++ b/src/gadget.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<gadget>
+ <name>git-cheatsheet</name>
+ <namespace>windows.sdk</namespace>
+ <version>1.0.0.0</version>
+ <author name="Daniel Hölbl... |
jeffp/why_not | e91aaf825381c27d203136415025bf7b26e49d46 | incremented gem version | diff --git a/next_gem_version b/next_gem_version
index 81340c7..bbdeab6 100644
--- a/next_gem_version
+++ b/next_gem_version
@@ -1 +1 @@
-0.0.4
+0.0.5
|
jeffp/why_not | 8ae2077306af91c2d16f27555d999c9e90354cc3 | adds isnt and is_not | diff --git a/README.rdoc b/README.rdoc
index 5d9c672..f426a95 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,32 +1,35 @@
= WhyNot?
not_empty?, not_blank?, ... why_not? Tired of writing !array.empty? Ruby is ledgible and should be more ledgible. Ruby is terse and should be terser. A predicate method is one tha... |
jeffp/why_not | 1a19aa39e6dc9e2a369db5363a33a4de6db22d4c | incremented gem version | diff --git a/next_gem_version b/next_gem_version
index bcab45a..81340c7 100644
--- a/next_gem_version
+++ b/next_gem_version
@@ -1 +1 @@
-0.0.3
+0.0.4
|
jeffp/why_not | 0dd8cbe7e9412def55e0f58d3986488107956379 | incremented gem version | diff --git a/next_gem_version b/next_gem_version
index 4e379d2..bcab45a 100644
--- a/next_gem_version
+++ b/next_gem_version
@@ -1 +1 @@
-0.0.2
+0.0.3
|
jeffp/why_not | 2de580c2fce259da38d15036e710b9e8f6221f43 | incremented gem version | diff --git a/next_gem_version b/next_gem_version
index 8acdd82..4e379d2 100644
--- a/next_gem_version
+++ b/next_gem_version
@@ -1 +1 @@
-0.0.1
+0.0.2
|
mmitch/s9y_poster_import | dddbec6e45a509e5ef570a94ec5f0c406ac46b28 | support multiple authors | diff --git a/s9y_poster_import.pl b/s9y_poster_import.pl
index 922dea1..2f19ffe 100755
--- a/s9y_poster_import.pl
+++ b/s9y_poster_import.pl
@@ -1,259 +1,282 @@
#!/usr/bin/perl
# $Id: s9y_poster_import.pl,v 1.6 2007-10-06 12:17:23 mitch Exp $
use strict;
use warnings;
use Time::Local;
use Data::Dumper;
use DBI;
... |
mmitch/s9y_poster_import | 3d1a87473e6d4b98272cdd383aefa3e83bb5c404 | fix documentation | diff --git a/s9y_poster_import.pl b/s9y_poster_import.pl
index ea8e245..922dea1 100755
--- a/s9y_poster_import.pl
+++ b/s9y_poster_import.pl
@@ -1,259 +1,259 @@
#!/usr/bin/perl
-# $Id: s9y_poster_import.pl,v 1.5 2007-10-03 10:01:50 mitch Exp $
+# $Id: s9y_poster_import.pl,v 1.6 2007-10-06 12:17:23 mitch Exp $
use str... |
mmitch/s9y_poster_import | e8c46e15b6970208161b1e89a35ee54a285ddee0 | fix error | diff --git a/s9y_poster_import.pl b/s9y_poster_import.pl
index 919a177..ea8e245 100755
--- a/s9y_poster_import.pl
+++ b/s9y_poster_import.pl
@@ -1,255 +1,259 @@
#!/usr/bin/perl
-# $Id: s9y_poster_import.pl,v 1.4 2007-10-03 10:00:26 mitch Exp $
+# $Id: s9y_poster_import.pl,v 1.5 2007-10-03 10:01:50 mitch Exp $
use str... |
mmitch/s9y_poster_import | 477ea3d8998b9585f544297cc6a51b7aa7f2edfb | remove debug print mapping | diff --git a/s9y_poster_import.pl b/s9y_poster_import.pl
index e33fd1f..919a177 100755
--- a/s9y_poster_import.pl
+++ b/s9y_poster_import.pl
@@ -1,259 +1,255 @@
#!/usr/bin/perl
-# $Id: s9y_poster_import.pl,v 1.3 2007-10-03 09:56:17 mitch Exp $
+# $Id: s9y_poster_import.pl,v 1.4 2007-10-03 10:00:26 mitch Exp $
use str... |
mmitch/s9y_poster_import | 8206da7f275569fddf330a5c72fe20b40c78db28 | documentation dynamic table prefix | diff --git a/s9y_poster_import.pl b/s9y_poster_import.pl
index f8a0e06..e33fd1f 100755
--- a/s9y_poster_import.pl
+++ b/s9y_poster_import.pl
@@ -1,237 +1,259 @@
#!/usr/bin/perl
-# $Id: s9y_poster_import.pl,v 1.2 2007-09-30 16:44:03 mitch Exp $
+# $Id: s9y_poster_import.pl,v 1.3 2007-10-03 09:56:17 mitch Exp $
use str... |
mmitch/s9y_poster_import | 4ae52642a0a536296316b320e72f9f6aac08de55 | time seems to be localtime | diff --git a/s9y_poster_import.pl b/s9y_poster_import.pl
index 9280c76..f8a0e06 100755
--- a/s9y_poster_import.pl
+++ b/s9y_poster_import.pl
@@ -1,237 +1,237 @@
#!/usr/bin/perl
-# $Id: s9y_poster_import.pl,v 1.1 2007-09-30 16:36:18 mitch Exp $
+# $Id: s9y_poster_import.pl,v 1.2 2007-09-30 16:44:03 mitch Exp $
use str... |
mmitch/s9y_poster_import | d2df1dab9bfa4dcc549984ffbb70dc05ba1f4aa7 | Initial revision | diff --git a/s9y_poster_import.pl b/s9y_poster_import.pl
new file mode 100755
index 0000000..9280c76
--- /dev/null
+++ b/s9y_poster_import.pl
@@ -0,0 +1,237 @@
+#!/usr/bin/perl
+# $Id: s9y_poster_import.pl,v 1.1 2007-09-30 16:36:18 mitch Exp $
+use strict;
+use warnings;
+use Time::Local;
+use Data::Dumper;
+use DBI;
+... |
oraccha/jnperf | d4b5c838ccc99d6522b2d844859ec1fc0bd4b6b4 | Ditto. | diff --git a/RecvFile.java b/RecvFile.java
index 738a89b..840518c 100644
--- a/RecvFile.java
+++ b/RecvFile.java
@@ -1,38 +1,39 @@
/*
- * SendFile.java
+ * RecvFile.java
+ * Usage: java RecvFile [-port <port>]
*/
import java.io.*;
import java.nio.*;
import java.nio.channels.*;
import java.net.*;
public class ... |
oraccha/jnperf | d1453ee85782904d3f12ce03456ae244488940f0 | Add channel test programs. | diff --git a/RecvFile.java b/RecvFile.java
new file mode 100644
index 0000000..738a89b
--- /dev/null
+++ b/RecvFile.java
@@ -0,0 +1,38 @@
+/*
+ * SendFile.java
+ */
+import java.io.*;
+import java.nio.*;
+import java.nio.channels.*;
+import java.net.*;
+
+public class RecvFile {
+ public static void main(String[] ar... |
oraccha/jnperf | 86f9b310c71b4f1177d456210f1a7d418e4dbada | Fix the excaption handling. | diff --git a/Bulk.java b/Bulk.java
index 30dba5d..862c55c 100644
--- a/Bulk.java
+++ b/Bulk.java
@@ -1,88 +1,97 @@
+/*
+ * Bulk.java
+ * Usage: java Bulk [-port <port>] [-len <len1,len2,...>] [-iter <iter>] address
+ */
import java.io.*;
import java.net.*;
public class Bulk {
String addr;
int port;
... |
oraccha/jnperf | 3f09158fadd9d42803339d6ed5141c48657d96fa | Add some command line parameters. | diff --git a/Bulk.java b/Bulk.java
index e277b42..30dba5d 100644
--- a/Bulk.java
+++ b/Bulk.java
@@ -1,42 +1,88 @@
import java.io.*;
import java.net.*;
public class Bulk {
- public static void main(String[] args) {
+ String addr;
+ int port;
- try {
- InetAddress sink = InetAddress.getByName(args[0]... |
oraccha/jnperf | 4c5691559da5b19bf5c4b90b35f3d38cf1855794 | Initial checkin. | diff --git a/Bulk.java b/Bulk.java
new file mode 100644
index 0000000..e277b42
--- /dev/null
+++ b/Bulk.java
@@ -0,0 +1,42 @@
+import java.io.*;
+import java.net.*;
+
+public class Bulk {
+ public static void main(String[] args) {
+
+ try {
+ InetAddress sink = InetAddress.getByName(args[0]);
+ int len = Int... |
harking/sort-helper | 67142bbd15c0dc6735dacc9e59666971587c4c00 | Adding sort_helper.rb to repo. | diff --git a/sort_helper.rb b/sort_helper.rb
new file mode 100755
index 0000000..288e2dc
--- /dev/null
+++ b/sort_helper.rb
@@ -0,0 +1,195 @@
+# Helpers to sort tables using clickable column headers.
+#
+# Author: Stuart Rackham <srackham@methods.co.nz>, March 2005.
+# Author: George Harkin <george.harkin@oregonstate... |
adewale/Buzz-Chat-Bot | 289855564adfa447182aae8feeaa75b572450156 | Tweaked the way conditional imports are handled so that things still work on localhost | diff --git a/buzz_gae_client.py b/buzz_gae_client.py
index 24d8471..041287e 100644
--- a/buzz_gae_client.py
+++ b/buzz_gae_client.py
@@ -1,118 +1,121 @@
# Copyright (C) 2010 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the Lice... |
adewale/Buzz-Chat-Bot | 575dd9c1614e7bd8188658844ab323af948b26dd | We lower-case the user's email address when they finish the OAuth dance and when they send us a command that uses their email address for verification. That should fix problems with users who habitually login with an email address that is in mixed-case. | diff --git a/buzz_gae_client.py b/buzz_gae_client.py
index b7cb4ae..24d8471 100644
--- a/buzz_gae_client.py
+++ b/buzz_gae_client.py
@@ -1,118 +1,118 @@
# Copyright (C) 2010 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the Lice... |
adewale/Buzz-Chat-Bot | de5dfd03448e8e94346b8211031fd376279ff388 | Redirect un-authorised users to the homepage | diff --git a/main.py b/main.py
index c422de6..991f89c 100644
--- a/main.py
+++ b/main.py
@@ -1,125 +1,130 @@
# Copyright (C) 2010 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License... |
adewale/Buzz-Chat-Bot | 3782eade9e9f8c3837b44f09e11480a948845d8d | Tracked the problem to a situation where the format of JID in Adium isn't a valid email address so the lookup for the UserToken was failing and the wrapper was falling back to an ApiClient that didn't have an access token. This meant that actions like posting, which require authorisation, were failing based on the form... | diff --git a/functional_tests.py b/functional_tests.py
index 4a13c64..bd76c08 100644
--- a/functional_tests.py
+++ b/functional_tests.py
@@ -1,380 +1,394 @@
# Copyright (C) 2010 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the ... |
adewale/Buzz-Chat-Bot | b8fd9fe5e8d657db63be41d15cfdaf71c15f08ea | Use pprint.pformat rather than str to avoid problems with the logging library when it gets an invalid unicode sequence like 'handlers/add.py#L21\xa0is' | diff --git a/xmpp.py b/xmpp.py
index 48a8e36..9eb6107 100644
--- a/xmpp.py
+++ b/xmpp.py
@@ -1,425 +1,431 @@
# Copyright (C) 2010 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.