lint
Insult 1.9
Generates insults typical of those posted by Republicans in the alt.politics.bush newsgroup. Java Applet that can also be run as an application. You can run it without installing it at http://mindprod more>>
Generates insults typical of those posted by Republicans in
the alt.politics.bush newsgroup.
Java Applet that can also be run as an application.
You can run it without installing it at
http://mindprod.com/applet/insult.html
To install, Extract the zip download with WinZip, available
from http://www.winzip.com (or similar unzip utility) into
any directory you please, often C:\ -- ticking off the (user
folder names) option. To run as an application, type:
java -jar C:\com\mindprod\insult\insult.jar
adjusting as necessary to account for where the jar file is.
Requirements: Requires a Java 1.1 or later JRE
Whats new in this version: add build to title, lint
<<lessInWords 4.1
Java code to converts number to words in any of 15 languagues. Useful for writing cheques or legal documents. more>>
Shows you how to count in any of the following languages:
Bahasa Indonesia
Binary
Decimal
Dutch (modern, old and bankers)
English (British, North American, Ordinals)
Esperanto
French
German
Hexadecimal
Icelandic
Japanese
Martian
Metric Metric Prefixes (grams)
Norwegian
Octal
Polish
RAM (bytes)
Roman Numerals
Swedish
Swiss French
Tagalog
You can enter a number and it spells it out in words: e.g.
-12345 to minus twelve thousand three hundred forty-five
The classes it uses for conversion can be easily
cannibalised for your own applications, e.g. writing cheques
out in words.
for example:
String numStr = BritishEnglish.inWords(-1234);
will generate the string:
minus one thousand two hundred four
handles longs up to Long.MAX_VALUE, namely:
9,223,372,036,854,775,807
Useful to learn to count in a foreign language. The InWords
package classes are also useful for cheque writing or legal
documents.
You can run a batch test of any language with
java com.mindprod.inwords.Polish
where Polish is the name of the class handling the language you
want to test.
You can also run it as an Applet or a standalone GUI application.
To install, Extract the zip download with WinZip, available from
http://www.winzip.com (or similar unzip utility) into any
directory you please, often C:\ -- ticking off the (user
folder names) option. To run as an application, type:
java -jar C:\com\mindprod\inwords\inwords.jar
adjusting as necessary to account for where the jar file is.
Requirements: Java 1.3+
Whats new in this version: add build to title. lint. correct spelling errors.
<<lessXML Workbench 2.1
IDE for developing XML based solutions more>> XML Workbench is a desktop software package for IT professionals. It is an IDE for developing XML based solutions and for writing scripts. It acts as a management layer between your data, data manipulation tools and the desired result. Use virtually any XML/XSLT processor including the built in engine. Apply your XSL to XML data files or any XML source accessible from a command line or script. Conveniently run scripts and tools against project files. Features Below is a brief summary of a few XML Workbench features. See the Online XML Workbench Users Guide for complete details.
- Configure any number of external comand line tools (MSXSL, Xalan, Libxslt, Saxon, tidy, php -lint, perl, WScript, ftp ...) to test, generate or transform data and scripts
- Organize data sources and working files into Projects
- Test XML for "well-formedness" and automatically jump to offending location
- Validate your XML
- Debug XSLT using with break points and full context information display.
USB ICE Scanner 1.2.2.3
USB ICE Scanner. Enjoy a one-step photo restoration systems with the Microtek Scanners, With Digital ICE for Photo Prints built into the system, you can correct most scratches and cracks commonly more>> USB ICE Scanner. Enjoy a one-step photo restoration systems with the Microtek Scanners, With Digital ICE for Photo Prints built into the system, you can correct most scratches and cracks commonly found on photos while removing dust and lint the process is automatic during each scan.<<less

