|
-
Jun 7th, 2001, 01:18 PM
#1
Spread the wealth
I've started this thread so that ppl can "spread the wealth". It's for sharing those programs you thought would be usless to everyone but you, so you never bothered uploading them, or for programs that you have made to help/share with your fellow programmers . I've uploaded the first batch. Here they are with description. They're not perfect, so they're in project form for you to alter etc.
Agent Viewer
This program lets you view all available functions of MS Agent files(.acs), and watch the agent do them, you can test it's voices and more... (an Agent is like Clippit the annoying paperclip thing that comes with Office).
Text Converter
Convert text files of normal text, to symbol text, so you can look like a badass hacker, or add extra protection to encrypted files by preventing brute force hackers from working.
NoteBrowse
It looks like notepad, it sounds like notepad, it functions like notepad, hell... it is notepad! No it's not. Because if you click Search, Find then it turns into a basic WebBrowser! For all those of you who surf the net at work when they really shouldn't, and need to hide it.
Command System for programmers
The code in this program can be adapted for many of your own projects, it allows the user to create data files, and then your program to process and run them! It uses the following format for data files:
print 'data';
print 'data2';
In the code the only command written is for print, but this can be changed.
The code in this is copyrighted, cos it took me so damn long to make. I don't care if you use it as long as I get a mention in your Help, About box .
That's it. Let me know what you think, upload your own...
Spread the wealth
-
Jun 7th, 2001, 04:05 PM
#2
PowerPoster
an Agent is like Clippit the annoying paperclip thing that comes with Office
Wash your mouth out!!
-
Jun 7th, 2001, 04:18 PM
#3
Frenzied Member
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Jun 7th, 2001, 09:35 PM
#4
Just posted an animated gif tutorial in Database forum. Is the Agent thingy the one you posted in Planet Source Code? ANd you thought no one noticed...........it rocks by the way.
-
Jun 8th, 2001, 12:13 PM
#5
I never posted on Planet Source Code
Originally posted by Jethro
it rocks by the way.
My program, or the one on Planet Source Code?
-
Jun 12th, 2001, 05:09 PM
#6
Originally posted by ricmitch_uk
I never posted on Planet Source Code
My program, or the one on Planet Source Code?
Weird.....l donwloaded from PSC, and have found that one real helpful for testing the animations, before using them. Hmmm....will try and find the URL to the PSC posting for ya.
-
Jun 12th, 2001, 05:14 PM
#7
Fanatic Member
The NoteBrowse link is broken.
Alcohol & calculus don't mix.
Never drink & derive.
-
Jun 12th, 2001, 05:27 PM
#8
Originally posted by Wynd
The NoteBrowse link is broken.
Confused????????????????? What NoteBrowse Link.
My IM stuff is totally cocked up at the moment. Am clicking on email links and being taken to the forums main menu?
-
Jun 13th, 2001, 12:08 PM
#9
It should work now...
-
Jun 18th, 2001, 08:09 PM
#10
Frenzied Member
let this post slip back to the bottom of page 3? don't think so, back to the top of page 1 
Well heres my few things....
well I can't upload them here but they are on planetsourcecode...search for BitBlt Pong in vb
heres the link to the other:
http://www.planetsourcecode.com/vb/s...txtCodeId=1944
-
Jun 18th, 2001, 09:20 PM
#11
Ric could you like lose the mullet guy, he looks like he is about to go postal and it's freaking me out..................damn coming down can be a bummer
-
Jun 19th, 2001, 05:53 AM
#12
Frenzied Member
the guy does look a little homicidal That guy is freaky
Last edited by SteveCRM; Jun 19th, 2001 at 01:16 PM.
-
Jun 19th, 2001, 12:14 PM
#13
The reason I chose him was because of his homocidal stare! and the fact he has a bizarre haircut. Pat Sharp would be proud...
-
Jun 19th, 2001, 12:45 PM
#14
Fanatic Member
Don't you mean homicidal?
Alcohol & calculus don't mix.
Never drink & derive.
-
Jun 19th, 2001, 01:49 PM
#15
Whatever....
What do ppl think of my programs... Are they usful, fun or just plain crap...
-
Jun 19th, 2001, 02:02 PM
#16
I wrote Spetnik's C++ Compiler Shell a little over a year ago for myself. I now have over 27,000 downloads!!! I never thought anyone would ever wnat it.
-
Jun 19th, 2001, 02:06 PM
#17
tried the agent viewer, but u didnt send the dll.
-
Jun 19th, 2001, 02:08 PM
#18
spetnik: I downloaded that about 4 months ago... did you write that in C++ or VB?
-
Jun 19th, 2001, 02:08 PM
#19
vb. what did u think of it?
-
Jun 19th, 2001, 02:15 PM
#20
Very nice How did you get the output of the compile(I've tried it, but the only way I could figure out to do it would be too complicated)?
-
Jun 19th, 2001, 02:33 PM
#21
lol, I've answered quite a few posts from ppl tryin to do similar things. First, I generated the commandline [bcc32.exe -eblah.exe a.c] (or s/t like that). Then I appended a redirection "> whatever.tmp". I wrote this string to a batch file. I used ShellAndWait to execute the batch file, and then opened the temp file into the richtextbox. Finally, I delete the batch file and temp file, and whala! u have your results and compiled code!
-
Jun 19th, 2001, 04:17 PM
#22
Coool I was trying to use shellexecute and execute the whole command(including redirection) line there...
-
Jun 19th, 2001, 06:16 PM
#23
yeah, it seems that redirection is not supported outside of the console
-
Jun 23rd, 2001, 03:39 PM
#24
Come on people, I know you've got loads of useful little nuggets out there. Ked you've got loads of little modules and stuff to share, I've seen em on Anoop's site.
-
Jun 23rd, 2001, 04:19 PM
#25
Frenzied Member
-
Jun 23rd, 2001, 04:21 PM
#26
Frenzied Member
woops never mind. Ked! your site's down for the cout like mine
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|