STUSK (Stupid site keeper)
Posted: Sun Jan 31, 2010 1:23 pm
A friend and some of my family wanted a simple password and site list. While it isn't as fancy as some on the forum, it's simple enough for them and maybe good enough for beginners.
Current link to full project files: (Someone told me a link was knackered, fixed)
http://members.westnet.com.au/bangfeast ... telist.rar (Current EXE) v1
http://members.westnet.com.au/bangfeast ... elist2.rar (Current EXE) v2
http://members.westnet.com.au/bangfeast ... list2u.rar (Current UniCode EXE) v2
http://members.westnet.com.au/bangfeast ... t(Src).rar (Older Source)
Forgot to put the license header at the top of the code, so here it is.
;=======================================================
; Copyright: Peritek Visions, 2010.
;
; License: Freeware. Do what you want with it EXCEPT SELL IT which is expressly forbidden, acknowledge the source
; please. License for the expat XML parser is in the distribution directory. 'Expat XML parser license.txt'
;
; Code format: Purebasic, v4.41 X86 source code project.
;
; Dependancies: None.
;
; Graphics: All graphics came from the OpenClipart foundation.
;
; Thanks: srod for helping me out with logic issues that I will always have a problem with.
; Rsts and NetMaestro for some great suggestions. Ar-s for the locking example.
;
; Notes: I've tried to comment wherever I could but there are just so many hours in the day. There are a few things
; not 100% finished but that will come whenever I have time as there are other pressing personal issues
; facing me right now. The code is free so don't wait for me to finish!!!
;
; I've tried to overload the options available to users. Menu options are duplicated by keyboard shortcuts
; and context menu popups.
;
; Addendum: Before you complain that this program has destroyed something or did something you didn't like, have the
; decency and intelligence to actually read through the code and NOT TEST IT on LIVE DATA but copies. It is
; NOT MY JOB to rescue you from your own laziness or obdurate stupidity.
Current link to full project files: (Someone told me a link was knackered, fixed)
http://members.westnet.com.au/bangfeast ... telist.rar (Current EXE) v1
http://members.westnet.com.au/bangfeast ... elist2.rar (Current EXE) v2
http://members.westnet.com.au/bangfeast ... list2u.rar (Current UniCode EXE) v2
http://members.westnet.com.au/bangfeast ... t(Src).rar (Older Source)
Forgot to put the license header at the top of the code, so here it is.
;=======================================================
; Copyright: Peritek Visions, 2010.
;
; License: Freeware. Do what you want with it EXCEPT SELL IT which is expressly forbidden, acknowledge the source
; please. License for the expat XML parser is in the distribution directory. 'Expat XML parser license.txt'
;
; Code format: Purebasic, v4.41 X86 source code project.
;
; Dependancies: None.
;
; Graphics: All graphics came from the OpenClipart foundation.
;
; Thanks: srod for helping me out with logic issues that I will always have a problem with.
; Rsts and NetMaestro for some great suggestions. Ar-s for the locking example.
;
; Notes: I've tried to comment wherever I could but there are just so many hours in the day. There are a few things
; not 100% finished but that will come whenever I have time as there are other pressing personal issues
; facing me right now. The code is free so don't wait for me to finish!!!
;
; I've tried to overload the options available to users. Menu options are duplicated by keyboard shortcuts
; and context menu popups.
;
; Addendum: Before you complain that this program has destroyed something or did something you didn't like, have the
; decency and intelligence to actually read through the code and NOT TEST IT on LIVE DATA but copies. It is
; NOT MY JOB to rescue you from your own laziness or obdurate stupidity.