Search found 288 matches
- Sun Nov 26, 2006 10:33 am
- Forum: Modding Discussion
- Topic: PMI Tools v1.0 (Beta-Testers wanted)
- Replies: 22
- Views: 5379
- Sun Nov 19, 2006 1:53 pm
- Forum: Utilities
- Topic: (Halo 1) PMI Tools v1.0
- Replies: 42
- Views: 47071
The new PMI Tools v1.0:
http://www.halomods.com/forums/viewtopic.php?t=44837
http://www.halomods.com/forums/viewtopic.php?t=44837
- Sun Nov 19, 2006 2:11 am
- Forum: Programming
- Topic: PMI Tools v1.0 (Beta-Testers wanted)
- Replies: 0
- Views: 777
PMI Tools v1.0 (Beta-Testers wanted)
The new PMI Tools v1.0:
http://www.halomods.com/forums/viewtopic.php?t=44837
http://www.halomods.com/forums/viewtopic.php?t=44837
- Sun Nov 19, 2006 2:08 am
- Forum: Modding Discussion
- Topic: PMI Tools v1.0 (Beta-Testers wanted)
- Replies: 22
- Views: 5379
PMI Tools v1.0 (Beta-Testers wanted)
[( - NavyLeaf - )] Well, I finally finished my new PMI Tools program, but there's a catch... It's server-generated. Once you've selected the object you want duplicated and pressed the process button, the server returns a compressed RAR file with the folder of the object with all rename meta and xml ...
- Sat Sep 09, 2006 11:14 pm
- Forum: Programming
- Topic: How do i get AI's on Mp's like a grunt.....
- Replies: 2
- Views: 1241
- Wed Aug 30, 2006 8:18 pm
- Forum: Utilities
- Topic: (Halo 1) PMI Tools v1.0
- Replies: 42
- Views: 47071
- Fri Jun 30, 2006 12:06 am
- Forum: Utilities
- Topic: (Halo 1) PMI Tools v1.0
- Replies: 42
- Views: 47071
Hey I promised an update and I made a 0.9 beta and it was almost ready except for a few bugs. Anyways I stopped making it a while back until recently I've developed the same application except it's generated for you through php. Yes that's right, I've been writing a PHP script that does the same thi...
- Sat Apr 01, 2006 4:42 pm
- Forum: Discussion
- Topic: Vista?
- Replies: 51
- Views: 10320
- Thu Mar 30, 2006 7:20 pm
- Forum: Programming
- Topic: Never ending Program
- Replies: 11
- Views: 2403
It's not always good to end a windows process for a large application if it is writing data or nested in a loop modifying the memory. This could just cause a program that saves files to lose or corrupt a file while it's buffering it. Sometimes API functions being interrupted or when a program can't ...
- Mon Mar 27, 2006 9:54 pm
- Forum: Programming
- Topic: [HTML]making web pages from scratch
- Replies: 27
- Views: 3700
Lol, I could not agree with nsilva more. I would have said almost the same if he hadn't beat me to it. HTML is not a programming language that you should learn, it's a mark-up language that simply gives browsers elements, tags, and the order of them. The browser interprets the character assembly and...
- Tue Mar 21, 2006 5:51 pm
- Forum: Programming
- Topic: Never ending Program
- Replies: 11
- Views: 2403
- Sun Mar 19, 2006 4:24 pm
- Forum: Programming
- Topic: Never ending Program
- Replies: 11
- Views: 2403
Actually it will do just the opposite.
Since 'a' will never be evaluated to equal zero, the loop statement will never be executed and the program will end.
What would work for an infinite loop is this conditional
Since 'a' will never be evaluated to equal zero, the loop statement will never be executed and the program will end.
What would work for an infinite loop is this conditional
Code: Select all
while (a != 0)- Sun Feb 12, 2006 10:56 pm
- Forum: Programming
- Topic: Encryption / Decryption
- Replies: 8
- Views: 1516
- Wed Jan 18, 2006 5:01 pm
- Forum: Programming
- Topic: [Tut] TI-BASIC Hello World
- Replies: 1
- Views: 719
I am the master of this and I use it as a huge help for school homework and tests. I learned from the best site to learn this from. mjs2000 inc. Tutorials
- Tue Jan 17, 2006 7:52 pm
- Forum: Programming
- Topic: Writing float values to hex
- Replies: 4
- Views: 1078
- Sat Jan 14, 2006 6:56 pm
- Forum: Programming
- Topic: Hacking Challenge
- Replies: 20
- Views: 3930
Ok I've released the source code and explained the encryption method. A list of passwords that work with my demo program are at the bottom.
Here
Here
- Sat Jan 14, 2006 6:54 pm
- Forum: Programming
- Topic: Password Encrypting: Visual Basic 6.0
- Replies: 2
- Views: 871
Password Encrypting: Visual Basic 6.0
Ok so this is the source code of the Visual Basic 6.0 password protected form. If you want a list of passwords that will work with the demo program I released, locate the list at the bottom of the post. If anyone didn't know there was a hacking challenge, the thread is here . NOTE: The names of some...
- Thu Jan 12, 2006 11:38 pm
- Forum: Programming
- Topic: Hacking Challenge
- Replies: 20
- Views: 3930
- Thu Jan 12, 2006 11:43 am
- Forum: Programming
- Topic: Hacking Challenge
- Replies: 20
- Views: 3930
- Sun Jan 08, 2006 10:21 pm
- Forum: Programming
- Topic: Hacking Challenge
- Replies: 20
- Views: 3930