Welcome to Levén Labs
Here I will put information about ongoing project, beta code, small snippets and other resources that may be of interest to other people.
All code on this page should be threated as alpha, beta or other pre-release versions and shouldn't be used in production. The purpose is to supply a seed for something more robust or as an educational material used to achieve new knowledge.
Most of the code is written using Microsoft Visual Studio and Microsoft .NET technology (preferable in C#). However some resources may be written in VB.NET, Visual Basic 6, VBScript (VBS), ASP or even Windows Batch (BAT).
Page index
- Featured projects
- Current projects/applications
- Labs and snippets
- "Recipies"
- Discontinued projects
- BlackBox - An extensive multi-purpose class library for Microsoft .NET
- AutoInstaller - Framework and concept of self installing applications
- DeLight - Light/home automation software based on TellStick.NET
- TellStick.NET - A managed .NET wrapper class library for the native TellStick DLL
- TrayPal - Small all-purpose helper application living in the system tray
- TSync - Console application that synchronizes system clock with a atomic clock
- DummyFile Creator - Tool to create various "bogus" files for testing
- HTTP WebRelay - Relay/proxy listening on port 80/433 (HTTP/HTTPS) to relay any kind of TCP traffic trough standard web HTTP protocol
- LotRO Interface Manager - Interface Manager is a tool that aims to help you with various tasks related to user interfaces (skins) for Lord of the Rings Online.
- WMI Query - A simple tool to make searches against WMI database (users, hardware, website and more)
- Scheduler - Scheduler is a Windows tool as well as Windows service to manage scheduled tasks
- HTML Emailer - Tool to send HTML pages as HTML newsletter emails
- Network Tool - Simple graphical tool to do NSLookup's and PING's
- Hostpad - Editor (like Notepad) to edit the Windows Hosts file
- Registry access test application (.NET App) - Check wether the current user (executing the app) has rights to read and write to the HKEY_LOCAL_MACHINE\Software registry subtree
- Single File Assembly generator (.BAT example) - Simple DOS Batch-script to combine several .NET assemblies to one executable (EXE) or dynamic link library (DLL)
- Get IUSR Password (VBScript/.VBS) - Script to retrieve username and password for the auto-generated ISUR & IWAM accounts
- Get IUSR SID (VBScript/.VBS) - Script to retrieve SID for the auto-generated ISUR account
- File Download script (ASP.NET / C#) - Script to allow downloading file from a secure location (stored outside the web root)
- Image script (ASP.NET / C#) - Script to show images from a secure location (stored outside the web root)
- Send e-mail script (ASP.NET / C#) - ASP.NET script to test emailing capabilites of your server or web hosting provider. Also suitable as a base to develop a mail sending script for your web.
- ProgressCounter (VB.NET) - Keep track of operation progress, average speed, time elapsed and estimated time left
- FileHelper (VB.NET) - Helps with tasks regarding file operations, file handling and file information formatting
- Timers (VB.NET) - DurationTimer and TimeoutTimer keep track of duration and/or timeouts
- XmlFormat (VB.NET) - Formats XML in a more reable fashion (XML code indented or just the data tabulated)
- JavaScript Helper (VB.NET) - Helper methods when working with JavaScript