repo
string
commit
string
message
string
diff
string
saces/SchwachkopfEinsteck
4f8a85a3f7e802f5019bca0ea01f02ba796c7d53
add eclipse project files
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..8690a31 --- /dev/null +++ b/.classpath @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="lib/jgit/org.eclipse.jgit/src"/> + <classpathentry kind="src"...
saces/SchwachkopfEinsteck
ae9eac37f10bf62d305e9ca8ae1fdcada9fddec3
add sources
diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..72c63dc --- /dev/null +++ b/build.xml @@ -0,0 +1,183 @@ +<?xml version="1.0"?> +<!-- ant build file for SchwachkopfEinsteck --> + +<project name="SchwachkopfEinsteck" default="dist" basedir="."> + <property name="freenet-cvs-snapshot.location" locat...
saces/SchwachkopfEinsteck
155deac44f4e416cc880df3c1828587db5514e84
add jzlib 1.0.7
diff --git a/lib/jzlib/ChangeLog b/lib/jzlib/ChangeLog new file mode 100644 index 0000000..c828fae --- /dev/null +++ b/lib/jzlib/ChangeLog @@ -0,0 +1,115 @@ +ChangeLog of JZlib +==================================================================== +Last modified: Thu Aug 18 16:16:06 UTC 2005 + + +Changes since version ...
saces/SchwachkopfEinsteck
a9ccb4071114fce3c63b5433c7c655062962f247
add submodules 'ernie' (incubation stuff for fred) and jgit
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..58eedcc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "lib/ernie"] + path = lib/ernie + url = git://github.com/saces/ernie.git +[submodule "lib/jgit"] + path = lib/jgit + url = git://github.com/saces/jgit.git diff --git a/lib/ernie...
saces/SchwachkopfEinsteck
66d151dacae37c9d8f0d62ddc88fb236f842cbe5
add gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ababea5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/build +/build-test +/dist
Boldewyn/view-source
f425605366b9f5a52e6a71632785d6e4543c705e
changes in source markup, styled element names
diff --git a/library.xsl b/library.xsl index 02380d4..6f352b8 100644 --- a/library.xsl +++ b/library.xsl @@ -1,211 +1,211 @@ <?xml version="1.0" ?> <t:stylesheet version="1.0" xmlns:t="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> <t:variable name="ns" xmlns=""> <empty></...
Boldewyn/view-source
e40ac55b14c788b86aae807967d0a0e9e03c89b4
fixed stupid indent="yes"
diff --git a/view-source.xsl b/view-source.xsl index 3d92407..f2f4fea 100644 --- a/view-source.xsl +++ b/view-source.xsl @@ -1,70 +1,73 @@ <?xml version="1.0" ?> <?xslt-param name="format" select="false()" ?> <?xml-stylesheet type="text/xsl" href="view-source.xsl" filename="view-source.xsl" ?> <t:stylesheet version...
Boldewyn/view-source
9ad6a669d8936db23cc6c19bf90255f567dd2a05
re-enabled title, added filename parameter, again
diff --git a/library.xsl b/library.xsl index 9242252..02380d4 100644 --- a/library.xsl +++ b/library.xsl @@ -1,211 +1,211 @@ <?xml version="1.0" ?> <t:stylesheet version="1.0" xmlns:t="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> - <t:variable select="''" name="ns.empty" /> ...
Boldewyn/view-source
3d5e8e8dfea98f6e2e25d9110c9fec2002d423dd
unfortunately a whole bulk of changes: Renamed namespaces, incorporated SO tip about listing namespaces (thanks SO user Alejandro), restructured checking for known languages, added the namespace of a node as title attribute
diff --git a/formatted.xsl b/formatted.xsl index 19dbf91..6878080 100644 --- a/formatted.xsl +++ b/formatted.xsl @@ -1,115 +1,115 @@ <?xml version="1.0" ?> -<stylesheet version="1.0" - xmlns="http://www.w3.org/1999/XSL/Transform" - xmlns:h="http://www.w3.org/1999/xhtml"> +<t:stylesheet version="1.0" + xmlns:t="http...
Boldewyn/view-source
081d5a78db3ce8f97179a6821d2c498ecb559301
s/mml/mathml/g
diff --git a/library.xsl b/library.xsl index 1d05689..f0222b6 100644 --- a/library.xsl +++ b/library.xsl @@ -1,187 +1,187 @@ <?xml version="1.0" ?> <stylesheet version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:h="http://www.w3.org/1999/xhtml"> <variable select="''" name="ns.empty" /> <var...
Boldewyn/view-source
84c1dbc158555e623445e04c71b83e53a2493679
made behaviour switchable, moved variables to library.xsl
diff --git a/behaviour.js b/behaviour.js index 4307cdc..8645303 100644 --- a/behaviour.js +++ b/behaviour.js @@ -1,10 +1,8 @@ <js> -window.onload = function () { - var els = []; //document.getElementsByClassNames('element'); - for (var el in els) { - el.onclick = function () { - alert(el.getAttribute('class'...
Boldewyn/view-source
f40bf4ce1a72b462f68eccf52e7556dd4ccd141a
Changes in the XSLT stylesheets to discriminate nodes from different namespaces.
diff --git a/formatted.xsl b/formatted.xsl index 0e6283c..19dbf91 100644 --- a/formatted.xsl +++ b/formatted.xsl @@ -1,109 +1,115 @@ <?xml version="1.0" ?> <stylesheet version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:h="http://www.w3.org/1999/xhtml"> <!-- Elements (formatted) --> <templa...
Boldewyn/view-source
5c49d00803f48af80eace88a0b02ab65d786f12b
Added discrimination of nodes from some popular namespaces
diff --git a/behaviour.js b/behaviour.js new file mode 100644 index 0000000..4307cdc --- /dev/null +++ b/behaviour.js @@ -0,0 +1,10 @@ +<js> +window.onload = function () { + var els = []; //document.getElementsByClassNames('element'); + for (var el in els) { + el.onclick = function () { + alert(el.getAttribut...
neco/twitter.neco.com
29f9a5414093106d5085d127b2868efb1b64c9a7
Add newrelic
diff --git a/.gitignore b/.gitignore index e207a04..61af07a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,9 @@ *.sqlite3 db/schema.rb config/database.yml -config/locomotive.yml -config/mongrel_cluster.yml config/thin.yml tmp/* log/* private/images/* public/cache/* .DS_Store diff --git a/config/deploy.rb...
neco/twitter.neco.com
b198379d60f0fcab615150d1e195e33d0c890eb0
dont show image when url doesnt exist
diff --git a/app/views/tweets/_tweet.html.haml b/app/views/tweets/_tweet.html.haml index 3fadec9..a2e8484 100644 --- a/app/views/tweets/_tweet.html.haml +++ b/app/views/tweets/_tweet.html.haml @@ -1,7 +1,7 @@ %div{:class => "tweet#{' first' if tweet_counter == 0}"} - = link_to image_tag(tweet.twitter_user.profile_ima...
neco/twitter.neco.com
352700e6f0c331ba278efc448847792ab04ed574
quick fix
diff --git a/app/views/tweets/_tweet.html.haml b/app/views/tweets/_tweet.html.haml index dbe1839..3fadec9 100644 --- a/app/views/tweets/_tweet.html.haml +++ b/app/views/tweets/_tweet.html.haml @@ -1,7 +1,7 @@ %div{:class => "tweet#{' first' if tweet_counter == 0}"} - = link_to image_tag(tweet.twitter_user.profile_ima...
neco/twitter.neco.com
6874fd5d57df6eb515fffd01555640ae67ba8569
added remember me
diff --git a/app/controllers/tweets_controller.rb b/app/controllers/tweets_controller.rb index 7421710..e95b83b 100644 --- a/app/controllers/tweets_controller.rb +++ b/app/controllers/tweets_controller.rb @@ -1,27 +1,45 @@ class TweetsController < ApplicationController def index search_opts = params[:search] |...
neco/twitter.neco.com
90e594e62409a9944037cf8e37d90a6173f48d5a
pushing out post changes
diff --git a/app/controllers/tweets_controller.rb b/app/controllers/tweets_controller.rb index 4fe9e45..7421710 100644 --- a/app/controllers/tweets_controller.rb +++ b/app/controllers/tweets_controller.rb @@ -1,10 +1,27 @@ class TweetsController < ApplicationController def index search_opts = params[:search] |...
neco/twitter.neco.com
fb2511c3936ea67e0e82bb9736056dd4fe525f41
quick update
diff --git a/app/views/twitter_users/show.html.haml b/app/views/twitter_users/show.html.haml index 69dab29..cf2d356 100644 --- a/app/views/twitter_users/show.html.haml +++ b/app/views/twitter_users/show.html.haml @@ -1,30 +1,30 @@ = link_to '&lt;-- Back to all users', url_for(:controller => 'tweets', :action => 'index...
neco/twitter.neco.com
4c7143bf905680fd0eac735da11c65bcc39494cc
added show twitter user page
diff --git a/app/controllers/twitter_users_controller.rb b/app/controllers/twitter_users_controller.rb index 315f7d2..cff4cfa 100644 --- a/app/controllers/twitter_users_controller.rb +++ b/app/controllers/twitter_users_controller.rb @@ -1,85 +1,79 @@ class TwitterUsersController < ApplicationController # GET /twitt...
neco/twitter.neco.com
412d37554b2b4f4a36e49ccb949503a91f4314bd
changed auto refresh notice to red
diff --git a/app/views/tweets/index.html.haml b/app/views/tweets/index.html.haml index a6d6701..89f4522 100644 --- a/app/views/tweets/index.html.haml +++ b/app/views/tweets/index.html.haml @@ -1,21 +1,21 @@ %div{:style => 'float: right; margin-top: -18px'} / AddThis Button BEGIN :javascript var addthis_pub...
neco/twitter.neco.com
6707b719ad98e5c5941fd84e1f8995c6fffeced8
added analytics
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 2638efb..ad104f9 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,113 +1,121 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/...
neco/twitter.neco.com
071cf5c5a78174c6d92cd473a41836e20d593d25
added auto refresh info to tweet page
diff --git a/app/views/tweets/index.html.haml b/app/views/tweets/index.html.haml index 8dac580..a6d6701 100644 --- a/app/views/tweets/index.html.haml +++ b/app/views/tweets/index.html.haml @@ -1,20 +1,21 @@ %div{:style => 'float: right; margin-top: -18px'} / AddThis Button BEGIN :javascript var addthis_pub...
neco/twitter.neco.com
ad91be746e09142932de8ce0bcf767bc8a2df416
added add this button
diff --git a/app/views/tweets/index.html.haml b/app/views/tweets/index.html.haml index 6048f51..8dac580 100644 --- a/app/views/tweets/index.html.haml +++ b/app/views/tweets/index.html.haml @@ -1,10 +1,20 @@ -%img{:src => '/images/twitter.png', :alt => 'Twitter Logo', :style => 'float:right'}/ +%div{:style => 'float: ri...
neco/twitter.neco.com
f91f8883e98707cd28f2c5c89296d590270aa04b
added neco favicon
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index ffabab6..2638efb 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,112 +1,113 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/...
neco/twitter.neco.com
5d8ca2284455a0ca812e6cc625f4db986390fea4
added twitter logo
diff --git a/app/views/tweets/index.html.haml b/app/views/tweets/index.html.haml index 9e58beb..6048f51 100644 --- a/app/views/tweets/index.html.haml +++ b/app/views/tweets/index.html.haml @@ -1,8 +1,10 @@ +%img{:src => '/images/twitter.png', :alt => 'Twitter Logo', :style => 'float:right'}/ + %h1 The Neco Reality Tic...
neco/twitter.neco.com
621f79838278baf908ded96fdd268923539f62e7
per page back at 100
diff --git a/app/controllers/tweets_controller.rb b/app/controllers/tweets_controller.rb index a41ca80..4fe9e45 100644 --- a/app/controllers/tweets_controller.rb +++ b/app/controllers/tweets_controller.rb @@ -1,10 +1,10 @@ class TweetsController < ApplicationController def index search_opts = params[:search] |...
neco/twitter.neco.com
d06a7d093957628ff9d06b66554aa07222cc53c7
added hip hop blog to footer nav
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 8ec8ffa..621593a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,116 +1,116 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/...
neco/twitter.neco.com
82721a874b90c0a7b0ae4bb6b603890741a7f003
added twitter to footer
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 2573346..8ec8ffa 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,116 +1,116 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/...
neco/twitter.neco.com
12133c9c6883cbbc7a2b7f864adaec309b6169d7
added twitter to footer
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5a8a57c..2573346 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,116 +1,116 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/...
neco/twitter.neco.com
ee75c52e5ad7b0001f341852c89e4dbc5952d203
added blog tab to layout
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 2606090..5a8a57c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,115 +1,116 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/...
neco/twitter.neco.com
b6c85b5887d4ef50c5deb6f8410a31f021931bde
added dependent destroy
diff --git a/app/models/twitter_user.rb b/app/models/twitter_user.rb index a725e10..695829b 100644 --- a/app/models/twitter_user.rb +++ b/app/models/twitter_user.rb @@ -1,3 +1,3 @@ class TwitterUser < ActiveRecord::Base - has_many :tweets, :order => 'tweets.tweeted_at desc' + has_many :tweets, :order => 'tweets.twee...
benben/shuffle
621d539496aa7eae60da4d28c69c96ec1ca1bd04
made the code easier with modulo
diff --git a/shuffle.pde b/shuffle.pde index 2d24810..4509905 100644 --- a/shuffle.pde +++ b/shuffle.pde @@ -1,129 +1,119 @@ /* * This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. * To view a copy of this license, visit http://creativecommons.org/licenses/...
benben/shuffle
eac433577ec1f44e5e03c22eb57bb6d862d2cb39
cleaned up the code and put everything in parameters
diff --git a/shuffle.pde b/shuffle.pde index 1098060..2d24810 100644 --- a/shuffle.pde +++ b/shuffle.pde @@ -1,124 +1,129 @@ /* * This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. * To view a copy of this license, visit http://creativecommons.org/licenses/...
benben/shuffle
7bf6e2cd773b95f7769f50112bf995e2cf33ce8b
switched from time based to frame based animation, improved the spawning for a better ribbon
diff --git a/shuffle.pde b/shuffle.pde index b082c43..1098060 100644 --- a/shuffle.pde +++ b/shuffle.pde @@ -1,119 +1,124 @@ /* * This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. * To view a copy of this license, visit http://creativecommons.org/licenses/...
benben/shuffle
4189a44d13540c0b9fc7654abf607d5316b85002
improved better switch for the first drawings
diff --git a/shuffle.pde b/shuffle.pde index 80eabb5..b082c43 100644 --- a/shuffle.pde +++ b/shuffle.pde @@ -1,121 +1,119 @@ /* * This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. * To view a copy of this license, visit http://creativecommons.org/licenses/...
benben/shuffle
dbbb6a0f1d35945fa20415650f73fbb9001ff7a3
added cc license
diff --git a/shuffle.pde b/shuffle.pde index 83517bc..80eabb5 100644 --- a/shuffle.pde +++ b/shuffle.pde @@ -1,115 +1,121 @@ +/* + * This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. + * To view a copy of this license, visit http://creativecommons.org/licenses/...
benben/shuffle
1aaee8e7c3e2ce404c5e07f1ed7a0d54b8468583
first version of the basic animation
diff --git a/shuffle.pde b/shuffle.pde new file mode 100644 index 0000000..83517bc --- /dev/null +++ b/shuffle.pde @@ -0,0 +1,115 @@ +//how fast will the triangles be spawned +int interval = 500; +//maximum amount of triangles +int NUM = 30; + +int a; +long previousMillis = 0; +Triangles[] myTriangles = new Triangles[N...
straup/osm-tools
ed9be16f295309a3c388acea1f0e31554bc2a2da
add support for Lines; stop using liljson because python :-(
diff --git a/ways-to-geojson.py b/ways-to-geojson.py index 7bab621..321adef 100755 --- a/ways-to-geojson.py +++ b/ways-to-geojson.py @@ -1,153 +1,165 @@ #!/usr/bin/env python import sys import urllib import xml.etree.ElementTree as xml import json import re import logging import liljson def nodes_for_way(i...
straup/osm-tools
40c95797adddd8745115eaf585a80e3394ff2734
use liljson to do all the writing (this means no indenting but one thing at a time...)
diff --git a/liljson.py b/liljson.py new file mode 100755 index 0000000..8a0c0ac --- /dev/null +++ b/liljson.py @@ -0,0 +1,65 @@ +#!/usr/bin/env python + +# https://github.com/straup/LilJSON + +from sys import stdin, stdout +from json import load, JSONEncoder +from optparse import OptionParser +from re import compile +...
straup/osm-tools
824a6666bfaff54d1294c112943f0478bb061a11
calculate bbox for features
diff --git a/ways-to-geojson.py b/ways-to-geojson.py index e13b46f..435504b 100755 --- a/ways-to-geojson.py +++ b/ways-to-geojson.py @@ -1,153 +1,181 @@ #!/usr/bin/env python import sys import urllib import xml.etree.ElementTree as xml import json import re - -import pprint import logging def write_json(dat...
straup/osm-tools
ec9f5b9e27c30400ef0e726bb987bf971d0ee0a9
add ways-to-geojson
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f836aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +*.pyc diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e103db --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +osm-tools +== + +These are Aaron's tools for doing thin...
kristianmandrup/proxy_party
09d3862fefe43411bf6305ff86dc6af956862d7b
Regenerate gemspec for version 0.2.2
diff --git a/proxy_party.gemspec b/proxy_party.gemspec index bea79bd..ef82be1 100644 --- a/proxy_party.gemspec +++ b/proxy_party.gemspec @@ -1,57 +1,57 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Spec...
kristianmandrup/proxy_party
0ce8308f34bc9ee221520edace75672d004472ff
added single methods for proxying such as #proxy_accessor_for
diff --git a/README.textile b/README.textile index 5c1c943..b9cadc8 100644 --- a/README.textile +++ b/README.textile @@ -1,128 +1,135 @@ h1. Proxy Party Greatly facilitates adding proxies through the proxy method_missing pattern. Can now also dynamically add proxy methods and use other amazing meta strategies! ...
kristianmandrup/proxy_party
07b2a228cb3222d0003c2611da341f08b27ca459
Regenerate gemspec for version 0.2.1
diff --git a/proxy_party.gemspec b/proxy_party.gemspec index 9346586..bea79bd 100644 --- a/proxy_party.gemspec +++ b/proxy_party.gemspec @@ -1,48 +1,57 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in...
kristianmandrup/proxy_party
ddceba8977efdd8292958f06e09232dbe4e7685a
added psych and bumped version
diff --git a/Rakefile b/Rakefile index 3ada8d3..cfded62 100644 --- a/Rakefile +++ b/Rakefile @@ -1,23 +1,24 @@ require 'rubygems' +require 'psych' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "proxy_party" gem.summary = %Q{Add proxy functionality the fun way} g...
kristianmandrup/proxy_party
58aead09540054a746f17b360424e42961db3bf6
added option to rename methods
diff --git a/README.textile b/README.textile index 17e5de7..5c1c943 100644 --- a/README.textile +++ b/README.textile @@ -1,105 +1,128 @@ h1. Proxy Party Greatly facilitates adding proxies through the proxy method_missing pattern. Can now also dynamically add proxy methods and use other amazing meta strategies! ...
kristianmandrup/proxy_party
c559230adc1cf5005ca73ce4b58e9463a716f028
added specs to demonstrate use in more complex scenarios, inheriting class or including module
diff --git a/lib/proxy_party.rb b/lib/proxy_party.rb index 5944aa2..71dd1bc 100644 --- a/lib/proxy_party.rb +++ b/lib/proxy_party.rb @@ -1,216 +1,254 @@ require 'sugar-high/array' require 'sugar-high/kind_of' require 'sugar-high/arguments' module Party module Proxy class Factory attr_reader :create...
kristianmandrup/proxy_party
184b65ed52d0079eb5d73c366e355d8d7805d792
added option to customize factory create method
diff --git a/lib/proxy_party.rb b/lib/proxy_party.rb index b4da628..5944aa2 100644 --- a/lib/proxy_party.rb +++ b/lib/proxy_party.rb @@ -1,196 +1,216 @@ require 'sugar-high/array' require 'sugar-high/kind_of' require 'sugar-high/arguments' module Party module Proxy class Factory + attr_reader :create...
kristianmandrup/proxy_party
23d5983f3d5e0ddde6223ad1cd9c109518714e1f
works with proxy factories on class and instance level
diff --git a/lib/proxy_party.rb b/lib/proxy_party.rb index 84dc785..b4da628 100644 --- a/lib/proxy_party.rb +++ b/lib/proxy_party.rb @@ -1,152 +1,196 @@ require 'sugar-high/array' require 'sugar-high/kind_of' require 'sugar-high/arguments' module Party module Proxy class Factory def initial...
kristianmandrup/proxy_party
0466b264d93a3b0ce5959d35d920e8b1ed35347d
aliased macro
diff --git a/lib/proxy_party.rb b/lib/proxy_party.rb index 435c9df..84dc785 100644 --- a/lib/proxy_party.rb +++ b/lib/proxy_party.rb @@ -1,151 +1,152 @@ require 'sugar-high/array' require 'sugar-high/kind_of' require 'sugar-high/arguments' module Party module Proxy class Factory def initial...
kristianmandrup/proxy_party
ce8e79fc338759be67f905e532c64bee85ccac2a
added party_proxy macro for Module and Class
diff --git a/lib/proxy_party.rb b/lib/proxy_party.rb index 18408e7..435c9df 100644 --- a/lib/proxy_party.rb +++ b/lib/proxy_party.rb @@ -1,148 +1,151 @@ require 'sugar-high/array' require 'sugar-high/kind_of' require 'sugar-high/arguments' module Party - module Proxy - + module Proxy class Factory ...
kristianmandrup/proxy_party
d2115c46ea17b75f58325fba1df63b1db1969784
proxy factory added
diff --git a/lib/proxy_party.rb b/lib/proxy_party.rb index 0c71871..18408e7 100644 --- a/lib/proxy_party.rb +++ b/lib/proxy_party.rb @@ -1,116 +1,148 @@ require 'sugar-high/array' require 'sugar-high/kind_of' require 'sugar-high/arguments' module Party module Proxy + class Factory + + def ini...
kristianmandrup/proxy_party
f110f48fd76aecab717aab55770a9a1a605f543e
better nil handling
diff --git a/lib/proxy_party.rb b/lib/proxy_party.rb index 11bf785..0c71871 100644 --- a/lib/proxy_party.rb +++ b/lib/proxy_party.rb @@ -1,109 +1,116 @@ require 'sugar-high/array' require 'sugar-high/kind_of' +require 'sugar-high/arguments' module Party module Proxy def self.included(base) base....
kristianmandrup/proxy_party
0ab5bd1923794503ac12179a1c63b3683701c264
fixed gemspec
diff --git a/.gitignore b/.gitignore index c1e0daf..d78daa1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,22 @@ ## MAC OS .DS_Store ## TEXTMATE *.tmproj tmtags ## EMACS *~ \#* .\#* ## VIM *.swp ## PROJECT::GENERAL coverage rdoc pkg +pkg/*.gem ## PROJECT::SPECIFIC diff --git a/proxy_part...
kristianmandrup/proxy_party
91fdd7bae3a2f80909d5c52c9866ba36e9d25264
fix README
diff --git a/proxy_party.gemspec b/proxy_party.gemspec index 8ef6163..9346586 100644 --- a/proxy_party.gemspec +++ b/proxy_party.gemspec @@ -1,48 +1,48 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem:...
kristianmandrup/proxy_party
01e8b3a90079eddbeace5c0ad7779028bdd847af
new README
diff --git a/proxy_party.gemspec b/proxy_party.gemspec index d09c1e6..8ef6163 100644 --- a/proxy_party.gemspec +++ b/proxy_party.gemspec @@ -1,48 +1,48 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem:...
kristianmandrup/proxy_party
77ed023356ea6feb7bc40af52110f951bc30473c
bumped version
diff --git a/proxy_party-0.2.0.gem b/proxy_party-0.2.0.gem new file mode 100644 index 0000000..91cafae Binary files /dev/null and b/proxy_party-0.2.0.gem differ diff --git a/proxy_party.gemspec b/proxy_party.gemspec index 7bb5578..d09c1e6 100644 --- a/proxy_party.gemspec +++ b/proxy_party.gemspec @@ -1,51 +1,48 @@ # G...
kristianmandrup/proxy_party
743c36227e06296005ae73a5bc1673a7e776f0fb
major update and new features
diff --git a/spec/spec.opts b/.rspec similarity index 100% rename from spec/spec.opts rename to .rspec diff --git a/README.markdown b/README.markdown deleted file mode 100644 index e94c55b..0000000 --- a/README.markdown +++ /dev/null @@ -1,67 +0,0 @@ -# Proxy Party - -Greatly facilitates adding proxies through the prox...
kristianmandrup/proxy_party
fa5ba9f8f4471d237420a5ee41718b12b9762db4
initial release
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..e94c55b --- /dev/null +++ b/README.markdown @@ -0,0 +1,67 @@ +# Proxy Party + +Greatly facilitates adding proxies through the proxy method_missing pattern + +## Install ## + +<code>$ gem install party_proxy</code> + +## Usage Configurati...
kristianmandrup/proxy_party
310f4e20535ca63996913ed12d6ce615442b4f59
Version bump to 0.1.0
diff --git a/VERSION b/VERSION index 77d6f4c..6e8bf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0
kristianmandrup/proxy_party
0daa5d717157961aa60cef47d5816274c4f4170d
Version bump to 0.0.0
diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..77d6f4c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.0
kristianmandrup/proxy_party
26d0873abbf97594d026fc47529d5c57bc786e6f
initial party proxy code
diff --git a/README.rdoc b/README.rdoc deleted file mode 100644 index 9128331..0000000 --- a/README.rdoc +++ /dev/null @@ -1,17 +0,0 @@ -= proxy_party - -Description goes here. - -== Note on Patches/Pull Requests - -* Fork the project. -* Make your feature addition or bug fix. -* Add tests for it. This is important so...
parrot-studio/rdgc-dm
38d6220ab296cb5ba7c737039ae2af79f12eb50d
構築をjewelerからbundlerに変更
diff --git a/.gitignore b/.gitignore index f013ea7..fa58148 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,6 @@ -## MAC OS -.DS_Store - -## TEXTMATE -*.tmproj -tmtags - -## EMACS -*~ -\#* -.\#* - -## VIM -*.swp - -## PROJECT::GENERAL -coverage -rdoc -pkg - -## PROJECT::SPECIFIC +*.gem +.bundl...
parrot-studio/rdgc-dm
82880fbaeb37a7cabc02dab8e5303cf785a99223
Regenerate gemspec for version 0.2.2
diff --git a/rdgc-dm.gemspec b/rdgc-dm.gemspec index 6fa26e1..6d55c42 100644 --- a/rdgc-dm.gemspec +++ b/rdgc-dm.gemspec @@ -1,96 +1,94 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and r...
parrot-studio/rdgc-dm
cd50da97985ad17f2d30f3b434da393895a0b9cf
ダンジョン生成パラメータを変更
diff --git a/lib/rdgc/maker/divide_dungeon_maker.rb b/lib/rdgc/maker/divide_dungeon_maker.rb index db643b1..df02577 100644 --- a/lib/rdgc/maker/divide_dungeon_maker.rb +++ b/lib/rdgc/maker/divide_dungeon_maker.rb @@ -1,371 +1,403 @@ # coding: UTF-8 module RDGC module Maker class DivideDungeonMaker ...
parrot-studio/rdgc-dm
bfa90b0ec431d5f082114672936f545bfe8147da
rdocの生成オプションを追加
diff --git a/Rakefile b/Rakefile index 8bb3534..302bf0d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,49 +1,50 @@ require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "rdgc-dm" gem.summary = %Q{Random Dungeon Maker from RDGC} gem.description = <...
parrot-studio/rdgc-dm
a756d26c6c95bb185dc5d3f911f884e2a8c9a5b7
Version bump to 0.2.2
diff --git a/VERSION b/VERSION index 0c62199..f477849 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2 \ No newline at end of file
parrot-studio/rdgc-dm
0c9da4057d9099cc75dc5788468a9d9b5036c7e4
for 0.2.1 release
diff --git a/rdgc-dm.gemspec b/rdgc-dm.gemspec index 6b24686..6fa26e1 100644 --- a/rdgc-dm.gemspec +++ b/rdgc-dm.gemspec @@ -1,96 +1,96 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.n...
parrot-studio/rdgc-dm
5789a6e0d0e8fbff1d5734b89ee0b8504010c82c
Version bump to 0.2.1
diff --git a/VERSION b/VERSION index 0ea3a94..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1
parrot-studio/rdgc-dm
47fae857ea2b01838bb01c15c9ee0d1d0e1aad30
backport from RDGC0.2
diff --git a/lib/rdgc/map/area.rb b/lib/rdgc/map/area.rb index 7f083f9..da6fd9e 100644 --- a/lib/rdgc/map/area.rb +++ b/lib/rdgc/map/area.rb @@ -1,103 +1,105 @@ # coding: UTF-8 module RDGC module Map class Area include TileType attr_accessor :top, :bottom, :left, :right def se...
parrot-studio/rdgc-dm
f4fe0571ad28a45131680bef26797802888716c8
rdgc-dmとrdgc-dm-blindを統合
diff --git a/README.rdoc b/README.rdoc index 172f67a..8ce9f48 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,215 +1,211 @@ = rdgc-dm Author:: parrot_studio <parrot *at* users.sourceforge.jp> License:: The MIT License * 要求されたサイズのランダムダンジョンを生成 * ダンジョンは部...
parrot-studio/rdgc-dm
dc6beb3f9c65087141fcfadbaf6fc36fae70ba90
rewrite README.rdoc for 0.2.0
diff --git a/README.rdoc b/README.rdoc index 0d4a111..172f67a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,148 +1,215 @@ = rdgc-dm Author:: parrot_studio <parrot *at* users.sourceforge.jp> License:: The MIT License * 要求されたサイズのランダムダンジョンを生成 * ダンジョンは部...
parrot-studio/rdgc-dm
ef04db478df20fcba95894ea967bcab23fb59f0b
remove rspec dependency
diff --git a/Rakefile b/Rakefile index 955c4e3..8bb3534 100644 --- a/Rakefile +++ b/Rakefile @@ -1,49 +1,49 @@ require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "rdgc-dm" gem.summary = %Q{Random Dungeon Maker from RDGC} gem.description = <...
parrot-studio/rdgc-dm
7d1bdc36dc975711ae6f0321b0a8e591f3a1e050
Version bump to 0.2.0
diff --git a/VERSION b/VERSION index 7ecf123..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0
parrot-studio/rdgc-dm
9e94be9c7ec68e322fac3fbd905aa9be41de13c3
spec_helperのinclude対象をrdgc-dm-blindに変更
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index dd0ec27..f786f2c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,11 +1,11 @@ $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) -require 'rdgc-dm' +require 'rdgc-dm-blind' requ...
parrot-studio/rdgc-dm
8c1246136e4e6a871a075ed8fe31ab3c6c2805a4
add blind_area
diff --git a/lib/rdgc-dm-blind.rb b/lib/rdgc-dm-blind.rb new file mode 100644 index 0000000..91b1288 --- /dev/null +++ b/lib/rdgc-dm-blind.rb @@ -0,0 +1,3 @@ +# coding: UTF-8 +require 'rdgc-dm' +require 'rdgc/map/blind_area' diff --git a/lib/rdgc/map/blind_area.rb b/lib/rdgc/map/blind_area.rb new file mode 100644 in...
parrot-studio/rdgc-dm
d974f811a7391c956664f907da2b2a7719a64a68
remove rspec dependency
diff --git a/Rakefile b/Rakefile index 955c4e3..8bb3534 100644 --- a/Rakefile +++ b/Rakefile @@ -1,49 +1,49 @@ require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "rdgc-dm" gem.summary = %Q{Random Dungeon Maker from RDGC} gem.description = <...
parrot-studio/rdgc-dm
20fbc06c91b1f7d0a451cf4038a00591a0ca5ea6
Version bump to 0.2.0
diff --git a/VERSION b/VERSION index 7ecf123..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0
parrot-studio/rdgc-dm
fe190d6eac3330d25353d00de10d87c54ca4837f
add blind_area
diff --git a/lib/rdgc/map/blind_area.rb b/lib/rdgc/map/blind_area.rb new file mode 100644 index 0000000..e3647c3 --- /dev/null +++ b/lib/rdgc/map/blind_area.rb @@ -0,0 +1,183 @@ +# coding: UTF-8 +module RDGC + module Map + + class Area + + def blind_level + @blind_level + end + + def...
parrot-studio/rdgc-dm
b5db2af10465d40d5403588f06d315216229f80d
add Map::Direction
diff --git a/lib/rdgc-dm.rb b/lib/rdgc-dm.rb index 1a3a071..e33591f 100644 --- a/lib/rdgc-dm.rb +++ b/lib/rdgc-dm.rb @@ -1,17 +1,18 @@ # coding: UTF-8 require 'rdgc/util/config' require 'rdgc/util/random_util' include RDGC::Util::RandomUtil require 'rdgc/map/tile' require 'rdgc/map/tile_type' require 'r...
parrot-studio/rdgc-dm
2e123eac8543d5da66024bbe531ec7c41701c3ab
add Board#areas/areas_for
diff --git a/lib/rdgc/map/board.rb b/lib/rdgc/map/board.rb index 73ac6fd..9596d8c 100644 --- a/lib/rdgc/map/board.rb +++ b/lib/rdgc/map/board.rb @@ -1,81 +1,89 @@ # coding: UTF-8 module RDGC module Map class Board < Area def self.create_from_blocks(blocks) d = self.new d.init...
parrot-studio/rdgc-dm
e9c48e06b9853f7294a0bded538b1354a3524f57
ミスタイプを修正
diff --git a/Rakefile b/Rakefile index e9b37ad..955c4e3 100644 --- a/Rakefile +++ b/Rakefile @@ -1,49 +1,49 @@ require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "rdgc-dm" gem.summary = %Q{Random Dungeon Maker from RDGC} gem.description = <...
parrot-studio/rdgc-dm
f65d21947d4738eef44345ad0d5f333399385514
rdocを再修正
diff --git a/README.rdoc b/README.rdoc index d7f8764..0d4a111 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,148 +1,148 @@ = rdgc-dm Author:: parrot_studio <parrot *at* users.sourceforge.jp> License:: The MIT License * 要求されたサイズのランダムダンジョンを生成 * ダンジョンは部...
parrot-studio/rdgc-dm
77cb40bb4be1d457c749e34e72fbbdcd2964a4b1
rdocを修正
diff --git a/README.rdoc b/README.rdoc index 4194551..d7f8764 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,148 +1,148 @@ = rdgc-dm Author:: parrot_studio <parrot *at* users.sourceforge.jp> License:: The MIT License * 要求されたサイズのランダムダンジョンを生成 * ダンジョンは部...
parrot-studio/rdgc-dm
353eed9ffad6fa0070ac4cfbf48159811bf60024
rdoc rewrite
diff --git a/README.rdoc b/README.rdoc index fac6dbc..4194551 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,148 +1,148 @@ = rdgc-dm Author:: parrot_studio <parrot *at* users.sourceforge.jp> License:: The MIT License * 要求されたサイズのランダムダンジョンを生成 * ダンジョンは部...
parrot-studio/rdgc-dm
f01db55f46ae51c8d0f0a6b72fb0c47817f7cb96
add gemspec
diff --git a/rdgc-dm.gemspec b/rdgc-dm.gemspec new file mode 100644 index 0000000..3498643 --- /dev/null +++ b/rdgc-dm.gemspec @@ -0,0 +1,92 @@ +# Generated by jeweler +# DO NOT EDIT THIS FILE DIRECTLY +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# -*- encoding: utf-8 -*- + +Gem::Specificat...
parrot-studio/rdgc-dm
b34288767c03df43ac2246da38d1555de01ddc8d
0.1.0 RC2
diff --git a/.document b/.document index ecf3673..b485d47 100644 --- a/.document +++ b/.document @@ -1,5 +1,5 @@ -README.rdoc -lib/**/*.rb -bin/* -features/**/*.feature -LICENSE +README.rdoc +lib/**/*.rb +bin/* +features/**/*.feature +LICENSE diff --git a/.gitignore b/.gitignore index c1e0daf..f013ea7 100644 --- a...
parrot-studio/rdgc-dm
6a71c4b7253198c7845c16dd0f251fbc85d40700
0.1.0 RC (doc yet)
diff --git a/LICENSE b/LICENSE index dcfeb33..6102e70 100644 --- a/LICENSE +++ b/LICENSE @@ -1,20 +1,22 @@ -Copyright (c) 2009 parrot_studio +The MIT License + +Copyright (c) 2010 parrot_studio<parrot *at* users.sourceforge.jp> Permission is hereby granted, free of charge, to any person obtaining a copy of this sof...
parrot-studio/rdgc-dm
337ab755acc37b5a8931a51038bfec37f1c28adf
Version bump to 0.1.0
diff --git a/VERSION b/VERSION index 77d6f4c..6e8bf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0
parrot-studio/rdgc-dm
a1ac521253b8da100836d246940e08c835248b08
Version bump to 0.0.0
diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..77d6f4c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.0
makevoid/voidtools
d2cd5e571946dd6896d0745dbd820664d42eeaa6
added name_url spec
diff --git a/.gitignore b/.gitignore index b81217d..d35a340 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .bundle -*.gem \ No newline at end of file +*.gem +*.sql \ No newline at end of file diff --git a/Gemfile b/Gemfile index e69de29..0fd2c6a 100644 --- a/Gemfile +++ b/Gemfile @@ -0,0 +1,9 @@ +source :rub...
makevoid/voidtools
a147c22c20bb5b65e5b1881acc218c8498cf08e0
removed unresolved git diff
diff --git a/lib/voidtools/dm/name_url.rb b/lib/voidtools/dm/name_url.rb index 4ca6f21..f29c977 100644 --- a/lib/voidtools/dm/name_url.rb +++ b/lib/voidtools/dm/name_url.rb @@ -1,30 +1,26 @@ module Voidtools module NameUrl def generate_url_from_name(name) name.gsub(/\./, '').gsub(/'|"/, ' ').gsub(/\s+/,...
makevoid/voidtools
f8377c0e7f2a4c11717a96590bfadaec0fdad5e8
changed api of url module
diff --git a/lib/voidtools/dm/name_url.rb b/lib/voidtools/dm/name_url.rb index dd860ff..cec0103 100644 --- a/lib/voidtools/dm/name_url.rb +++ b/lib/voidtools/dm/name_url.rb @@ -1,27 +1,27 @@ module Voidtools module NameUrl - def generate_url_from_name + def generate_url_from_name(name) name.gsub(/\./, ...
makevoid/voidtools
3f7982fb9ef5ce7c2d495316dab5ad94c1057d49
edited require, deleted rails
diff --git a/lib/voidtools.rb b/lib/voidtools.rb index 852adfa..8c5fa00 100644 --- a/lib/voidtools.rb +++ b/lib/voidtools.rb @@ -1,40 +1,38 @@ module Voidtools # namespace our plugin and inherit from Rails::Railtie # to get our plugin into the initialization process if defined?(Rails) class Railtie < R...
makevoid/voidtools
562286aa0d45cc32945bb8b1c7ceddbe9fa1e77f
edited readme
diff --git a/README.md b/README.md index 561efbd..825d99e 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,46 @@ # Voidtools #### growing toolset for Rails 3 and Sinatra with DataMapper and HAML class and helper modules --- +### Install from RubyGems + + gem i voidtools + + ### DataMapper - form helper...
makevoid/voidtools
eed116d0530d52c8b021eb2ea5aced26d5d9fdef
bumped to 0.2.9
diff --git a/lib/voidtools/version.rb b/lib/voidtools/version.rb index 9d30903..e16279f 100644 --- a/lib/voidtools/version.rb +++ b/lib/voidtools/version.rb @@ -1,3 +1,3 @@ module Voidtools - VERSION = "0.2.4" + VERSION = "0.2.9" end \ No newline at end of file diff --git a/voidtools.gemspec b/voidtools.gemspec ind...
makevoid/voidtools
baad09155d74a4f19d660239f483417122208d37
added datamapper module autoload if DataMapper is defined
diff --git a/.gitignore b/.gitignore index 06de90a..e1da4f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.bundle \ No newline at end of file +.bundle +.gem \ No newline at end of file diff --git a/README.md b/README.md index 2c5df9c..561efbd 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,38 @@ # Voidtoo...
makevoid/voidtools
8c66592a782877ed15621857f652c9e84dcb3815
tracking autoloads
diff --git a/lib/voidtools/sinatra/sinatra.rb b/lib/voidtools/sinatra/sinatra.rb index bc76b43..6b430ca 100644 --- a/lib/voidtools/sinatra/sinatra.rb +++ b/lib/voidtools/sinatra/sinatra.rb @@ -1,2 +1,11 @@ path = File.expand_path "../", __FILE__ -require "#{path}/view_helpers" \ No newline at end of file +require "#{p...
makevoid/voidtools
117e2e401ea3a543ec60992f3e0158467a1bdf8b
added multi domain support to analytics tracking
diff --git a/lib/voidtools/sinatra/tracking.rb b/lib/voidtools/sinatra/tracking.rb index 8d65ce7..ffbaeda 100644 --- a/lib/voidtools/sinatra/tracking.rb +++ b/lib/voidtools/sinatra/tracking.rb @@ -1,83 +1,88 @@ # Voidtools::Tracking # --------------------------------------------- # Setup: # # put these lines ...