repo
string
commit
string
message
string
diff
string
cvan/secinv-client
b1864635b74d88f84a88eb4297656d3f8da23f13
initialize auth config
diff --git a/client/common.py b/client/common.py index d184f42..50a8a4c 100644 --- a/client/common.py +++ b/client/common.py @@ -1,103 +1,103 @@ from ConfigParser import ConfigParser import os import re import sys ROOT = os.path.dirname(os.path.abspath(__file__)) # Used to translate path in this directory to ...
cvan/secinv-client
9587a4e994f28f6467266767d527b8dd3a13f9be
remove auth conf and add gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d3e86d --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.conf +*.pyc +*._* +.DS_Store +_build +.*.sw[po] +*.egg-info +dist +build +MANIFEST +.htaccess +
cvan/secinv-client
b14b33f2c24e96efbbc0f6e7be48be74634ac7cf
add auth config file
diff --git a/client/apacheparser.py b/client/apacheparser.py index 4e808c1..44c0bc5 100644 --- a/client/apacheparser.py +++ b/client/apacheparser.py @@ -1,242 +1,241 @@ import glob import os import re import sys from common import * class ApacheNode: re_comment = re.compile(r"""^#.*$""") re_sectio...
cvan/secinv-client
e18a991a5745817ba3d2b6a044987d46428ab3bd
check for null lines
diff --git a/client/inventory.py b/client/inventory.py index 03161a2..44f65c1 100644 --- a/client/inventory.py +++ b/client/inventory.py @@ -1,461 +1,470 @@ from ConfigParser import ConfigParser import os import re import subprocess import string from apacheparser import * from common import * # TODO: Use `...
cvan/secinv-client
04bc3160d5327dda66a4770a4162687690298815
add setdefault
diff --git a/client/apacheparser.py b/client/apacheparser.py index 0f3039f..4e808c1 100644 --- a/client/apacheparser.py +++ b/client/apacheparser.py @@ -1,245 +1,242 @@ import glob import os import re import sys from common import * class ApacheNode: re_comment = re.compile(r"""^#.*$""") re_sectio...
cvan/secinv-client
b889723fe9f2ab36df0bd4347a0d1e65bd06b25b
undo setdefault, remove redundant split argument
diff --git a/client/apacheparser.py b/client/apacheparser.py index 4e808c1..0f3039f 100644 --- a/client/apacheparser.py +++ b/client/apacheparser.py @@ -1,242 +1,245 @@ import glob import os import re import sys from common import * class ApacheNode: re_comment = re.compile(r"""^#.*$""") re_sectio...
cvan/secinv-client
69b8b199d273f78634e1017921d2cabc3a3473ec
clean up code
diff --git a/client/apacheparser.py b/client/apacheparser.py index 9df535a..4e808c1 100644 --- a/client/apacheparser.py +++ b/client/apacheparser.py @@ -1,279 +1,242 @@ import glob import os import re import sys from common import * class ApacheNode: re_comment = re.compile(r"""^#.*$""") re_sectio...
cvan/secinv-client
04d86ad85b475ce9dc74c9738e50a2ed165236e3
clean up
diff --git a/client/apacheparser.py b/client/apacheparser.py index 796ddf4..4e808c1 100644 --- a/client/apacheparser.py +++ b/client/apacheparser.py @@ -1,255 +1,242 @@ import glob import os import re import sys from common import * class ApacheNode: re_comment = re.compile(r"""^#.*$""") re_sectio...
cvan/secinv-client
6dd8991eefefe57b36247b500fc5388f93988760
remove comments, use setdefault
diff --git a/client/apacheparser.py b/client/apacheparser.py index 9df535a..796ddf4 100644 --- a/client/apacheparser.py +++ b/client/apacheparser.py @@ -1,279 +1,255 @@ import glob import os import re import sys from common import * class ApacheNode: re_comment = re.compile(r"""^#.*$""") re_sectio...
adamalex/fast-scrolling
4036c80f9bc0b01dcfec552ebafa4eb5d785a5a4
Fixed to prevent indenting content when using swipe-to-delete - credit goes to ben's StackOverflow answer at http://stackoverflow.com/questions/742829/animating-custom-drawn-uitableviewcell-when-entering-edit-mode/1709875#1709875
diff --git a/Classes/FirstLastExampleTableViewCell.m b/Classes/FirstLastExampleTableViewCell.m index e1aadfe..412333c 100644 --- a/Classes/FirstLastExampleTableViewCell.m +++ b/Classes/FirstLastExampleTableViewCell.m @@ -1,92 +1,92 @@ // // FirstLastExampleTableViewCell.m // FastScrolling // // Created by Loren...
adamalex/fast-scrolling
763b63b0f99927b5d3dcfa140f1b04fd7f5228d2
Enabled swipe-to-delete on the UITableView
diff --git a/Classes/RootViewController.m b/Classes/RootViewController.m index 5c383fd..ee9b815 100644 --- a/Classes/RootViewController.m +++ b/Classes/RootViewController.m @@ -1,64 +1,69 @@ // // RootViewController.m // FastScrolling // // Created by Loren Brichter on 12/9/08. // Copyright atebits 2008. All ...
adamalex/fast-scrolling
0ed1d8a1d0a9ecfc064132e3a97ceb0f88f44a69
Revert "Configured cell to adapt to edit mode (non-animated)"
diff --git a/Classes/FirstLastExampleTableViewCell.m b/Classes/FirstLastExampleTableViewCell.m index f907a91..20f06e0 100644 --- a/Classes/FirstLastExampleTableViewCell.m +++ b/Classes/FirstLastExampleTableViewCell.m @@ -1,87 +1,82 @@ // // FirstLastExampleTableViewCell.m // FastScrolling // // Created by Loren...
adamalex/fast-scrolling
eb88ffd7af320cd55eda230f204251644dca4fbf
Configured cell to adapt to edit mode (non-animated)
diff --git a/Classes/FirstLastExampleTableViewCell.m b/Classes/FirstLastExampleTableViewCell.m index 20f06e0..f907a91 100644 --- a/Classes/FirstLastExampleTableViewCell.m +++ b/Classes/FirstLastExampleTableViewCell.m @@ -1,82 +1,87 @@ // // FirstLastExampleTableViewCell.m // FastScrolling // // Created by Loren...
adamalex/fast-scrolling
9fa66a3ecb9c98bcc3ed4bd5cf26a7b6825b5ffb
Configured UITableView to be editable
diff --git a/Classes/RootViewController.m b/Classes/RootViewController.m index daad140..5c383fd 100644 --- a/Classes/RootViewController.m +++ b/Classes/RootViewController.m @@ -1,63 +1,64 @@ // // RootViewController.m // FastScrolling // // Created by Loren Brichter on 12/9/08. // Copyright atebits 2008. All ...
adamalex/fast-scrolling
95d7ff695598a18ae2c6ada4a0de582eb4d97d2e
Added ignore file
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07ca61d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pbxuser +*.mode1v3 +build/**/*
h1t/emacs-chat
ed7d296d3cc5ee924cafdc95db4051c9083722b3
used sgml mode for strip xml tags
diff --git a/pidgin-dbus.el b/pidgin-dbus.el index 48b3893..8a2f8c1 100644 --- a/pidgin-dbus.el +++ b/pidgin-dbus.el @@ -1,113 +1,105 @@ (require 'dbus) (require 'xml) ;;http://habahaba.jrudevels.org/ (defconst pidgin-icq-protocol "icq") (defconst pidgin-jabber-protocol "xmpp") (defvar pidgin-accounts nil...
h1t/emacs-chat
376dc4764358c434b50e856d04eab996eb46781c
fix for pidgin 2.5.9
diff --git a/pidgin-dbus.el b/pidgin-dbus.el index 8413fdd..48b3893 100644 --- a/pidgin-dbus.el +++ b/pidgin-dbus.el @@ -1,113 +1,113 @@ (require 'dbus) (require 'xml) ;;http://habahaba.jrudevels.org/ (defconst pidgin-icq-protocol "icq") (defconst pidgin-jabber-protocol "xmpp") (defvar pidgin-accounts nil...
h1t/emacs-chat
924db34295bff05e1ccd07f4fa6fd3476d2255ef
fixed bug of displaying message like "%#test" added variable for logging directory
diff --git a/README b/README index efdf579..c61e500 100644 --- a/README +++ b/README @@ -1,21 +1,27 @@ Wrapper for pidgin instant messager ~~~~~~~~~~~~~~~~~~~~ run pidgin or finch I prefer run finch in screen: $ screen -dmS "finch" finch ~~~~~~~~~~~~~~~~~~~~ +create directory for store history (default name "~/.m...
h1t/emacs-chat
f6cb9985868849d31f1b0a6381e0920e88370f4e
added completing-read function
diff --git a/README b/README index e7d4f52..efdf579 100644 --- a/README +++ b/README @@ -1,21 +1,21 @@ Wrapper for pidgin instant messager ~~~~~~~~~~~~~~~~~~~~ run pidgin or finch I prefer run finch in screen: $ screen -dmS "finch" finch ~~~~~~~~~~~~~~~~~~~~ add to your .emacs file: -(require 'pidgin-chatcore)...
h1t/emacs-chat
42b93aaa7c7808a42aaaeb31b5d123ae2f1dcbc1
replace prefix shem to pidgin
diff --git a/README b/README index cdac261..e7d4f52 100644 --- a/README +++ b/README @@ -1,21 +1,21 @@ Wrapper for pidgin instant messager ~~~~~~~~~~~~~~~~~~~~ run pidgin or finch I prefer run finch in screen: $ screen -dmS "finch" finch ~~~~~~~~~~~~~~~~~~~~ add to your .emacs file: -(require 'shem-chatcore) +...
h1t/emacs-chat
5408094e31ce35356a49693709df9ad5f72117d4
added require of cl package
diff --git a/shem-chatcore.el b/shem-chatcore.el index 8dc4851..5ec9061 100644 --- a/shem-chatcore.el +++ b/shem-chatcore.el @@ -1,37 +1,38 @@ +(require 'cl) (require 'shem-chatbuffer) (require 'shem-pidgin) (require 'shem-chatactivity) (defconst shem-protocol-delimeter "-") (defvar shem-default-input-method "...
h1t/emacs-chat
a96a40ff5ad826e40f46bac1fb7c7b44fa01ef32
fixed documentation
diff --git a/README b/README index 45337ff..cdac261 100644 --- a/README +++ b/README @@ -1,15 +1,21 @@ +Wrapper for pidgin instant messager +~~~~~~~~~~~~~~~~~~~~ +run pidgin or finch +I prefer run finch in screen: +$ screen -dmS "finch" finch +~~~~~~~~~~~~~~~~~~~~ add to your .emacs file: (require 'shem-chatcore) ...
h1t/emacs-chat
b5cb52d61ca61f068c463678ae2eb2d1de878f5d
removed shem-util
diff --git a/shem-chatactivity.el b/shem-chatactivity.el index ecbee1f..ec3be0e 100644 --- a/shem-chatactivity.el +++ b/shem-chatactivity.el @@ -1,72 +1,73 @@ (defface shem-chat-activity-face '((t (:foreground "firebrick" :weight bold))) "face for activity message" :group 'shem-chat) (defvar shem-activity-...
h1t/emacs-chat
0f21fd6d343d1f021b8af8852c64534426bb7fbf
added autodetecting of buddy list
diff --git a/README b/README index 47b395d..45337ff 100644 --- a/README +++ b/README @@ -1,23 +1,15 @@ add to your .emacs file: (require 'shem-chatcore) -;; jabber user list -(setq shem-jabber-name-list - (list '("testJabberBuddy1" "test@jabber.org") - '("testJabberBuddy2" "test@jabber.org"))) -;; icq user ...
h1t/emacs-chat
6ac8986cc32e845822e9c2fa8219c30a8ea2532d
added ido-completing-read instead of completing-read
diff --git a/shem-chatbuffer.el b/shem-chatbuffer.el index f026de3..08aeb14 100644 --- a/shem-chatbuffer.el +++ b/shem-chatbuffer.el @@ -1,172 +1,172 @@ (defgroup shem-chat nil "Herocraft instant messaging" :group 'applications) (defface shem-chat-my-message-face '((t (:foreground "salmon" :weight bold))) ...
h1t/emacs-chat
29eecc5fdda54a2aa9240eda970bef7b5212c7f2
added cl package; added default input method
diff --git a/README b/README index 7f86315..47b395d 100644 --- a/README +++ b/README @@ -1,14 +1,23 @@ add to your .emacs file: (require 'shem-chatcore) +;; jabber user list (setq shem-jabber-name-list - (list '("testJabberBuddy" "test@jabber.org"))) + (list '("testJabberBuddy1" "test@jabber.org") + '("te...
h1t/emacs-chat
b87b9b39965f373f7a4785e5e59fd8eddb0c7dd4
added shem-util dependence
diff --git a/shem-chatcore.el b/shem-chatcore.el index 8605dca..c0b280c 100644 --- a/shem-chatcore.el +++ b/shem-chatcore.el @@ -1,15 +1,16 @@ (require 'shem-chatbuffer) (require 'shem-pidgin) (require 'shem-chatactivity) +(require 'shem-util) (defun shem-chat-connect () (shem-pidgin-init)) (defvar shem-cha...
jtadeulopes/Rails-Env-Automatic-Install
a583be0828a71baf209148d43bbe1411482e2e48
Added gem shoulda and mocha.
diff --git a/development-rails-setup.sh b/development-rails-setup.sh index 8bb4329..221048c 100644 --- a/development-rails-setup.sh +++ b/development-rails-setup.sh @@ -1,227 +1,229 @@ #!/bin/bash if [ "$(whoami)" != "root" ]; then echo "You need to be root to run this!" exit 2 fi echo "" echo "===========...
jtadeulopes/Rails-Env-Automatic-Install
32d59424b705e4d3f25630bc1037e5b489a74ada
Added gem flog, flay, reek, roodi, rcov and gruff.
diff --git a/development-rails-setup.sh b/development-rails-setup.sh index 8bb4329..d16e5e5 100644 --- a/development-rails-setup.sh +++ b/development-rails-setup.sh @@ -1,227 +1,233 @@ #!/bin/bash if [ "$(whoami)" != "root" ]; then echo "You need to be root to run this!" exit 2 fi echo "" echo "===========...
jtadeulopes/Rails-Env-Automatic-Install
1b6e2a072331194ee24f82a89d72a535bc738f40
Added gem annotate
diff --git a/development-rails-setup.sh b/development-rails-setup.sh index fcfcc0b..8bb4329 100644 --- a/development-rails-setup.sh +++ b/development-rails-setup.sh @@ -1,226 +1,227 @@ #!/bin/bash if [ "$(whoami)" != "root" ]; then echo "You need to be root to run this!" exit 2 fi echo "" echo "===========...
jtadeulopes/Rails-Env-Automatic-Install
1a5670a73ae1215b4821fc119eddddec8c4024bf
added gem faker, populator, remarkable_rails, brazilian-rails, grit, gravtastic and formtastic.
diff --git a/development-rails-setup.sh b/development-rails-setup.sh index e528e22..fcfcc0b 100644 --- a/development-rails-setup.sh +++ b/development-rails-setup.sh @@ -1,219 +1,226 @@ #!/bin/bash if [ "$(whoami)" != "root" ]; then echo "You need to be root to run this!" exit 2 fi echo "" echo "===========...
jtadeulopes/Rails-Env-Automatic-Install
ebe7a5a64dbdc85b4208f11234d26c0639c663fb
Fix operator at start conditional
diff --git a/development-rails-setup.sh b/development-rails-setup.sh index 020f506..e528e22 100644 --- a/development-rails-setup.sh +++ b/development-rails-setup.sh @@ -1,219 +1,219 @@ #!/bin/bash if [ "$(whoami)" != "root" ]; then echo "You need to be root to run this!" exit 2 fi echo "" echo "===========...
jtadeulopes/Rails-Env-Automatic-Install
7123883bfe1f64f0b2e747041d4967091140af4d
Fix the rm command on clean the old files, on RubyGems and Git installations
diff --git a/development-rails-setup.sh b/development-rails-setup.sh index ad249f3..020f506 100644 --- a/development-rails-setup.sh +++ b/development-rails-setup.sh @@ -1,219 +1,219 @@ #!/bin/bash if [ "$(whoami)" != "root" ]; then echo "You need to be root to run this!" exit 2 fi echo "" echo "===========...
jtadeulopes/Rails-Env-Automatic-Install
c3b6da1f7fa01e3939e940255e732af7de8091c4
Fix equally operator on GMATE, PASSENGER and GEMS conditionals
diff --git a/development-rails-setup.sh b/development-rails-setup.sh index ba8a977..ad249f3 100644 --- a/development-rails-setup.sh +++ b/development-rails-setup.sh @@ -1,219 +1,219 @@ #!/bin/bash if [ "$(whoami)" != "root" ]; then echo "You need to be root to run this!" exit 2 fi echo "" echo "===========...
jtadeulopes/Rails-Env-Automatic-Install
be02ecaeee563ae87fdf0b2098c602123fd1ab0d
Remove pyinotify and passenger-install-apache2-module, no longer necessary anymore with karmic koala
diff --git a/development-rails-setup.sh b/development-rails-setup.sh index 304d8c5..ba8a977 100644 --- a/development-rails-setup.sh +++ b/development-rails-setup.sh @@ -1,219 +1,219 @@ #!/bin/bash if [ "$(whoami)" != "root" ]; then echo "You need to be root to run this!" exit 2 fi echo "" echo "===========...
jtadeulopes/Rails-Env-Automatic-Install
7e0e16c0d167854e0cfa38839b5e663fe33988f1
First version of script tested
diff --git a/development-rails-setup.sh b/development-rails-setup.sh new file mode 100644 index 0000000..304d8c5 --- /dev/null +++ b/development-rails-setup.sh @@ -0,0 +1,219 @@ +#!/bin/bash + +if [ "$(whoami)" != "root" ]; then +echo "You need to be root to run this!" + exit 2 +fi + +echo "" +echo "==================...
radekp/qdictopia
49f857ef8bc2568e105e9259a2e9e9bed51b2570
Debian package
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..4773f72 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +qtmoko for Debian +----------------- + +<possible notes regarding this package - if none, delete this file> + + -- Radek Polak <psonek2@seznam.cz> Sat, 05 Feb 2...
radekp/qdictopia
52f48b488e797e2fccc97b564997d5f3b2442478
Use qtopia menu
diff --git a/src/qdictopia.cpp b/src/qdictopia.cpp index af171e7..a1b5400 100644 --- a/src/qdictopia.cpp +++ b/src/qdictopia.cpp @@ -1,10 +1,14 @@ #include "qdictopia.h" QDictOpia::QDictOpia(QWidget* parent, Qt::WindowFlags flags) : QMainWindow(parent, flags) { setWindowTitle(tr("QDictopia")); +#ifdef QTOPIA ...
radekp/qdictopia
0c772285b1771abfd1d39c2bb9fd9b330555b4dd
Fix input methods blinking by showing word as dialog.
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index fa462c5..d9ef3a4 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,164 +1,171 @@ #include <QMessageBox> #include <QTimer> +#ifdef QTOPIA +#include <QtopiaApplication> +#endif #include "mainwindow.h" MainWindow::MainWindow(QWidget* parent, Q...
radekp/qdictopia
f23c56afdc82bf4293a4c959dfa01c2aa587db45
Better icon
diff --git a/pics/QDictopia.png b/pics/QDictopia.png deleted file mode 100644 index 1256873..0000000 Binary files a/pics/QDictopia.png and /dev/null differ diff --git a/pics/qdictopia.svg b/pics/qdictopia.svg new file mode 100644 index 0000000..faa926a --- /dev/null +++ b/pics/qdictopia.svg @@ -0,0 +1,298 @@ +<?xml ver...
radekp/qdictopia
4c6161c93e734571e3cb5d8c731dad7a74929a5c
Search, parser, path fixes and color support
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index aad16df..fa462c5 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,181 +1,164 @@ #include <QMessageBox> #include <QTimer> #include "mainwindow.h" MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags f, QMenu *menu) : QWidget(parent, f), ...
radekp/qdictopia
60c723432427eaff0ad989ad4181635a9f7f42e1
Fixing typecasting to work correctly on ARM
diff --git a/src/lib/lib.cpp b/src/lib/lib.cpp index 55a859d..de8560c 100644 --- a/src/lib/lib.cpp +++ b/src/lib/lib.cpp @@ -1,1013 +1,1017 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include <algorithm> #include <cstring> #include <cctype> #include <sys/stat.h> #include <zlib.h> #include <glib/g...
radekp/qdictopia
e5f439b414cf9823bcc48ac828578f90c30b766b
Make it working on PC in QtCreator and qbuild project file.
diff --git a/qbuild.pro b/qbuild.pro new file mode 100644 index 0000000..d27e2fe --- /dev/null +++ b/qbuild.pro @@ -0,0 +1,87 @@ +TEMPLATE=app +TARGET=qdictopia + +CONFIG+=qtopia +DEFINES+=QTOPIA + +# I18n info +STRING_LANGUAGE=en_US +LANGUAGES=en_US + +INCLUDEPATH+=/usr/include/glib-2.0 \ + /usr/lib/glib-2...
radekp/qdictopia
79671ab933178f894660d8daf3f1265553153b1d
QDictopia 0.0.5
diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..864c4b8 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,11 @@ +Author of StarDict: + Hu Zheng <huzheng_001@163.com> http://forlinux.yeah.net + +Author of sdcv: + Evgeniy Dushistov <dushistov@mail.ru> + +Author of QStarDict: + Alexander Rodin http://qstardict.yls...
axelGschaider/PimpedScalaTable
abb586a41dc10626b7410f8cbb709eb4850cf4db
fixed a column computation gug and added some paint magic to example
diff --git a/PimpedTable.scala b/PimpedTable.scala index 626a853..9480ffa 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,537 +1,583 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
ed3fd3405162f5a89950505be58bf52b9c667ce0
moved selection and expansion rendering into PimpedTable
diff --git a/PimpedTable.scala b/PimpedTable.scala index dad1d05..626a853 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,440 +1,537 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
fa28b11f11c67270348f1c03c8ee553f6192f2fd
internal sorting works too
diff --git a/PimpedTableTest.scala b/PimpedTableTest.scala index 6673e5b..3e76249 100644 --- a/PimpedTableTest.scala +++ b/PimpedTableTest.scala @@ -1,211 +1,217 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find la...
axelGschaider/PimpedScalaTable
294fac7cca60884076ca0fa24c46279ce4bc07b3
sortin now works for expanded rows
diff --git a/PimpedTable.scala b/PimpedTable.scala index d27ba60..dad1d05 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,416 +1,440 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
07c3f402f973eca6935e84275c65b2dbc9dbbd3c
solved some puzzles. Better Test.
diff --git a/PimpedTable.scala b/PimpedTable.scala index b405a1c..d27ba60 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,429 +1,416 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
8e59d0fb24851d2cf89acd049988e63d30d3c16f
expanded nodes get expandend. Basic destinction in expansion column rendering.
diff --git a/PimpedTable.scala b/PimpedTable.scala index 2e9d322..b405a1c 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,415 +1,429 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
aaacebde481a150908c2d3cbb348c703eab9e9fc
did lot's of "lifting". Finally I can start nailing that expansion stuff.
diff --git a/PimpedTable.scala b/PimpedTable.scala index 8485085..2e9d322 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,357 +1,415 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
91f91042befaf171ce3b9546cca28efc68198d21
looking good on the type side. On my way to extension
diff --git a/PimpedTable.scala b/PimpedTable.scala index 85408ca..8485085 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,359 +1,357 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
3d6313156b3c629d03e7e67b7f1cf433572a3a0b
wasn't all that bad, was it?
diff --git a/PimpedTable.scala b/PimpedTable.scala index 3e49886..85408ca 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,353 +1,359 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
30c41eb5cc948ba717780a8c00d715a5fd61b8ca
last stop bevore refactoring the whole data model
diff --git a/PimpedTable.scala b/PimpedTable.scala index 9c68eb1..3e49886 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,338 +1,353 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
be6c4c74d13b942297868c1bb0fb393e302d01fe
fix bug that resulted in bad sorter when there is a expansion column
diff --git a/PimpedTable.scala b/PimpedTable.scala index e563102..9c68eb1 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,331 +1,338 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
f49040114050dcfe50e358df5afa66bfee6c44d6
Set up new Utils.scala, needed for Column Remembering
diff --git a/PimpedTable.scala b/PimpedTable.scala index 41a733e..e563102 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,320 +1,331 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
fa7ed0ac4f031635dc4a29b90d70ebb6c61870fa
refactored the 2 listeners into one
diff --git a/PimpedTable.scala b/PimpedTable.scala index 2bb7dd1..41a733e 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,314 +1,320 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
0a2e49b6b635e166990e31843f653023d73569e9
now i nailed the column dragging error (while haveing a fixed first column).
diff --git a/PimpedTable.scala b/PimpedTable.scala index 5d8412c..2bb7dd1 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,303 +1,314 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
fec12f06d6a2bd8c531110ee56c59ed5a2498433
expansion column is always the first one (still problem with header thoug)
diff --git a/PimpedTable.scala b/PimpedTable.scala index a1e1f85..5d8412c 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,265 +1,303 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
1a2772fa0cc1cf347df9d9ae010c578a6eb0f640
laid basis for expanding
diff --git a/PimpedTable.scala b/PimpedTable.scala index a59b21d..a1e1f85 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,235 +1,265 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
173d792ef3e1c564879e84b36a088ac9146686cf
introduced PimpedTableSelectionEvent
diff --git a/PimpedTable.scala b/PimpedTable.scala index 81c46ab..a59b21d 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,232 +1,235 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
339d8531de3830d136609d89acbf76f53549c07d
refactored so data can be changed from the outside
diff --git a/PimpedTable.scala b/PimpedTable.scala index f78e612..81c46ab 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,193 +1,232 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
8792424e21f38538da232fd9defcaff4c528be39
listening to table now also reveals a TableRowsSelected that is ONLY fired, when something realy changed
diff --git a/PimpedTable.scala b/PimpedTable.scala index 559e152..f78e612 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,165 +1,193 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
b1deae51ba9fe5bfad9a88aa280fcd7ceef63105
Keep Selection when ever the data changes (includes filtering)
diff --git a/PimpedTable.scala b/PimpedTable.scala index c20819d..559e152 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,162 +1,165 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
db9aca85653b70e324b4bd92f472fe2cf0f2a994
basic selection manipulation
diff --git a/PimpedTable.scala b/PimpedTable.scala index cba5e06..c20819d 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,146 +1,162 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
4b7983b114dc01aec8129d376d4b76b58ad06703
basic filtering support. ToDo: keep selection
diff --git a/PimpedTable.scala b/PimpedTable.scala index 4aea271..cba5e06 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,140 +1,146 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
cbc4a53916195b9e6dc797a1e4fef7bcf3569f1e
minor changes to license
diff --git a/PimpedTable.scala b/PimpedTable.scala index 6ea7358..4aea271 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,139 +1,140 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
a0f9d79093cddc6a0dad00f596a7595c65335dd3
fixed Label-Rendering Problem in Example
diff --git a/PimpedTableTest.scala b/PimpedTableTest.scala index 2864833..854bbca 100644 --- a/PimpedTableTest.scala +++ b/PimpedTableTest.scala @@ -1,151 +1,150 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find la...
axelGschaider/PimpedScalaTable
c63ded1535606be6a58ae2f6e70993647ee14e17
support for selecting data
diff --git a/PimpedTable.scala b/PimpedTable.scala index 5f1c225..6ea7358 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,136 +1,139 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
3453c07671388115630ee57085a9f3e01c84d58e
some convenience stuff
diff --git a/PimpedTable.scala b/PimpedTable.scala index a3b7628..5f1c225 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,135 +1,136 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
730979287d2eb589d71283face3ba79c2f2922bf
sorting works. blocking single column from sorting doesn't.
diff --git a/PimpedTable.scala b/PimpedTable.scala index ca31ead..a3b7628 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,150 +1,135 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
a2c25604c6ba67eeef1ce22e27a04731fd3b3c4f
changed to Some[Comparator]
diff --git a/PimpedTable.scala b/PimpedTable.scala index 92d1eb8..ca31ead 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,147 +1,150 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
c21b3d3f4acd6a48606284e1caf6116cc01b7055
Sort test works but soes nothing
diff --git a/PimpedTable.scala b/PimpedTable.scala index e97651a..92d1eb8 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,147 +1,147 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
98e479de26037ca756acc71473d4f52195e3832c
PimpedTable = ScrollPane????????? What was I thinking?
diff --git a/PimpedTable.scala b/PimpedTable.scala index 8fe672d..e97651a 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,151 +1,147 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
5355d614163e0bdbbf56779309a8cc42f5ed219c
here comes sorting
diff --git a/PimpedTable.scala b/PimpedTable.scala index f599466..8fe672d 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,123 +1,151 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas ...
axelGschaider/PimpedScalaTable
9a9eee2bafefe3c3922c571aace0a81a02492693
after lots of type-, variant- and type-boundery-questions ;)
diff --git a/PimpedTable.scala b/PimpedTable.scala index c6e2c3f..f599466 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,79 +1,123 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas s...
axelGschaider/PimpedScalaTable
b87a4e9624d61e0ca51c8bb97e12ff5f3825d9e0
started to fill main class Test Programm "ready"
diff --git a/PimpedTable.scala b/PimpedTable.scala index 90d2c07..c6e2c3f 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,47 +1,79 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas sw...
axelGschaider/PimpedScalaTable
19687d6e43682c4e8fe97a1047d1506f32241816
basic structure
diff --git a/PimpedTable.scala b/PimpedTable.scala index 9efa853..90d2c07 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,25 +1,47 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas sw...
axelGschaider/PimpedScalaTable
6465d65e6995ff8e84f50376a55be09c16db6de8
makefile
diff --git a/makefile b/makefile new file mode 100644 index 0000000..9a1b094 --- /dev/null +++ b/makefile @@ -0,0 +1,18 @@ + +SC = scalac +FSC = fsc + +all: + fsc -deprecation *.scala + +full: + find . -name "*.class" | xargs rm -f + fsc -deprecation *.scala + +clean: + find . -name "*.class" | xargs rm -f + +test: +...
axelGschaider/PimpedScalaTable
94d063f84f46c287ed334427d7d13e26a3ebc85f
makefile
diff --git a/PimpedTable.scala b/PimpedTable.scala index df9bd7c..9efa853 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -1,21 +1,25 @@ /* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas sw...
axelGschaider/PimpedScalaTable
9dbb14fbc0817ebc6490f046f6b476bac7778a22
License stuff
diff --git a/PimpedTable.scala b/PimpedTable.scala index e69de29..df9bd7c 100644 --- a/PimpedTable.scala +++ b/PimpedTable.scala @@ -0,0 +1,21 @@ +/* PimpedScalaTable is a wrapper arround scalas swing.table or Javas JTable (haven't decided jet ;) ) that is meant to evercome all shortcomings I find lacking in scalas swi...
axelGschaider/PimpedScalaTable
ffa468adfce545e2ebd2e111b72a99ad7dc5c494
License stuff
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy...
axelGschaider/PimpedScalaTable
e239cada162b858ea8275feeec9fd01ed121dd22
Created the 2 main (and possibly only?) files
diff --git a/PimpedTable.scala b/PimpedTable.scala new file mode 100644 index 0000000..e69de29 diff --git a/PimpedTableTest.scala b/PimpedTableTest.scala new file mode 100644 index 0000000..e69de29
jgknight/Beautiful-Day
70c447e633f089340c0277fea546f072169b27f4
added readme, changed URL
diff --git a/README b/README new file mode 100644 index 0000000..bceadd0 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +Beautiful Day theme by Arcsin.se Ported to Drupal by Noobbox.com + +For Drupal 6.x diff --git a/noobbox_beautifulday.info b/noobbox_beautifulday.info index 2a90f48..14e4f4a 100644 --- a/noobbox_beautiful...
andrewle/tangovoice
834250380ac614f091211d0ebce434a9ee3edb47
Added analytics
diff --git a/template.html b/template.html index b2e5749..e2f5dbe 100644 --- a/template.html +++ b/template.html @@ -1,272 +1,286 @@ <!DOCTYPE HTML> <html> <head> {block:IndexPage} <title>{Title}</title> <meta name="description" content="{MetaDescription}"> {/block:IndexPage} {block:PostSummary}<title>{Pos...
andrewle/tangovoice
963ca64dfa66844e99514701c7d98f284dc94007
Moved links to the sidebar. Need to make a JS widget for it instead though
diff --git a/template.html b/template.html index 0a0a7a4..b2e5749 100644 --- a/template.html +++ b/template.html @@ -1,268 +1,272 @@ <!DOCTYPE HTML> <html> <head> {block:IndexPage} <title>{Title}</title> <meta name="description" content="{MetaDescription}"> {/block:IndexPage} {block:PostSummary}<title>{Pos...
andrewle/tangovoice
65def8ad6df243a872739090a7477ddcdaf2c86a
Added more elsewheres
diff --git a/template.html b/template.html index 90c328c..0a0a7a4 100644 --- a/template.html +++ b/template.html @@ -1,259 +1,268 @@ <!DOCTYPE HTML> <html> <head> {block:IndexPage} <title>{Title}</title> <meta name="description" content="{MetaDescription}"> {/block:IndexPage} {block:PostSummary}<title>{Pos...
andrewle/tangovoice
22a6f8ece0f729c01eb6b7ce6d2cffe6f77b99be
Moved navigation links to the top
diff --git a/template.html b/template.html index c54b882..90c328c 100644 --- a/template.html +++ b/template.html @@ -1,253 +1,259 @@ <!DOCTYPE HTML> <html> <head> {block:IndexPage} <title>{Title}</title> <meta name="description" content="{MetaDescription}"> {/block:IndexPage} {block:PostSummary}<title>{Pos...
andrewle/tangovoice
bf2af15e1dd0cd4676dea3a39f35620447aaa726
Forced the page to use our real names
diff --git a/template.html b/template.html index 07496cd..c54b882 100644 --- a/template.html +++ b/template.html @@ -1,233 +1,253 @@ <!DOCTYPE HTML> <html> <head> {block:IndexPage} <title>{Title}</title> <meta name="description" content="{MetaDescription}"> {/block:IndexPage} {block:PostSummary}<title>{Pos...
andrewle/tangovoice
98ceeb740e3c61fde9342b33059e6d519b45af6c
Added navigation links
diff --git a/template.html b/template.html index 10741a4..07496cd 100644 --- a/template.html +++ b/template.html @@ -1,221 +1,233 @@ <!DOCTYPE HTML> <html> <head> {block:IndexPage} <title>{Title}</title> <meta name="description" content="{MetaDescription}"> {/block:IndexPage} {block:PostSummary}<title>{Pos...
stucchio/TDPSF-Simplified-Examples
a23b816dc412ab2d1bd258a7f083997c8df51445
Added dependencies to readme.
diff --git a/README.rst b/README.rst index d868784..af9d6d1 100644 --- a/README.rst +++ b/README.rst @@ -1,68 +1,83 @@ ================================== Simple phase space filter examples ================================== Introduction ============ In 2008, I (together with Avy Soffer) wrote a paper on Phase...
stucchio/TDPSF-Simplified-Examples
279010e7ab4b58caaed37058ce0a92d34cd94032
Didn't have all the readme file in last commit.
diff --git a/README.rst b/README.rst index 170312e..d868784 100644 --- a/README.rst +++ b/README.rst @@ -1,13 +1,68 @@ ================================== Simple phase space filter examples ================================== Introduction ============ In 2008, I (together with Avy Soffer) wrote a paper on Phase...
stucchio/TDPSF-Simplified-Examples
40598b04009e8df30b77ca62587cb8158c955e6f
Added readme file.
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..170312e --- /dev/null +++ b/README.rst @@ -0,0 +1,13 @@ +================================== +Simple phase space filter examples +================================== + +Introduction +============ + +In 2008, I (together with Avy Soffer) wrote a pape...
stucchio/TDPSF-Simplified-Examples
556e7d8ff434272d77425bb8be93e7e3045975aa
Added remainder of examples.
diff --git a/error_check_euler.py b/error_check_euler.py new file mode 100644 index 0000000..1d727ef --- /dev/null +++ b/error_check_euler.py @@ -0,0 +1,52 @@ +from pylab import * +from numpy import * + +def sixdig(n): + return str(n).rjust(6,"0") + +file_prefix = "euler_subsonic_" +file_prefix_exact = "euler_subson...
stucchio/TDPSF-Simplified-Examples
f06eecbf68758098662d37e03f53050ad28b1059
Added simple 1-D schrodinger example.
diff --git a/schrodinger_test.py b/schrodinger_test.py new file mode 100644 index 0000000..d16d11b --- /dev/null +++ b/schrodinger_test.py @@ -0,0 +1,114 @@ +from math import * +import os +from pylab import * +from scipy.special import * +import numpy.fft as dft +import scipy.signal as signal + + +npoints = 1024 +npoin...
djspiewak/scala-collections
c785a40bfddb3c1fdfa0a03245eb9f4dbde5d453
Optimized VectorBuilder by creating trie in one pass (rather than incrementally)
diff --git a/src/main/scala/com/codecommit/collection/Vector.scala b/src/main/scala/com/codecommit/collection/Vector.scala index f17dbe5..6d9d887 100644 --- a/src/main/scala/com/codecommit/collection/Vector.scala +++ b/src/main/scala/com/codecommit/collection/Vector.scala @@ -1,654 +1,762 @@ /** Copyright (c) 2007-2...
djspiewak/scala-collections
045f971ec662a7d7f8dc9718051cf0835caa6e37
Removed EmptyVector
diff --git a/src/main/scala/com/codecommit/collection/Vector.scala b/src/main/scala/com/codecommit/collection/Vector.scala index d7439d6..f17dbe5 100644 --- a/src/main/scala/com/codecommit/collection/Vector.scala +++ b/src/main/scala/com/codecommit/collection/Vector.scala @@ -1,681 +1,681 @@ /** Copyright (c) 2007-2...
djspiewak/scala-collections
3196af396d805c6585b81a93f6c91e481acd4acc
Removed obsolete VectorProjection class
diff --git a/src/main/scala/com/codecommit/collection/Vector.scala b/src/main/scala/com/codecommit/collection/Vector.scala index 2050efa..94c1d52 100644 --- a/src/main/scala/com/codecommit/collection/Vector.scala +++ b/src/main/scala/com/codecommit/collection/Vector.scala @@ -1,694 +1,677 @@ /** Copyright (c) 2007-2...
djspiewak/scala-collections
ed9fb82e7cd2da2ddb914b145b762150042c2379
Added Scala's immutable.Vector to perf test
diff --git a/src/test/scala/VectorPerf.scala b/src/test/scala/VectorPerf.scala index 8bc5303..f5546ca 100644 --- a/src/test/scala/VectorPerf.scala +++ b/src/test/scala/VectorPerf.scala @@ -1,297 +1,366 @@ import com.codecommit.collection.Vector +import scala.collection.immutable.{Vector => DefVector} import scala.c...
djspiewak/scala-collections
99adcedd7c6ffde0fe42436e8944a5f85d849a8b
Ported forward Vector perf test
diff --git a/do_perf b/do_perf index 60473d8..baaa62c 100755 --- a/do_perf +++ b/do_perf @@ -1,8 +1,8 @@ #!/bin/sh buildr test:compile if [ "$?" ]; then echo =============================================================================== - exec java -Xmx2048m -Xms512m -server -cp "${SCALA28_HOME}/lib/scala-l...