Post: Programming Ideas
06-07-2013, 06:50 PM #1
Pichu
RIP PICHU.
(adsbygoogle = window.adsbygoogle || []).push({}); What are some ideas for programs that I can quickly write up and post a source of.

What would you like to see? I'm willing to work on and expand my C#, Java, or Python knowledge. I'm soon going to be starting C++ and would just like to know.

Please no, YouTube, Twitter, Instagram bots. I don't care about those and don't know too much about their API although I did just recently figure out an idea towards a working Twitter bot which I'll figure out in C++ once I am skilled enough.

Just some ideas.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to Pichu for this useful post:

MW2TopTenWORLD, Master Ro
06-16-2013, 10:03 PM #29
KingcreekS
NOTHING IS IMPOSSIBL
no1 reply me , thats so racist , just because im from argentina... :(
06-17-2013, 07:53 AM #30
xkoeckiiej
At least I can fight
ur own mediaplayer? Smile
06-17-2013, 10:08 AM #31
Originally posted by Pichu View Post
I'm waiting for my C++ book to come in... Not Happy or Sad

I actually already know Java, C#, Python so I was looking for something to pass time. :P


fuck the book lol. Start learning on your own until it arrives :p

---------- Post added at 05:08 AM ---------- Previous post was at 05:05 AM ----------

Originally posted by xkoeckiiej View Post
ur own mediaplayer? Smile


good luck making the codecs :ha!:
06-17-2013, 06:30 PM #32
Pichu
RIP PICHU.
Originally posted by Jake625 View Post
fuck the book lol. Start learning on your own until it arrives :p

---------- Post added at 05:08 AM ---------- Previous post was at 05:05 AM ----------



good luck making the codecs :ha!:


Lol, I already own the book in PDF format it's that I prefer the physical copy of the book. I learn better that way.

Plus, I've still got 2 weeks of school left so I'm focusing a bit more on that.
06-18-2013, 02:28 AM #33
Source Code
Bounty hunter
Originally posted by Pichu View Post
What are some ideas for programs that I can quickly write up and post a source of.

What would you like to see? I'm willing to work on and expand my C#, Java, or Python knowledge. I'm soon going to be starting C++ and would just like to know.

Please no, YouTube, Twitter, Instagram bots. I don't care about those and don't know too much about their API although I did just recently figure out an idea towards a working Twitter bot which I'll figure out in C++ once I am skilled enough.

Just some ideas.


This is more of a request i guess, but i was wanting to create an apllication in c#. It deals with memory editing, kind of like a debugger but with premade functions. Now the problem is that i want to implement javascript into the program, so that the user can write there own scripts built around the predefined functions within the program witout having to de/recompile evertime a change is needed. any suggestions? Thanks in advance
06-20-2013, 05:51 PM #34
Pichu
RIP PICHU.
Originally posted by Source
This is more of a request i guess, but i was wanting to create an apllication in c#. It deals with memory editing, kind of like a debugger but with premade functions. Now the problem is that i want to implement javascript into the program, so that the user can write there own scripts built around the predefined functions within the program witout having to de/recompile evertime a change is needed. any suggestions? Thanks in advance


If you are talking about live editing, that is not a good thing. Especially with scripts, if you are typing and the program is trying to interpret the script you are writing, you will end up with errors.

You will need to add a button to interpret each and every time as well as ending the function.

What kind of memory editing are you talking about? Are you talking about reading a program while it is actively functioning and editing and compiling it? A lot of issues will be ran into with something like that when dealing with IO streams. It would involve closing the program and rebuilding it, more of a restart.

You would need to be more specific with what you want and everything you would like. A short description could mean many things for a programmer. If you told me you wanted a random dice generator, I'd assume you might want 1-6 while in truth you wanted it for Dungeons and Dragons and wanted 1-20. Kinda get what I mean?
06-20-2013, 06:22 PM #35
Pichu
RIP PICHU.
Originally posted by Source
This is more of a request i guess, but i was wanting to create an apllication in c#. It deals with memory editing, kind of like a debugger but with premade functions. Now the problem is that i want to implement javascript into the program, so that the user can write there own scripts built around the predefined functions within the program witout having to de/recompile evertime a change is needed. any suggestions? Thanks in advance


If you are talking about live editing, that is not a good thing. Especially with scripts, if you are typing and the program is trying to interpret the script you are writing, you will end up with errors.

You will need to add a button to interpret each and every time as well as ending the function.

What kind of memory editing are you talking about? Are you talking about reading a program while it is actively functioning and editing and compiling it? A lot of issues will be ran into with something like that when dealing with IO streams. It would involve closing the program and rebuilding it, more of a restart.

You would need to be more specific with what you want and everything you would like. A short description could mean many things for a programmer. If you told me you wanted a random dice generator, I'd assume you might want 1-6 while in truth you wanted it for Dungeons and Dragons and wanted 1-20. Kinda get what I mean?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo