for f in *; do mv "$f" "${f#??}"; done
would even work with blanks in filenames.
@razalas: rename the files, not just viewieng the modified names.
don't visit my homepage: http://home.arcor.de/hirnstrom/minis/index.html
You can open it with every hex-editor, like `od`. You need some daemon to get access (network~), like `sshd`.
The task manager doesn't open files on its own, does he? I don't know about graphical daemons; VNC is a protocoll, used on Linux, to view a remote desktop.
Another idea is to share...
Or this way:
grep -hA1 beat * | grep Elapsed
A1: + 1 following line
h: without filename
don't visit my homepage: http://home.arcor.de/hirnstrom/minis/index.html
This simple command will put a newline before your first line, and keep the , at the end of line:
sed 's/\([A-Z]\+,\)/\n\1/g' FILE
It searches for Alpha-Chars, and inserts a newline before.
This is the not so simple command:
sed 's/\(\([A-Z0-9.*]\+,\)\{13\}\)\([A-Z0-9]\+\),/\1\3\n/g' FILE...
Well it was always noted, that this package wouldn't be supported, afaik you weren't even allowed to ship it with the JRE and it didn't came with the JRE.
I don't know what happens if you use it as jar with a recent JVM.
If you still have a 1.3 Java, read the License agreement.
don't visit...
Are you writing the data yourself? Write it in a simple, human-readable way, if possible.
For a repetitive structure use CSV, for changing structures use XML.
Binary data is hard to debug.
don't visit my homepage: http://home.arcor.de/hirnstrom/minis/index.html
My claim still is: If you have a compiled program which runs on java-1.3 it will run on java-1.6.
You say I would need to change the classpath in a shell script which launches the jar/ the Java-program from the jar?
If it isn't just a CLASSPATH issue, I would like to receive such a jar or...
You should start the external program in a seperate thread, and then you may wait in the main thread for 10 s.
Maybe you can kill the separate thread, if it didn't finish from there; at least continue your work.
don't visit my homepage: http://home.arcor.de/hirnstrom/minis/index.html
Well, Diancecht, I respect you for a lot of helpful hints here, but:
"Or progamos using reserved word as variable names (enum)" wont hurt for a compiled program. If you liked to recompile it for 1.6, then you have to do something. Else it would run, I guess, on 1.6 without problems.
I'm not...
I'm sorry, the formatting was broken, and I didn't realize it.
You shall write your 3 strings, masked with ", the first being the full path of pythonw.exe, the second the python script toplevel.pyw and the third one the tex-file, where ether it is.
"C:\Python23\pythonw.exe" "C:\Program Files...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.