repo
string
commit
string
message
string
diff
string
schuyler1d/cbook
c1fe0eb76360053d6fc607e0a0652b0126d13bfc
got something actually working. but unicrap seems broken
diff --git a/client/index.html b/client/index.html index 3800b64..6196ec2 100644 --- a/client/index.html +++ b/client/index.html @@ -1,205 +1,205 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html> <head> <title>CBook</title> <style type="text/css"> body {background-color:#EDFEFF} ...
schuyler1d/cbook
445d652253e1a2483ef7c8ec1474e9c61076bdf8
connecting key generation to menu
diff --git a/client/index.html b/client/index.html index a99cc7b..3800b64 100644 --- a/client/index.html +++ b/client/index.html @@ -1,205 +1,205 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html> <head> <title>CBook</title> <style type="text/css"> body {background-color:#EDFEFF} ...
schuyler1d/cbook
1de64a848b3c1af24ebe646d5b4559ad4b5890dc
addFRiend, and almost all generateKey
diff --git a/client/js/local_session.js b/client/js/local_session.js index f84af63..661a3ef 100644 --- a/client/js/local_session.js +++ b/client/js/local_session.js @@ -1,80 +1,121 @@ +/* + { + CBOOK_PEOPLE: {"s":['{{key1}}','{{key2}}']} + MY_KEYS: {"s":['{{key1}}']} + PERSON_{key1}: {key:{friends:{'alias':"{{...
schuyler1d/cbook
689b9ca69fdce0990b7015b0e45b00cbfce6e54c
base64 chars for URLs
diff --git a/client/index.html b/client/index.html index 7bc8428..a99cc7b 100644 --- a/client/index.html +++ b/client/index.html @@ -1,205 +1,205 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html> <head> <title>CBook</title> <style type="text/css"> body {background-color:#EDFEFF} ...
schuyler1d/cbook
05604d06e9b6664800ada6de763704a471d7af0d
add terminus character ":" so we can find multiple strings in the same text (backwards incompatible)
diff --git a/client/index.html b/client/index.html index 07a8276..7bc8428 100644 --- a/client/index.html +++ b/client/index.html @@ -1,194 +1,205 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html> <head> <title>CBook</title> <style type="text/css"> body {background-color:#EDFEFF} ...
schuyler1d/cbook
ac5e1a1924e6bd2ac0ae4a37e464480e24c38994
encryption/bookmarklet/decryption working; TODO: create/store/load/backup friends keys
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9ce179 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +*.pyc +#* diff --git a/client/STREAM_OF_THOUGHTS b/client/STREAM_OF_THOUGHTS new file mode 100644 index 0000000..6046e52 --- /dev/null +++ b/client/STREAM_OF_THOUGHTS @@ -0,0 +1,221 @@ +t...
johnnydresden/ircd-nossl-redirect
965286f324af168644d7e94858cab9de2e432484
fixups
diff --git a/.keepme b/.keepme new file mode 100644 index 0000000..e69de29
OzzyCzech/gpsrinex
7069f5de4e04db99f4447e51af5a3bb7249cdf1f
Fix format
diff --git a/composer.json b/composer.json index b0b38e3..d67cb55 100644 --- a/composer.json +++ b/composer.json @@ -1,32 +1,30 @@ { "name": "om/gpsrinex", "description": "GPS RINEX 2.1 navigation file parser", "keywords": [ "gps", "RINEX", "parser" ], "homepage": "https://ozana.cz", "license": [ ...
OzzyCzech/gpsrinex
9d06b8dbdf53ba192e1c29f041c659222f0d26b8
Reformat
diff --git a/src/RinexNavigationParser.php b/src/RinexNavigationParser.php index 54f822f..0a0c6f2 100644 --- a/src/RinexNavigationParser.php +++ b/src/RinexNavigationParser.php @@ -1,130 +1,129 @@ <?php + namespace om; /** * RINEX Navigation Parser * - * @copyright Roman Ožana <ozana@omdesign.cz> + * ...
OzzyCzech/gpsrinex
dc654b6a6386fd68a9d4b2bb78d542b349326321
Fix readme.md
diff --git a/readme.md b/readme.md index bede14b..e38af8b 100644 --- a/readme.md +++ b/readme.md @@ -1,25 +1,18 @@ # GPS RINEX 2.1 Navigation FILE Parser - [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/OzzyCzech/gpsrinex/PHP%20Tests)](https://github.com/OzzyCzech/gpsrinex/actions) [!...
OzzyCzech/gpsrinex
fcec59d9e1d71b3a1f15a201dcc7bfa775b8c15a
Drop travis support
diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml new file mode 100644 index 0000000..21587ef --- /dev/null +++ b/.github/workflows/php.yml @@ -0,0 +1,40 @@ +name: PHP Tests + +on: [ push, pull_request ] + +jobs: + + build: + strategy: + matrix: + operating-system: [ ubuntu-latest ] + ...
OzzyCzech/gpsrinex
1d8d24dbe18bca198f6628938d270bb8b177bb80
Fix readme
diff --git a/readme.md b/readme.md index f3512a5..00e99a8 100644 --- a/readme.md +++ b/readme.md @@ -1,20 +1,14 @@ # GPS RINEX 2.1 Navigation FILE Parser [![Build Status](https://travis-ci.org/OzzyCzech/gpsrinex.png)](https://travis-ci.org/OzzyCzech/gpsrinex) [![Latest Stable Version](https://poser.pugx.org/om/gp...
OzzyCzech/gpsrinex
4d83f67dc82b5ef5b077fbb18a59c9dfc64820b4
Fix badges
diff --git a/readme.md b/readme.md index bccadb5..f3512a5 100644 --- a/readme.md +++ b/readme.md @@ -1,20 +1,20 @@ # GPS RINEX 2.1 Navigation FILE Parser -[![Build Status](https://travis-ci.org/OzzyCzech/gpsrinex.png)](https://travis-ci.org/OzzyCzech/gpsrinex) [![Latest Stable Version](https://poser.pugx.org/om/ev...
OzzyCzech/gpsrinex
14464abc6ddb90e6e5fbd8a18458a0c97b4571fb
MIT to New BSD license
diff --git a/LICENSE b/LICENSE index 458df4f..f69007f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,24 @@ -The MIT License (MIT) +Copyright (c) 2014, Roman Ožana +All rights reserved. -Copyright (c) 2013 Roman Ožana +Redistribution and use in source and binary forms, with or without +modification, are permitted pr...
OzzyCzech/gpsrinex
16e2ec8d6d07d966d9ed24347c4154bfc30bf407
Fix readme
diff --git a/readme.md b/readme.md index 8140842..bccadb5 100644 --- a/readme.md +++ b/readme.md @@ -1,20 +1,20 @@ # GPS RINEX 2.1 Navigation FILE Parser -[![Build Status](https://travis-ci.org/OzzyCzech/gpsrinex.png)](https://travis-ci.org/OzzyCzech/gpsrinex)[![Latest Stable Version](https://poser.pugx.org/om/eve...
OzzyCzech/gpsrinex
e1335f5c7a0095650b4e5f2ed3a3d7504bdf4269
Remove PHP 5.3 support
diff --git a/.travis.yml b/.travis.yml index 764c4ec..0701411 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: php php: - - 5.3 - 5.4 - 5.5 script: "vendor/bin/tester tests/" before_script: - composer install --no-interaction --dev --prefer-source \ No newline at end of fi...
OzzyCzech/gpsrinex
4fbea10d4bee55428c169e0ae9b50ae4e305bb13
Travis status
diff --git a/readme.md b/readme.md index d76e911..8140842 100644 --- a/readme.md +++ b/readme.md @@ -1,20 +1,20 @@ # GPS RINEX 2.1 Navigation FILE Parser -[![Latest Stable Version](https://poser.pugx.org/om/events/v/stable.png)](https://packagist.org/packages/om/events) [![Total Downloads](https://poser.pugx.org/o...
OzzyCzech/gpsrinex
4d67d0ccd461df3bc723b7e738dd3df3ed1a7864
Travis tests
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..764c4ec --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: php +php: + - 5.3 + - 5.4 + - 5.5 + +script: "vendor/bin/tester tests/" + +before_script: + - composer install --no-interaction --dev --prefer-source \ No newline at...
OzzyCzech/gpsrinex
dba7d60b8c975750749e8129116b26c307384d07
Parser finish
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82d55ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +.DS_Store? +._* +*~ +*.MD5 +*.mwb.bak +.idea +/vendor/ +composer.lock diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6158e3f --- /dev/null +++ b/com...
OzzyCzech/gpsrinex
b1bfc3f2ce59c6ccbb09f591a420f21fd5698687
Add license
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..458df4f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2013 Roman Ožana + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Sof...
OzzyCzech/gpsrinex
2035bbb98166c71909592bf62f4fffb97bb99879
Fix readme
diff --git a/README b/README deleted file mode 100644 index 708da39..0000000 --- a/README +++ /dev/null @@ -1,7 +0,0 @@ -THIS IS GPS RINEX 2.1 NAVIGATION MESSAGE FILE PARSER -(http://gps.wva.net/html.common/rinex.html) - -author: Roman Ozana, ozana@omdesign.cz -url: www.omdesign.cz -version: 1.1 -license: MIT \ N...
OzzyCzech/gpsrinex
0b67571ce3ba1fe9f6f4d3ba9797eaf7c65a526b
add public before every function
diff --git a/README b/README index 98b893b..708da39 100644 --- a/README +++ b/README @@ -1 +1,7 @@ -THIS IS GPS RINEX FILE PARSER \ No newline at end of file +THIS IS GPS RINEX 2.1 NAVIGATION MESSAGE FILE PARSER +(http://gps.wva.net/html.common/rinex.html) + +author: Roman Ozana, ozana@omdesign.cz +url: www.omdesig...
OzzyCzech/gpsrinex
8f49a400da2039e304d8fc5b2edf75530d6ef737
Add parser
diff --git a/README b/README index e69de29..98b893b 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +THIS IS GPS RINEX FILE PARSER \ No newline at end of file diff --git a/rinexparser.php b/rinexparser.php new file mode 100644 index 0000000..5d3f468 --- /dev/null +++ b/rinexparser.php @@ -0,0 +1,298 @@ +<?php +########...
indeyets/php_threads
9c30a20dae5e8ae5ceeefbc8a3a24be0f15148a5
fix threads on posix-systems
diff --git a/threads.c b/threads.c index 8d52870..afee36d 100755 --- a/threads.c +++ b/threads.c @@ -1,771 +1,774 @@ /* +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------...
indeyets/php_threads
50a0b68b7073935dc00facfee3c4516bde2a9ee4
fix declaration
diff --git a/threadapi.h b/threadapi.h index 350c4e8..db09bd8 100644 --- a/threadapi.h +++ b/threadapi.h @@ -1,118 +1,118 @@ /* +----------------------------------------------------------------------+ | PHP Version 4 | +--------------------------------...
indeyets/php_threads
99adb489bc2ca80cf52e0d8e45a233d62cfbb61b
function is void. no need to return values
diff --git a/threads.c b/threads.c index f18669d..6b431a6 100755 --- a/threads.c +++ b/threads.c @@ -1,771 +1,771 @@ /* +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------...
indeyets/php_threads
dc967a8c0dba076b665f1f5d2303a62300508bb1
Added Windows binaries
diff --git a/bin/php_threads.dll-debug b/bin/php_threads.dll-debug new file mode 100755 index 0000000..6208e49 Binary files /dev/null and b/bin/php_threads.dll-debug differ diff --git a/bin/php_threads.dll-nodebug b/bin/php_threads.dll-nodebug new file mode 100755 index 0000000..375a078 Binary files /dev/null and b/bin...
indeyets/php_threads
2eb0161224e17868070785c2119eb190b311865f
Fixed most of the memleaks of the test script
diff --git a/threads.c b/threads.c index 8f0a37e..f18669d 100755 --- a/threads.c +++ b/threads.c @@ -1,747 +1,747 @@ /* +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------...
indeyets/php_threads
12f7f0b48daac4bfe3aa144829c30b37a88cc319
Fixed most of the memleaks of the test script
diff --git a/threadapi.c b/threadapi.c index 55c3871..686ec9c 100644 --- a/threadapi.c +++ b/threadapi.c @@ -1,334 +1,335 @@ /* +----------------------------------------------------------------------+ | PHP Version 4 | +--------------------------------...
indeyets/php_threads
e54404efdb1421316578a78a77694f221797f681
A bit better memory management abd fixes of thread_isset/_unset
diff --git a/threads.c b/threads.c index cbc388e..74e1d92 100644 --- a/threads.c +++ b/threads.c @@ -1,745 +1,754 @@ /* +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------...
indeyets/php_threads
220c97ab34377488f09492674d4516f0a45a077a
Cleanup
diff --git a/threads.c b/threads.c index 6b4e345..7b66a20 100644 --- a/threads.c +++ b/threads.c @@ -1,746 +1,741 @@ /* +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------...
edheil/shoesca
fc39e23d1e6b4afd24fefe717ed1aa625512dcdc
fix bug where it'd fail to properly initialize a nonexistent configuration
diff --git a/shoesca.rb b/shoesca.rb index d99439a..8386cd5 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,580 +1,580 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
cf0b33d8c233df0937d6154887e2dcc5535c3f69
configuration screen, cosmetic options
diff --git a/shoesca.rb b/shoesca.rb index a5e25f8..d99439a 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,693 +1,782 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
d831c0a16e9b497759865dcbe5b51d1f1e53af9b
organize methods into sections
diff --git a/shoesca.rb b/shoesca.rb index 004f420..a5e25f8 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,690 +1,693 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
82ea9a78f46407caa2a90ffac63b6c8e52be8fd1
pretty gradients auto-show only "unread", ever.
diff --git a/shoesca.rb b/shoesca.rb index a133a60..004f420 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,689 +1,690 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
08fb07f3f2ba4fc6b4b879361e63eec8a7183138
generalized error rescue. still doesn't seem to deal with network failures well though.
diff --git a/shoesca.rb b/shoesca.rb index 9b18a19..a133a60 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,653 +1,689 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
57da3bc93520396560800044e23ae9a5d4843a41
cosmetics on license page
diff --git a/shoesca.rb b/shoesca.rb index aab25bc..9b18a19 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,652 +1,653 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
51bb904277c9cb64c4f74730b5fb411364dac0cd
simplify and unify the keystroke action / link code
diff --git a/shoesca.rb b/shoesca.rb index 954e1ec..aab25bc 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,658 +1,652 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
20489ac36187f2bb3ec193adde1e7f1f00c1007a
single on/off switch for threading fix login error display cosmetics
diff --git a/shoesca.rb b/shoesca.rb index 0bad89f..954e1ec 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,647 +1,658 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
cf3a51e065acdeca2578e960a09228f474285ea8
guard against getting a noteno with no post header
diff --git a/shoesca.rb b/shoesca.rb index 9f4381f..0bad89f 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,646 +1,647 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
13341983043360f9133b2319844de734f60a6f95
remove unneeded first_unread page
diff --git a/shoesca.rb b/shoesca.rb index 110ed9d..9f4381f 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,664 +1,646 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
aeeb0f23619f24141cf655cbf44520244ce29aa5
bring threading back where appropriate
diff --git a/shoesca.rb b/shoesca.rb index 7ddc773..110ed9d 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,571 +1,664 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
04a4822278035c3753185f9d4fd489dc902396fc
abstract out page painting
diff --git a/shoesca.rb b/shoesca.rb index 8cd8895..7ddc773 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,549 +1,571 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
5d23c9172a739ab1f7337b2336755ce50f38dc9f
more cosmetics
diff --git a/shoesca.rb b/shoesca.rb index 5bbf1e2..8cd8895 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,547 +1,549 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
b749bd4ff767cd0c4436367432bc664f674bc443
cosmetics
diff --git a/shoesca.rb b/shoesca.rb index 6931c19..5bbf1e2 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,546 +1,547 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
ccbe1dbd8c78d0cc322baff134f9cfd5357abb4c
smarter noteids, random colors
diff --git a/shoesca.rb b/shoesca.rb index 814ea3e..6931c19 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,557 +1,546 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
2c852e482da303fdbadcd2ee8d89acaf59a5d281
add "horizon" of 200 posts, cleanup unused methods
diff --git a/shoesca.rb b/shoesca.rb index 555c73f..814ea3e 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,565 +1,557 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
33f014f883053fc52d21163e835295307468d7ca
remove first_todo which isn't needed anymore
diff --git a/shoesca.rb b/shoesca.rb index 7dcc526..555c73f 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,586 +1,565 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
f0ea047becbd699eafe7e75bc0984d376f664be0
caching forum_list, cleanup, fix quit_from_forum
diff --git a/shoesca.rb b/shoesca.rb index eeab7ef..3dd4b6a 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,584 +1,602 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
e2b6b77fa4488aa9053beba78da0a85e66713219
remove traces of db caching change /forums to /bbs
diff --git a/shoesca.rb b/shoesca.rb index eb2b564..eeab7ef 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,617 +1,584 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' -#require 'sqlite3' require 'yaml/store' class Raccdoc...
edheil/shoesca
5b3e0cbad29e1ecf9d2287e9e7ba76220a87d712
fix some spots where it wasn't saving first_unread
diff --git a/shoesca.rb b/shoesca.rb index bd4fe62..eb2b564 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,615 +1,617 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' #require 'sqlite3' require 'yaml/store' class Raccdoc...
edheil/shoesca
8bc8bc97059e948008cc11c937b25f1fa496d401
get rid of message caching db, make first_unread updates infrequent
diff --git a/shoesca.rb b/shoesca.rb index 261ac4c..bd4fe62 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,569 +1,615 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' -require 'sqlite3' +#require 'sqlite3' require 'yaml/stor...
edheil/shoesca
47be147cf4f184ff3730cfa0633a78d535ad316e
more isca-like "b" and "s" behavior in fora
diff --git a/shoesca.rb b/shoesca.rb index 96198a9..261ac4c 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,553 +1,569 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'sqlite3' require 'yaml/store' class RaccdocC...
edheil/shoesca
733a12c36113892b824a83080f7e34e4934ceecc
smarter message pre-caching (less db calls)
diff --git a/shoesca.rb b/shoesca.rb index 4d4e983..96198a9 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,542 +1,553 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'sqlite3' require 'yaml/store' class RaccdocC...
edheil/shoesca
fb49415b39ec138ed401d1f973a68634e02ba4f7
Spawns little threads with their own DB and BBS connection for utility tasks
diff --git a/shoesca.rb b/shoesca.rb index 2508974..4d4e983 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,506 +1,542 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'sqlite3' require 'yaml/store' class RaccdocC...
edheil/shoesca
303ce0179a9ba6c036bf5aafe597ce7c9e560d1f
don't immediately visit the new post you just posted. that marks remaining messages read!
diff --git a/shoesca.rb b/shoesca.rb index 5f2054e..2508974 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,506 +1,506 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'sqlite3' require 'yaml/store' class RaccdocC...
edheil/shoesca
3471d7222415a421729e2461da8a2f60b1ab27de
black background, thin messages and forums to fit more on screen, fix 'remaining' off by one
diff --git a/shoesca.rb b/shoesca.rb index e754e0a..5f2054e 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,490 +1,506 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'sqlite3' require 'yaml/store' class RaccdocC...
edheil/shoesca
076fe24cde2d46d49a917a20d8460f56cf3f9a1a
remove reference to packaged versions
diff --git a/README.txt b/README.txt index e35887b..b5ce5cf 100644 --- a/README.txt +++ b/README.txt @@ -1,26 +1,21 @@ Shoesca (until I think of a better name). Shoesca is a client for the ancient telnet-based ISCA BBS telnet://bbs.iscabbs.com/ It utilizes Wade Minter's library for accessing the bbs through the...
edheil/shoesca
99e292680f5fb9469ebe3f30921481cf512d95f4
cache forum data for faster reading
diff --git a/shoesca.rb b/shoesca.rb index 5807390..e754e0a 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,474 +1,490 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'sqlite3' require 'yaml/store' class RaccdocC...
edheil/shoesca
701ec61721c2bb554fa6d4f55634aab1e43d40d9
message caching with sqlite
diff --git a/shoesca.rb b/shoesca.rb index 5ccf125..5807390 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,432 +1,474 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' +require 'sqlite3' require 'yaml/store' class RaccdocC...
edheil/shoesca
f53c9083c0d3250be753f75d1004c0874e3ef6a4
typo fix in keypress actions
diff --git a/shoesca.rb b/shoesca.rb index 7b336b2..5ccf125 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,432 +1,432 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
7dbd5a5ad490891988a117174fb4c90cd9938241
remove top stuff from forum_info
diff --git a/shoesca.rb b/shoesca.rb index c83447c..7b336b2 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,428 +1,432 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
430fd13a2ed223b2a4d2b642807eaa1a4d74149b
detect urls in message body
diff --git a/shoesca.rb b/shoesca.rb index 17dc8f9..c83447c 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,421 +1,428 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
57156c5404ddaf1299b39a3bd5a658f096e40d24
finish using threads to load data, so feedback can be provided immediately
diff --git a/shoesca.rb b/shoesca.rb index 7bc74ef..17dc8f9 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,393 +1,421 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes LI...
edheil/shoesca
9b87956367da8d1413ad8a77fb436e4784888437
notes about packages and their issues
diff --git a/README.txt b/README.txt index b5ce5cf..e35887b 100644 --- a/README.txt +++ b/README.txt @@ -1,21 +1,26 @@ Shoesca (until I think of a better name). Shoesca is a client for the ancient telnet-based ISCA BBS telnet://bbs.iscabbs.com/ It utilizes Wade Minter's library for accessing the bbs through the...
edheil/shoesca
112ed2fb35ed6575693bafd5416e1add263ddc23
remove 'require openssl' hack that's supposed to fix windows packaging bug but doesn't
diff --git a/shoesca.rb b/shoesca.rb index b1d3fcb..7bc74ef 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,398 +1,393 @@ - - - - Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' -require 'openssl/ssl' # pre...
edheil/shoesca
11650b7e040e7a3bb0d37cf5e275043e405ad799
More cosmetics
diff --git a/shoesca.rb b/shoesca.rb index f52aedf..b1d3fcb 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,361 +1,398 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' +require 'openssl/ssl' # pre...
edheil/shoesca
f969bb67c099407103c437ed76b18e0b07d831a1
add packages for mac, linux, windows
diff --git a/packages/shoesca.dmg b/packages/shoesca.dmg new file mode 100644 index 0000000..fe5b668 Binary files /dev/null and b/packages/shoesca.dmg differ diff --git a/packages/shoesca.exe b/packages/shoesca.exe new file mode 100644 index 0000000..0e61758 Binary files /dev/null and b/packages/shoesca.exe differ diff...
edheil/shoesca
d371923eceddb26e0671c0f8d5a1ac771e9bfa7b
add COPYING
diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING @@ -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...
edheil/shoesca
1123e4870837d5aebccd814bb0d208ef2f7a09c8
Add GPL
diff --git a/shoesca.rb b/shoesca.rb index 84ccb6f..f52aedf 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,326 +1,361 @@ + + + + Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Sho...
edheil/shoesca
dda663c993ade4d4293e6f696fa7261afe8e9c52
visual overhaul
diff --git a/shoesca.rb b/shoesca.rb index 8a36f37..84ccb6f 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,301 +1,326 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes + ST...
edheil/shoesca
54af4fa8f9011e6b179afde52acba1952a372a56
mark_unread
diff --git a/shoesca.rb b/shoesca.rb index 6894624..8a36f37 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,267 +1,301 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes ...
edheil/shoesca
d77089334329fb28d36f23ae4db931c52a3e6cd6
reduce to a single 'forums' screen with different fora color coded
diff --git a/shoesca.rb b/shoesca.rb index 2713f85..6894624 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,251 +1,267 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes ...
edheil/shoesca
b6b8083c3d6168d0354562a55c68a3201f850d0b
login error rescue
diff --git a/shoesca.rb b/shoesca.rb index 9f1fd32..2713f85 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,206 +1,251 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes ...
edheil/shoesca
f7de7b0acc2cb6ef81e25e8aa13a3e2cf75daecd
filter list of fora as "joined" or "todo"
diff --git a/shoesca.rb b/shoesca.rb index d7af22e..9f1fd32 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,191 +1,206 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes ...
edheil/shoesca
502969cd39149582af03d917325603d28cc2d41e
change 'titles' to the smaller 'tagline'
diff --git a/shoesca.rb b/shoesca.rb index 8cd0a5b..d7af22e 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,164 +1,191 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes ...
edheil/shoesca
2b3971473e4b80afd8ed480c9f1f53ca6ebc7f22
hardcode ip address organize links and titles
diff --git a/shoesca.rb b/shoesca.rb index cb7902f..8cd0a5b 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,160 +1,164 @@ Shoes.setup do Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes ...
edheil/shoesca
64e9ef5ea137f249de40a8a2a0b40f8237b0f031
Explicit gem sources include github
diff --git a/shoesca.rb b/shoesca.rb index 9a44516..cb7902f 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,159 +1,160 @@ Shoes.setup do + Gem.sources = ['http://gems.github.com/', 'http://gems.rubyforge.org/'] gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes ...
edheil/shoesca
4e90079fcf3472e2b2569ebb99eb5c32357ae13a
"previous" and "next"
diff --git a/shoesca.rb b/shoesca.rb index a67bb48..9a44516 100644 --- a/shoesca.rb +++ b/shoesca.rb @@ -1,140 +1,159 @@ Shoes.setup do gem 'minter-raccdoc' end require 'raccdoc' require 'yaml/store' class RaccdocClient < Shoes url '/', :main url '/login', :login url '/forum/(\d+)', :forum url...
LTS5/connectomeviewer
7dc71f0fe2c2b9117cba17a2ce2daf694d56e699
creating list from generator returned by networkx
diff --git a/cviewer/libs/pyconto/groupstatistics/nbs/_nbs.py b/cviewer/libs/pyconto/groupstatistics/nbs/_nbs.py index 7614790..3bdf5ad 100644 --- a/cviewer/libs/pyconto/groupstatistics/nbs/_nbs.py +++ b/cviewer/libs/pyconto/groupstatistics/nbs/_nbs.py @@ -1,344 +1,344 @@ import numpy as np import networkx as netwx ...
LTS5/connectomeviewer
9614b92a8dc70075885dc78499d70d3950adff85
Fix the File Open dialog that does not show
diff --git a/cviewer/action/load_cff.py b/cviewer/action/load_cff.py index f86d3f1..9d18e2a 100644 --- a/cviewer/action/load_cff.py +++ b/cviewer/action/load_cff.py @@ -1,242 +1,242 @@ """ Helper class to load CFF files """ # Copyright (C) 2009-2010, Ecole Polytechnique Federale de Lausanne (EPFL) and # University...
LTS5/connectomeviewer
715aae1b7210529270c39515713faa9e5c9970f1
Read other data files more easily
diff --git a/cviewer/action/load_cff.py b/cviewer/action/load_cff.py index 3efd813..079910d 100644 --- a/cviewer/action/load_cff.py +++ b/cviewer/action/load_cff.py @@ -1,144 +1,242 @@ """ Helper class to load CFF files """ # Copyright (C) 2009-2010, Ecole Polytechnique Federale de Lausanne (EPFL) and # University...
LTS5/connectomeviewer
25e884d99fd1a32466eb8cc30c8662b3e2c30ad9
Connectome object
diff --git a/cviewer/action/load_cff.py b/cviewer/action/load_cff.py index 83daa4a..3efd813 100644 --- a/cviewer/action/load_cff.py +++ b/cviewer/action/load_cff.py @@ -1,136 +1,144 @@ """ Helper class to load CFF files """ # Copyright (C) 2009-2010, Ecole Polytechnique Federale de Lausanne (EPFL) and # University...
LTS5/connectomeviewer
6396eec04086e5b523a75497e9cfaba18d4bd3c1
Set medium slice index for image plane widget
diff --git a/cviewer/plugins/codeoracle/scripts.py b/cviewer/plugins/codeoracle/scripts.py index 3318fc9..89b3f38 100644 --- a/cviewer/plugins/codeoracle/scripts.py +++ b/cviewer/plugins/codeoracle/scripts.py @@ -1,1026 +1,1024 @@ writegexf = ''' """ Convert a connectome network to the GEXF format readable by Gephi ...
LTS5/connectomeviewer
d2374d9fcf2eca8ad37ba5a14b7894b7f70ad2f7
Remove unused preferences entries
diff --git a/cviewer/plugins/ui/cviewer_ui_preferences_helper.py b/cviewer/plugins/ui/cviewer_ui_preferences_helper.py index de3fc39..1b2e560 100644 --- a/cviewer/plugins/ui/cviewer_ui_preferences_helper.py +++ b/cviewer/plugins/ui/cviewer_ui_preferences_helper.py @@ -1,53 +1,45 @@ """ The ConnectomeViewer User Interf...
LTS5/connectomeviewer
c47231af3cd622d555b3fb831aaab5b8d8c2adb8
Small fix in code oracle
diff --git a/cviewer/plugins/codeoracle/scripts.py b/cviewer/plugins/codeoracle/scripts.py index 8321738..3318fc9 100644 --- a/cviewer/plugins/codeoracle/scripts.py +++ b/cviewer/plugins/codeoracle/scripts.py @@ -159,868 +159,868 @@ def showfibfos(fibarr, colarr, percentage = 100): cu = InteractiveCurves(curves = ...
LTS5/connectomeviewer
289af0b9a5823adcf8d6a01d9a692919fe982664
Traits should be 4.0.0
diff --git a/cviewer/info.py b/cviewer/info.py index 336db10..83a1cc8 100644 --- a/cviewer/info.py +++ b/cviewer/info.py @@ -1,83 +1,83 @@ ''' Release data for Connectome Viewer This script should do no imports. It only defines variables. ''' version = '2.0.0' is_release = False long_description = \ """ Co...
LTS5/connectomeviewer
8e4cc74e9f2b52a97dc5ecb68b971708c65c8edf
BF: Networks attribute could already be tuple
diff --git a/cviewer/plugins/codeoracle/scripts.py b/cviewer/plugins/codeoracle/scripts.py index bd51233..8321738 100644 --- a/cviewer/plugins/codeoracle/scripts.py +++ b/cviewer/plugins/codeoracle/scripts.py @@ -159,867 +159,868 @@ def showfibfos(fibarr, colarr, percentage = 100): cu = InteractiveCurves(curves = ...
LTS5/connectomeviewer
842a1166e62f87c1cc450bb62e247db7dfc1bd86
Remove welcome perspective import
diff --git a/cviewer/plugins/ui/cviewer_ui_plugin.py b/cviewer/plugins/ui/cviewer_ui_plugin.py index 926b547..1fd408e 100644 --- a/cviewer/plugins/ui/cviewer_ui_plugin.py +++ b/cviewer/plugins/ui/cviewer_ui_plugin.py @@ -1,236 +1,234 @@ """ The ConntecomeViewer UI Plugin """ # Copyright (C) 2009-2010, Ecole Polytechn...
LTS5/connectomeviewer
bb6bc9635d95a7a7bbc1e97abb0fbaa57e70ddd0
Do check for the presence of numpy of the required version for any action
diff --git a/setup.py b/setup.py index 4b906ad..eedb6d9 100755 --- a/setup.py +++ b/setup.py @@ -1,88 +1,88 @@ #!/usr/bin/env python import sys from glob import glob from distutils import log from distutils.cmd import Command import numpy as np # monkey-patch numpy distutils to use Cython instead of Pyrex fro...
LTS5/connectomeviewer
852a19771818458320d725de15468aa4777ca683
Remove build in setup.py
diff --git a/setup.py b/setup.py index 6006383..4b906ad 100755 --- a/setup.py +++ b/setup.py @@ -1,88 +1,88 @@ #!/usr/bin/env python import sys from glob import glob from distutils import log from distutils.cmd import Command import numpy as np # monkey-patch numpy distutils to use Cython instead of Pyrex fro...
LTS5/connectomeviewer
a8c4dfe82d323ee1e0e4f0b69ef2c1c9c922f7b0
File rights change
diff --git a/scratch/split_fibers.py b/scratch/split_fibers.py old mode 100755 new mode 100644
LTS5/connectomeviewer
ac28df10ebe3dd888424b4024c21b8c54423e73b
Correct version for --version option
diff --git a/cviewer/run.py b/cviewer/run.py index 65ce1ae..d81b11e 100644 --- a/cviewer/run.py +++ b/cviewer/run.py @@ -1,88 +1,89 @@ """ Startup script for the Connectome Viewer application """ # Copyright (C) 2009-2010, Ecole Polytechnique Federale de Lausanne (EPFL) and # University Hospital Center and Univer...
LTS5/connectomeviewer
d7b01b41b5171dbec2489dd286c8c83450e2cd28
Conditioned package_check
diff --git a/setup.py b/setup.py index 0533a9a..6006383 100755 --- a/setup.py +++ b/setup.py @@ -1,88 +1,88 @@ #!/usr/bin/env python import sys from glob import glob from distutils import log from distutils.cmd import Command import numpy as np # monkey-patch numpy distutils to use Cython instead of Pyrex fro...
LTS5/connectomeviewer
7c2a5c3180570c82acab86097e79bb0900e68b68
Remove welcome from setup.py
diff --git a/cviewer/plugins/ui/setup.py b/cviewer/plugins/ui/setup.py index 50d4852..ff86b2b 100644 --- a/cviewer/plugins/ui/setup.py +++ b/cviewer/plugins/ui/setup.py @@ -1,13 +1,11 @@ def configuration(parent_package='',top_path=None): from numpy.distutils.misc_util import Configuration config = Configu...
LTS5/connectomeviewer
8f6b5287a7a4ac758d4cab8fc17457b7f8696573
Thanks goes to Yarik
diff --git a/README.rst b/README.rst index d8b4de7..6b184d8 100644 --- a/README.rst +++ b/README.rst @@ -1,51 +1,51 @@ ================= Connectome Viewer ================= The Connectome Viewer - Interactive Analysis and Visualization for MR Connectomics The Connectome Viewer is a extensible, scriptable, pyth...
LTS5/connectomeviewer
fbf3017554d06a4d91f349ffefe2b1a0c737c032
Add gitattributes to not export scratch folder in archive
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dcfa68a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/scratch export-ignore
LTS5/connectomeviewer
7855e164f1383c2df2ae0dc2e1bff98ae0352bb3
Release 2.0.0
diff --git a/cviewer/app.py b/cviewer/app.py index d71df52..1c0659a 100644 --- a/cviewer/app.py +++ b/cviewer/app.py @@ -1,340 +1,340 @@ """ The Connectome Viewer Envisage application with Plugins """ # Copyright (C) 2009-2010, Ecole Polytechnique Federale de Lausanne (EPFL) and # University Hospital Center and...
LTS5/connectomeviewer
6e64542ae31d90e2708fc2582de08fb6a99f0de9
Connectome Viewer Toolkit publication accepted
diff --git a/doc/source/publications.rst b/doc/source/publications.rst index 3d5f498..884b1fa 100644 --- a/doc/source/publications.rst +++ b/doc/source/publications.rst @@ -1,15 +1,15 @@ .. _publications: ============ Publications ============ How to cite the Connectome Viewer and Connectome File Format? ````...
LTS5/connectomeviewer
03e505255af9da5fc881ec22006961f32ca9d462
Write GEXF in Code Oracle
diff --git a/cviewer/plugins/codeoracle/actions.py b/cviewer/plugins/codeoracle/actions.py index 21bde65..71120eb 100644 --- a/cviewer/plugins/codeoracle/actions.py +++ b/cviewer/plugins/codeoracle/actions.py @@ -1,341 +1,359 @@ import logging from enthought.io.api import File from enthought.pyface.api import File...