This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Old stuff I'm preserving on git | |
//Made by Lan @ www.protozoid.lrn2prgm.com - v1.1 | |
unit Unit2; | |
interface | |
uses | |
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoTrayIcon | |
#Region ;**** Directives created by AutoIt3Wrapper_GUI **** | |
#AutoIt3Wrapper_Icon=J:\Dev-Cpp\Icons\mainicon.ico | |
#AutoIt3Wrapper_UseUpx=n | |
#AutoIt3Wrapper_Res_Comment=Made by The Unintelligible | |
#AutoIt3Wrapper_Res_Description=Gaia Online API | |
#AutoIt3Wrapper_Res_Fileversion=0.0.0.1 | |
#AutoIt3Wrapper_Res_LegalCopyright=Copyright © The Unintelligible, 2012. | |
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env lua | |
-------------------------------------------------------------- | |
-- @Description: Module for LogicalGamers auxiliary functions | |
-- @Author: Forget Me Not (The Unintelligible) | |
-- @Contact: [email protected] | |
-- @Version: v0.1 | |
-- @License: GNU General Public License v2 (GPLv2) - http://www.gnu.org/copyleft/gpl.html | |
-------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------------------------------------------------- | |
-- @Description: winhttprequest COM wrapper & accompanied supplemental functions | |
-- @Author: Forget Me Not | |
-- @Contact: [email protected] | |
-- @Version: v0.1 | |
-- @Remarks: | |
--- [1] Primarily for Windows use only. |