EvilZone

Programming and Scripting => Projects and Discussion => : Zesh June 17, 2011, 03:20:48 PM

: Any Project Ideas?
: Zesh June 17, 2011, 03:20:48 PM
Anyone got an idea? I want something to work don't feel like working on any of my other projects. Will be made in VB6 so I want something easy(hard) not to complex to work on. Any ideas would be great :D
: Re: Any Project Ideas?
: Kulverstukas June 17, 2011, 08:14:25 PM
how about a sudoku solver? lots of calculations.
Or you could make a human database, save me some time making one.
: Re: Any Project Ideas?
: Huntondoom June 17, 2011, 09:31:46 PM
how about a sudoku solver?
already made that on my calculator :P about 2000 bytes
its slow though :S
: Re: Any Project Ideas?
: Kreek June 17, 2011, 09:55:58 PM
how about a sudoku solver? lots of calculations.


Did it last year as schoolwork.. Programmed it in SciLab (http://www.scilab.org/).
: Re: Any Project Ideas?
: Zesh June 17, 2011, 11:05:14 PM
Anymore ideas? ;D
: Re: Any Project Ideas?
: Huntondoom June 18, 2011, 01:20:28 AM
Anymore ideas? ;D
port scanner that monitors your ports and can log the incoming info into files
: Re: Any Project Ideas?
: Zesh June 18, 2011, 01:28:08 AM
port scanner that monitors your ports and can log the incoming info into files

Interesting... I'm also looking at Arduino http://arduino.cc/en/ (http://arduino.cc/en/) as I have a lot of time on my hands.
: Re: Any Project Ideas?
: ande June 18, 2011, 01:32:55 AM
port scanner that monitors your ports and can log the incoming info into files

Dosent make sense. You mean a port listener or network monitor?



Interesting... I'm also looking at Arduino http://arduino.cc/en/ (http://arduino.cc/en/) as I have a lot of time on my hands.

Keep me updated on that, I got one ;)
: Re: Any Project Ideas?
: iMorg June 18, 2011, 01:37:34 AM
ccv sniffing infector.

profit.
: Re: Any Project Ideas?
: Zesh June 18, 2011, 01:39:44 AM
Keep me updated on that, I got one ;)

Defiantly looks quite good may go with it. I like making games so how about a game based on Evilzone? A card game maybe? I don't know just throwing things out there :P
: Re: Any Project Ideas?
: Stackprotector June 18, 2011, 02:15:04 AM
mhmm, i never got stuck with ideas to do in vb. but with c++ i was :D.
if you like games, create them, not just a simple card game, create a command line based game!!, old school :D.

: Re: Any Project Ideas?
: Zesh June 18, 2011, 02:20:13 AM
mhmm, i never got stuck with ideas to do in vb. but with c++ i was :D.
if you like games, create them, not just a simple card game, create a command line based game!!, old school :D.

Text adventures :P Arduino is interesting me xD
: Re: Any Project Ideas?
: Kulverstukas June 18, 2011, 10:47:39 AM
already made that on my calculator :P about 2000 bytes
its slow though :S

Did it last year as schoolwork.. Programmed it in SciLab (http://www.scilab.org/).

Can has source pl0x? I'd like to see :)
I was thinking to make my own sudoku solver, just because I can, damn it! :D but didn't - thought it would be too much math calculations and math isn't my strong side :(
: Re: Any Project Ideas?
: Huntondoom June 18, 2011, 11:20:19 AM
Can has source pl0x? I'd like to see :)
I was thinking to make my own sudoku solver, just because I can, damn it! :D but didn't - thought it would be too much math calculations and math isn't my strong side :(
there is a lot of math involved in my calculator just a lot of compression and look for things

I probably will upload it but it is required that I type over the whole thing... :S
: Re: Any Project Ideas?
: Kreek June 18, 2011, 11:52:05 AM
Pasted it in pastebin. (http://pastebin.com/XKXtqhQ3) ;)
It's in dutch ( comments and names ) but if you need some instructions how to run it, just reply here..


I'll tell you this: Just edit an testcase with your sudoku, execute it and run this command:
:
BackTracking(nameOfTheTestCaseYouWantToTestMothaFuckah)
: Re: Any Project Ideas?
: Kulverstukas June 18, 2011, 01:59:36 PM
Pasted it in pastebin. (http://pastebin.com/XKXtqhQ3) ;)
It's in dutch ( comments and names ) but if you need some instructions how to run it, just reply here..


I'll tell you this: Just edit an testcase with your sudoku, execute it and run this command:
:
BackTracking(nameOfTheTestCaseYouWantToTestMothaFuckah)
From the first glance the code looks easy, just stacks of if's, while's and else's. I'll look into it later :P
Thanks!
: Re: Any Project Ideas?
: Kreek June 18, 2011, 04:20:46 PM
From the first glance the code looks easy, just stacks of if's, while's and else's. I'll look into it later :P
Thanks!


You're welcome ;) After my exams I'll upload some other stuff.