This code will list the fixed disks and the free available space on them.
<cfobject type="COM" action="create" class="Scripting.FileSystemObject" name="Application.fso">
<cfset driveSpace=StructNew()>
<cfloop collection="#Application.fso.drives#" item="curDrive">
<!--- A DriveType of 2 indicates a fixed disk --->
<cfif curDrive.DriveType IS 2>
<cfset driveSpace["#curDrive.DriveLetter#"]=curDrive.availablespace>
<cfoutput>#curDrive.DriveLetter#: #int(trim((curDrive.availablespace/1024)/1024))# MB free</cfoutput>
<br>
</cfif>
</cfloop>
March 30, 2005
March 22, 2005
Google Print Search: 20,000 Leagues Under the Sea
Google now has books scanned for your viewing pleasure.
Google Print Search: 20,000 Leagues Under the Sea
Google Print Search: 20,000 Leagues Under the Sea
March 21, 2005
WinMX - The best way to share your media?
WinMX - The best way to share your media?
What is WinMX?
WinMX is a FREE file-sharing program like no other. It allows you to connect, download, and share files with MILLIONS of other users through the decentralized WinMX Peer Network. Once WinMX is installed, you'll have access to one of the largest and most diverse networks of shared media files in the world. And unlike many other 'peer to peer' software providers, we respect your privacy and will never sell you out to spyware. When you download WinMX, you're getting WinMX and only WinMX, no bundled spyware, no ads, no B.S.
Features
High performance peer-to-peer protocol
Share and DOWNLOAD ANY FILE TYPE
Multi-sourced downloading for maximum speed on broadband connections
Auto-Complete feature continuously seeks out new download sources, even after WinMX is restarted
Detailed bandwidth monitoring and throttling controls
Complete upload and download queuing system
Fully decentralized chat
OpenNap connectivity for expert users
Powerful docking window interface great for hi-res and multi-monitor systems
Compatible with most LAN configurations
WinMX respects your privacy and doesn't contain spyware
Requirements
Windows 98 / ME / 2000 / XP
Pentium 166 w/ 64MB ram or better recommended
Sounds good, runs ok, overall not as good a Shareaza. Which can be found here.
What is WinMX?
WinMX is a FREE file-sharing program like no other. It allows you to connect, download, and share files with MILLIONS of other users through the decentralized WinMX Peer Network. Once WinMX is installed, you'll have access to one of the largest and most diverse networks of shared media files in the world. And unlike many other 'peer to peer' software providers, we respect your privacy and will never sell you out to spyware. When you download WinMX, you're getting WinMX and only WinMX, no bundled spyware, no ads, no B.S.
Features
High performance peer-to-peer protocol
Share and DOWNLOAD ANY FILE TYPE
Multi-sourced downloading for maximum speed on broadband connections
Auto-Complete feature continuously seeks out new download sources, even after WinMX is restarted
Detailed bandwidth monitoring and throttling controls
Complete upload and download queuing system
Fully decentralized chat
OpenNap connectivity for expert users
Powerful docking window interface great for hi-res and multi-monitor systems
Compatible with most LAN configurations
WinMX respects your privacy and doesn't contain spyware
Requirements
Windows 98 / ME / 2000 / XP
Pentium 166 w/ 64MB ram or better recommended
Sounds good, runs ok, overall not as good a Shareaza. Which can be found here.
March 18, 2005
March 10, 2005
Project Honey Pot
Project Honey Pot: Welcome!
Project Honey Pot is the first and only distributed system for identifying spammers and the spambots they use to scrape addresses from your website. Using the Project Honey Pot system you can install addresses that are custom-tagged to the time and IP address of a visitor to your site. If one of these addresses begins receiving email we not only can tell that the messages are spam, but also the exact moment when the address was harvested and the IP address that gathered it.
Project Honey Pot is the first and only distributed system for identifying spammers and the spambots they use to scrape addresses from your website. Using the Project Honey Pot system you can install addresses that are custom-tagged to the time and IP address of a visitor to your site. If one of these addresses begins receiving email we not only can tell that the messages are spam, but also the exact moment when the address was harvested and the IP address that gathered it.
March 3, 2005
March 1, 2005
Stripe Snoop :: Homepage
Stripe Snoop :: Homepage
Stripe Snoop is a suite of research tools that captures, modifies, validates, generates, analyzes, and shares data from magstripe cards. The data is captured through different hardware interfaces (or stdin), the contents decoded into the correct character set, and then a CDDB-like database attempts to figure out what the contents mean.
Stripe Snoop is a suite of research tools that captures, modifies, validates, generates, analyzes, and shares data from magstripe cards. The data is captured through different hardware interfaces (or stdin), the contents decoded into the correct character set, and then a CDDB-like database attempts to figure out what the contents mean.
Subscribe to:
Posts (Atom)