FileIO 5.7
I/O teaching tool that generates sample Java source code to do 378 types of I/O to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. more>>
I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.
FileIO runs either as an application or as an Applet that needs to run in JDK 1.5+ capable browser. Source code and sample HTML included. May be freely distributed and used for any
purpose except military.
It works by asking you 4 multiple choice questions about what you want to do. You fill in your
choices in a dialog box at it instantly generates the corresponding code that you can copy/paste and modify.
1) What is the type of the source/target?
- sequential file
- random access file
- String (in RAM i/o)
- char[] (in RAM i/o)
- byte[] (in RAM i/o)
- URL (remote i/o)
- HTTP CGI
- socket
- pipe
2) Do you want to read or write?
3) Which do you want: unbuffered, buffered or
compressed?
4) What is the format of the data being read or
written?
- raw, untranslated, bulk, 8-bit bytes
- default-encoded chars (usually 8-bit)
- locale-encoded chars (usually 8-bit),
e.g. IBM-OEM Cp437
- Unicode 16-bit chars
- big-endian binary (Java standard)
- little-endian binary (Intel standard)
- serialised objects
It generates 378 possible different example programs.
You can run it online at http://mindprod.com/applet/fileio.html without
installing it.
System Requirements: Java JDK 1.5+
Enhancements: display build, clean up spelling errors, lint
<<lessSpamAssassin for Win32 3.2.3.5
The early versions of SpamAssassin did excellent job killing spam, but they just could not run on Win32 systems. more>>
SpamAssassin is one of the best spam filters and it is also free. However, it is written on Perl and runs usually on corporate UNIX servers.
The early versions of SpamAssassin did excellent job killing spam, but they just could not run on Win32 systems. The first successful attempt to port SpamAssassin to Microsoft Windows family was made by Dan McDonald, who wrote a pop3proxy script which was acting as a proxy between the mail client and the POP3 server.
Further work on this script lead to the release of a free spam filter SAproxy and then commercial SAproxy Pro. Soon after the release in 2003, Consumer Reports declared SAproxy the best personal anti-spam solution for Windows. However, after Yahoo! acquired Stata Labs at the end of 2004, they announced that SAproxy was discontinued.
I have managed to adapt the free SAproxy to work with the latest versions of SpamAssassin, DCC, and Razor. The result, SpamAssassin POP3 Proxy for Win32, is available for download. The spam filter stands between your e-mail reader and the POP3 (incoming) mail server. It can:
- study the message
and check whether it matches patterns common for spam;
- contact online "blacklists" (DNSBL) to verify whether the message has arrived from a known spam source;
- contact online databases DCC and Razor (Cloudmark) which collect the "fingerprints" of millions of known spam messages;
- automatically learn how to tell spam from non-spam (statistical analysis);
- automatically whitelist frequent senders;
- easily configure basic settings with the help of a user-friendly interface;
- support custom rules (although that would require reading SpamAssassin documentation).
Synopsis
spamassassin [options] [ < mailmessage | path ... ]
spamassassin -d [ < mailmessage | path ... ]
spamassassin -r [ < mailmessage | path ... ]
spamassassin -k [ < mailmessage | path ... ]
spamassassin -W|-R [ < mailmessage | path ... ]
Options:
-L, --local -> Local tests only (no online tests)
-r, --report -> Report message as spam
-k, --revoke -> Revoke message as spam
-d, --remove-markup -> Remove spam reports from a message
-C path, --configpath=path, --config-file=path -> Path to standard configuration dir
-p prefs, --prefspath=file, --prefs-file=file -> Set user preferences file
--siteconfigpath=path -> Path for site configs (def: /etc/mail/spamassassin)
-x, --nocreate-prefs -> Dont create user preferences file
-e, --exit-code -> Exit with a non-zero exit code if the tested message was spam
--mbox -> read in messages in mbox format
--mbx -> read in messages in UW mbx format
-t, --test-mode -> Pipe message through and add extra report to the bottom
--lint -> Lint the rule set: report syntax errors
-W, --add-to-whitelist -> Add addresses in mail to persistent address whitelist
--add-to-blacklist -> Add addresses in mail to persistent address blacklist
-R, --remove-from-whitelist -> Remove all addresses found in mail from persistent address list
--add-addr-to-whitelist=addr -> Add addr to persistent address whitelist
--add-addr-to-blacklist=addr -> Add addr to persistent address blacklist
--remove-addr-from-whitelist=addr -> Remove addr from persistent address list
--progress -> Print progress bar
-D, --debug [area=n,...] -> Print debugging messages
-V, --version -> Print version
-h, --help -> Print usage message
Microtek ScanMaker 6800 (USB) 1.0.1.1
In one step, the ScanMaker 6800, with Digital ICE for Photo Prints built into the hardware and software, corrects most scratches and cracks commonly found on photo print surfaces, while also removing more>> In one step, the ScanMaker 6800, with Digital ICE for Photo Prints built into the hardware and software, corrects most scratches and cracks commonly found on photo print surfaces, while also removing dust and lint. In addition, the ScanMaker 6800 offers high 4800 x 2400 dpi resolution, 48-bit color depth, FireWire and Hi-Speed USB (USB 2.0) interfaces, plus an integrated 4" x 5" transparency adapter.<<less
Wireshark 1.1.1
A free network protocol analyzer for Windows and Unix more>>
Wireshark 1.1.1 provides users with a powerful yet totally free network protocol analyzer for Windows and Unix
The Ethereal network protocol analyzer has changed its name to Wireshark.The name might be new, but the software is the same. Wiresharks powerful features make it the tool of choice for network troubleshooting, protocol development, and education worldwide.
Wireshark was written by networking experts around the world, and is an example of the power of open source
Wireshark is used by network professionals around the world for analysis, troubleshooting, software and protocol development and education.
The program has all of the standard features you would expect in a protocol analyzer, and several features not seen in any other product. Its open source license allows talented experts in the networking community to add enhancements.
Major Features:
- Data can be captured "off the wire" from a live network connection, or read from a capture file.
- Wireshark can read capture files from tcpdump (libpcap), NAIs Sniffer (compressed and uncompressed), Sniffer Pro, NetXray, Sun snoop and atmsnoop, Shomiti/Finisar Surveyor, AIXs iptrace, Microsofts Network Monitor, Novells LANalyzer, RADCOMs WAN/LAN Analyzer, HP-UX nettl, i4btrace from the ISDN4BSD project, Cisco Secure IDS iplog, the pppd log (pppdump-format), the AG Groups/WildPackets EtherPeek/TokenPeek/AiroPeek, or Visual Networks Visual UpTime. It can also read traces made from Lucent/Ascend WAN routers and Toshiba ISDN routers, as well as the text output from VMSs TCPIPtrace utility and the DBS Etherwatch utility for VMS. Any of these files can be compressed with gzip and Ethereal will decompress them on the fly.
- Live data can be read from Ethernet, FDDI, PPP, Token-Ring, IEEE 802.11, Classical IP over ATM, and loopback interfaces (at least on some platforms; not all of those types are supported on all platforms).
- Captured network data can be browsed via a GUI, or via the TTY-mode "tethereal" program.
- Capture files can be programmatically edited or converted via command-line switches to the "editcap" program.
- 602 protocols can currently be dissected
- Output can be saved or printed as plain text or PostScript.
- Data display can be refined using a display filter.
- Display filters can also be used to selectively highlight and color packet summary information.
- All or part of each captured network trace can be saved to disk.
- The following vulnerabilities have been fixed:
- The NCP dissector was susceptible to a number of problems, including buffer overflows and an infinite loop. Versions affected: 0.9.7 to 1.0.2
- Wireshark could crash while uncompressing zlib-compressed packet data. Versions affected: 0.10.14 to 1.0.2
- Wireshark could crash while reading a Tektronix .rf5 file. Versions affected: 0.99.6 to 1.0.2
- The following bugs have been fixed:
- 802.11 WPA/WPA2-PSK Unable to decode Group Keys. (Bug 1420)
- Packets could wrongly be dissected as "Redback Lawful Intercept" (Bug 2376)
- MIKEY dissector improvements (Bug 2400)
- tvb_get_bits{16|32} could read past the end of a tvbuff (Bug 2439)
- Incorrect wslua function names. (Bug 2448)
- Memory corruption in wslua. (Bug 2453)
- Unknown PPPoE TAGs which are present in a PPPoE discovery packet are not displayed under "PPPoE Tags" subtree/section. (Bug 2458)
- Following a TCP stream could incorrectly reassemble packets. (Bug 2606)
- SIP decode shows fully expanded "Content-Length" header instead of compact form. (Bug 2635)
- Segmentation fault loading trace containing NCP packets. (Bug 2675)
- SIP packets might incorrectly be displayed as malformed. (Bug 2729)
- RTCP BYE padding interpreted incorrectly. (Bug 2778)
- Reversed RTP stream is saved as silent .au file, forward stream saves correctly. (Bug 2780)
- Fix some lint warnings. (Bug 2822)
- Setting a duration on a capture file would capture for an extra second.
<<less
License:Freeware
CV 1.0.1
add, delete & move around the outline simply by dragging more>> It is an outliner of preeminent operativeness. Please look for the tip when getting tired of a usual usage (The hint is inside of the template folder). To tell the truth, the function is abundant.<<less
- Page: 1 of 1
- 1