|
Stand-alone or integrated into an existing Java/J2EE web application, JEExplorer is a valuable administration utility enabling managing of files and directories on your server file system.
JEExplorer is designed to be easily integrated with existing web applications. It consists of only a single JSP and jar file, with no external dependencies whatsoever. Additionally, JEExplorer has no requirements for the client - no JavaScript/applets or anything else is required for the application to run.
The application comes as a Java/J2EE war file which can be installed on any Java server, f.ex. Apache Tomcat, JBoss etc. To integrate with an existing application, simply drop the JSP file anywhere in the web application.
|
|
|
CalcExp is designed as an alternative to the system build-in calculators. CalcExp runs on Windows 2K/XP/Vista, MacOsX, Linux, and Solaris. The main features are:
1. All-in-one Calculator:
Can be a good alternative to the system build-in calculators and hand-hold calculators. It makes your calculating faster and safer.
2. Powerful Number formatting:
You have many options to choose for formatting the result number, such as: Locales, Fraction Digits, Scientific Notation, Hexadecimal Displaying, etc, while the windows calculator can't do that for you!
3. Friendly User Interface:
Want it always stand on top? or want hide it as a systray icon? yes, you can do that.
Want unlimited undo/redo when editing the expression? Just press Ctrl+Z/Ctrl+Shift+Z.
Want record an expression, then recall it later? Save it in history list.
4. Skin Changeable:
7 Skins(themes) created by professional artists; the font is clear and easy to read.
5. Web Launch:
revolutionary startup manner: Web Launch. It allows you launch CalcExp in a web browser! With just one click, you can install/launch CalcExp on your computer, whatever you working on Windows, Linux, MacOsX, or Solaris.
6. Easy to Use:
View and Edit the expression directly; Avoid making mistakes to it.
7. Custom Functions:
You can define your own Functions and Constants, and use them later like system build-in functions/constants. It saves time and help you work more efficiently.
8. Fully Tested and Safe:
It has passed more than 1141 test cases to make sure your calculation is safe. It comes with a set of Bug Tracing Mechanism to help find any exceptions in calculating and report them to fix at once. This makes CalcExp become safer and safer.
9. Useful Tools:
A great feature of CalcExp is the useful tools, there are good friends in your work. There are 4 useful tools in CalcExp:Unit Converter, Currency Converter, Statistics Calculator, and Color Converter.
CalcExp Calculator&Unit Converter: http://www.calcexp.com/download/calcexp_windows_1_3_377_online.exe
Quoter: http://mindprod.com/zips/quoter45.zip
Converts text with many possible cleanups, including
preparation of HTML and Java, aligning in columns, character
set conversion, case converting, removing excess white
space, removing blank lines, preparing regex expressions....
converts raw text with the following possible cleanups:
1. Quoting for HTML, e.g. dealing with ampersand or accented characters.
2 . Converting HTML entities; back to plain characters.
3. Stripping out HTML tags
4. Quoting for Java String literals
e.g. c:\MyDir\MyFile.txt -> "c:\\MyDir\\MyFile.txt"
5. Quoting for Java char[] literals
e.g. c:\ -> new char { 'c', ':', '\\' }
6. removing leading and/or trailing spaces.
5. removing embedded control characters.
7. collapsing runs of spaces into one space.
8. collapsing multiple blank lines into one line.
9. converting to UPPER, lower, or Book Title case.
10. Aligning space or comma delimited text in columns.
11.Aligning Java source in columns
(considers "\"", '\'', /* comment */, // ...
in column delimiter rules).
12. Converting raw multiline clipboards into regexes
by quoting reserved characters for search/replace
for Funduc or Java regexes, followed by
converting to Java string literals |