All open source projects that I had published to Planet Source Code
  • HTML 37.3%
  • Classic ASP 32.6%
  • Visual Basic .NET 13.4%
  • C# 6.7%
  • JavaScript 3.5%
  • Other 6.5%
Find a file
2024-10-13 02:29:59 -04:00
ASP link images to current directory 2024-10-13 02:01:21 -04:00
ASPNet link images to current directory 2024-10-13 02:01:21 -04:00
C link to readme 2024-10-13 01:59:51 -04:00
CSharp link images to current directory 2024-10-13 02:01:21 -04:00
JavaScript link images to current directory 2024-10-13 02:01:21 -04:00
SQL link images to current directory 2024-10-13 02:01:21 -04:00
VB link images to current directory 2024-10-13 02:01:21 -04:00
VBNet Rename Screenshot.jpg to screenshot.jpg 2024-10-13 02:29:59 -04:00
.gitignore gitignore 2024-10-12 21:59:30 -04:00
Browse.asp asp files 2024-10-12 21:42:09 -04:00
Browse.htm rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
Browse.js rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
default.htm rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
Details.htm rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
Details.js rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
Download.asp asp files 2024-10-12 21:42:09 -04:00
download.gif rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
footer.js rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
Getting Started.pdf rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
header.js rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
information.gif rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
LewisMoten.jpg rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
LICENSE Initial commit 2016-02-25 20:16:07 -05:00
parse.js link images to current directory 2024-10-13 02:01:21 -04:00
psc.jpg rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
README.md Update README.md 2024-10-13 02:17:54 -04:00
Request_QueryString.js rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
screenshot.gif rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
scripts.xml rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
style.css rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
Transparent.gif rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00
XmlHelper.js rest of library from my old PSC projects 2024-10-12 22:19:00 -04:00

Lewies Code Library PSC

This collection showcases open-source projects I published on Planet Source Code (PSC) in the late 1990s and early 2000s. Some scripts can be found on the PSC Index maintained by

@Planet-Source-Code.

While many scripts are outdated due to advancements in web development, they represent the cutting edge of technology at the time.

Highlights

File Upload Scripts (Classic ASP): These award-winning scripts enabled file uploads on shared hosting platforms, bypassing vendor restrictions on COM objects costing upwards of $700. Later versions leveraged the ADODB Stream to optimize file parsing, a technique later superseded by ASP.NET's built-in download functionality.

SHA-1 Hash Algorithm: This port of SHA-1, available in Classic ASP and JavaScript, gained unexpected popularity. While included for historical reference, SHA-1 vulnerabilities discovered in 2005 make it unsuitable for modern security applications.

Script Organization:

Scripts are categorized by language and date of publication on PSC (July 2000 - August 2004). Some predate my PSC account. In total, the collection comprises 220 scripts, including a few documents.

PSC grouped ASP, VBScript, and VBA as one "world," so server-side and client-side scripts may be mixed within language folders.