Author Topic: Any Project Ideas?  (Read 4502 times)

0 Members and 1 Guest are viewing this topic.

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Any Project Ideas?
« on: 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

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Any Project Ideas?
« Reply #1 on: 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.

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Any Project Ideas?
« Reply #2 on: 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
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kreek

  • Peasant
  • *
  • Posts: 134
  • Cookies: 2
    • View Profile
Re: Any Project Ideas?
« Reply #3 on: 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.

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Any Project Ideas?
« Reply #4 on: June 17, 2011, 11:05:14 pm »
Anymore ideas? ;D

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Any Project Ideas?
« Reply #5 on: June 18, 2011, 01:20:28 am »
Anymore ideas? ;D
port scanner that monitors your ports and can log the incoming info into files
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Any Project Ideas?
« Reply #6 on: 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/ as I have a lot of time on my hands.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Any Project Ideas?
« Reply #7 on: 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/ as I have a lot of time on my hands.

Keep me updated on that, I got one ;)
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

iMorg

  • Guest
Re: Any Project Ideas?
« Reply #8 on: June 18, 2011, 01:37:34 am »
ccv sniffing infector.

profit.

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Any Project Ideas?
« Reply #9 on: 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

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Any Project Ideas?
« Reply #10 on: 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.

~Factionwars

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Any Project Ideas?
« Reply #11 on: 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

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Any Project Ideas?
« Reply #12 on: 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.

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 :(

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Any Project Ideas?
« Reply #13 on: 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
« Last Edit: June 18, 2011, 11:24:50 am by Huntondoom »
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kreek

  • Peasant
  • *
  • Posts: 134
  • Cookies: 2
    • View Profile
Re: Any Project Ideas?
« Reply #14 on: June 18, 2011, 11:52:05 am »
Pasted it in pastebin. ;)
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:
Code: [Select]
BackTracking(nameOfTheTestCaseYouWantToTestMothaFuckah)