|
|
AmericanTax
Calculates American sales taxes, state and district. Java Applet that can also be run as an application. Requires Java version 1.5 or later. Java source code and sample HTML included. This version computes by adding sales tax to a base price. It also works in reverse given the total paid working backwards to get the tax and original price. In other words it will tell you the sticker price to make something come out even after taxes are added. It also has a spinner that lets get that result without typing. Just select the buyer''s state and district, enter the amount of the sale and hit calc. You can adjust the sale amount with a spinner. If you are a business, you don''t have to collect sales taxes from people in other states unless you have a business presence in that state. In that case, you must collect just the state tax, not the local tax. The program splits out the state and local taxes so that if you have a business presence in his state, you can tell him the amount he must remit to you (the state part) and the part he must remit voluntarily and directly (the local district part). Tables are complete for the following states: AK, AL, AZ, CA, CO, CT, DC, DE, FL, GA, HI, IL, IN, KY, MA, MD, ME, MI, MN, MO, MS, MT, NC, NH, NJ, NY, OH, OR, PA, RI, TN, TX, VA, VT, WA, WI, WV. It knows all state level taxes. Tables still need to be added to deal with local county and city sales taxes for the following states: AR, IA, ID, KS, LA, ND, NE, NM, NV, OK, SC, SD, UT, WY.
Keywords: american sales tax state salest tax district sales tax sales tax calculator reverse tax calculator peer to peer programs
|
|
|
Pentium
Pentium works on Windows and Intel Pentium class and AMD CPUs to determine the CPUID information such as the vendor, brand/model, step, model, instruction set family, cpu serial number, and the RDTSC Time stamp register for high resolution timing measured in CPU cycles since the last boot. It is designed to be incorporated in your own Java progams. You can also use it as a standalone utility with: java.exe -jar pentium.jar The nativepentium.dll must be on the path, e.g. in the current directory. In JDK 1.5, the DLL can be in the jar so long as it has no package path.
Keywords: pentium java amd cpu cpser model step brand instruction set family cpu serial number rdtsc misses
|