Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bafd3b3
)
no longer needed; just an example
author
preecej
<preecej@localhost>
Wed, 8 May 2013 21:35:19 +0000
(21:35 +0000)
committer
preecej
<preecej@localhost>
Wed, 8 May 2013 21:35:19 +0000
(21:35 +0000)
svn path=/; revision=472
image_annotation_db/ia_upload/db_sp_test.pl
[deleted file]
patch
|
blob
|
history
diff --git
a/image_annotation_db/ia_upload/db_sp_test.pl
b/image_annotation_db/ia_upload/db_sp_test.pl
deleted file mode 100644
(file)
index
abae9c3
..0000000
--- a/
image_annotation_db/ia_upload/db_sp_test.pl
+++ /dev/null
@@
-1,9
+0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use DBI;
-
-my $dbh = DBI->connect('DBI:mysql:image_annotation;host=floret.cgrb.oregonstate.edu', 'lingutln', 'nikhil_iadb', { RaiseError => 1 });
-
-$dbh->do('call import_curator("a","b","c","d")');
-