http://sourceforge.net/projects/rpncalcnet/
I’ve been using a Reverse Polish Notation calculator since I got an HP48 G calculator in college. This is one of the best I’ve found for Windows. It loads a little slowly, but it has worked well for me.
http://sourceforge.net/projects/rpncalcnet/
I’ve been using a Reverse Polish Notation calculator since I got an HP48 G calculator in college. This is one of the best I’ve found for Windows. It loads a little slowly, but it has worked well for me.
http://www.gitignore.io/
I typed in Windows
, Netbeans
, & Java
and this is what came back:
# Created by http://www.gitignore.io
### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
### Java ###
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Title is a bit misleading, but the blog post has some good stuff in it.
It would be nice to know at a glance if a library has introduced incompatible API changes.