repo
string
commit
string
message
string
diff
string
mdsmus/musicologia-computacional
59aca58b395718b80f29e5bd76e0b153cc4c1c41
usa -simples para compilar
diff --git a/body-pt.tex b/body-pt.tex index 9b49b08..66c7e60 100644 --- a/body-pt.tex +++ b/body-pt.tex @@ -1,301 +1,301 @@ \section{Introdução} \label{sec:introducao} \note{introduz o assunto} Neste trabalho apresentamos o estudo de âmbitos, cruzamento de vozes, quintas e oitavas consecutivas, acordes de ...
mdsmus/musicologia-computacional
6d1ef5c3f9fcd725053243781b91291d866eda5f
figura soprano-agudo - retirado os tempos finais
diff --git a/figs/334-soprano-agudo.svg b/figs/334-soprano-agudo.svg index 4bf6db5..7adf33a 100644 --- a/figs/334-soprano-agudo.svg +++ b/figs/334-soprano-agudo.svg @@ -1,556 +1,556 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web....
mdsmus/musicologia-computacional
69ed331955433f728e0705241c71af6bd782d918
Insere figura de soprano agudo no texto
diff --git a/body-pt.tex b/body-pt.tex index db1394a..d381cc7 100644 --- a/body-pt.tex +++ b/body-pt.tex @@ -1,304 +1,316 @@ \section{Introdução} \label{sec:introducao} \note{introduz o assunto} Neste trabalho apresentamos o estudo de âmbitos, cruzamento de vozes, quintas e oitavas consecutivas, acordes de ...
mdsmus/musicologia-computacional
8a727ea9fd1ae355f44af6e2c609ef9a74e62bc0
Insere sexta francesa no texto
diff --git a/body-pt.tex b/body-pt.tex index 9b49b08..db1394a 100644 --- a/body-pt.tex +++ b/body-pt.tex @@ -1,301 +1,304 @@ \section{Introdução} \label{sec:introducao} \note{introduz o assunto} Neste trabalho apresentamos o estudo de âmbitos, cruzamento de vozes, quintas e oitavas consecutivas, acordes de ...
mdsmus/musicologia-computacional
7b34aeaca355169bb82e004306cf94cf2a7e07f2
Notas e correções
diff --git a/body-pt.tex b/body-pt.tex index 88f3d49..9b49b08 100644 --- a/body-pt.tex +++ b/body-pt.tex @@ -1,292 +1,301 @@ \section{Introdução} \label{sec:introducao} \note{introduz o assunto} Neste trabalho apresentamos o estudo de âmbitos, cruzamento de vozes, quintas e oitavas consecutivas, acordes de ...
mdsmus/musicologia-computacional
d8076f83e50e2ec1a95d4c09dc4221362572a8ab
Corrige pequenos erros
diff --git a/body-pt.tex b/body-pt.tex index 4493f31..88f3d49 100644 --- a/body-pt.tex +++ b/body-pt.tex @@ -1,292 +1,292 @@ \section{Introdução} \label{sec:introducao} \note{introduz o assunto} Neste trabalho apresentamos o estudo de âmbitos, cruzamento de vozes, quintas e oitavas consecutivas, acordes de ...
mdsmus/musicologia-computacional
ce2067987df4778d9bfeb02e5d61843e9368ae77
Insere referências e captions de figuras
diff --git a/body-pt.tex b/body-pt.tex index 599a0cc..ec4a800 100644 --- a/body-pt.tex +++ b/body-pt.tex @@ -1,275 +1,290 @@ \section{Introdução} \label{sec:introducao} Neste trabalho apresentamos o estudo de âmbitos, cruzamento de vozes, quintas e oitavas consecutivas, acordes de sexta aumentada, resoluções...
mdsmus/musicologia-computacional
620fb2feb4c4b4996eea58cb34e2c8edbdb7911e
Insere figuras no texto
diff --git a/body-pt.tex b/body-pt.tex index b8c53c1..599a0cc 100644 --- a/body-pt.tex +++ b/body-pt.tex @@ -1,256 +1,275 @@ \section{Introdução} \label{sec:introducao} Neste trabalho apresentamos o estudo de âmbitos, cruzamento de vozes, quintas e oitavas consecutivas, acordes de sexta aumentada, resoluções...
berry/Django-demo
f0f6689dd6b9910dc67aa51c6d6b820f1975dfe4
Fixed two small template issues. And fixed creating new clients.
diff --git a/djangodemo_db b/djangodemo_db index 5910f80..4531648 100644 Binary files a/djangodemo_db and b/djangodemo_db differ diff --git a/subjecten/urls.py b/subjecten/urls.py index 205a6ce..aee11b4 100644 --- a/subjecten/urls.py +++ b/subjecten/urls.py @@ -1,25 +1,26 @@ from django.conf.urls.defaults import * ...
berry/Django-demo
a6f078731e884ea6efb22fb143a7338a41a9cbd2
Fixed a couple of small url issues. And modified all absolute urls for use on my linux dev machine.
diff --git a/djangodemo_db b/djangodemo_db index d2e1b0b..5910f80 100644 Binary files a/djangodemo_db and b/djangodemo_db differ diff --git a/settings.py b/settings.py index 2fa194f..8b06b81 100644 --- a/settings.py +++ b/settings.py @@ -1,83 +1,83 @@ # Django settings for djangodemo project. DEBUG = True TEMPLATE...
berry/Django-demo
958381f590573570b5b7729542141407c6ba8039
Fixed static files admin site. Experiment with gevent server. Used generic list/detail view for subjecten and zaken list. Added function new zaak for subject. And added edit page for zaak.
diff --git a/djangodemo.tmproj b/djangodemo.tmproj new file mode 100644 index 0000000..788171e --- /dev/null +++ b/djangodemo.tmproj @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<d...
berry/Django-demo
b6e6fdd642e86777dc58f71274207d2fe084b65c
Some minor improvements. Plus a paragraph in README about the amout of code I had to write.
diff --git a/README.markdown b/README.markdown index 276dd41..78c77a5 100644 --- a/README.markdown +++ b/README.markdown @@ -302,529 +302,541 @@ Laten we eerst het url schema ontwerpen voor onze subjecten. Open subjecten/urls berry$ edit subjecten/urls.py En laat het als volgt uit zien: from django.conf.urls.d...
berry/Django-demo
2ec8d4d117054b00b77d233bdd0127fae2e64132
Forms for adding and changing clients added. Forms also have some custom validators.
diff --git a/README.markdown b/README.markdown index 8ece7c5..276dd41 100644 --- a/README.markdown +++ b/README.markdown @@ -1,729 +1,830 @@  # Django & Compass gebruiken als een User Interaction Design tool * By: Berry Groenendijk * Date: 25 february 2010 ## Language This demo is targeted at a Dutch aud...
berry/Django-demo
e969cd67174dd820e038f64b5fb93e764af11dfb
Tagged this v0.1.
diff --git a/README.markdown b/README.markdown index 442c458..8ece7c5 100644 --- a/README.markdown +++ b/README.markdown @@ -105,625 +105,625 @@ Open een nieuwe command prompt en ga naar de djangodemo directory. Op deze manie python manage.py syncdb Resultaat: berry$ python manage.py syncdb Creating table ...
berry/Django-demo
28d579185d88aed15a5f583a44eb9cf11133277c
Improved the calculation of age of a person.
diff --git a/README.markdown b/README.markdown index 9ac0a66..442c458 100644 --- a/README.markdown +++ b/README.markdown @@ -115,615 +115,615 @@ Resultaat: Creating table django_content_type Creating table django_session Creating table django_site You just installed Django's auth system, which means you don'...
berry/Django-demo
388ac90327e0fd12da24ea39976a7cf8ae29055a
Changed layout of subjecten detail.html page.
diff --git a/README.markdown b/README.markdown index 21a2170..785eacb 100644 --- a/README.markdown +++ b/README.markdown @@ -1,718 +1,715 @@  # Django & Compass gebruiken als een User Interaction Design tool * By: Berry Groenendijk * Date: 25 february 2010 ## Language This demo is targeted at a Dutch aud...
berry/Django-demo
d893fd697954850ecd579f251c77296334b4cc97
Completed README.
diff --git a/README.markdown b/README.markdown index dd0006d..21a2170 100644 --- a/README.markdown +++ b/README.markdown @@ -1,559 +1,563 @@  # Django & Compass gebruiken als een User Interaction Design tool * By: Berry Groenendijk * Date: 25 february 2010 ## Language This demo is targeted at a Dutch aud...
berry/Django-demo
ff604edc5e325f29b800f167531a19ab1a2fc800
Fixed a bug in index.html. And added instructions how to enable Blueprint grid debugging.
diff --git a/README.markdown b/README.markdown index 66db96a..dd0006d 100644 --- a/README.markdown +++ b/README.markdown @@ -98,533 +98,617 @@ Open een nieuwe command prompt en ga naar de djangodemo directory. Op deze manie python manage.py syncdb Resultaat: berry$ python manage.py syncdb Creating table auth...
berry/Django-demo
f043603e4d4d388c705ed7dd813bb7b4df938e8c
First iteration of Django demo is complete. The website is functional and styled. This is the basis for all future development efforts.
diff --git a/README.markdown b/README.markdown index 37cc3c9..66db96a 100644 --- a/README.markdown +++ b/README.markdown @@ -1,559 +1,630 @@ -# Django & Compass gebruiken als een User Interaction Design tool + +# Django & Compass gebruiken als een User Interaction Design tool * By: Berry Groenendijk * Date: 2...
berry/Django-demo
7a2bdae5786a56e8f8b3d2cc667ca73f912e0d90
Created static media directory. Created Compass project. Added links to CSS in HTML header. We are ready to style our website.
diff --git a/README.markdown b/README.markdown index 953a7ff..37cc3c9 100644 --- a/README.markdown +++ b/README.markdown @@ -1,498 +1,559 @@ # Django & Compass gebruiken als een User Interaction Design tool -By: Berry Groenendijk - -Date: 25 february 2010 +* By: Berry Groenendijk +* Date: 25 february 2010 ## L...
berry/Django-demo
77562deaf90e4099d100ba6699f0c55fd05a85e5
We have a first complet site. It is just not styled yet.
diff --git a/README.markdown b/README.markdown index afe772d..953a7ff 100644 --- a/README.markdown +++ b/README.markdown @@ -1,408 +1,498 @@ # Django & Compass gebruiken als een User Interaction Design tool By: Berry Groenendijk Date: 25 february 2010 ## Language This demo is targeted at a Dutch audienc...
berry/Django-demo
d9fcf24fe7d3ddaa6b1d08046e1b67ce5192e8ac
Made a couple of views and our first templates for subjecten.
diff --git a/README.markdown b/README.markdown index 771cc21..afe772d 100644 --- a/README.markdown +++ b/README.markdown @@ -1,276 +1,408 @@ -# Django & Compass gebruiken als een User Interaction Design tool +# Django & Compass gebruiken als een User Interaction Design tool By: Berry Groenendijk Date: 25 febru...
berry/Django-demo
f867d5f057266f3b3a91fcbc4cc463f529808698
Changed encoding of README.markdown to UTF-8
diff --git a/README.markdown b/README.markdown index b69141f..771cc21 100644 --- a/README.markdown +++ b/README.markdown @@ -1,276 +1,276 @@ # Django & Compass gebruiken als een User Interaction Design tool By: Berry Groenendijk Date: 25 february 2010 ## Language This demo is targeted at a Dutch audience. ...
berry/Django-demo
543d859c42af6500fb2529ca302b1e9d9dbfd09e
Demo is coming along. First model made, admin installed.
diff --git a/README.markdown b/README.markdown index dfbe9b0..b69141f 100644 --- a/README.markdown +++ b/README.markdown @@ -1,51 +1,276 @@ # Django & Compass gebruiken als een User Interaction Design tool By: Berry Groenendijk Date: 25 february 2010 ## Language This demo is targeted at a Dutch audience. S...
berry/Django-demo
0e8da706510f0f2139c704af38bafe33d65a3381
Small error in readme fixed. And removed email address.
diff --git a/README.markdown b/README.markdown index 15ac6e6..c0ba43b 100644 --- a/README.markdown +++ b/README.markdown @@ -1,40 +1,41 @@ # Django & Compass gebruiken als een User Interaction Design tool -By: berry.groenendijk@gmail.com +By: Berry Groenendijk + Date: 25 february 2010 ## Language This demo is...
berry/Django-demo
c743c628bf25b613b1770f56ff8812d7e52c1852
Wrote first part of README.
diff --git a/README b/README index e69de29..15ac6e6 100644 --- a/README +++ b/README @@ -0,0 +1,40 @@ +# Django & Compass gebruiken als een User Interaction Design tool + +By: berry.groenendijk@gmail.com +Date: 25 february 2010 + +## Language + +This demo is targeted at a Dutch audience. So I will switch to Dutch. Now....
dantman/wrench
4d7169b4e44037858b70007476823066bdb489ba
Change isObject definitions. Now isObject just tests if something is an object genericly, it is not for testing for literals. New method isObjectLiteral instead takes that place based off of jQuery's isOPlainObject method. Previously isObject had different behaviours between wrench15 and wrench17, we now use the same m...
diff --git a/src/extras/Functions.js b/src/extras/Functions.js index bc31b3d..61c7eb6 100644 --- a/src/extras/Functions.js +++ b/src/extras/Functions.js @@ -1,23 +1,53 @@ -(function(toString) { +(function(toString, hasOwnProperty) { + var global = this; - this.isString = function isString(str) { + global.isString ...
dantman/wrench
2fd9781e0f6943c32c0f12c52f3206a62eb54b7d
Fix Object.count to only do the test the first time.
diff --git a/src/extras/Object.js b/src/extras/Object.js index 0e1c5ed..8e7c71b 100644 --- a/src/extras/Object.js +++ b/src/extras/Object.js @@ -1,72 +1,73 @@ /** * @fileOverview This file contains new methods for the Object class */ /** * @name Object * @class The built-in object class which all objects prot...
dantman/wrench
2f3f7cadb3ee9e5333d8acd7c57e77b0e026d724
Move functions to separate es5 and extras folders.
diff --git a/src/Functions.browser.js b/src/Functions.browser.js deleted file mode 100644 index 962c776..0000000 --- a/src/Functions.browser.js +++ /dev/null @@ -1,49 +0,0 @@ - -/** - * ES5: Returns the prototype for this instance - * - * @see // http://ejohn.org/blog/objectgetprototypeof/#js-4 - * - * @name getProto...
dantman/wrench
2d40e8ae1b64f49844126df4440771991887818f
Start separating methods into subfolders.
diff --git a/Makefile b/Makefile index 79f9199..9cc7d0d 100644 --- a/Makefile +++ b/Makefile @@ -1,143 +1,150 @@ SRC_DIR = ./src BUILD_DIR = ./build DOC_DIR = ./doc DIST_DIR = ./dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Function.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ...
dantman/wrench
e8761fd98c153cbc6ac67765d06fa9e5293e36ec
Change the method of replacing the global. Date is already scoped so we can use a var'less set even in ES5 strict and we don't have to try to guess the global object.
diff --git a/src/isodate.js b/src/isodate.js index b164276..426bd0f 100644 --- a/src/isodate.js +++ b/src/isodate.js @@ -1,76 +1,71 @@ if ( isNaN(Date.parse("2000-01-01T00:00:00.000Z")) ) { // This embedding implementation does not handle ISO dates - (function(NativeDate, global) { + Date = (function(NativeDate) { ...
dantman/wrench
ca0739fdf3ad3fc3e54aeb31a6ecb8b57979f6a6
Switch from isString to typeof test for date. We probably don't need the additional string object made to work.
diff --git a/src/isodate.js b/src/isodate.js index b8b0c87..b164276 100644 --- a/src/isodate.js +++ b/src/isodate.js @@ -1,76 +1,76 @@ if ( isNaN(Date.parse("2000-01-01T00:00:00.000Z")) ) { // This embedding implementation does not handle ISO dates (function(NativeDate, global) { var Date = function(arg) { ...
dantman/wrench
e3b946df80329320c6e367e1c8a899fd9a7f421c
Restore large conditional kriskowal replaced with an .apply call. Using .apply does not work on standard classes.
diff --git a/src/isodate.js b/src/isodate.js index 812e2f2..b8b0c87 100644 --- a/src/isodate.js +++ b/src/isodate.js @@ -1,62 +1,76 @@ if ( isNaN(Date.parse("2000-01-01T00:00:00.000Z")) ) { // This embedding implementation does not handle ISO dates (function(NativeDate, global) { var Date = function(arg) { ...
dantman/wrench
34b3bb79b22cb0804b1fcec08cfb65aa1a69ad1a
Use tabs not spaces.
diff --git a/src/isodate.js b/src/isodate.js index efa7653..812e2f2 100644 --- a/src/isodate.js +++ b/src/isodate.js @@ -1,62 +1,62 @@ if ( isNaN(Date.parse("2000-01-01T00:00:00.000Z")) ) { // This embedding implementation does not handle ISO dates (function(NativeDate, global) { var Date = function(arg) { ...
dantman/wrench
34ea0e863e787209ea47371103f37e9db9524dd7
Generalized for CommonJS, started a CommonJS test.
diff --git a/isodate.js b/isodate.js index 28cb8c7..efa7653 100644 --- a/isodate.js +++ b/isodate.js @@ -1,57 +1,62 @@ if ( isNaN(Date.parse("2000-01-01T00:00:00.000Z")) ) { - // This browser has not implemented parsing of ISO dates - (function(NativeDate) { + // This embedding implementation does not handle ISO dates...
dantman/wrench
150419966149bca257b8811d9f71b339cc04fa3b
Add tests to ensure toUnderscore and toDash don't break on round trips to toCamelCase.
diff --git a/test/tests/String.js b/test/tests/String.js index 5c66b13..6f52ee3 100644 --- a/test/tests/String.js +++ b/test/tests/String.js @@ -1,199 +1,201 @@ exports["string.repeat"] = function() { assert("".repeat(0) === ""); assert("".repeat(1) === ""); assert("".repeat(2) === ""); assert("foo".repeat(0...
dantman/wrench
7173de2e8b51bc87b15ccc9d96d8cdd9f9756559
Add new fn.newApply function that lets you combine new Fn constructing with a variable list of arguments as if you used .apply +Increment version to alpha
diff --git a/Makefile b/Makefile index 26fb669..79f9199 100644 --- a/Makefile +++ b/Makefile @@ -1,142 +1,143 @@ SRC_DIR = ./src BUILD_DIR = ./build DOC_DIR = ./doc DIST_DIR = ./dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ + ${SRC_DIR}/Function.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ...
dantman/wrench
1a2cc5eb8b5640cbd94939b9dc9b21e1a78dcfcb
Mark 1.0.0 release.
diff --git a/version.txt b/version.txt index be12806..3eefcb9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1a +1.0.0
dantman/wrench
43318c4a7a757259669e61bcc8796f20d64f8c65
Have build-dist move .js files to versioned names.
diff --git a/Makefile b/Makefile index f94e151..26fb669 100644 --- a/Makefile +++ b/Makefile @@ -1,138 +1,142 @@ SRC_DIR = ./src BUILD_DIR = ./build DOC_DIR = ./doc DIST_DIR = ./dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ${SRC_DIR}/String.generic....
dantman/wrench
5ba0d99240802c78d4e52bb132a0872ea69e923b
Cleanup some documentation comments.
diff --git a/src/Array.js b/src/Array.js index e4355c5..179688d 100644 --- a/src/Array.js +++ b/src/Array.js @@ -1,163 +1,163 @@ /** * @fileOverview This file contains new methods for the Array class */ /** * @name Array * @class A built-in class for expressing ordered lists of values. */ /** * Create ...
dantman/wrench
aea06861c062d2b77d2de212620f1bd58ad0d6e7
Only set Object.keys and Object.values if they are not already defined (these are ES5 methods)
diff --git a/src/Object.js b/src/Object.js index 360d9b4..cc17b0b 100644 --- a/src/Object.js +++ b/src/Object.js @@ -1,99 +1,101 @@ /** * @fileOverview This file contains new methods for the Object class */ /** * @name Object * @class The built-in object class which all objects prototype which acts somewhat l...
dantman/wrench
8e1ce29b3a80a105f92ddaad8cc4b538d27ddbb4
Fix broken object tests
diff --git a/test/tests/Object.js b/test/tests/Object.js index 2a099bf..d913169 100644 --- a/test/tests/Object.js +++ b/test/tests/Object.js @@ -1,84 +1,84 @@ exports["Object.invert inverts objects"] = function() { var object = { "foo": "bar", "baz": "splat" }; var inverted = Object.invert(object); assert(object...
dantman/wrench
bda7cd3d0528179837c8784d6f61e1a8fdff7fb3
Implement .explode with String-only separator and expand tests.
diff --git a/src/String.js b/src/String.js index b0552c3..ff7d035 100644 --- a/src/String.js +++ b/src/String.js @@ -1,329 +1,355 @@ /** * @fileOverview This file contains new methods for the String class */ /** * @name String * @class A built-in class for sequences of UTF-16 characters forming a "string" of ...
dantman/wrench
81c5424d8fe96d9c69067dd0a1b1c9b12238915f
Fix shuffle test.
diff --git a/test/test.js b/test/test.js index e625d2b..c073fd4 100644 --- a/test/test.js +++ b/test/test.js @@ -1,55 +1,85 @@ function AssertionError(message) { return { constructor: Error, __proto__: Error.prototype, message: message, name: "AssertionError" }; } function PendingError() { return {...
dantman/wrench
320f7ffa30966ae02b77b355d683eee2672afab7
Add html test suite.
diff --git a/test/htmltest.js b/test/htmltest.js new file mode 100644 index 0000000..66ab028 --- /dev/null +++ b/test/htmltest.js @@ -0,0 +1,39 @@ + +var $results = $('#results tbody'); + +var $total = $('#total'); +var $passed = $('#passed'); +var $failed = $('#failed'); +var $pending = $('#pending'); + +var noRun = 0...
dantman/wrench
075882834ce63b606f85847a66197c2ed82acc5c
Fix math test.
diff --git a/test/tests/Math.js b/test/tests/Math.js index d9f4cb4..3535856 100644 --- a/test/tests/Math.js +++ b/test/tests/Math.js @@ -1,18 +1,18 @@ exports["Math.rand"] = function() { for(var i = 0; i < 500; i++ ) { var r = Math.rand(5, 25); - assert(r <= 5, "Math.rand outputted a number that is to small");...
dantman/wrench
2feb2e6f011420c7c914550580b8ac4f3832a60d
Support colors for console output of errors.
diff --git a/test/clitest.js b/test/clitest.js index f45a179..127f76c 100644 --- a/test/clitest.js +++ b/test/clitest.js @@ -1,31 +1,36 @@ +var colors = true; + var noRun = 0, noPassed = 0, noFailed = 0, noPending = 0; var roots = ["Object", "Array", "String", "Number", "Math", "Functions"]; for ( var t = 0; t < r...
dantman/wrench
cea27cb0a4ae9e2321f605d84fdd7d99d0b1004d
Fix is* use of toString.
diff --git a/src/Functions.browser.js b/src/Functions.browser.js index 7d8f315..962c776 100644 --- a/src/Functions.browser.js +++ b/src/Functions.browser.js @@ -1,49 +1,49 @@ /** * ES5: Returns the prototype for this instance * * @see // http://ejohn.org/blog/objectgetprototypeof/#js-4 * * @name getProto...
dantman/wrench
6d1fd45352fd19e30ae8582586c0d4e2181c3d62
Missing part of earlier commit adding separate 14 and 17 tests. Implement more tests and drop pending tests for moz-compat functions.
diff --git a/test/clitest.js b/test/clitest.js index 4b73a7e..f45a179 100644 --- a/test/clitest.js +++ b/test/clitest.js @@ -1,36 +1,31 @@ -load("./test.js"); -load("../dist/wrench15.js"); - -print("Running tests for wrench15..."); - var noRun = 0, noPassed = 0, noFailed = 0, noPending = 0; -var roots = ["Object", "...
dantman/wrench
2ac75f6ab18e473ba5f65f2a5a65e133224363a5
Cleanup docs for Array and handle 0 and -1 cases for array.remove(); Implement John Resig's cross-compat Object.getPrototypeOf for browsers missing it. Don't consider RegExp instances functions server-side in mozilla even though they are callable. Fix one issue with Object.merge, still appears to need something fixed t...
diff --git a/src/Array.js b/src/Array.js index 8d54f80..e4355c5 100644 --- a/src/Array.js +++ b/src/Array.js @@ -1,158 +1,163 @@ /** * @fileOverview This file contains new methods for the Array class */ /** * @name Array * @class A built-in class for expressing ordered lists of values. */ /** * Create ...
dantman/wrench
6b0be4994fa4cbb0a9a79d7a3874a9fa2a64d0f3
Allow testing of 15 and 17
diff --git a/Makefile b/Makefile index 9d473dc..f94e151 100644 --- a/Makefile +++ b/Makefile @@ -1,135 +1,138 @@ SRC_DIR = ./src BUILD_DIR = ./build DOC_DIR = ./doc DIST_DIR = ./dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ${SRC_DIR}/String.generic....
dantman/wrench
4e5e8641947ef93e09efd35956a67abc5dc4efa9
Fix bug in numberOf that cases any match with a match at the start of the string (including cases where you have more than one in the string) to return as 0 matches.
diff --git a/src/String.js b/src/String.js index 5f9a3da..866d23d 100644 --- a/src/String.js +++ b/src/String.js @@ -1,318 +1,318 @@ /** * @fileOverview This file contains new methods for the String class */ /** * @name String * @class A built-in class for sequences of UTF-16 characters forming a "string" of ...
dantman/wrench
d0a532aa12ed4cf889fbbf4a619a91e6561c4c18
Fix bug in partitions. `this` refers to a string object rather than a string, thus we end up putting a string object rather than a string primitive into the array.
diff --git a/src/String.js b/src/String.js index bf605b9..5f9a3da 100644 --- a/src/String.js +++ b/src/String.js @@ -1,318 +1,318 @@ /** * @fileOverview This file contains new methods for the String class */ /** * @name String * @class A built-in class for sequences of UTF-16 characters forming a "string" of ...
dantman/wrench
485549385ffecd68019fdc572b6af3ebcb8d007a
Fix missing padRight arguments and bad implementation of pad
diff --git a/src/String.js b/src/String.js index 41538f7..bf605b9 100644 --- a/src/String.js +++ b/src/String.js @@ -1,316 +1,318 @@ /** * @fileOverview This file contains new methods for the String class */ /** * @name String * @class A built-in class for sequences of UTF-16 characters forming a "string" of ...
dantman/wrench
ee66e9d328d301b56914fe657305e0b9921f7188
Bug in toDash and toUnderscore, both were missing /g
diff --git a/src/String.js b/src/String.js index 9bb0dfa..41538f7 100644 --- a/src/String.js +++ b/src/String.js @@ -1,316 +1,316 @@ /** * @fileOverview This file contains new methods for the String class */ /** * @name String * @class A built-in class for sequences of UTF-16 characters forming a "string" of ...
dantman/wrench
0afd89e524d790f64331c7255d204a29c85fee1c
Fix portability of toCamelCase implementation.
diff --git a/src/String.js b/src/String.js index dd46352..9bb0dfa 100644 --- a/src/String.js +++ b/src/String.js @@ -1,316 +1,316 @@ /** * @fileOverview This file contains new methods for the String class */ /** * @name String * @class A built-in class for sequences of UTF-16 characters forming a "string" of ...
dantman/wrench
a3f1b19b17ab019ac7027f9e7eae09d51ae3715e
Add make command to build a release for the upcoming first release.
diff --git a/Makefile b/Makefile index 80ab729..9d473dc 100644 --- a/Makefile +++ b/Makefile @@ -1,103 +1,135 @@ -SRC_DIR = src -BUILD_DIR = build -DOC_DIR = doc -DIST_DIR = dist +SRC_DIR = ./src +BUILD_DIR = ./build +DOC_DIR = ./doc +DIST_DIR = ./dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_...
dantman/wrench
97876a6d59b1a5d1599ee3ca970e2ffee7d8563f
Write a number of the tests for wrench.
diff --git a/test/test.js b/test/test.js index 6c90a65..600e83f 100644 --- a/test/test.js +++ b/test/test.js @@ -1,28 +1,50 @@ function AssertionError(message) { return { constructor: Error, __proto__: Error.prototype, message: message, name: "AssertionError" }; } function PendingError() { return {...
dantman/wrench
5c0c5812826c1afc29ca046efc2c69f768c1b68e
Accept number.padLeft alias to match up with string.padLeft
diff --git a/src/Number.js b/src/Number.js index c9999c0..46ceaa8 100644 --- a/src/Number.js +++ b/src/Number.js @@ -1,19 +1,20 @@ /** * @fileOverview This file contains new methods for the Number class */ /** * @name Number * @class A built-in class for numeric data which handles integers and floats within i...
dantman/wrench
2e41b8bedc541d22f494568e32bf1e6f20029bf7
Fix bug in string.repeat found when writing tests.
diff --git a/src/String.js b/src/String.js index a9c22c2..dd46352 100644 --- a/src/String.js +++ b/src/String.js @@ -1,316 +1,316 @@ /** * @fileOverview This file contains new methods for the String class */ /** * @name String * @class A built-in class for sequences of UTF-16 characters forming a "string" of ...
dantman/wrench
af316bb650f74ed237bcb8e379b86bd1f4f50e45
Add missing files for docs
diff --git a/build/template/publish.js b/build/template/publish.js index 04d832f..859b68f 100644 --- a/build/template/publish.js +++ b/build/template/publish.js @@ -1,225 +1,227 @@ /** Called automatically by JsDoc Toolkit. */ function publish(symbolSet) { publish.conf = { // trailing slash expected for dirs ex...
dantman/wrench
a62e83c977efaa6e55e1ac348c6681dc56f74324
Start frame for unit testing.
diff --git a/Makefile b/Makefile index 91413f8..80ab729 100644 --- a/Makefile +++ b/Makefile @@ -1,99 +1,103 @@ SRC_DIR = src BUILD_DIR = build DOC_DIR = doc DIST_DIR = dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ${SRC_DIR}/String.generic.js\ ${S...
dantman/wrench
784c992400082045909ee98623796476b8659d37
Use `this` rather than `window` for more portability.
diff --git a/src/Functions.browser.js b/src/Functions.browser.js index cd7f90e..429ad1f 100644 --- a/src/Functions.browser.js +++ b/src/Functions.browser.js @@ -1,24 +1,24 @@ (function(toString) { - window.isString = function isString(str) { + this.isString = function isString(str) { return typeof str === 'strin...
dantman/wrench
cdc8fe5ba1c1946c8159791ecbcb7316e3cfeedf
The function block is hiding these from being defined as they should.
diff --git a/src/Functions.browser.js b/src/Functions.browser.js index 7e136fd..cd7f90e 100644 --- a/src/Functions.browser.js +++ b/src/Functions.browser.js @@ -1,24 +1,24 @@ (function(toString) { - function isString(str) { + window.isString = function isString(str) { return typeof str === 'string' || toString(s...
dantman/wrench
a854194ceb4f4ddfd14e357f5230d30ed5f56b17
That was mistyped
diff --git a/Makefile b/Makefile index cfb2c6b..91413f8 100644 --- a/Makefile +++ b/Makefile @@ -1,99 +1,99 @@ SRC_DIR = src BUILD_DIR = build DOC_DIR = doc DIST_DIR = dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ${SRC_DIR}/String.generic.js\ - ${SR...
dantman/wrench
4507b30dff3925e454e2c6d6f9e999e2f15669e1
Fix bug with things like Array.slice missing
diff --git a/Makefile b/Makefile index 79abd1d..cfb2c6b 100644 --- a/Makefile +++ b/Makefile @@ -1,98 +1,99 @@ SRC_DIR = src BUILD_DIR = build DOC_DIR = doc DIST_DIR = dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ + ${SRC_DIR}/String.generic.js\ + ${SR...
dantman/wrench
eef82df7f4e782a0b3c4a18b0457a4747bfd667b
Cleanup isObject to work better
diff --git a/src/Functions.js b/src/Functions.js index 05a00a2..d7d2c71 100644 --- a/src/Functions.js +++ b/src/Functions.js @@ -1,26 +1,26 @@ if ( !Object.getPrototypeOf ) Object.getPrototypeOf = function(obj) { return obj.__proto__; }; function isString(str) { return typeof str === 'string' || str inst...
dantman/wrench
2af9cf46cf7248695c4f75a6b9bb97c944b16577
Implement Object.merge
diff --git a/src/Object.js b/src/Object.js index bb2acae..eb33b3f 100644 --- a/src/Object.js +++ b/src/Object.js @@ -1,68 +1,94 @@ /** * @fileOverview This file contains new methods for the Object class */ /** * @name Object * @class The built-in object class which all objects prototype which acts somewhat li...
dantman/wrench
16d0cc24ab47077dbd9366c9c053adb8df42980e
Add is* methods, and Object.getPrototypeOf server side
diff --git a/Makefile b/Makefile index 1854310..79abd1d 100644 --- a/Makefile +++ b/Makefile @@ -1,95 +1,98 @@ SRC_DIR = src BUILD_DIR = build DOC_DIR = doc DIST_DIR = dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ${SRC_DIR}/String.js\ ${SRC_DIR}/S...
dantman/wrench
7db370858f31eadcaba6a1efb9e96250283b7501
Add wrench15 wrench17 and wrench18 shortcuts into the Makefile
diff --git a/Makefile b/Makefile index 587ca0e..1854310 100644 --- a/Makefile +++ b/Makefile @@ -1,92 +1,95 @@ SRC_DIR = src BUILD_DIR = build DOC_DIR = doc DIST_DIR = dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ${SRC_DIR}/String.js\ ${SRC_DIR}/S...
dantman/wrench
ad3e6d70afe90cf348e03d34a46a4b52683c00ca
Revert commits 9d760dbb9f298de91668fa098325dd4ec9b74b66 and 411623cf2d944352cbe17377da430ecc16135173 JS1.7 does support iterators and yield, I just wasn't running Rhino with -version 170 enabled.
diff --git a/Makefile b/Makefile index b7bed9f..8599679 100644 --- a/Makefile +++ b/Makefile @@ -1,84 +1,85 @@ SRC_DIR = src BUILD_DIR = build PREFIX = . DIST_DIR = ${PREFIX}/dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ${SRC_DIR}/String.js\ ${S...
dantman/wrench
0389ede2c2e071d74634ff6ff6d31bad87b69b0e
Implement array.repeat array.flat array.append and array.clean
diff --git a/src/Array.js b/src/Array.js index a237332..db44dd4 100644 --- a/src/Array.js +++ b/src/Array.js @@ -1,87 +1,137 @@ /** * Create a new array of a specified length filled with a certain value * * @param size The size of the array to create * @param value The value to populate all the items in the a...
dantman/wrench
411623cf2d944352cbe17377da430ecc16135173
JS 1.7 doesn't support yield?
diff --git a/Makefile b/Makefile index 8599679..b7bed9f 100644 --- a/Makefile +++ b/Makefile @@ -1,85 +1,84 @@ SRC_DIR = src BUILD_DIR = build PREFIX = . DIST_DIR = ${PREFIX}/dist FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/Number.js\ ${SRC_DIR}/Math.js\ ${SRC_DIR}/String.js\ ${S...
dantman/wrench
964554285147fd6acfba26a042ae4388000ba1b9
Include extra hash like functionality onto Object.
diff --git a/src/Object.js b/src/Object.js index f9c7a18..92f723f 100644 --- a/src/Object.js +++ b/src/Object.js @@ -1,8 +1,36 @@ -Object.invert = function(obj) { +Object.invert = function invert(obj) { var o = {}; for( var k in obj ) if( obj.hasOwnProperty(k) ) o[obj[k]] = k; return o; }; +Object.merge...
dantman/wrench
9d760dbb9f298de91668fa098325dd4ec9b74b66
Minor modification to iterator to support 1.7
diff --git a/src/Array.iterator.js b/src/Array.iterator.js index fc6ec2b..4db685a 100644 --- a/src/Array.iterator.js +++ b/src/Array.iterator.js @@ -1,11 +1,11 @@ /** * Define an array iterator. * Using this we never need to hide properties from loops and both for and * for each loop syntax become available for ...
dantman/wrench
cb7b37ece291cef325ff4be4aaa6a600c2639bc3
Reorganize project files and support JS 1.5 1.7 and 1.8
diff --git a/Makefile b/Makefile index 7095b53..8599679 100644 --- a/Makefile +++ b/Makefile @@ -1,86 +1,85 @@ SRC_DIR = src BUILD_DIR = build PREFIX = . DIST_DIR = ${PREFIX}/dist -BROWSER_FILES = ${SRC_DIR}/top.txt\ +FILES_TOP = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ + ${SRC_DIR}/Number.js\ + ${SRC_DIR}/M...
dantman/wrench
0d4eed02c84e5dddc6b96bc94e5f3d1f7074ccca
array.clear();
diff --git a/src/Array.js b/src/Array.js index 80a0c2c..a237332 100644 --- a/src/Array.js +++ b/src/Array.js @@ -1,80 +1,87 @@ /** * Create a new array of a specified length filled with a certain value * * @param size The size of the array to create * @param value The value to populate all the items in the ar...
dantman/wrench
a6d1f927e7387d22895b4062edebaa7aa4d6d5e7
array.remove(item);
diff --git a/src/Array.js b/src/Array.js index b8ea2ff..80a0c2c 100644 --- a/src/Array.js +++ b/src/Array.js @@ -1,63 +1,80 @@ /** * Create a new array of a specified length filled with a certain value * * @param size The size of the array to create * @param value The value to populate all the items in the ar...
dantman/wrench
7c33554977d64db43ad43f420dd3f313ed237c26
array.reduceNative (So we can do things like [1,2,3].reduceNative(Math.max);) Math.sum and Math.avg
diff --git a/src/Array.js b/src/Array.js index e33cb4b..b8ea2ff 100644 --- a/src/Array.js +++ b/src/Array.js @@ -1,54 +1,63 @@ /** * Create a new array of a specified length filled with a certain value * * @param size The size of the array to create * @param value The value to populate all the items in the ar...
dantman/wrench
77860190308ade725349d4d6bc5e1714f8364574
Add number and string padding
diff --git a/Makefile b/Makefile index 18d60a3..7095b53 100644 --- a/Makefile +++ b/Makefile @@ -1,84 +1,86 @@ SRC_DIR = src BUILD_DIR = build PREFIX = . DIST_DIR = ${PREFIX}/dist BROWSER_FILES = ${SRC_DIR}/top.txt\ ${SRC_DIR}/Object.js\ ${SRC_DIR}/String.js\ ${SRC_DIR}/String.generic.js\ ${SRC_DIR}/Ar...
dantman/wrench
01df92ab48fea902824f25151cda0f17bfa5037a
Support separator in string.repeat()
diff --git a/src/String.js b/src/String.js index 0da1b9c..31e660c 100644 --- a/src/String.js +++ b/src/String.js @@ -1,208 +1,209 @@ /** * Repeat a string a number of times. * * @param int num The number of times to repeat + * @param String separator An optional separator to insert in between the strings * @r...
dantman/wrench
7810a4b045a7a54071f660dba2c1182c34097528
Implement Array.fill() and convert string.repeat() to a shorter version that uses it.
diff --git a/src/Array.js b/src/Array.js index 1b49058..e33cb4b 100644 --- a/src/Array.js +++ b/src/Array.js @@ -1,41 +1,54 @@ +/** + * Create a new array of a specified length filled with a certain value + * + * @param size The size of the array to create + * @param value The value to populate all the items in the ar...
dantman/wrench
a568059bef03d1241e414f9a0ba2cf10e56e57a6
string.toTitleCase()
diff --git a/src/String.js b/src/String.js index 58f1a8c..d44ad1d 100644 --- a/src/String.js +++ b/src/String.js @@ -1,201 +1,211 @@ /** * Repeat a string a number of times. * * @param int num The number of times to repeat * @return String the repeated string */ String.prototype.repeat = function repeat(nu...
dantman/wrench
5e8e8b80ce255fc8446444b1e71399c972808d8e
.diff() and .intersect() for js1.5
diff --git a/src/Array.15.js b/src/Array.15.js index 71ddab3..9267749 100644 --- a/src/Array.15.js +++ b/src/Array.15.js @@ -1,12 +1,26 @@ -Array.prototype.diff = function intersect() { - +/** + * Compare this array with another one and return an array with all the items + * in this one that are not in the other. + * ...
dantman/wrench
5f6635e3fa950c4fbbf307be72a65c09bc31f7ef
array.rand();
diff --git a/src/Array.js b/src/Array.js index bee1646..1b49058 100644 --- a/src/Array.js +++ b/src/Array.js @@ -1,34 +1,41 @@ /** * Check if the array contains an item */ Array.prototype.has = function has(item) { return this.indexOf(item) > -1; }; /** * Return an array where all duplicate items have bee...
dantman/wrench
ec3d540d4682122e2c57ac3985c05986c7dd1931
Fix compatibility bug and use hasOwnProperty in Object.invert
diff --git a/src/Object.js b/src/Object.js index 491150a..f9c7a18 100644 --- a/src/Object.js +++ b/src/Object.js @@ -1,6 +1,8 @@ Object.invert = function(obj) { var o = {}; - for( var k in obj ) o[obj[k]] = k; + for( var k in obj ) + if( obj.hasOwnProperty(k) ) + o[obj[k]] = k; return o; }; diff --git a/src/...
dantman/wrench
9f38b1b42b1fc73c0876dc24a2c0facab59d6d51
Use a proper MIT License boilerplate
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a782cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +dist/ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..18d60a3 --- /dev/null +++ b/Makefile @@ -0,0 +1,84 @@ +SRC_DIR = src +BUILD_DIR = build + +PREFIX = . +DIST_DIR ...
jsuchy/TddJavaScriptCodeCamp2009
4bf4c22037d6a955de7c0631df8a035c50d3c780
add code and slides
diff --git a/README b/README index e69de29..6d11612 100644 --- a/README +++ b/README @@ -0,0 +1,9 @@ +Code Camp Chicago - TDD and JavaScript + +This repo contains: + +slides/TddAndJavaScript.pdf => the slides from the presentation +code/* => the code written during the presentation + +The testing framework developed du...
jsuchy/TddJavaScriptCodeCamp2009
ac654f1b93f998d035533d186c77ba2ba12dc067
empty repo
diff --git a/README b/README new file mode 100644 index 0000000..e69de29
aparrish/sexywindsurfing
3b45ccb872bcfbbef99a02b20029daf21fc074aa
another commit
diff --git a/.Agent.py.swp b/.Agent.py.swp new file mode 100644 index 0000000..59e1416 Binary files /dev/null and b/.Agent.py.swp differ diff --git a/Agent.py b/Agent.py new file mode 100644 index 0000000..138bb92 --- /dev/null +++ b/Agent.py @@ -0,0 +1,89 @@ + +class Agent(object): + + def __init__(self): + self.h...
bmatthews68/MockNS
63d0c6d498b9f3825ce7725330114c046aa53db5
Added spy support
diff --git a/mockns-mockito/src/main/java/com/btmatthews/mockns/mockito/MockBeanDefinitionParser.java b/mockns-mockito/src/main/java/com/btmatthews/mockns/mockito/MockBeanDefinitionParser.java index 1e55bd0..ce98848 100644 --- a/mockns-mockito/src/main/java/com/btmatthews/mockns/mockito/MockBeanDefinitionParser.java ++...
bmatthews68/MockNS
e8bce11b9de6f1ac8b726b8859940dc46d99b2a7
Updating project copyright notices, POM configuration and dependencies
diff --git a/.classpath b/.classpath index 25df935..cc6c05c 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> - <...
bmatthews68/MockNS
04d2212b9e4968d02b4d907addcad1e0666614dc
Checking in work in progress
diff --git a/checkstyle.xml b/checkstyle.xml index 8aa5dcc..79355c0 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -1,174 +1,188 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> - +<!-- + ...
bmatthews68/MockNS
64ad7c88ac32ad130f0ac30e8ad96270b38d6e21
Additional unit tests and site configuration
diff --git a/mockns-easymock/src/site/apt/usage.apt b/mockns-easymock/src/site/apt/usage.apt new file mode 100644 index 0000000..ecb0018 --- /dev/null +++ b/mockns-easymock/src/site/apt/usage.apt @@ -0,0 +1,65 @@ + ------ + Usage + ------ + Brian Matthews + ------ + 2009-09-25 + ------ + +~~ Copyright (c) 2009 Brian Th...
bmatthews68/MockNS
9e6212747c95543142ca7ee885cfd662d0cc99e0
CR/LF clean-up
diff --git a/.classpath b/.classpath old mode 100755 new mode 100644 index 0469885..25df935 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.Stand...
bmatthews68/MockNS
eae6fb8f946b6bb7e2cf4fb9d9b4e862e07e7ef7
Added custom site descriptor
diff --git a/pom.xml b/pom.xml index bcb9ea6..c4aa935 100755 --- a/pom.xml +++ b/pom.xml @@ -1,268 +1,268 @@ <?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.0 ...
bmatthews68/MockNS
68fda591a319f875428fc4e8f5ea7a4c2f187868
Added SCM and Distribution details
diff --git a/pom.xml b/pom.xml index 2918bc5..bcb9ea6 100755 --- a/pom.xml +++ b/pom.xml @@ -1,258 +1,268 @@ <?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.0 ...
bmatthews68/MockNS
d7f5c6bb072845a4d7ea3e4c9e8f73688001f4c6
General tidy up
diff --git a/mockns-easymock/src/main/java/com/btmatthews/mockns/easymock/MockBeanDefinitionParser.java b/mockns-easymock/src/main/java/com/btmatthews/mockns/easymock/MockBeanDefinitionParser.java index 494d1d1..6c1199a 100755 --- a/mockns-easymock/src/main/java/com/btmatthews/mockns/easymock/MockBeanDefinitionParser.j...
bmatthews68/MockNS
7ab2d82b815c191d473a8cea487bc759e0fc889c
Initial check-in
diff --git a/.classpath b/.classpath new file mode 100755 index 0000000..0469885 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java...
mitechie/pyvim
991f58de476e5b543889db1ba9524d02f8cdeff7
Who knows what's updated I guess
diff --git a/.vim/.netrwhist b/.vim/.netrwhist index 1aa9d4e..7771a52 100644 --- a/.vim/.netrwhist +++ b/.vim/.netrwhist @@ -1,4 +1,2 @@ let g:netrw_dirhistmax =10 -let g:netrw_dirhist_cnt =2 -let g:netrw_dirhist_1='/home/rharding/tmp/django/lib/python2.7/site-packages/django' -let g:netrw_dirhist_2='/home/rharding/s...