repo string | commit string | message string | diff string |
|---|---|---|---|
synewaves/starlight | 53d2d72df67ab16145e06bb681856c04bf131da8 | Work on router/dispatcher | diff --git a/src/Starlight/Component/Dispatcher/Context/Context.php b/src/Starlight/Component/Dispatcher/Context/Context.php
new file mode 100644
index 0000000..27195a6
--- /dev/null
+++ b/src/Starlight/Component/Dispatcher/Context/Context.php
@@ -0,0 +1,16 @@
+<?php
+/*
+ * This file is part of the Starlight framework... |
synewaves/starlight | 5a4319eeea4e1700ef5d0a636005ff0c4913ea38 | Beginnings of test structure and routing | diff --git a/.gitignore b/.gitignore
index 32a36c2..a75b755 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-.eprj
\ No newline at end of file
+.eprj
+phpunit.xml
+autoload.php
+coverage
\ No newline at end of file
diff --git a/README.markdown b/README.markdown
index 9d9a88d..c454b19 100644
--- a/README.markdown... |
synewaves/starlight | 3dd0e813934a1294e7f47ae1c7c1c6fd4fe7dc95 | Remove array_merge to use + operator | diff --git a/src/Starlight/Component/Http/HeaderBucket.php b/src/Starlight/Component/Http/HeaderBucket.php
index 2ac828f..69ad3fa 100755
--- a/src/Starlight/Component/Http/HeaderBucket.php
+++ b/src/Starlight/Component/Http/HeaderBucket.php
@@ -1,282 +1,282 @@
<?php
/*
* This file is part of the Starlight framework... |
synewaves/starlight | 8c23c101ad5ca53eac2aea37786f0f47dd2ac967 | Added cookie handling to header | diff --git a/src/Starlight/Component/Dispatcher/HttpDispatcher.php b/src/Starlight/Component/Dispatcher/HttpDispatcher.php
old mode 100644
new mode 100755
diff --git a/src/Starlight/Component/Http/Exception/IpSpoofingException.php b/src/Starlight/Component/Http/Exception/IpSpoofingException.php
new file mode 100755
ind... |
synewaves/starlight | 4e1eadc1adb3d9223fe38318bba5409440991a6b | Work on request parsing | diff --git a/Component/Http/Request.php b/Component/Http/Request.php
deleted file mode 100755
index 210bdbd..0000000
--- a/Component/Http/Request.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-/*
- * This file is part of the Starlight framework.
- *
- * (c) Matthew Vince <matthew.vince@phaseshiftllc.com>
- *
- * This... |
synewaves/starlight | dac430fdef7189e3abef602fd13394ea2d76e68e | Some basic layout work | diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
index e69de29..32a36c2
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+.eprj
\ No newline at end of file
diff --git a/Component/Http/ParameterContainer.php b/Component/Http/ParameterContainer.php
new file mode 100755
index 0000000..c04d8a7
--- /dev/n... |
synewaves/starlight | 91470c660d2bad3cf6cdbb547a9b27d76260bc17 | Adding base support files | diff --git a/README b/.gitignore
similarity index 100%
rename from README
rename to .gitignore
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..42f5cf6
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2010 Matthew Vince
+
+Permission is hereby granted, free of charge, to any person obtainin... |
ox-it/permissions-ontology | c46093b8c6fdb4c4baf6b12a1d41991027bf60dd | Flipped subjects and objects in predicates and added ResourceMatch. | diff --git a/permissions/index.html b/permissions/index.html
index 762a57f..103c3a7 100644
--- a/permissions/index.html
+++ b/permissions/index.html
@@ -1,225 +1,258 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-... |
ox-it/permissions-ontology | c607c202823613094f52878b5a85eadd4f648811 | Beginnings of a permissions ontology. | diff --git a/2004/03/toolchain/cc-schema.rdfs b/2004/03/toolchain/cc-schema.rdfs
new file mode 100644
index 0000000..e06e248
--- /dev/null
+++ b/2004/03/toolchain/cc-schema.rdfs
@@ -0,0 +1,103 @@
+<rdf:RDF xmlns="http://web.resource.org/cc/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:rdf="http://www.w3... |
ox-it/permissions-ontology | 733c738c141cacd4ca38680ec444618cfab026f2 | Added initial README. | diff --git a/README b/README
new file mode 100644
index 0000000..d312368
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+A permissions ontology
+======================
+
+
|
timcharper/railswhere | d563de2fffb7b4496461bc3d978ddd9cb72aee84 | convert dos format to unix | diff --git a/init.rb b/init.rb
index bd4169a..f968453 100644
--- a/init.rb
+++ b/init.rb
@@ -1,3 +1,3 @@
-require 'where.rb'
-require 'search_builder.rb'
-
+require 'where.rb'
+require 'search_builder.rb'
+
diff --git a/lib/where.rb b/lib/where.rb
index ab9af9b..abb1df7 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@... |
timcharper/railswhere | 0ffc740f30d201767c6cdeae46325720909fa343 | adds gemspec and bundler | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c111b33
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.gem
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..e0a7662
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1 @@
+gemspec
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644... |
timcharper/railswhere | 0aae258870f7cd1b8eb5cc973cacea806f606d8d | whitespace fix | diff --git a/lib/where.rb b/lib/where.rb
index aa9bd53..ab9af9b 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,207 +1,207 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | 0ea45da35bf3d9830ceedb3b660ed3118106cf69 | upgrade to rspec 2.5 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index bfd6bf0..397f640 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,18 +1,18 @@
require "rubygems"
require 'active_record'
-require 'spec'
+require 'rspec'
ActiveRecord::Base.establish_connection(
:adapter => "sqlite3",
:database => ... |
timcharper/railswhere | 798c46d6416baaf053a8f9c9effe759777051a36 | Reorganized specs. Adds Where.and({field => value}) syntax. | diff --git a/lib/where.rb b/lib/where.rb
index 2349757..aa9bd53 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,201 +1,207 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | 52475e921a516150329222dc9dbd94855c61c01c | :sanitize_sql_array is the new :sanitize_sql | diff --git a/lib/where.rb b/lib/where.rb
index a4241f5..2349757 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,201 +1,201 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | ad9dac43ac7ace4869e526c504eee9043745768d | default sql is (true) | diff --git a/spec/lib/search_builder_spec.rb b/spec/lib/search_builder_spec.rb
index 20eb195..8e7eaaa 100644
--- a/spec/lib/search_builder_spec.rb
+++ b/spec/lib/search_builder_spec.rb
@@ -1,75 +1,75 @@
require File.dirname(__FILE__) + '/../spec_helper'
describe "SearchBuilder" do
before(:each) do
@object =... |
timcharper/railswhere | 61b25d8090534e517c8d9b8ab50345c77cc9541d | Where.new.to_s returned nil - not very desirable. Now it returns "(true)" | diff --git a/lib/where.rb b/lib/where.rb
index 16d5beb..a4241f5 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,201 +1,201 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | db01d91c2039ca271c7df9bcc4cacf7e949d74c2 | added changelog | diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..13148fe
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,8 @@
+Version 1.2 [Oct 30 2007]
+ - and_not, or_not support
+
+Version 1.1 - [Oct 3 2007]
+ - block support.
+
+Version 1.0 - [Jul 1 2007]
+ - Initial release
\ No newline at end of file
|
timcharper/railswhere | b9276ab1ad9aee7c3688b365072fe0a616b68b71 | block notation no longer uses a parameter. ability to set input hash of elements. converted tests to specs | diff --git a/lib/search_builder.rb b/lib/search_builder.rb
index beb7ba6..11c0067 100644
--- a/lib/search_builder.rb
+++ b/lib/search_builder.rb
@@ -1,135 +1,134 @@
require 'ostruct'
class SearchBuilder
attr_reader :object
attr_accessor :where
def object=(value)
value=OpenStruct.new(value) if Hash==... |
timcharper/railswhere | aa759eb9a93811f40f7d11a8918de47829fbbfb5 | return "" when to_s on blank Where - test case | diff --git a/test/functional/where_test.rb b/test/functional/where_test.rb
index 01e2e1b..a26e9d1 100644
--- a/test/functional/where_test.rb
+++ b/test/functional/where_test.rb
@@ -1,109 +1,113 @@
require File.join(File.dirname(__FILE__), '../test_helper.rb')
class WhereTest < Test::Unit::TestCase
def test__wher... |
timcharper/railswhere | e622994a18aebd45611d33874268209f0be26e7b | return "" when to_s on blank Where | diff --git a/lib/where.rb b/lib/where.rb
index 940dbc6..cc8c077 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,189 +1,189 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | 5f7e38be38153a2ae51464c71630e6060d8c65d5 | added where#and to exclude blank nested conditions | diff --git a/lib/search_builder.rb b/lib/search_builder.rb
index 11c0067..beb7ba6 100644
--- a/lib/search_builder.rb
+++ b/lib/search_builder.rb
@@ -1,134 +1,135 @@
require 'ostruct'
class SearchBuilder
attr_reader :object
attr_accessor :where
def object=(value)
value=OpenStruct.new(value) if Hash==... |
timcharper/railswhere | 2d376c523733031499dc6febbc706b412bdfc835 | search builder | diff --git a/init.rb b/init.rb
index 583795b..bd4169a 100644
--- a/init.rb
+++ b/init.rb
@@ -1,2 +1,3 @@
require 'where.rb'
+require 'search_builder.rb'
diff --git a/lib/search_builder.rb b/lib/search_builder.rb
new file mode 100644
index 0000000..14a8e4c
--- /dev/null
+++ b/lib/search_builder.rb
@@ -0,0 +1,136 @... |
timcharper/railswhere | 5b1a51bd4677c45eb96410b86be2b7ae21082097 | | & operator shortcuts | diff --git a/lib/where.rb b/lib/where.rb
index f869701..f49bc74 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,168 +1,188 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | 760c995be840f24a3147c48a81fb57fc2691e8d0 | or_not, and_not | diff --git a/lib/where.rb b/lib/where.rb
index af6b21c..f869701 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,156 +1,168 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | 21360ae236919bd5a0965ad4711c678d35a0784f | bugfix with where.and Where.new | diff --git a/lib/where.rb b/lib/where.rb
index 776e38f..af6b21c 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,156 +1,156 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | dab4427315b196d7f147206102d6f25625b29800 | now with block support | diff --git a/lib/where.rb b/lib/where.rb
index 3f9d234..776e38f 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,142 +1,156 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | e18b01e8a80042270fb42909d325eacfceafd42f | blank where clauses were causing sql error | diff --git a/lib/where.rb b/lib/where.rb
index 64f3ec6..3f9d234 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,142 +1,142 @@
# = Where clause generator
# == Author: Tim Harper ( "timseeharperATgmail.seeom".gsub("see", "c").gsub("AT", "@") )
#
# <b>Usage example</b>
# === Returning SQL
#
# sql = Where.... |
timcharper/railswhere | c752092dfa8b2117cd4b33151cc0cb2fb4ed8197 | rdoc documentation | diff --git a/README b/README
index a6d462f..ac79f98 100644
--- a/README
+++ b/README
@@ -1,54 +1,33 @@
-=RailsWhere=
-==A Rails Active Record Where clause generator==
-By Tim Harper (Tim - C - Harper at gmail dot com)
-
-
-Easily and safely construct where clause queries for some of the most
-complicated example... |
timcharper/railswhere | 7f72b9c95ebd73f71f4f47ecd7388a13a5a993f5 | getting ready for rdoc documentation | diff --git a/lib/where.rb b/lib/where.rb
index cae4415..4b437c0 100644
--- a/lib/where.rb
+++ b/lib/where.rb
@@ -1,69 +1,97 @@
-# Where clause generator
-# Copyright Tim Harper
-# Usage example
-# sql = Where.new(['x=?',5]).or( Where.new('x=5').or('x=7')).to_s
-#
-#
+# = Where clause generator
+# == Author: Ti... |
timcharper/railswhere | f78994ba2fd766b26e6a89f7f8ea39891a4c750c | Initial import | diff --git a/MIT-LISCENSE b/MIT-LISCENSE
new file mode 100644
index 0000000..d4f8dbd
--- /dev/null
+++ b/MIT-LISCENSE
@@ -0,0 +1,20 @@
+All portions Copyright (c) 2007 Tim Harper
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
... |
dgl/TwitFolk | ba6a8fdda777ba74b9aac57d5b925f93fec5eb0a | For tinyurls that aren't very useful just show the original URL. | diff --git a/lib/TwitFolk/Client.pm b/lib/TwitFolk/Client.pm
index a76b878..b53e077 100644
--- a/lib/TwitFolk/Client.pm
+++ b/lib/TwitFolk/Client.pm
@@ -1,66 +1,71 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::Client;
use Moose;
use Encode qw(encode_utf8);
use HTML::Entities;
use Mail::S... |
dgl/TwitFolk | 84a0dc4df3ae9106349a770f457bd7ed361e3454 | Show the domain of shortened links | diff --git a/README b/README
index ca51878..4f1f4b5 100644
--- a/README
+++ b/README
@@ -1,84 +1,85 @@
TwitFolk - an IRC/Twitter gateway bot
=====================================
Overview
--------
Gate the tweets/dents from a Twitter or Identi.ca account's list of friends
into an IRC channel.
History
----... |
dgl/TwitFolk | b350dfa6bbb7b65954f4720356404153c255e5c3 | Set autoflush, fixes issue #1 | diff --git a/bin/twitfolk.pl b/bin/twitfolk.pl
index 7869631..246d1aa 100755
--- a/bin/twitfolk.pl
+++ b/bin/twitfolk.pl
@@ -1,43 +1,46 @@
#!/usr/bin/perl
# vim:set sw=4 cindent:
=pod
TwitFolk
Gate tweets from your Twitter/identi.ca friends into an IRC channel.
http://dev.bitfolk.com/twitfolk/
Copyri... |
dgl/TwitFolk | 464ecaa7db4583a2589a22927f4a0c0065614804 | Ignore files in etc/ | diff --git a/etc/.gitignore b/etc/.gitignore
index 7e71a67..2a6d1bf 100644
--- a/etc/.gitignore
+++ b/etc/.gitignore
@@ -1,2 +1,4 @@
+last_tweet
+oauth.state
twitfolk.conf
twitfolk.friends
|
dgl/TwitFolk | ac04e347f178ac67616341cf6839b69f5e3960eb | Remove dead code | diff --git a/lib/TwitFolk.pm b/lib/TwitFolk.pm
old mode 100755
new mode 100644
index 29f96aa..c0033d4
--- a/lib/TwitFolk.pm
+++ b/lib/TwitFolk.pm
@@ -1,193 +1,178 @@
=pod
TwitFolk
Gate tweets from your Twitter/identi.ca friends into an IRC channel.
http://dev.bitfolk.com/twitfolk/
Copyright ©2008 Andy Smi... |
dgl/TwitFolk | f67bbc6a9eec830bb8afa1d38728d8eb0b33319d | Move last_tweet and oauth.state to etc. | diff --git a/etc/twitfolk.conf.sample b/etc/twitfolk.conf.sample
index 85e8e51..ce9dab3 100644
--- a/etc/twitfolk.conf.sample
+++ b/etc/twitfolk.conf.sample
@@ -1,58 +1,58 @@
# Example config file for twitfolk.pl
# $Id: twitfolk.conf.sample 1510 2010-05-19 09:08:45Z andy $
# Server hostname or IP.
target_server =... |
dgl/TwitFolk | 8bee150d6fbfbfcddbd1241c4c962fe826559af8 | Drop MooseX::Daemonize, use Daemon::Control and a more standard layout | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..51974df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+twitfolk-libs
diff --git a/README b/README
index 7faf65a..ca51878 100644
--- a/README
+++ b/README
@@ -1,81 +1,84 @@
TwitFolk - an IRC/Twitter gateway bot
====================================... |
dgl/TwitFolk | 0adf0f660db18e15d9ee7143d8f1178e3023e4c4 | Work with freenode nicks | diff --git a/TwitFolk/IRC.pm b/TwitFolk/IRC.pm
index ddf2d21..7ca645b 100644
--- a/TwitFolk/IRC.pm
+++ b/TwitFolk/IRC.pm
@@ -1,131 +1,131 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::IRC;
use EV; # AnyEvent::Impl::Perl seems to behave oddly
use strict;
=head1 NAME
TwitFolk::IRC - La... |
dgl/TwitFolk | ccfecc0895dc3868440b75e86f2e60be73bc9f28 | Only daemonize if asked | diff --git a/TwitFolk.pm b/TwitFolk.pm
index 67ee04a..426dce8 100644
--- a/TwitFolk.pm
+++ b/TwitFolk.pm
@@ -1,179 +1,181 @@
=pod
TwitFolk
Gate tweets from your Twitter/identi.ca friends into an IRC channel.
http://dev.bitfolk.com/twitfolk/
Copyright ©2008 Andy Smith <andy+twitfolk.pl@bitfolk.com>
Copy... |
dgl/TwitFolk | 61d7717aeb273e6e4aac36776b2cd824cdc3ef1f | Actually display connection errors | diff --git a/TwitFolk/IRC.pm b/TwitFolk/IRC.pm
index 3a75a88..ddf2d21 100644
--- a/TwitFolk/IRC.pm
+++ b/TwitFolk/IRC.pm
@@ -1,116 +1,131 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::IRC;
use EV; # AnyEvent::Impl::Perl seems to behave oddly
use strict;
=head1 NAME
TwitFolk::IRC - La... |
dgl/TwitFolk | 472308ae80792ba6fc2f88b4bffa14499ee0b52a | Various changes | diff --git a/TwitFolk/Client.pm b/TwitFolk/Client.pm
index 9f4559e..efdb259 100644
--- a/TwitFolk/Client.pm
+++ b/TwitFolk/Client.pm
@@ -1,42 +1,53 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::Client;
use Moose;
use TwitFolk::Log;
use HTML::Entities;
use Encode qw(encode_utf8);
has i... |
dgl/TwitFolk | eca5eb87a064b7354003c48f64cdf52fa34057eb | Some thoughts | diff --git a/TODO b/TODO
index 28e617c..7586222 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,39 @@
+- Fix friends list
+
+I broke adding/refreshing/some nick association stuff.
+
- Ignore features
Would be nice if people / hashtags could be (temporarily?) ignored in some
fashion, for example when an otherwise-interest... |
dgl/TwitFolk | b9cd3cc99970b071de2ba7c29736882cf0c06f79 | Fix reconnection | diff --git a/TwitFolk.pm b/TwitFolk.pm
index a56625b..67ee04a 100644
--- a/TwitFolk.pm
+++ b/TwitFolk.pm
@@ -1,177 +1,179 @@
=pod
TwitFolk
Gate tweets from your Twitter/identi.ca friends into an IRC channel.
http://dev.bitfolk.com/twitfolk/
Copyright ©2008 Andy Smith <andy+twitfolk.pl@bitfolk.com>
Copy... |
dgl/TwitFolk | fea6e943b6cc97dcc655ee9ffeee00a7e9e40852 | Fix IRC callbacks | diff --git a/TwitFolk/IRC.pm b/TwitFolk/IRC.pm
index 86e0be6..613f67b 100644
--- a/TwitFolk/IRC.pm
+++ b/TwitFolk/IRC.pm
@@ -1,105 +1,106 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::IRC;
use EV;
use strict;
=head1 NAME
TwitFolk::IRC - Lame wrapper around AnyEvent::IRC::Client for T... |
dgl/TwitFolk | 150831bb4de3c3b43101f156aa72dfb6896910fa | I invented that class name, validation doesn't seem possible | diff --git a/TwitFolk/Client/Identica.pm b/TwitFolk/Client/Identica.pm
index 3b3c338..e028142 100644
--- a/TwitFolk/Client/Identica.pm
+++ b/TwitFolk/Client/Identica.pm
@@ -1,126 +1,126 @@
package TwitFolk::Client::Identica;
use AE;
use Moose;
use Try::Tiny;
use TwitFolk::Log;
extends "TwitFolk::Client";
wit... |
dgl/TwitFolk | aeb51bf7c1fa5f44d20488e6ba14664b1fb88c02 | Fix friends + other cleanups | diff --git a/TwitFolk.pm b/TwitFolk.pm
index 3ced278..a56625b 100644
--- a/TwitFolk.pm
+++ b/TwitFolk.pm
@@ -1,175 +1,177 @@
=pod
TwitFolk
Gate tweets from your Twitter/identi.ca friends into an IRC channel.
http://dev.bitfolk.com/twitfolk/
Copyright ©2008 Andy Smith <andy+twitfolk.pl@bitfolk.com>
Copy... |
dgl/TwitFolk | cd3ab80a7c361fcf11e447cd3e4424650ea2a15b | Timeout seems to not work | diff --git a/TwitFolk/Client/Twitter.pm b/TwitFolk/Client/Twitter.pm
index 79f38ef..8b1628b 100644
--- a/TwitFolk/Client/Twitter.pm
+++ b/TwitFolk/Client/Twitter.pm
@@ -1,105 +1,104 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::Client::Twitter;
use Moose;
use AnyEvent::IRC::Util qw(prefix_... |
dgl/TwitFolk | 1b16baf276ce8bc67b1dc43e6394e2b05241b0fc | Helps if you can set the attribute to undef | diff --git a/TwitFolk/Client/Twitter.pm b/TwitFolk/Client/Twitter.pm
index 73219f1..79f38ef 100644
--- a/TwitFolk/Client/Twitter.pm
+++ b/TwitFolk/Client/Twitter.pm
@@ -1,105 +1,105 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::Client::Twitter;
use Moose;
use AnyEvent::IRC::Util qw(prefix_... |
dgl/TwitFolk | 40197f3651ccacfa9eee888e9664ca6a25a5f6d2 | Attempt to stop multiple connections | diff --git a/TwitFolk/Client/Twitter.pm b/TwitFolk/Client/Twitter.pm
index b36fb98..73219f1 100644
--- a/TwitFolk/Client/Twitter.pm
+++ b/TwitFolk/Client/Twitter.pm
@@ -1,101 +1,105 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::Client::Twitter;
use Moose;
use AnyEvent::IRC::Util qw(prefix_... |
dgl/TwitFolk | cf2d43796bb1b1f5bf1f789391818c7ef9f2ab05 | Correctly set api param for identica | diff --git a/TwitFolk/Client/Identica.pm b/TwitFolk/Client/Identica.pm
index 90b9198..bd0e2e5 100644
--- a/TwitFolk/Client/Identica.pm
+++ b/TwitFolk/Client/Identica.pm
@@ -1,120 +1,120 @@
package TwitFolk::Client::Identica;
use AE;
use Moose;
use Try::Tiny;
use TwitFolk::Log;
extends "TwitFolk::Client";
wit... |
dgl/TwitFolk | 76964aa5c95d5c07cbf46c428ac8feb06ec90dbe | Needs some more modules | diff --git a/README b/README
index 0c0a83b..7faf65a 100644
--- a/README
+++ b/README
@@ -1,80 +1,81 @@
TwitFolk - an IRC/Twitter gateway bot
=====================================
Overview
--------
Gate the tweets/dents from a Twitter or Identi.ca account's list of friends
into an IRC channel.
History
----... |
dgl/TwitFolk | 4bb1e19c3d3c023cb2eb555e6773a769cdffc980 | Add nick_pass to TwitFolk::IRC | diff --git a/TwitFolk.pm b/TwitFolk.pm
index 1909ac5..3ced278 100644
--- a/TwitFolk.pm
+++ b/TwitFolk.pm
@@ -1,174 +1,175 @@
=pod
TwitFolk
Gate tweets from your Twitter/identi.ca friends into an IRC channel.
http://dev.bitfolk.com/twitfolk/
Copyright ©2008 Andy Smith <andy+twitfolk.pl@bitfolk.com>
Copy... |
dgl/TwitFolk | ec501a3c611044d82d04b5f7431b958ab69dfaae | Fix NickServ support | diff --git a/TwitFolk/IRC.pm b/TwitFolk/IRC.pm
index da49a4e..3148d92 100644
--- a/TwitFolk/IRC.pm
+++ b/TwitFolk/IRC.pm
@@ -1,101 +1,101 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::IRC;
use EV;
use strict;
=head1 NAME
TwitFolk::IRC - Lame wrapper around AnyEvent::IRC::Client for T... |
dgl/TwitFolk | ebb69bc4c249892e3790c6b65ba63a7fa06a343b | Fix HTML decoding and UTF-8 | diff --git a/TwitFolk/Client.pm b/TwitFolk/Client.pm
index e06259d..e1e18f5 100644
--- a/TwitFolk/Client.pm
+++ b/TwitFolk/Client.pm
@@ -1,40 +1,42 @@
# © 2010 David Leadbeater; https://dgl.cx/licence
package TwitFolk::Client;
use Moose;
use TwitFolk::Log;
+use HTML::Entities;
+use Encode qw(encode_utf8);
has i... |
dgl/TwitFolk | 7bf365b9214b475eab4e94439b5622203a10bbbe | Missed owner config option | diff --git a/twitfolk.conf.sample b/twitfolk.conf.sample
index 3faab7c..86728f7 100644
--- a/twitfolk.conf.sample
+++ b/twitfolk.conf.sample
@@ -1,58 +1,61 @@
# Example config file for twitfolk.pl
# $Id: twitfolk.conf.sample 1510 2010-05-19 09:08:45Z andy $
# Server hostname or IP.
target_server = uk.blitzed.org
... |
dgl/TwitFolk | 4981745d182ac5c37c50ca450edef3f59b77b08a | Fix local-lib stuff | diff --git a/README b/README
index 03b52b3..0c0a83b 100644
--- a/README
+++ b/README
@@ -1,80 +1,80 @@
TwitFolk - an IRC/Twitter gateway bot
=====================================
Overview
--------
Gate the tweets/dents from a Twitter or Identi.ca account's list of friends
into an IRC channel.
History
----... |
dgl/TwitFolk | 7d22b52c19785cf3784246242e659bffd4cabaf2 | Near total rewrite using AnyEvent::Twitter::Stream and stuff | diff --git a/README b/README
new file mode 100644
index 0000000..03b52b3
--- /dev/null
+++ b/README
@@ -0,0 +1,80 @@
+TwitFolk - an IRC/Twitter gateway bot
+=====================================
+
+Overview
+--------
+
+Gate the tweets/dents from a Twitter or Identi.ca account's list of friends
+into an IRC channel.
+
... |
fajran/dev.boi | 7f70f7ba44325a9b9583aa25d918a965785c9bc5 | Tambahkan panduan menambah paket modul | diff --git a/README.md b/README.md
index b19c387..3ff7fb3 100644
--- a/README.md
+++ b/README.md
@@ -1,49 +1,80 @@
dev.blankonlinux.or.id
======================
Panduan
-------
1. Siapkan [buildout](http://pypi.python.org/pypi/zc.buildout)
$ python bootstrap.py
2. Jalankan buildout
$ .... |
fajran/dev.boi | 4f960ca1dda8d639abf35eed2bc06186ef92f78f | Tambahkan README.md | diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b19c387
--- /dev/null
+++ b/README.md
@@ -0,0 +1,49 @@
+dev.blankonlinux.or.id
+======================
+
+Panduan
+-------
+
+1. Siapkan [buildout](http://pypi.python.org/pypi/zc.buildout)
+
+ $ python bootstrap.py
+
+2. Jalankan buildout
+
+... |
fajran/dev.boi | 605dfa63aee6864a60ae47676fe3eadd7d0bb5f2 | Tambah beberapa modul lagi | diff --git a/buildout.cfg b/buildout.cfg
index 7efcd2b..d526135 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,7 +1,18 @@
[buildout]
parts = trac
+find-links =
+ http://arsip.fajran.web.id/blankon/pypi/
+ http://pypi.python.org/simple/
[trac]
recipe = zc.recipe.egg
-eggs = Trac
+eggs =
+ Trac ==0.1... |
honzasterba/minis | a394c6fc99f4075e234ca1394b9f5ca43478744f | toptal interview | diff --git a/toptal_2016/src/com/jansterba/Domino.java b/toptal_2016/src/com/jansterba/Domino.java
new file mode 100644
index 0000000..3eb5eba
--- /dev/null
+++ b/toptal_2016/src/com/jansterba/Domino.java
@@ -0,0 +1,44 @@
+package com.jansterba;
+
+import java.io.*;
+import java.util.ArrayList;
+import java.util.List;
... |
honzasterba/minis | 4cf930093077d6d9fda22daa0b29656bbb6a73e7 | hackerrrank things | diff --git a/foto_reorg/main.rb b/foto_reorg/main.rb
new file mode 100644
index 0000000..54b2079
--- /dev/null
+++ b/foto_reorg/main.rb
@@ -0,0 +1,54 @@
+def is_event(month)
+ month.match /\s/
+end
+
+def has_files(month)
+ `ls -1 '#{month}'`.split(/\n/).collect do |subdir|
+ subdir_path = "#{month}/#{subdir}"
+ ... |
honzasterba/minis | 8bdd12ce447eda2a6f1793eb4e4f75f788320de5 | amazon interview | diff --git a/amzn_test/excercie_2_test.rb b/amzn_test/excercie_2_test.rb
new file mode 100644
index 0000000..c1766d2
--- /dev/null
+++ b/amzn_test/excercie_2_test.rb
@@ -0,0 +1,40 @@
+require "./amzn_test/excercise_2_submited"
+require 'test/unit'
+
+class TestThis < Test::Unit::TestCase
+
+ def test_build
+ assert... |
honzasterba/minis | 191ce7d19b82ac9f14ed10d54985802558f0acb3 | jurka.fr index | diff --git a/jurka.fr/index.html b/jurka.fr/index.html
new file mode 100644
index 0000000..6bff128
--- /dev/null
+++ b/jurka.fr/index.html
@@ -0,0 +1,59 @@
+<html>
+
+<head>
+ <title>jurka.fr</title>
+
+ <style>
+ div, body {
+ font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-... |
honzasterba/minis | 19a5baed2a99a42e4053f73a618bdbd8903c9e54 | ignore | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..adf2047
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.DS_Store
+.metadata
|
honzasterba/minis | dcf102c9e1e748f9d59469499dc91f1d6d980f97 | archiving ebook filename fixing utility | diff --git a/ebook_filename_fix/data.txt b/ebook_filename_fix/data.txt
new file mode 100644
index 0000000..db4c50d
--- /dev/null
+++ b/ebook_filename_fix/data.txt
@@ -0,0 +1,37 @@
+---
+"%FA": u
+"%D5": n
+"%B3": R
+"%83": c
+"%A3": t
+"%F8": S
+"%FB": n
+"%EA": l
+"%DA": A
+"%B5": S
+"%CA": D
+"%EC": y
+"%E9": e
+"%F... |
honzasterba/minis | 9ddef98ac466a0dab29e1292346daf67e715760c | archiving restacoef | diff --git a/RestaCoef/.DS_Store b/RestaCoef/.DS_Store
new file mode 100644
index 0000000..5008ddf
Binary files /dev/null and b/RestaCoef/.DS_Store differ
diff --git a/RestaCoef/build.xml b/RestaCoef/build.xml
new file mode 100644
index 0000000..41a1719
--- /dev/null
+++ b/RestaCoef/build.xml
@@ -0,0 +1,74 @@
+<?xml ve... |
nextspace/git_tutorial | 85448377bc7621c68a5247215af7b84ba1e5a4be | formatting markdown | diff --git a/README.md b/README.md
index c924278..c7c4bbb 100644
--- a/README.md
+++ b/README.md
@@ -1,39 +1,43 @@
__ __ __
/\ \__ __ /\ \__ __/\ \__
____\ \ ,_\ __ _____ ... |
nextspace/git_tutorial | 9eed3c5855642774896656d803a3ec8fd4914c99 | blastoff | diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c924278
--- /dev/null
+++ b/README.md
@@ -0,0 +1,39 @@
+ __ __ __
+ /\ \__ __ /\ \__ __/\ \__
+ ____\ \ ,_\ ... |
idega/sunnan3 | 235db3df3e545959f9f479c0eca64e71ce9c0453 | adding licence | diff --git a/LICENCE b/LICENCE
new file mode 100644
index 0000000..94a9ed0
--- /dev/null
+++ b/LICENCE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy... |
idega/sunnan3 | d3e2b61197d5b40ef68c44b70c53283fcb6da85b | Declaring new application version. | diff --git a/project.xml b/project.xml
index 4c21e54..1d050d0 100644
--- a/project.xml
+++ b/project.xml
@@ -1,339 +1,339 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>${idegaweb.application.egov.project.dir}/project.xml</extend>
<name>sunnan3</name>
<groupId>iw-... |
idega/sunnan3 | e5e8b52b9ec538f6a7a62efe88e92660507592db | A small, temporary, fix for Sunnul¾kjarskli | diff --git a/project.xml b/project.xml
index 24cdc16..4c21e54 100644
--- a/project.xml
+++ b/project.xml
@@ -1,339 +1,339 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>${idegaweb.application.egov.project.dir}/project.xml</extend>
<name>sunnan3</name>
<groupId>iw-... |
idega/sunnan3 | 35d26053e3a80ec4f3170256d9f5c5c5207a46aa | Declaring new application version. | diff --git a/project.xml b/project.xml
index 7ba9115..24cdc16 100644
--- a/project.xml
+++ b/project.xml
@@ -1,334 +1,339 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>${idegaweb.application.egov.project.dir}/project.xml</extend>
<name>sunnan3</name>
<groupId>iw-... |
idega/sunnan3 | a1b6047ce1f37450fee18d897c5446e9c7f7ebb1 | updating psf files with branched bundles for poll, questions and datareport modules | diff --git a/sunnan3.psf b/sunnan3.psf
index 3f24417..04003ba 100644
--- a/sunnan3.psf
+++ b/sunnan3.psf
@@ -1,45 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.eclipse.team.cvs.core.cvsnature">
<project reference="1.0,:extssh:code.idega.com:/idega/cvs,bundles/com.idega.block.... |
idega/sunnan3 | b1b4c2dd6d41c4023ecc87b6a99c00d521359813 | [maven-scm-plugin] prepare release 3.1.2 | diff --git a/project.xml b/project.xml
index 07c7ed2..7ba9115 100644
--- a/project.xml
+++ b/project.xml
@@ -1,329 +1,334 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>${idegaweb.application.egov.project.dir}/project.xml</extend>
<name>sunnan3</name>
<groupId>iw-... |
idega/sunnan3 | 29030ccd78bf522d7e6adccf905caa24cfd85bd7 | [maven-scm-plugin] prepare release 3.1.1 | diff --git a/project.xml b/project.xml
index 0ad9e28..7523db0 100644
--- a/project.xml
+++ b/project.xml
@@ -1,324 +1,329 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>${idegaweb.application.egov.project.dir}/project.xml</extend>
<name>sunnan3</name>
<groupId>iw-... |
idega/sunnan3 | ed135772bb1914ec5c751b619078e5742bc2e699 | Fix for afterschoolcare and new version of sunnan3 | diff --git a/project.xml b/project.xml
index a616972..0ad9e28 100644
--- a/project.xml
+++ b/project.xml
@@ -1,324 +1,324 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>${idegaweb.application.egov.project.dir}/project.xml</extend>
<name>sunnan3</name>
<groupId>iw-... |
idega/sunnan3 | 35fb13fce55673e74d0398ad6fa4955d33fded47 | [maven-scm-plugin] prepare release 3.1.0 | diff --git a/project.xml b/project.xml
index 14fb860..a616972 100644
--- a/project.xml
+++ b/project.xml
@@ -1,322 +1,324 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
- <pomVersion>3</pomVersion>
- <extend>${idegaweb.application.egov.project.dir}/project.xml</extend>
- <name>sunnan3</name>
- <groupId>iw-appl... |
idega/sunnan3 | fbbbedbf3cd0ee14e7993059dcc32600e6b2deb8 | Trying to get this to compile on the build server | diff --git a/project.xml b/project.xml
index fe46163..14fb860 100644
--- a/project.xml
+++ b/project.xml
@@ -1,324 +1,322 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
- <extend>
- ${idegaweb.application.egov.project.dir}/project.xml
- </extend>
+ <extend>${idegaweb.application.e... |
idega/sunnan3 | 3487cdb0141718b467e34a7720ab9cf62de129ea | fixed version | diff --git a/project.xml b/project.xml
index 9382471..fe46163 100644
--- a/project.xml
+++ b/project.xml
@@ -1,329 +1,324 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<extend>
${idegaweb.application.egov.project.dir}/project.xml
</extend>
<name>sunnan3</name>
<groupId>... |
idega/sunnan3 | 12dcb12bdbadf5a125094b9f6d7f9552048b5d48 | New application for sunnan3 | diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..89d79b3
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+ </classpathentry>
+ <classpathentry kind="output" path=... |
youpy/scissor-echonest | 2ea26adc06ae3def7de2cc4a6cb6191a95ac8d85 | depend on Scissor v0.2.3 or higher | diff --git a/Rakefile b/Rakefile
index a218134..981588e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,110 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
youpy/scissor-echonest | bb30a39d668b9cf290e464856277d4a1853095d1 | version bunp to 0.1.0 | diff --git a/Rakefile b/Rakefile
index 065434e..a218134 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,110 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
youpy/scissor-echonest | 831b6b5e887ce5ee9f70ac654ae6221fc1fc364f | add Scissor::Chunk#bars | diff --git a/lib/scissor/echonest.rb b/lib/scissor/echonest.rb
index 333df1f..5c5d15a 100644
--- a/lib/scissor/echonest.rb
+++ b/lib/scissor/echonest.rb
@@ -1,82 +1,77 @@
require 'scissor'
require 'echonest'
require 'scissor/echonest/chunk_ext.rb'
module Scissor
def self.echonest_api_key=(echonest_api_key)
... |
youpy/scissor-echonest | 68315a0c0e64b7d5d1765dc87ed5da5d4ae6c0c0 | add Scissor::Chunk#bars | diff --git a/lib/scissor/echonest.rb b/lib/scissor/echonest.rb
index 58bf277..333df1f 100644
--- a/lib/scissor/echonest.rb
+++ b/lib/scissor/echonest.rb
@@ -1,67 +1,82 @@
require 'scissor'
require 'echonest'
require 'scissor/echonest/chunk_ext.rb'
module Scissor
def self.echonest_api_key=(echonest_api_key)
... |
youpy/scissor-echonest | 4c9c1bac6c1a913f46fc2945819b25511e8f87a9 | bumped the version to 0.0.8 | diff --git a/Rakefile b/Rakefile
index b6152b7..065434e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,110 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
youpy/scissor-echonest | cf58d7307dd79ae26bb27c8c1b53d61c2ae40eaf | add example | diff --git a/examples/afromb.rb b/examples/afromb.rb
new file mode 100644
index 0000000..f529d2c
--- /dev/null
+++ b/examples/afromb.rb
@@ -0,0 +1,87 @@
+#!/usr/bin/ruby
+
+# Re-synthesize song A using the segments of song B.
+#
+# original
+# http://code.google.com/p/echo-nest-remix/source/browse/trunk/examples/afrom... |
youpy/scissor-echonest | 4fb76b1de2098f7826853f930298763febd67df3 | version 0.0.7 | diff --git a/Rakefile b/Rakefile
index cdfc4b9..bebcea4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,110 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
youpy/scissor-echonest | 305ee3b4b6ec5f0280c9d120a671cc16f00f28d1 | Scissor::Chunk: instance variable "echonest" is moved into class variable | diff --git a/lib/scissor/echonest.rb b/lib/scissor/echonest.rb
index d36efdf..5b050af 100644
--- a/lib/scissor/echonest.rb
+++ b/lib/scissor/echonest.rb
@@ -1,67 +1,67 @@
require 'scissor'
require 'echonest'
require 'scissor/echonest/chunk_ext.rb'
module Scissor
def self.echonest_api_key=(echonest_api_key)
... |
youpy/scissor-echonest | 1a6eae60df7bc4847306503815c0913ee0dcb68f | version 0.0.6 | diff --git a/Rakefile b/Rakefile
index c5ab388..0a029b2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,110 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
youpy/scissor-echonest | c0e0a0e0a8eb6ceba11f78cd8c7b8da6d287be33 | version 0.0.5 | diff --git a/Rakefile b/Rakefile
index 712f75a..33f5eee 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,110 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
youpy/scissor-echonest | a6cfb292c13bff23fd38ced7c12366e828c1b97a | set bitrate | diff --git a/lib/scissor/echonest.rb b/lib/scissor/echonest.rb
index 8e11c7f..d36efdf 100644
--- a/lib/scissor/echonest.rb
+++ b/lib/scissor/echonest.rb
@@ -1,67 +1,67 @@
require 'scissor'
require 'echonest'
require 'scissor/echonest/chunk_ext.rb'
module Scissor
def self.echonest_api_key=(echonest_api_key)
... |
youpy/scissor-echonest | 7b0f7e18caca299042bedc196c1ce88fc9f9d51c | fix spec to reflect API changes on ruby-echonest | diff --git a/spec/scissor-echonest_spec.rb b/spec/scissor-echonest_spec.rb
index 21279f3..8fde436 100755
--- a/spec/scissor-echonest_spec.rb
+++ b/spec/scissor-echonest_spec.rb
@@ -1,57 +1,57 @@
$:.unshift File.dirname(__FILE__)
require 'spec_helper'
include SpecHelper
describe Scissor do
it 'should set Ec... |
youpy/scissor-echonest | 0d5d760bc3d22e9d9d0a40f9c3050b82708363cb | version 0.0.4 | diff --git a/Rakefile b/Rakefile
index e62ffa5..712f75a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,110 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
youpy/scissor-echonest | 63aaf13d832c91f9ae1fc31214e0b1bb70773eac | fix gh-1 | diff --git a/lib/scissor/echonest.rb b/lib/scissor/echonest.rb
index 7e30cdc..8e11c7f 100644
--- a/lib/scissor/echonest.rb
+++ b/lib/scissor/echonest.rb
@@ -1,59 +1,67 @@
require 'scissor'
require 'echonest'
require 'scissor/echonest/chunk_ext.rb'
module Scissor
def self.echonest_api_key=(echonest_api_key)
... |
youpy/scissor-echonest | a824035468169514c7b6ed48213e9578799f8f60 | add link to Scissor | diff --git a/README.rdoc b/README.rdoc
index 526bd3d..d48525c 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,40 +1,40 @@
= scissor-echonest
-Scissor extension to use Echo Nest Developers API
+{Scissor}[http://github.com/youpy/scissor/tree/master] extension to use Echo Nest Developers API
== Description
== ... |
youpy/scissor-echonest | 1f26a14bd9ce46d6d771a4d45408bdcbc3cc4dae | add delegation on Scissor::Chunk | diff --git a/lib/scissor/echonest.rb b/lib/scissor/echonest.rb
index 2e5ed6f..7e30cdc 100644
--- a/lib/scissor/echonest.rb
+++ b/lib/scissor/echonest.rb
@@ -1,59 +1,59 @@
require 'scissor'
require 'echonest'
-require 'scissor/echonest/meta'
+require 'scissor/echonest/chunk_ext.rb'
module Scissor
def self.echone... |
youpy/scissor-echonest | a9c1d2ee4fa650edc6863bc6aaa2f2f23cacfc00 | version 0.0.3 | diff --git a/Rakefile b/Rakefile
index 30d6730..e62ffa5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,110 +1,110 @@
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'rake/contrib/rubyforgepublishe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.