d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Odd Request
Add Reply New Topic New Poll
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Feb 26 2013 08:49pm
Today I finished up the rest of the curriculum for the rest of the year in my visual basic class

What was the funnest thing that you've coded in visual basic? I'm looking for something to spend my time on while I try and get an early out of this class.
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Feb 26 2013 09:30pm
Quote (0n35 @ Feb 26 2013 09:49pm)
visual basic


Quote (0n35 @ Feb 26 2013 09:49pm)
funnest thing


Yeah those are two things I never thought I would head together.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Feb 26 2013 09:30pm
chat bot for battle.net 1.0 like back in '08
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Feb 26 2013 10:00pm
Quote (AbDuCt @ Feb 26 2013 10:30pm)
chat bot for battle.net 1.0 like back in '08


This is actually a really good idea, thanks!

Quote (rockonkenshin @ Feb 26 2013 10:30pm)
Yeah those are two things I never thought I would head together.


Yea the class has been very boring and that's why I'm looking for something fun. :P
Member
Posts: 2,757
Joined: Nov 26 2007
Gold: 1,214.81
Feb 28 2013 11:19am
I made a space invaders typing game for a school project in VB, and another in C# just for fun.
VB version - http://www.youtube.com/watch?v=mEGyh5gyPY0
C# version - http://www.youtube.com/watch?v=0zP7OXSnMIE

I also made a proxy switcher, with an embedded web browser. It loads up a list of proxy addresses from a text file, then you just click on the proxy you want from the list and can search the web from that proxy.

Another fun project was a sleep / shut down timer. I made it when I couldn't find any good ones on the web and needed something to automatically shut down my computer while I watch movies on it in bed.

Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Feb 28 2013 02:56pm
i am biases to socket based things because they are fun as hell

could try to make a client server chat server, where the server spawns multiple sockets one for each client.
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Feb 28 2013 08:08pm
Quote (labatymo @ Feb 28 2013 12:19pm)
I made a space invaders typing game for a school project in VB, and another in C# just for fun.
VB version - http://www.youtube.com/watch?v=mEGyh5gyPY0
C# version - http://www.youtube.com/watch?v=0zP7OXSnMIE

I also made a proxy switcher, with an embedded web browser. It loads up a list of proxy addresses from a text file, then you just click on the proxy you want from the list and can search the web from that proxy.

Another fun project was a sleep / shut down timer. I made it when I couldn't find any good ones on the web and needed something to automatically shut down my computer while I watch movies on it in bed.


I've already made things like your typing game, and sleep/shut down timer

Not sure if I'd be interested in the proxy thing, seems like it would be too simple, thanks for the ideas though

Quote (AbDuCt @ Feb 28 2013 03:56pm)
i am biases to socket based things because they are fun as hell

could try to make a client server chat server, where the server spawns multiple sockets one for each client.


Yea I've made one with python before, before I really knew anything about python, it was annoying as hell.

I was thinking though about making a chat bot that:

uses ftp connects to my server

reads from text file every 5 seconds (chat log)

can login using another text file on the server (no encryption cus lazy)
which I might just use mysql for that

reads from third text file every 5 seconds for those currently logged on

would need a bit more for this though to really make it work

e/ god this class is boring, today I spent 2 hours coding different math equations, the same that I would spend hours remembering in hs

This post was edited by 0n35 on Feb 28 2013 08:09pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll