• The "I don't know what to program so you will tell me what to program" Thread.
    112 replies, posted
[QUOTE=amcfaggot;36629021] [b]Project 2[/b] Utilizing GeoIP and any network library or native OS network functions, create an application which displays the estimated location of the addresses your system makes connections to in real-time. [/QUOTE] [img]http://f.cl.ly/items/3n3w3a202U3n0F3F142n/Image%202012-08-15%20at%2012.20.30%20AM.png[/img] Done! C# using Pcap.Net and GeoIP
Any ideas for a beginner in programming (C# or Java)? I don't have enough knowledge for majority of above suggestions. :downs:
[QUOTE=looped;37239490] Done! C# using Pcap.Net and GeoIP[/QUOTE] Dude that would be awesome for me :) I have lots of people connected to my computer for minecraft server! Id love to try it.
-snip made a thread-
-snip-
I want to work on some sort of 3d/openGL program, not a game or model viewer, but cant think of anything. any ideas?
[QUOTE=Richy19;37504527]I want to work on some sort of 3d/openGL program, not a game or model viewer, but cant think of anything. any ideas?[/QUOTE] make a cube of a decent size fill up with spheres of random diameters and colors?
Top down zombie shooter.
Bottom up zombie shooter. It like a whole new game. A whole new perspective. A whole new world. Wow, that make me think of some shitty Disney movie.
I know a small amount of C++, no graphics though. Could someone give me a small project to ease myself back into learning it again?
[QUOTE=AlienCat;37506975]Bottom up zombie shooter. It like a whole new game. A whole new perspective. A whole new world. Wow, that make me think of some shitty Disney movie.[/QUOTE] Sounds the exact same except with upskirts on zombie crotches.
[QUOTE=FlashMarsh;37511527]I know a small amount of C++, no graphics though. Could someone give me a small project to ease myself back into learning it again?[/QUOTE] I'm particularly interested in a program that scans a folder full of source code and counts all of the code lines, comment lines, file counts, etc and prints info about it. Then finally I can gloat about my shear amount of line numbers.
[QUOTE=Naelstrom;37511963]I'm particularly interested in a program that scans a folder full of source code and counts all of the code lines, comment lines, file counts, etc and prints info about it. Then finally I can gloat about my shear amount of line numbers.[/QUOTE] cloc [url]http://cloc.sourceforge.net/[/url]
Oh cool, thanks. [editline]asdf[/editline] [img]http://bit.ly/PZhBS6[/img] eheheHeh
[QUOTE=WTF Nuke;37511617]Sounds the exact same except with upskirts on zombie crotches.[/QUOTE] Have that ever been done? :v: Oh, another suggestion is the sunfish thingy.
Make a data storage visualizer that is useful as [url=http://windirstat.info/]WinDirStat[/url] and looks good as [url=http://www.youtube.com/watch?v=NjUuAuBcoqs]Gource[/url].
Make a chatbot based on natural language. Make a pacman game where you are a ghost hunting pacman. Make an asteroid game where you are an asteroid. Make a pong game where you play as the ball.
I want to build a game on top of my HorribleFramework framework so I can improve it while building the game. Suggestions? -A Half-Life point&click adventure (artistic) -Top down role-play zombie shooter (informative) -A Command&Conquer like strategy (useful) -A turn-based sci-fi strategy with Civilisation's elements (late)
I know a somewhat good amount of Python.. Trying to learn Pygame, but having trouble staying focused with it.. Anyone have ideas of what I could make with Python?? (Also.. Could anyone tell me how to save to a text document.. (.txt))
[QUOTE=Richy19;37504527]I want to work on some sort of 3d/openGL program, not a game or model viewer, but cant think of anything. any ideas?[/QUOTE] plus [QUOTE=Frugle;37521212]Make a data storage visualizer that is useful as [url=http://windirstat.info/]WinDirStat[/url] and looks good as [url=http://www.youtube.com/watch?v=NjUuAuBcoqs]Gource[/url].[/QUOTE] In other words, a 3d data visualizer.
I am out of ideas so make a math platformer game that become harder every time you choose wrong answer. Or make a game that changes the gamemode everytime you fail.
So, guys - I've not done any programming in around about a month, and what with me returning to Uni soon, I should really get my hand back in. Unfortunately, there's not much motivation going on here. Does anyone have any ideas for something I could program pretty quickly to have something finished and move onto a bigger project? I tend to program in Java, but perhaps something in JS could also work. I'm an.. OK programmer. I've done a couple of years of a CS course at Uni, so, there's that.
[QUOTE=AlienCat;37618522]I am out of ideas so make a math platformer game that become harder every time you choose wrong answer. Or make a game that changes the gamemode everytime you fail.[/QUOTE] For anyone interested in 2D platformers (or any sort of heavy-graphics type applications/games), I will just leave this here. [url]http://www.libsdl.org/[/url]
@mole3700: Depends what you want to do: games or more useful stuff. For example you can make a search program that search for files. The one in Windows 7 sucks. [QUOTE=Qix;37659970]For anyone interested in 2D platformers (or any sort of heavy-graphics type applications/games), I will just leave this here. [url]http://www.libsdl.org/[/url][/QUOTE] While this is a really good library, it might be a bit too advanced. However it seems that 2D graphics is pretty simple to do anyways.
[QUOTE=Qix;37659970]For anyone interested in 2D platformers (or any sort of heavy-graphics type applications/games), I will just leave this here. [url]http://www.libsdl.org/[/url][/QUOTE] And for those who want a C++ library, [url]www.sfml-dev.org[/url]
Hey guys, I'm currently learning C at uni. I want to make a program, that on start up it will provide a search bar, and when I type into the search bar it will draw results from youtube, ect... (places that you can listen to music.) BUT I want the song selection to be only text and it won't redirect me to the site or play the video, itll only play the audio. I'm using linux ubuntu and will be using vim editor to write the script in. Is it possible? If so can someone point me in the right direction?
Anything is possible, you just need to code. [img]http://i475.photobucket.com/albums/rr118/l0empia1234/th_pixelmonkey.gif[/img]
I know the basics of C++ just finished my first game in SFML (Snake). I need a new, not so difficult project to work on. I don't want to make another game right now, i want to make an application. Feel free to suggest something
Color comparer? Image comparer, a so called image-diff that highlight differences in the image? Music comparer? :V: Cooking timer program.
[QUOTE=Relaxation;37671464]Hey guys, I'm currently learning C at uni. I want to make a program, that on start up it will provide a search bar, and when I type into the search bar it will draw results from youtube, ect... (places that you can listen to music.) BUT I want the song selection to be only text and it won't redirect me to the site or play the video, itll only play the audio. I'm using linux ubuntu and will be using vim editor to write the script in. Is it possible? If so can someone point me in the right direction?[/QUOTE] Please don't do that in C.
Sorry, you need to Log In to post a reply to this thread.