[ Main Page ]

SlideBook spool file

Logo

顕微鏡画像取得のためのsoftwareは売れる数が少ないために、hardwareキーとSerial番号で がちがちにプロテクトがかかっている上に高い割には、使えないことが多いようです。以前、使ったことのある SlideBookというsoftware では、2Gbyte以上のSPOOLファイルを作っても読みこめないバグがあり、いつまでたっても 修正されません。そこで、このSPOOLファイルを分割するtoolを作りましたが、 作ってからかなりたつので公開します。でも、使う人は恐らくいないでしょう。

SPL.java

java SPL.class GFP_.spl

とするとおなじディレクトリにGFP_.spl.1 GFP_.spl.2 と連番で分割ファイルが生成されます。Javaでバイナリファイルを扱う方法の参考となるかもしれません。

  <sussman>  wow.
  <sussman>  so 0.33 is gonna have way faster checkouts/updates in both
             network layers.
  <sussman>  that's fantastic.
 <josander>  how is this compared to http, svn-ssh and cvs: svn co
             floppy:// ? Have anyome measured this?
  <ghudson>  floppy://?
  <sussman>  hehehe
 <josander>  yes, the floppy network. -:)

    -- #svn, Freenode

 <sussman>  you need to use gdb in a real IDE, like emacs, or ddd.
 <sussman>  something that shows a pointer moving down your code.
 <rindolf>  sussman: IDEs are for wimps... ;-)
 <rindolf>  Seriously, sometimes invoking gdb is very quick and I'm
            accustomed to it.
 <rindolf>  ddd is quite on the heavy side.
 <rindolf>  "Programming happens in the mind, not in the IDE" --- Gil'ad
            Ben-Yossef
 <rindolf>  So does debugging.
 <sussman>  sure.
 <sussman>  why would you possibly want to see all your code at once?
 <sussman>  it's much easier to see single lines printed out and try to
            remember what the function looks like. :-)
 <rindolf>  ed, anyone? ;-)
 <rindolf>  "I wanna use ex and I wanna use vee (=vi). Ed is dead, ed is
            dead, baby!"
 <sussman>  "Ed is for people who can *remember* what they're working on."
         *  jackr remembers when he could remember what he was working on.
            Sometimes.

    -- #svn, Freenode


Powered by UNIX fortune(6)
[ Main Page ]