repo string | commit string | message string | diff string |
|---|---|---|---|
sammyt/fussy | d076dccfd826fd3235cecabb31baf39774572423 | added type signiture filter | diff --git a/src/uk/co/ziazoo/fussy/methods/HasTypeSignature.as b/src/uk/co/ziazoo/fussy/methods/HasTypeSignature.as
new file mode 100644
index 0000000..316c5ec
--- /dev/null
+++ b/src/uk/co/ziazoo/fussy/methods/HasTypeSignature.as
@@ -0,0 +1,53 @@
+package uk.co.ziazoo.fussy.methods
+{
+ import flash.utils.getQualifi... |
sammyt/fussy | 725f754e015a0c75970edec2d3a2207190164a6f | added docs and additional DSL options which are as yet not implemented | diff --git a/src/uk/co/ziazoo/fussy/methods/MethodQueryChain.as b/src/uk/co/ziazoo/fussy/methods/MethodQueryChain.as
index 16a252f..00a6be7 100644
--- a/src/uk/co/ziazoo/fussy/methods/MethodQueryChain.as
+++ b/src/uk/co/ziazoo/fussy/methods/MethodQueryChain.as
@@ -1,50 +1,98 @@
package uk.co.ziazoo.fussy.methods
{
... |
sammyt/fussy | 66ccacea9d56160c6c3eca2bf3bbf5347c585156 | made type dynamic to pass intellij error checker | diff --git a/src/uk/co/ziazoo/fussy/query/WithMetadata.as b/src/uk/co/ziazoo/fussy/query/WithMetadata.as
index cc41b06..8dde29a 100644
--- a/src/uk/co/ziazoo/fussy/query/WithMetadata.as
+++ b/src/uk/co/ziazoo/fussy/query/WithMetadata.as
@@ -1,21 +1,20 @@
package uk.co.ziazoo.fussy.query
{
- public class WithMetada... |
sammyt/fussy | 425f7de9841afb5e815c6d893ce4f42cc4987675 | fixed issues with metadata filter and implemented some fussy tests | diff --git a/src/uk/co/ziazoo/fussy/accessors/AccessorQueryChain.as b/src/uk/co/ziazoo/fussy/accessors/AccessorQueryChain.as
index c1c9ac3..a43d8fd 100644
--- a/src/uk/co/ziazoo/fussy/accessors/AccessorQueryChain.as
+++ b/src/uk/co/ziazoo/fussy/accessors/AccessorQueryChain.as
@@ -1,43 +1,48 @@
package uk.co.ziazoo.fus... |
sammyt/fussy | 25b70f6aae0c9b65a71036ea996efbc6d25a279c | added parsers to queries | diff --git a/src/uk/co/ziazoo/fussy/Fussy.as b/src/uk/co/ziazoo/fussy/Fussy.as
index 4c98e4c..682a76f 100644
--- a/src/uk/co/ziazoo/fussy/Fussy.as
+++ b/src/uk/co/ziazoo/fussy/Fussy.as
@@ -1,26 +1,36 @@
package uk.co.ziazoo.fussy
{
+ import uk.co.ziazoo.fussy.parser.AccessorParser;
+ import uk.co.ziazoo.fussy.parse... |
sammyt/fussy | 42f3113ac003c69cc3e1218fea7dcb5055749f73 | continued parser development | diff --git a/src/uk/co/ziazoo/fussy/model/Accessor.as b/src/uk/co/ziazoo/fussy/model/Accessor.as
new file mode 100644
index 0000000..9eda123
--- /dev/null
+++ b/src/uk/co/ziazoo/fussy/model/Accessor.as
@@ -0,0 +1,12 @@
+package uk.co.ziazoo.fussy.model
+{
+ public class Accessor extends Property
+ {
+ public var a... |
sammyt/fussy | 198e73fd2c76c79f1db19f78b1544736e0428427 | implementing parsers and tests | diff --git a/src/uk/co/ziazoo/fussy/Fussy.as b/src/uk/co/ziazoo/fussy/Fussy.as
index f2471e3..4c98e4c 100644
--- a/src/uk/co/ziazoo/fussy/Fussy.as
+++ b/src/uk/co/ziazoo/fussy/Fussy.as
@@ -1,19 +1,26 @@
package uk.co.ziazoo.fussy
{
- import flash.utils.Dictionary;
- import flash.utils.describeType;
-
import uk... |
sammyt/fussy | d5c627bbc5333c6421d226ffec69ecb3cffc7a80 | refactorying for reusable queries | diff --git a/src/uk/co/ziazoo/fussy/AbstractQuery.as b/src/uk/co/ziazoo/fussy/AbstractQuery.as
deleted file mode 100644
index 828ba3a..0000000
--- a/src/uk/co/ziazoo/fussy/AbstractQuery.as
+++ /dev/null
@@ -1,32 +0,0 @@
-package uk.co.ziazoo.fussy
-{
- public class AbstractQuery implements IFilter
- {
- protected ... |
sammyt/fussy | 27edbcc3d5d1aea1f05560a92e9640ff0fcb68c7 | designing new structure of reusable queries | diff --git a/src/uk/co/ziazoo/fussy/AbstractQuery.as b/src/uk/co/ziazoo/fussy/AbstractQuery.as
index ab3ec48..828ba3a 100644
--- a/src/uk/co/ziazoo/fussy/AbstractQuery.as
+++ b/src/uk/co/ziazoo/fussy/AbstractQuery.as
@@ -1,32 +1,32 @@
package uk.co.ziazoo.fussy
{
- public class AbstractQuery implements IQuery
+ pub... |
sammyt/fussy | 062ff4f43db2da435d478fbdbeb3aeffb2e3bc75 | begining parser ideas | diff --git a/.gitignore b/.gitignore
index d4a5f8b..d5617ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
*.settings
*.actionScriptProperties
*.flexLibProperties
*.FlexUnitSettings
*.project
+*.DS_Store
+*bin/
diff --git a/src/uk/co/ziazoo/fussy/ConstructorQuery.as b/src/uk/co/ziazoo/fussy/ConstructorQu... |
sammyt/fussy | 55abe8c280ead7ad9373ed9e5a8c8b314c8c817a | I think its 'an' before a vowel? | diff --git a/README.md b/README.md
index dc025c7..2a760da 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# fussy is a actionscript reflection query language #
+# fussy is an actionscript reflection query language #
Its still in development, give me a couple more days
Mind you, this kind of thing works.... |
sammyt/fussy | 638057b0eb837f7cbdd8253abe7d6ca28cd02819 | added maven build | diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..0a7e850
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.... |
sammyt/fussy | 4dcf9d2e54350a3003deba665c6cfa7707b0407b | basic readme | diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6832d60
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+h1. fussy is a actionscript reflection query language
+
+Its still in development, give me a couple more days
+
+Mind you, this kind of thing works...
+
+<pre>
+var query:IQuery = fussy.forTyp... |
sammyt/fussy | c85125f880566f78321cac644af30e01042a0d36 | first pass at fussy queries | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d4a5f8b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.settings
+*.actionScriptProperties
+*.flexLibProperties
+*.FlexUnitSettings
+*.project
diff --git a/src/uk/co/ziazoo/fussy/AbstractQuery.as b/src/uk/co/ziazoo/fussy/AbstractQuery.as
new fil... |
kaineer/nac | f9a50638278eb0823abb4083f4158c6e575c5519 | Playable, but dummy | diff --git a/features/field.feature b/features/field.feature
index ecf027e..f159961 100644
--- a/features/field.feature
+++ b/features/field.feature
@@ -1,62 +1,127 @@
@field
Feature: Not a conway game field
In order to play not-a-conway game
Player will need game field
Scenario: Create empty field
Given ... |
shimaore/fdnvoip | 3579db32daaeb2a49ad151b1432bdc48dc54dc71 | Details de tests | diff --git a/protocole_de_test.txt b/protocole_de_test.txt
index c8729ef..9a1e77d 100644
--- a/protocole_de_test.txt
+++ b/protocole_de_test.txt
@@ -1,59 +1,63 @@
Protocole de test
-- Appels entants
+- Appels entrants
Appeler depuis une ligne fixe vers le numéro
avec ringing 180 puis 200
l'appel... |
shimaore/fdnvoip | 3b5e1719f64181bef91c98d37584ff24542ac7a5 | More details on T.38 testing | diff --git a/protocole_de_test.txt b/protocole_de_test.txt
index b492fb4..c8729ef 100644
--- a/protocole_de_test.txt
+++ b/protocole_de_test.txt
@@ -1,56 +1,59 @@
Protocole de test
- Appels entants
Appeler depuis une ligne fixe vers le numéro
avec ringing 180 puis 200
l'appelant raccroche
... |
shimaore/fdnvoip | 1b7742aa69ef194f9b6abf87e62e93c09bd50af2 | Spaces, not tabs | diff --git a/protocole_de_test.txt b/protocole_de_test.txt
index ce837c0..b492fb4 100644
--- a/protocole_de_test.txt
+++ b/protocole_de_test.txt
@@ -1,56 +1,56 @@
Protocole de test
- Appels entants
Appeler depuis une ligne fixe vers le numéro
avec ringing 180 puis 200
l'appelant raccroche
... |
shimaore/fdnvoip | 2d97329d72bc45caaca30e0c8ee4b80639a82431 | Protocole de test | diff --git a/protocole_de_tet.txt b/protocole_de_tet.txt
new file mode 100644
index 0000000..ce837c0
--- /dev/null
+++ b/protocole_de_tet.txt
@@ -0,0 +1,56 @@
+Protocole de test
+
+- Appels entants
+
+ Appeler depuis une ligne fixe vers le numéro
+ avec ringing 180 puis 200
+ l'appelant raccroche
+ l... |
relrod/urbanterror-gem | 012d084c06f0c8d2a92b8d7336a59490a2fd31fc | Add jump mode | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index f4215e2..55f9940 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,93 +1,94 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port || 2796... |
relrod/urbanterror-gem | 3c19c4980841caf728772bc283f998dce8d6c0b8 | release 3.0.0. | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index 1b00157..f4215e2 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,91 +1,93 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
- @port = port.nil? ? ... |
relrod/urbanterror-gem | ef3543fcca2efd77afabc76257b87f64b660c17c | Add LICENSE file.... this is MIT, so shouldn't conflict with any projects that are already using the gem. Sorry for not including it sooner. If there are any questions about use of the gem before this point, please contact me. Ricky Elrod <ricky@elrod.me>. | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..98b2ad4
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+Copyright (C) 2012-present Ricky Elrod <ricky@elrod.me>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Sof... |
relrod/urbanterror-gem | 253a1166478a9e7aa4b205ea9ceb2251d4540905 | add knives to gear types. | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index dcf9d18..1b00157 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,90 +1,91 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ? ... |
relrod/urbanterror-gem | 8734f127235e655d1b90769d5b9c6f00f1111548 | Bug fix, and throw some exceptions in certain cases in the gear() functions. Marking this as version 1.0. | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index 8f04070..dcf9d18 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,88 +1,90 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ? ... |
relrod/urbanterror-gem | 26152240400e23c2ac4a36800d0c5cad932e487c | 0.5 and here's the part where scott does stuff all clean and nice, and shows me how much I suck. :D | diff --git a/urbanterror.gemspec b/urbanterror.gemspec
index 8fbeecd..afa919d 100644
--- a/urbanterror.gemspec
+++ b/urbanterror.gemspec
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = 'urbanterror'
- s.version = '0.4'
+ s.version = '0.5'
s.date = '2010-08-28'
s.authors = ['Ricky Elrod']
s.email... |
relrod/urbanterror-gem | f5f8a08a35012ca9f147df1135de43e88883b7e4 | Oops... | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index 2418a90..8f04070 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,88 +1,88 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ? ... |
relrod/urbanterror-gem | 55e108eb860aa0c1050d1132b418abe874fde835 | Improvments to the gear and game mode calculation. | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index 18dc74c..2418a90 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,116 +1,88 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ?... |
relrod/urbanterror-gem | 06276c15bdcc80f84f58f4eda49c0170cd5d4459 | Version 0.4. Includes UrbanTerror.reverseGearCalc(anInteger), returns a list of weapons (as Strings) | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index bf4748b..18dc74c 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,98 +1,116 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ?... |
relrod/urbanterror-gem | 78ddf3851a47e4e8ff309d6645a523a9cea3df4d | remove some whitespace. hah. | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index dc9577b..bf4748b 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,99 +1,98 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ? ... |
relrod/urbanterror-gem | 5b3db2478f0c53591100e1d559db017ef581aedd | Cleaner implementation | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index efffbbd..dc9577b 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,108 +1,99 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ?... |
relrod/urbanterror-gem | 720c2e10ecc93e9102b845495155d87d52823f73 | gemspec | diff --git a/urbanterror.gemspec b/urbanterror.gemspec
index 0949008..a4f2ae6 100644
--- a/urbanterror.gemspec
+++ b/urbanterror.gemspec
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = 'urbanterror'
- s.version = '0.2'
+ s.version = '0.3'
s.date = '2010-08-23'
s.authors = ['Ricky Elrod']
s.email... |
relrod/urbanterror-gem | 6b284dae84521c2fdb62228e00252bbd4bad3b5a | Optional abbreviate flag to matchType() | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index e689512..efffbbd 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,96 +1,108 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ?... |
relrod/urbanterror-gem | d79bbc1285e973fa70806bbd46f8ea9fa5dabb6d | Oops - remove some debug. | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index f2d50bf..e689512 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,97 +1,96 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ? ... |
relrod/urbanterror-gem | 69ff9269aae3b8d4ad7df5b873915df01c97a068 | Add a self.matchType so we can convert from a number of a match to a string. | diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
index fbb4343..f2d50bf 100644
--- a/lib/urbanterror.rb
+++ b/lib/urbanterror.rb
@@ -1,77 +1,97 @@
#!/usr/bin/env ruby
require 'socket'
require 'pp'
class UrbanTerror
def initialize(server, port=nil, rcon=nil)
@server = server
@port = port.nil? ? ... |
relrod/urbanterror-gem | 2dfc8e410aa64ac9ccf7fe32acf92ffdc8845a98 | urbanterror gem. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c111b33
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.gem
diff --git a/lib/urbanterror.rb b/lib/urbanterror.rb
new file mode 100644
index 0000000..fbb4343
--- /dev/null
+++ b/lib/urbanterror.rb
@@ -0,0 +1,77 @@
+#!/usr/bin/env ruby
+
+require 's... |
sbogutyn/krypto | 204ad5a02976e0c4ea6543407c5f35be92447477 | zmiana deszyfrowania | diff --git a/mdes/crypto.txt b/mdes/crypto.txt
new file mode 100644
index 0000000..e69de29
diff --git a/mdes/minides.rb b/mdes/minides.rb
index 6f219a1..7731a2b 100755
--- a/mdes/minides.rb
+++ b/mdes/minides.rb
@@ -1,92 +1,100 @@
#!/usr/bin/ruby -w
# dwa S-boksy [4]->[3] to
# 101 010 001 110 011 100 111 000
# 001 ... |
sbogutyn/krypto | 414e9709146e329e463a89a1d6a899a764f9dc33 | zmiana minides | diff --git a/mdes/key.txt b/mdes/key.txt
old mode 100644
new mode 100755
index e69de29..77eccb9
--- a/mdes/key.txt
+++ b/mdes/key.txt
@@ -0,0 +1 @@
+111010101
diff --git a/mdes/minides.rb b/mdes/minides.rb
index f3241e5..6f219a1 100755
--- a/mdes/minides.rb
+++ b/mdes/minides.rb
@@ -1,95 +1,92 @@
#!/usr/bin/ruby -w
#... |
sbogutyn/krypto | 120da365395deba4548d1ffccd0fc59163738a6b | dodanie testu nwd | diff --git a/afiniczny/afine.pyc b/afiniczny/afine.pyc
old mode 100755
new mode 100644
index 7724707..4186b73
Binary files a/afiniczny/afine.pyc and b/afiniczny/afine.pyc differ
diff --git a/afiniczny/test_afine.py b/afiniczny/test_afine.py
index a77a04e..9c27235 100755
--- a/afiniczny/test_afine.py
+++ b/afiniczny/tes... |
sbogutyn/krypto | 01c8cda93e8446aa428e3b456e836142b530c5d2 | poprawki w kodzie afinicznego | diff --git a/afiniczny/afine.py b/afiniczny/afine.py
index a39a84e..cc6b1e1 100755
--- a/afiniczny/afine.py
+++ b/afiniczny/afine.py
@@ -1,214 +1,185 @@
#!/usr/bin/env python
from string import ascii_lowercase, ascii_uppercase, letters, maketrans
from optparse import OptionParser
# szyfruje pojedyncza litera afin... |
sbogutyn/krypto | 59011a5898b7f2924a386334c592839ade20c9ac | dodanie tekstu z tablicy | diff --git a/afiniczny/listing.txt b/afiniczny/listing.txt
new file mode 100755
index 0000000..59d0228
--- /dev/null
+++ b/afiniczny/listing.txt
@@ -0,0 +1,108 @@
+kryptoanaliza z tekstem jawnym
+wyniki = set([(9, 25), (11, 23), (23, 11), (7, 1), (25, 9), (19, 15), (1, 7), (21, 13), (15, 19), (5, 3), (17, 17), (3, 5)]... |
sbogutyn/krypto | d1cdb2b8f44f9e79c38586aa83e62e9f64642569 | poprawiona kryptoanaliza za pomcÄ
kryptogramu. | diff --git a/afine.py b/afine.py
index a081aaf..a39a84e 100755
--- a/afine.py
+++ b/afine.py
@@ -1,239 +1,214 @@
#!/usr/bin/env python
from string import ascii_lowercase, ascii_uppercase, letters, maketrans
from optparse import OptionParser
# szyfruje pojedyncza litera afinicznym (cezar to afiniczny z a = 1)
def... |
sbogutyn/krypto | 93e0bef9388f6923ba7bbf22f14d31d4b2390e07 | pierwsza wrzutka | diff --git a/afine.py b/afine.py
new file mode 100755
index 0000000..a081aaf
--- /dev/null
+++ b/afine.py
@@ -0,0 +1,239 @@
+#!/usr/bin/env python
+from string import ascii_lowercase, ascii_uppercase, letters, maketrans
+from optparse import OptionParser
+
+# szyfruje pojedyncza litera afinicznym (cezar to afiniczny z ... |
johnboxall/deviceatlas | 96cc14bb863e744e5e5ac536246c1fecc7471e37 | + readme | diff --git a/README b/README
deleted file mode 100644
index e69de29..0000000
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..33e67a2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+Unofficial Python Device Atlas API
+=================================
+
+About
+-----
+
+_Device Atlas:http://device... |
johnboxall/deviceatlas | d38d1a547772fb5c26463c5240b518ea124420c4 | Minor updates & comments. | diff --git a/deviceatlas.py b/deviceatlas.py
index 6b3754a..df60cd1 100644
--- a/deviceatlas.py
+++ b/deviceatlas.py
@@ -1,128 +1,121 @@
"""
-Revised DeviceAtlas API:
+Re-imagined DeviceAtlas API:
>>> from deviceatlas import DeviceAtlas
>>> DA = DeviceAtlas('/Users/johnboxall/git/device/DeviceAtlas.json')
>... |
johnboxall/deviceatlas | d3895241735cfc7fe6f607c51da97c4811fa1823 | initial import. | diff --git a/README b/README
new file mode 100644
index 0000000..e69de29
diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/deviceatlas.py b/deviceatlas.py
new file mode 100644
index 0000000..6b3754a
--- /dev/null
+++ b/deviceatlas.py
@@ -0,0 +1,128 @@
+"""
+Revised DeviceA... |
troter/object-oriented-exercise | 33e5a577d1b62fb471b0ab7682ec8237eb2abc49 | add AccessURL.php | diff --git a/refactoring/blosxom.php-1.0/classes/blosxom/AccessURL.php b/refactoring/blosxom.php-1.0/classes/blosxom/AccessURL.php
new file mode 100644
index 0000000..e2f653d
--- /dev/null
+++ b/refactoring/blosxom.php-1.0/classes/blosxom/AccessURL.php
@@ -0,0 +1,36 @@
+<?php
+class AccessURL {
+ protected $url;
+ ... |
troter/object-oriented-exercise | c540dc7452ee91eef4389816ab03069606f1f2c0 | add target | diff --git a/refactoring/blosxom.php-1.0/build.xml b/refactoring/blosxom.php-1.0/build.xml
index e69de29..010db5f 100644
--- a/refactoring/blosxom.php-1.0/build.xml
+++ b/refactoring/blosxom.php-1.0/build.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0"?>
+<project name="Blosxom.PHP-refactor-builder" default="build" basedir="... |
troter/object-oriented-exercise | 1911b710c1e2cf87aea41a61c5921110878872b8 | add phing build file | diff --git a/refactoring/blosxom.php-1.0/build.xml b/refactoring/blosxom.php-1.0/build.xml
new file mode 100644
index 0000000..e69de29
|
troter/object-oriented-exercise | d4acc54be83f27b23992885bfa3cd4e3bdfc0a12 | move source file | diff --git a/refactoring/blosxom.php-1.0/src/blosxom.php b/refactoring/blosxom.php-1.0/src/blosxom.php
new file mode 100644
index 0000000..0eec76f
--- /dev/null
+++ b/refactoring/blosxom.php-1.0/src/blosxom.php
@@ -0,0 +1,426 @@
+<?php
+# Blosxom.PHP: a rewrite of PHPosxom, which is a PHP rewrite of Blosxom
+# HELPER F... |
troter/object-oriented-exercise | a811f59b9fba69e3f3f4356fac7b227fb3952e3a | æååã©ããã¯ã©ã¹ãã¨ãããã追å | diff --git a/refactoring/blosxom.php-1.0/dbahandler.php b/refactoring/blosxom.php-1.0/dbahandler.php
index 0db9782..89818e3 100644
--- a/refactoring/blosxom.php-1.0/dbahandler.php
+++ b/refactoring/blosxom.php-1.0/dbahandler.php
@@ -1,325 +1,483 @@
-<?php
+<?php # -*- coding: utf-8 -*-
# DBA handler
# Written by Bal... |
troter/object-oriented-exercise | ccd4c04459c6bc1fe821744fb4a662be50017a0e | whoamiã使ããAccessURLã¯ã©ã¹ã追å | diff --git a/refactoring/blosxom.php-1.0/index.php b/refactoring/blosxom.php-1.0/index.php
index 9537740..9ca509f 100644
--- a/refactoring/blosxom.php-1.0/index.php
+++ b/refactoring/blosxom.php-1.0/index.php
@@ -1,252 +1,266 @@
<?php
# Blosxom.PHP: a rewrite of PHPosxom, which is a PHP rewrite of Blosxom
# Author: ... |
troter/object-oriented-exercise | 0d3c5a610d0a9d1087e6d89dd99847f363b6cdf0 | whoamiã颿°å | diff --git a/refactoring/blosxom.php-1.0/index.php b/refactoring/blosxom.php-1.0/index.php
index 1bae3c0..9537740 100644
--- a/refactoring/blosxom.php-1.0/index.php
+++ b/refactoring/blosxom.php-1.0/index.php
@@ -1,232 +1,252 @@
<?php
# Blosxom.PHP: a rewrite of PHPosxom, which is a PHP rewrite of Blosxom
# Author: ... |
troter/object-oriented-exercise | 1124c13499d9d24397d600b0182cfb91d7147153 | åã«åãããnullãã§ãã¯ã追å | diff --git a/refactoring/blosxom.php-1.0/blosxom.php b/refactoring/blosxom.php-1.0/blosxom.php
index a260d32..0eec76f 100644
--- a/refactoring/blosxom.php-1.0/blosxom.php
+++ b/refactoring/blosxom.php-1.0/blosxom.php
@@ -1,419 +1,426 @@
<?php
# Blosxom.PHP: a rewrite of PHPosxom, which is a PHP rewrite of Blosxom
# ... |
troter/object-oriented-exercise | 0fb244aa276db32b2be6d8f11415b630219d893f | add .gitignore | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b25c15b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*~
|
troter/object-oriented-exercise | 98ece8204b48a337754cb137be2e02297247f388 | èª¬ææ | diff --git a/refactoring/README b/refactoring/README
new file mode 100644
index 0000000..a3a044d
--- /dev/null
+++ b/refactoring/README
@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+
+ãªãã¡ã¯ã¿ãªã³ã°
+================
+ã¨ã¯ãµãµã¤ãºã«å¾ãæ¢åã®ããã°ã©ã ã®ãªãã¡ã¯ã¿ãªã³ã°ãè¡ãã¾ãã... |
troter/object-oriented-exercise | 9c5e530af87e397973e641696ea43709a1c4a74a | add: blosxom.php | diff --git a/refactoring/blosxom.php-1.0/blosxom.php b/refactoring/blosxom.php-1.0/blosxom.php
new file mode 100644
index 0000000..a260d32
--- /dev/null
+++ b/refactoring/blosxom.php-1.0/blosxom.php
@@ -0,0 +1,419 @@
+<?php
+# Blosxom.PHP: a rewrite of PHPosxom, which is a PHP rewrite of Blosxom
+# HELPER FUNCTIONS
+
+... |
troter/object-oriented-exercise | f3b0e6435f3656ad4526fd61cac80d39b081dc7f | ã¨ã¯ãµãµã¤ãºã®ã«ã¼ã«ãè¨è¿° | diff --git a/README b/README
index 4a1e10c..7a8e4da 100644
--- a/README
+++ b/README
@@ -1,2 +1,17 @@
# -*- coding: utf-8 -*-
+
ãªãã¸ã§ã¯ãæåã¨ã¯ãµãµã¤ãºç¨ã¬ãã¸ããª
+========================================
+
+ã«ã¼ã«
+------
+
+1. 1ã¤ã®ã¡ã½ããã«ã¤ãã¤ã³ãã³ãã¯1段éã¾ã§ã... |
troter/object-oriented-exercise | 95172a0de91fdfc05458dcec18b3b9e137ae3790 | èª¬ææ | diff --git a/README b/README
index e69de29..4a1e10c 100644
--- a/README
+++ b/README
@@ -0,0 +1,2 @@
+# -*- coding: utf-8 -*-
+ãªãã¸ã§ã¯ãæåã¨ã¯ãµãµã¤ãºç¨ã¬ãã¸ããª
|
nolanlawson/CatLogDonate | f1dcead89c79ad7ceb571dc3acff88ceb3708147 | string changes and update to 1.0.1 | diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..61f4801
--- /dev/null
+++ b/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,12 @@
+#Sat Jan 15 17:41:47 EST 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrByt... |
tinogomes/rails-template | ccaf6010ea1198af43a57da4fee6f05d20eb411d | fixing gitignore and instructions for bin/setup | diff --git a/base.rb b/base.rb
index 2bb570e..b2403c7 100644
--- a/base.rb
+++ b/base.rb
@@ -1,134 +1,134 @@
# encoding: utf-8
if options['skip_gemfile']
puts 'You can not use this template without gemfile, sorry...'
exit 1
end
if options['skip_git']
puts 'R U MAD? NO GIT? GET OUT OF HERE!'
exit 1
... |
tinogomes/rails-template | 5e40276bf552596417826e3a8f3968bfd3d18b0e | set up ruby version, added production gems | diff --git a/base.rb b/base.rb
index 9a98f67..2bb570e 100644
--- a/base.rb
+++ b/base.rb
@@ -1,117 +1,134 @@
# encoding: utf-8
if options['skip_gemfile']
puts 'You can not use this template without gemfile, sorry...'
exit 1
end
if options['skip_git']
puts 'R U MAD? NO GIT? GET OUT OF HERE!'
exit 1
... |
tinogomes/rails-template | 7a5ff32eb2f803905a9306548e4f3445e07d328a | refactoring to Rails 4 | diff --git a/base.rb b/base.rb
index ba597df..9a98f67 100644
--- a/base.rb
+++ b/base.rb
@@ -1,104 +1,117 @@
# encoding: utf-8
if options['skip_gemfile']
puts 'You can not use this template without gemfile, sorry...'
exit 1
end
-run "/bin/bash -lc 'rvm #{ENV['RUBY_VERSION']}@#{app_name} --create --ruby-ver... |
tinogomes/rails-template | 409334c3d08116bdf0ac1c6478813a3b80ad5d19 | Using options to determine what to do. | diff --git a/base.rb b/base.rb
index b095561..ba597df 100644
--- a/base.rb
+++ b/base.rb
@@ -1,99 +1,104 @@
# encoding: utf-8
-@available_gems = []
-def installed?(gemname)
- @available_gems.include?(gemname)
+if options['skip_gemfile']
+ puts 'You can not use this template without gemfile, sorry...'
+ exit 1
en... |
tinogomes/rails-template | b5789f15c46eb44c040fdbd55373d2b93e313998 | Removing comments on Gemfile and routes | diff --git a/base.rb b/base.rb
index 58b5472..b095561 100644
--- a/base.rb
+++ b/base.rb
@@ -1,93 +1,99 @@
# encoding: utf-8
@available_gems = []
def installed?(gemname)
@available_gems.include?(gemname)
end
def want_gem(gemname)
@available_gems << gemname
gem gemname if yes?("Would you like to use #{... |
tinogomes/rails-template | 4c76bfcc715273043d4da4e43119d7a7dfe6a040 | Comment coffee and turbo links on Gemfile | diff --git a/base.rb b/base.rb
index 314b8b2..58b5472 100644
--- a/base.rb
+++ b/base.rb
@@ -1,86 +1,93 @@
# encoding: utf-8
@available_gems = []
def installed?(gemname)
@available_gems.include?(gemname)
end
def want_gem(gemname)
@available_gems << gemname
gem gemname if yes?("Would you like to use #{... |
tinogomes/rails-template | b251fdbd93baa452ac0c36f71e39255f3053ffee | Remember, you should create the SECRET_TOKEN variable for production | diff --git a/base.rb b/base.rb
index 7e8926a..314b8b2 100644
--- a/base.rb
+++ b/base.rb
@@ -1,86 +1,86 @@
# encoding: utf-8
@available_gems = []
def installed?(gemname)
@available_gems.include?(gemname)
end
def want_gem(gemname)
@available_gems << gemname
gem gemname if yes?("Would you like to use #{... |
tinogomes/rails-template | 03b3fa7b91bb81c3f1530e8048fe0742f6875f9c | refactoring and now using dotenv for development | diff --git a/base.rb b/base.rb
index e3f0c30..7e8926a 100644
--- a/base.rb
+++ b/base.rb
@@ -1,71 +1,86 @@
-@template_root = File.expand_path(File.join(File.dirname(__FILE__)))
+# encoding: utf-8
+@available_gems = []
-gem "unicorn-rails"
+def installed?(gemname)
+ @available_gems.include?(gemname)
+end
+
+def want_... |
tinogomes/rails-template | 8a636d6c7a870eb0d34cfa1d40587afefd3656f8 | rails new example | diff --git a/README.rdoc b/README.rdoc
index 95b4135..feacc33 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,28 +1,28 @@
To use these generator templates:
- rails new app_name -m https://github.com/tinogomes/rails-template/raw/master/base.rb
+ rails new app_name -TB -d postgresql -m https://github.com/tinogomes/ra... |
tinogomes/rails-template | 8efc5e7c6d0e307efa5cb9c6eddcd291697d12f7 | asking for execute bundle install | diff --git a/base.rb b/base.rb
index 102aca5..601192b 100644
--- a/base.rb
+++ b/base.rb
@@ -1,33 +1,35 @@
app_name = ask('What is the name of your app?')
gem_group :development, :test do
gem "brakeman"
gem "guard-rspec"
gem "pry-debugger"
gem "rspec-rails"
gem "rubocop"
end
file "config/initiali... |
tinogomes/rails-template | 9f1e9ee2c66613294fcbd1e863fd7d7ed1392d78 | my base template for rails apps | diff --git a/base.rb b/base.rb
new file mode 100644
index 0000000..c0c7bdf
--- /dev/null
+++ b/base.rb
@@ -0,0 +1,18 @@
+#This template was based from http://github.com/ryanb/rails-templates/blob/master/base.rb
+
+git :init
+
+run "echo 'TODO add readme content' > README"
+run "touch tmp/.gitignore log/.gitignore vend... |
Ramarren/cffi-stfl | 50219f5a033481e1cb2ad4cba6459023eb6a9885 | Add minimal README. | diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..307686b
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,7 @@
+* Overview
+
+This are CFFI bindings for [STFL](http://www.clifford.at/stfl/), Structured Terminal Forms Language/Library.
+
+* Notes
+
+This is almost completely untested. Onl... |
Ramarren/cffi-stfl | 3a72ec62bb04368465cfd649228a10b334ff397e | Transposed expressions. | diff --git a/bindings.lisp b/bindings.lisp
index cdb249a..6b8949e 100644
--- a/bindings.lisp
+++ b/bindings.lisp
@@ -1,49 +1,49 @@
(in-package :cffi-stfl)
(define-foreign-library stfl (:unix "./libstfl.so"))
(use-foreign-library stfl)
(defparameter *ipool* nil)
(defctype stfl-form :pointer "STFL form handl... |
Ramarren/cffi-stfl | 8eb1e88d43384dde30e3382a2cb0c821ffe6c33e | Move form to optional argument with dynamic variable default. | diff --git a/bindings.lisp b/bindings.lisp
index 0dcbc7d..cdb249a 100644
--- a/bindings.lisp
+++ b/bindings.lisp
@@ -1,49 +1,49 @@
(in-package :cffi-stfl)
(define-foreign-library stfl (:unix "./libstfl.so"))
(use-foreign-library stfl)
(defparameter *ipool* nil)
(defctype stfl-form :pointer "STFL form handl... |
rhyhann/ralphy | 75862f30c1b24ed5830e6393cdc264a69409e802 | BasicRectangle => BasicRect | diff --git a/lib/ralphy/wrapper/basic.rb b/lib/ralphy/wrapper/basic.rb
index d3150ff..c302577 100644
--- a/lib/ralphy/wrapper/basic.rb
+++ b/lib/ralphy/wrapper/basic.rb
@@ -1,40 +1,40 @@
module Ralphy
- class BasicRectangle < Primitive
+ class BasicRect < Primitive
tag :rect
requires :width, :height
e... |
rhyhann/ralphy | d19e13878476ad45737399b16efa424058248a5a | Rough cuts. Almost no docs. Wait for it, it will come soon. | diff --git a/.gitignore b/.gitignore
index 194a02c..dfe4126 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,39 +1,40 @@
# rcov generated
coverage
# rdoc generated
rdoc
# yard generated
doc
.yardoc
# jeweler generated
pkg
+.bundle
# Have editor/IDE/OS specific files you need to ignore? Consider using a ... |
jasny/mysql-revisioning | e3bc3854ea26a3fb35ff9aecad7b149c873ffc7b | use SIGNAL SQLSTATE | diff --git a/mysql-revisioning.php b/mysql-revisioning.php
index a3d842f..cb0684e 100644
--- a/mysql-revisioning.php
+++ b/mysql-revisioning.php
@@ -1,547 +1,547 @@
<?php
/**
* Class to generate revisioning tables and trigger for MySQL.
*/
class MySQL_Revisioning
{
/**
* Database connection
* @var mys... |
jasny/mysql-revisioning | f8e71dc085f1306eed3e02e7ee58110aee13837f | Added original article as README.md | diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c18feae
--- /dev/null
+++ b/README.md
@@ -0,0 +1,298 @@
+# Versioning MySQL data
+As a developer youâre probably using a versioning control system, like subversion or git, to safeguard your data. Advantages of using a VCS are that you can walk to ... |
jasny/mysql-revisioning | ac2c2af57118b5eaa9f221b33497bd701551a92d | use explode instead of split | diff --git a/mysql-revisioning.php b/mysql-revisioning.php
index 84af51a..a3d842f 100644
--- a/mysql-revisioning.php
+++ b/mysql-revisioning.php
@@ -127,534 +127,534 @@ SQL;
* Alter the existing table.
*
* @param string $table
* @param array $info Table information
*/
protected function alterTable(... |
jasny/mysql-revisioning | c2066107be68df7c0e7f471ce0de766f1a6e2f6d | Don't assume $info['autoinc'] is set. Fix #1 | diff --git a/mysql-revisioning.php b/mysql-revisioning.php
index 79feacc..84af51a 100644
--- a/mysql-revisioning.php
+++ b/mysql-revisioning.php
@@ -1,660 +1,660 @@
<?php
/**
* Class to generate revisioning tables and trigger for MySQL.
*/
class MySQL_Revisioning
{
/**
* Database connection
* @var mys... |
jasny/mysql-revisioning | 900815a0128862b567dfe29c5bda9d59f58d9f71 | Fixed script for publication Removed UUID (wouldn't work) | diff --git a/mysql-revisioning.php b/mysql-revisioning.php
index 6af9a0e..79feacc 100644
--- a/mysql-revisioning.php
+++ b/mysql-revisioning.php
@@ -1,664 +1,660 @@
<?php
/**
* Class to generate revisioning tables and trigger for MySQL.
- *
- * If you're using replication, disable it before running this script. ... |
jasny/mysql-revisioning | 0b6b82c58ccc308acf3778c6ff633b1e2bd4342e | Added script | diff --git a/mysql-revisioning.php b/mysql-revisioning.php
new file mode 100644
index 0000000..6af9a0e
--- /dev/null
+++ b/mysql-revisioning.php
@@ -0,0 +1,664 @@
+<?php
+
+/**
+ * Class to generate revisioning tables and trigger for MySQL.
+ *
+ * If you're using replication, disable it before running this script. Co... |
pgorla-zz/markov | 15e6cd50aa3f1329a12b5f2bb2cc723616d34e2b | tokenization of some form | diff --git a/markov.py b/markov.py
index c1e7acc..dab0290 100755
--- a/markov.py
+++ b/markov.py
@@ -1,88 +1,101 @@
#!/usr/bin/env python
import string
import random
class Markov(object):
"""
Markov-chain text generator. Translated
from the original PHP into Python (haykranen.nl)
+ Currently... |
pgorla-zz/markov | bded6deb5dddbd566952cbac9b5833a872a172c0 | now iterating by word | diff --git a/markov.py b/markov.py
index b84a19d..c1e7acc 100755
--- a/markov.py
+++ b/markov.py
@@ -1,82 +1,88 @@
#!/usr/bin/env python
import string
import random
class Markov(object):
"""
Markov-chain text generator. Translated
from the original PHP into Python (haykranen.nl)
"""
... |
pgorla-zz/markov | c4938f8c6abdbd4b7c8284fa035ec966e507f562 | administrative changes, more text files | diff --git a/markov.py b/markov.py
index 1bfdfd7..b84a19d 100755
--- a/markov.py
+++ b/markov.py
@@ -1,80 +1,82 @@
#!/usr/bin/env python
-import sys
-import random
import string
+import random
class Markov(object):
"""
Markov-chain text generator. Translated
from the original PHP into Python (ha... |
pgorla-zz/markov | 4bb2c662057e476469327dce8e0aa47a083b3695 | deleted chaff | diff --git a/markov.py b/markov.py
old mode 100644
new mode 100755
index 3cfe4e8..1bfdfd7
--- a/markov.py
+++ b/markov.py
@@ -1,82 +1,80 @@
#!/usr/bin/env python
+import sys
+import random
import string
-from random import randint
-
-class Generate_Table():
-
- def __init__(self):
- self.filename = 'text/... |
pgorla-zz/markov | 5f81ed28454c7305b402825d6b3b0576d72d2ec0 | woo class action! | diff --git a/pymarkov.py b/pymarkov.py
index e3cf1de..72797b6 100755
--- a/pymarkov.py
+++ b/pymarkov.py
@@ -1,77 +1,83 @@
#!/usr/bin/env python
+import sys
import random
+import string
-def generate_markov_table(text, look_forward):
+class Markov(object):
- table = {}
+ """
+ Markov-chain text generat... |
pgorla-zz/markov | 2958206c8c9a3406c7e00b6e20425447ec141f48 | added license | diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..ee1440c
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,26 @@
+PHP Markov Chain text generator 1.0
+Copyright (c) 2008, Hay Kranen <http://www.haykranen.nl/projects/markov/>
+
+License (MIT / X11 license)
+
+Permission is hereby granted, free of charge, to a... |
pgorla-zz/markov | 73384079400a47a3da90c0844d4ff2ecf5d0cb9f | sys.argv tweaks | diff --git a/pymarkov.py b/pymarkov.py
index f8ba7c5..e3cf1de 100755
--- a/pymarkov.py
+++ b/pymarkov.py
@@ -1,67 +1,77 @@
#!/usr/bin/env python
import random
def generate_markov_table(text, look_forward):
table = {}
# walk through text, make index table
for i in range(len(text)):
cha... |
pgorla-zz/markov | 4583b094a73a8195e3d3cb3670bc24896ff0bceb | random! | diff --git a/pymarkov.py b/pymarkov.py
index 98d51a7..f8ba7c5 100755
--- a/pymarkov.py
+++ b/pymarkov.py
@@ -1,74 +1,67 @@
#!/usr/bin/env python
import random
def generate_markov_table(text, look_forward):
table = {}
# walk through text, make index table
for i in range(len(text)):
cha... |
pgorla-zz/markov | 0fdddcbba1c2c49b8e5354aa2f85b87577024b30 | something works, randomly! (ha, ha) | diff --git a/pymarkov.py b/pymarkov.py
old mode 100644
new mode 100755
index 2f78f64..98d51a7
--- a/pymarkov.py
+++ b/pymarkov.py
@@ -1,88 +1,74 @@
#!/usr/bin/env python
import random
def generate_markov_table(text, look_forward):
table = {}
# walk through text, make index table
for i in range... |
pgorla-zz/markov | 8c15630a0a540456981abbdf282ff271b1ab08e3 | translated markov.php | diff --git a/pymarkov.py b/pymarkov.py
new file mode 100644
index 0000000..f0dd292
--- /dev/null
+++ b/pymarkov.py
@@ -0,0 +1,78 @@
+#!/usr/bin/env python
+
+from random import randint
+
+
+def generate_markov_table(text, look_forward):
+
+ table = []
+
+ # walk through text, make index table
+ for i in range(... |
pgorla-zz/markov | bb9439d87fe9660b9b44edb36bbf0a7a8c667ecf | playing with data types | diff --git a/markov.py b/markov.py
index 075dde9..3cfe4e8 100644
--- a/markov.py
+++ b/markov.py
@@ -1,50 +1,82 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import string
+from random import randint
class Generate_Table():
- """Generate Markov table from input text."""
-
def __init__(self):
- sel... |
chrismatthieu/Teleku-HighLow-Game-Ruby-Sinatra | 1abd693f386e93013bf85c980217715526b71e04 | added relative url support | diff --git a/app.rb b/app.rb
index 38cd329..6dbb83b 100644
--- a/app.rb
+++ b/app.rb
@@ -1,52 +1,52 @@
require 'rubygems'
require 'sinatra'
require 'builder'
get '/' do
'HighLow is a <a href="teleku.com">Teleku Voice Application</a><br>'
'curl --data-urlencode "caller=test" http://highlow.heroku.com'
end
... |
chrismatthieu/Teleku-HighLow-Game-Ruby-Sinatra | 789e38d9382d4a99d637c7228263cbc5a1bdef88 | added hilo game source4 | diff --git a/app.rb b/app.rb
index 3268907..38cd329 100644
--- a/app.rb
+++ b/app.rb
@@ -1,52 +1,52 @@
require 'rubygems'
require 'sinatra'
require 'builder'
get '/' do
'HighLow is a <a href="teleku.com">Teleku Voice Application</a><br>'
'curl --data-urlencode "caller=test" http://highlow.heroku.com'
end
... |
chrismatthieu/Teleku-HighLow-Game-Ruby-Sinatra | c3883e8913ad9f4847cf3c136453e258dff86955 | fixed route3 | diff --git a/app.rb b/app.rb
index 38cd329..3268907 100644
--- a/app.rb
+++ b/app.rb
@@ -1,52 +1,52 @@
require 'rubygems'
require 'sinatra'
require 'builder'
get '/' do
'HighLow is a <a href="teleku.com">Teleku Voice Application</a><br>'
'curl --data-urlencode "caller=test" http://highlow.heroku.com'
end
... |
chrismatthieu/Teleku-HighLow-Game-Ruby-Sinatra | ec113528d261893cb8b239ad562e6462031f2c17 | fixed route2 | diff --git a/app.rb b/app.rb
index 44f3b9e..38cd329 100644
--- a/app.rb
+++ b/app.rb
@@ -1,52 +1,52 @@
require 'rubygems'
require 'sinatra'
require 'builder'
get '/' do
'HighLow is a <a href="teleku.com">Teleku Voice Application</a><br>'
'curl --data-urlencode "caller=test" http://highlow.heroku.com'
end
... |
chrismatthieu/Teleku-HighLow-Game-Ruby-Sinatra | 66ae11f55fc7d7c0a3847408c633f159ad7b72fe | fixed route | diff --git a/app.rb b/app.rb
index aaec8ed..44f3b9e 100644
--- a/app.rb
+++ b/app.rb
@@ -1,53 +1,52 @@
require 'rubygems'
require 'sinatra'
require 'builder'
get '/' do
- 'HighLow is a <a href="teleku.com">Teleku Voice Application</a>'
+ 'HighLow is a <a href="teleku.com">Teleku Voice Application</a><br>'
+ 'c... |
chrismatthieu/Teleku-HighLow-Game-Ruby-Sinatra | 0a1b50a6866119b1bf107bb1f105c8bc6edff5dd | added full path | diff --git a/app.rb b/app.rb
index b7aa3bf..aaec8ed 100644
--- a/app.rb
+++ b/app.rb
@@ -1,53 +1,53 @@
require 'rubygems'
require 'sinatra'
require 'builder'
get '/' do
'HighLow is a <a href="teleku.com">Teleku Voice Application</a>'
end
post '/' do
session[:deal] = 1 + rand(10)
builder do |xml|
... |
sirprize/xdoctrine | 62865ffcd8d0907d9be319f50b8ef9bbbf82d028 | Make cache work with Doctrine 2.4 | diff --git a/lib/Xdoctrine/Common/Cache/ZendCache.php b/lib/Xdoctrine/Common/Cache/ZendCache.php
index 77594eb..49d1e0b 100644
--- a/lib/Xdoctrine/Common/Cache/ZendCache.php
+++ b/lib/Xdoctrine/Common/Cache/ZendCache.php
@@ -1,90 +1,111 @@
<?php
/**
* Xdoctrine - Sirprize's Doctrine2 Extensions
*
* @package ... |
sirprize/xdoctrine | efb750170de6fff428be3303f8c6a17345ede656 | add exception class and adjust copyright info | diff --git a/lib/Xdoctrine/Common/Cache/ZendCache.php b/lib/Xdoctrine/Common/Cache/ZendCache.php
index 440888d..77594eb 100644
--- a/lib/Xdoctrine/Common/Cache/ZendCache.php
+++ b/lib/Xdoctrine/Common/Cache/ZendCache.php
@@ -1,93 +1,90 @@
<?php
/**
* Xdoctrine - Sirprize's Doctrine2 Extensions
*
- * LICENSE
- *... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.