Search found 1777 matches

by Imortis
Feb 10, 2007 23:39
Forum: Sources, Examples, Tips and Tricks
Topic: MARS Encrytion Algorithm
Replies: 12
Views: 9551

I hope I'm not the only one who picked up on it but I'm pretty sure that z!re was joking.
by Imortis
Feb 10, 2007 14:35
Forum: Community Discussion
Topic: FreeBASIC Noob Council
Replies: 25
Views: 9329

I would love to help out with this project. Just tell me what you need and I'll do my best to make something that a novice won't scratch his/her head at.
by Imortis
Feb 10, 2007 14:30
Forum: Documentation
Topic: Programmer's Guide wikis
Replies: 22
Views: 9546

I kind of like the idea of anchors. It makes it a bit eiser to find what you need on a topic that is three pages or more long. If the pages stay short, I don't see a need for it.
by Imortis
Feb 07, 2007 19:54
Forum: Sources, Examples, Tips and Tricks
Topic: CheckOverlap
Replies: 12
Views: 3272

This Overlap function is just what I needed. It works great!
by Imortis
Feb 07, 2007 18:26
Forum: Sources, Examples, Tips and Tricks
Topic: FHC - FreeBasic Helper Classes
Replies: 1
Views: 1573

That's pretty neat, Von.
by Imortis
Feb 05, 2007 18:01
Forum: General
Topic: Fast pixel plotting
Replies: 13
Views: 4672

Code: Select all

Sptr[ (yp * 800) + xp ] = rgb(c1, c2, c3)
In this line the 800 refers to the width, right?
by Imortis
Feb 05, 2007 15:55
Forum: General
Topic: Fast pixel plotting
Replies: 13
Views: 4672

Could I see an example of a doing this without PSET? That would be good knowledge to have.
by Imortis
Feb 05, 2007 15:20
Forum: Archive
Topic: Visual AWK
Replies: 3
Views: 3020

What is AWK? I have no clue.
by Imortis
Jan 26, 2007 18:12
Forum: Sources, Examples, Tips and Tricks
Topic: Hue Desktop - Second Version Is Out!!!
Replies: 17
Views: 6648

I like this a lot. A few suggestions, though: 1) Remove the .lnk from the end of the file names. 2) Use Draw String instead of Print. It would look cleaner. Also, is there a way to remove the console window that shows up when you click on a link name? Also, some programs won't run because you need t...
by Imortis
Jan 25, 2007 18:24
Forum: Beginners
Topic: Greetings FreeBASIC community!
Replies: 4
Views: 1359

#1 I believe you can use Open Cons to print to the console then print to the file handle:

Code: Select all

Open CONS For Output As #1
Print #1, "Hello, world!"
#2 Sorry, I can't help you on that one. I don't know the answer to that particular question.
by Imortis
Jan 25, 2007 16:39
Forum: Documentation
Topic: LBound Description in Wiki
Replies: 2
Views: 2193

I just wanted to make sure before I altered anything. I'll get right on it.
by Imortis
Jan 25, 2007 16:01
Forum: Archive
Topic: Desktop Stars..
Replies: 14
Views: 5992

@KristopherWindsor:

Wow. That was strangle awesome. I love it.
by Imortis
Jan 24, 2007 19:01
Forum: Documentation
Topic: LBound Description in Wiki
Replies: 2
Views: 2193

LBound Description in Wiki

Is the description of the Lbound command a little strange, or is it just me? If the second parameter is included, it will determine the dimension of the array to check for the lowest bound. Optionally Dimension says what dimension to check the lowest bound. 1 for first dimension, and 2 for second di...
by Imortis
Jan 24, 2007 14:36
Forum: Community Discussion
Topic: CryptoPad
Replies: 11
Views: 3702

It was just a simple overview of cracking a letter replacement cipher. It was nothing too difficult. I was going to do other on different types of ciphers. The idea was to show the strengths and weaknesses of each type. If you are still interested, I can send it to you via e-mail or some such.
by Imortis
Jan 23, 2007 18:27
Forum: Archive
Topic: One more release of AntiMan...
Replies: 8
Views: 3549

I know this was posted awhile back, but I just got a chance to play it. I love this game. So much fun. The tunnel was awesome.