Page 1 of 45

Programming, computers, etc. [Serious]

Posted: Tue Nov 29, 2011 7:08 pm
by Anonymously Famous
Use this topic to talk about anything programming or computer related. Let's try to keep the number of concurrent discussions down to avoid confusion, and let's try to stay on topic. :)

So... Anyone have any programming-related stuff they want to talk about? I probably have a quick Python script to write later today, converting a tab-separated text file to an XML file...

Re: Programming, computers, etc. [Serious]

Posted: Wed Nov 30, 2011 12:16 am
by THEBOMB12321
Well today I put together a quick program to well screw up my teachers computer it was a wonderful class....(if anyone asks you didn't hear that from me btw)

Re: Programming, computers, etc. [Serious]

Posted: Wed Nov 30, 2011 3:10 am
by Anonymously Famous
Didn't get to my Python script today... Too much other work to do. Fortunately, I have until Monday to get it done.

In other news, I had some tricky Word replacements to do on a batch of files. Luckily, I already had a VBA script from the last time I had to do the exact same set of tricky replacements on a different batch of files.

Re: Programming, computers, etc. [Serious]

Posted: Thu Dec 01, 2011 1:52 pm
by Dreams
I made a program that did char 7 infinitively. Didn't risk testing it. Would be a GREAT virus. Just imagine...

Re: Programming, computers, etc. [Serious]

Posted: Thu Dec 01, 2011 7:23 pm
by Anonymously Famous
The bell character? That would be annoying...

Re: Programming, computers, etc. [Serious]

Posted: Thu Dec 01, 2011 9:25 pm
by atomtengeralattjaro
i have a role-playing game in mind, in which there is no pre-written script (as in: story and all that), but there is a "society" of autonomous agents each controlled by an AI, and these agents would represent characters in the game world, they would do simple jobs, earn money, trade, eat, sleep, etc. And when the need arises, they would pay others (including the player) to do something for them.

i know, it sounds way too complicated and a huge task, but i do believe it's actually not impossible, and if the world is simple enough, it can be done. I'm planning to do this with a VERY simple world, and complicate that incrementally. It doesn't even need player interaction in the beginning, just a group of agents going on about their lives and communicating with each other via a small set of predefined messages sent via well defined interfaces. It would be a cool experiment. (Imagine an RPG in which there are no NPCs who just stand arond in one place all day, selling you their goods from their undepletable stock, etc..)

Re: Programming, computers, etc. [Serious]

Posted: Thu Dec 01, 2011 9:41 pm
by Anonymously Famous
That could be interesting. Complicated, but like you said, probably doable.

Re: Programming, computers, etc. [Serious]

Posted: Thu Dec 01, 2011 10:18 pm
by atomtengeralattjaro
i am glad we agree in that.
also, i forgot: do you think i should sticky this thread? or just let it live its life in the rollercoaster of which-thread-is-active?

Re: Programming, computers, etc. [Serious]

Posted: Fri Dec 02, 2011 12:42 am
by Dreams
Sticky it. It could come in very handy. Good luck with your program. Let me be the first one to play your game if it happens!

Re: Programming, computers, etc. [Serious]

Posted: Fri Dec 02, 2011 3:44 am
by Anonymously Famous
Either way, really. Pinning it will make it convenient to access.

So... This weekend I plan on delving into my Android programming book. Any ideas for killer apps that I can make in the not-too-distant future?

Re: Programming, computers, etc. [Serious]

Posted: Fri Dec 02, 2011 4:04 am
by THEBOMB12321
Maybe make a hamburger app....so if someones hungry they can just open the app, choose their toppings and what do you know? A hamburger appeared.

Re: Programming, computers, etc. [Serious]

Posted: Fri Dec 02, 2011 4:43 am
by Anonymously Famous
I know of an app that's essentially just stirring soup.

Re: Programming, computers, etc. [Serious]

Posted: Fri Dec 02, 2011 12:17 pm
by atomtengeralattjaro
lovely.
is there an app that is about cleaning the screen of your phone?
Dreams wrote:Good luck with your program. Let me be the first one to play your game if it happens!
it's possible i'm gonna post the results when there are any, but currently i have a thesis-type-of-thing to make. Which is also going to be a game, just much simpler. Ima post that too, but it won't be completed in at least half a year or so.

Re: Programming, computers, etc. [Serious]

Posted: Fri Dec 02, 2011 2:22 pm
by Anonymously Famous
Let us know. If I write anything that's not work related, I'll post the code if anyone would be interested.

Re: Programming, computers, etc. [Serious]

Posted: Sat Dec 03, 2011 2:10 am
by THEBOMB12321
*raises hand*

Re: Programming, computers, etc. [Serious]

Posted: Sat Dec 03, 2011 2:32 am
by Anonymously Famous
Is that a "Yes, I would be interested" hand raise, or an "I've got something to share" hand raise?

Re: Programming, computers, etc. [Serious]

Posted: Sat Dec 03, 2011 2:37 am
by Dreams
Or maybe it's one of those hands you raise and then you realize that you don't really know why you raised your hand.

Re: Programming, computers, etc. [Serious]

Posted: Sat Dec 03, 2011 2:44 am
by THEBOMB12321
I believe that would be a yes hand raise

Re: Programming, computers, etc. [Serious]

Posted: Sat Dec 03, 2011 3:15 am
by Anonymously Famous
Got it. Maybe I'll do some coding tomorrow. I might have time.

Re: Programming, computers, etc. [Serious]

Posted: Sat Dec 03, 2011 3:25 am
by Dreams
And maybe I'll learn how to make android apps. Gonna make one for Rubik's cubes.