programming
Java: Add autocompletion to a (editable) JComboBox
1. Download this source code and add to your Java project:
http://www.orbital-computer.de/JComboBox/source/AutoCompletion.java
2. Add folowing code to enable autocompletion for your JComboBox:AutoCompletion.enable(yourComboBox);
For further information about JComboBox and AutoCompletion see:
http://www.orbital-computer.de/JComboBox/
https://today.java.net/pub/a/today/2007/07/19/adding-auto-completion-to-swing-comboboxes.html
HqEclipse
You can install the plugin using the Eclipse Update Manager:
Help > Install new Software
Work with: http://hge.javaforge.com/hgeclipse
[ Add... ]
[ OK ]
check HqEclipse
[ Next > ]
[ Next > ]
check "I accept the terms of the license agreement"
[ Finish ]
confirm Security Warnings dialog with [ OK ]
Restart your Eclipse
https://j2m.googlecode.com/hg/
https://hgeclipse-demo.googlecode.com/hg/
C / C++
Install NetBeans and C compiler under Windows
Download and install
http://services.netbeans.org/bouncer/index.php?product=netbeans-6.5-cpp&os=windows
http://downloads.sourceforge.net/tdm-gcc/tdm-mingw-1.812.0-f1.exe
http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe
Add to system PATH
C:\MinGW\bin;C:\msys\1.0\bin
http://wiki.sergio-lopes.org/index.php?n=Rabble.NetbeansCinW#mingw
Titanic
Sourcecode
http:/dl.panticz.de/schiff/schiff.src.tar.bz2
http:/dl.panticz.de/schiff/schiff_NetBeans_Project.zip
Executable
http:/dl.panticz.de/schiff/schiff.tar.bz2
http:/dl.panticz.de/schiff/schiff.zip
Documentation
http:/dl.panticz.de/schiff/schiff_1.pdf
http:/dl.panticz.de/schiff/schiff_2.pdf
Links
http://www.arndt-bruenner.de/mathe/scripts/gleichungssysteme.htm
Zenity
delete files with auto close messagerm /media/CAMCARD/DCIM/100NIKON/*.JPG; sync; sleep 1 | zenity --title CleanCAMCARD --progress --auto-close
view message
zenity --info --text "blah"
Cisco 7960 upgrade firmware
Upgrade firmware
#download firmware wget http://www.cisco.com/pcgi-bin/tablebuild.pl/sip-ip-phone7960 # unzip files unzip P0S3-08-2-00.zip # set rights chmod a+r P0* OS79XX.TXT # move files to /tftpboot mv ./P0S3-08-2-00/* /tftpboot/ # add link ??? ln -s /tftpboot/P003-08-2-00.bin /tftpboot/P0S3-08-2-00.bin # edit Global config vi /tftpboot/SIPDefault.cnf image_version: P0S3-08-2-00
[LINKS]
http://www.ip-phone-forum.de/