Jump to content




Ideas for programs

lua

  • You cannot reply to this topic
17 replies to this topic

#1 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 17 February 2013 - 01:49 PM

Hello,

Lately I am in a programming mood but I dont know what to make. Any Ideas for a program?
(I would say im an avarage programmer)

Thanks,

Engineer

Note: Please only leave suggestions.

#2 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 17 February 2013 - 02:16 PM

Make Mario! :D

#3 bjornir90

  • Members
  • 378 posts
  • LocationFrance

Posted 17 February 2013 - 08:04 PM

I'm already making it :P Here's the post if you want to help : http://www.computerc...7704#entry87704

#4 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 17 February 2013 - 08:10 PM

View Postbjornir90, on 17 February 2013 - 08:04 PM, said:

I'm already making it :P Here's the post if you want to help : http://www.computerc...7704#entry87704

:D Someone's finally making Mario! :D :D

Been waiting forever for this... :P

#5 lieudusty

  • Members
  • 419 posts

Posted 18 February 2013 - 09:47 AM

Make mineception!

#6 bjornir90

  • Members
  • 378 posts
  • LocationFrance

Posted 18 February 2013 - 06:55 PM

View Postlieudusty, on 18 February 2013 - 09:47 AM, said:

Make mineception!
Already done search on the program subforum :)

#7 TheOutcast5

  • Members
  • 104 posts
  • LocationKonoha - Hidden Leaf Village

Posted 18 February 2013 - 07:06 PM

Why don't you make a program which controls a factory or something.

View Postbjornir90, on 18 February 2013 - 06:55 PM, said:

View Postlieudusty, on 18 February 2013 - 09:47 AM, said:

Make mineception!
Already done search on the program subforum :)
Do you really need to kill everything?

#8 bjornir90

  • Members
  • 378 posts
  • LocationFrance

Posted 18 February 2013 - 07:15 PM

If I do that it's to avoid to have a program twice and all the problem that comes along (copyright, credits etc etc) Not to be a dick about every idea... and this doesn't him I just let him know. And so lieudusty can use it :)

#9 Hazrock

  • Members
  • 16 posts

Posted 18 February 2013 - 07:33 PM

A couple things I would be working on if I had an ios cc emu:

A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.

#10 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 19 February 2013 - 06:08 AM

View PostTheOutcast5, on 18 February 2013 - 07:06 PM, said:

Why don't you make a program which controls a factory or something.

View Postbjornir90, on 18 February 2013 - 06:55 PM, said:

View Postlieudusty, on 18 February 2013 - 09:47 AM, said:

Make mineception!
Already done search on the program subforum :)
Do you really need to kill everything?

I am very interested in your factory idea. But now I need a factory. What does the factory make?:P

#11 bjornir90

  • Members
  • 378 posts
  • LocationFrance

Posted 19 February 2013 - 06:37 AM

View PostHazrock, on 18 February 2013 - 07:33 PM, said:

A couple things I would be working on if I had an ios cc emu:

A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
If you make ever the secure software distrisbution could pm me (if you remember) because I really want to see how you could do that :P

#12 Hazrock

  • Members
  • 16 posts

Posted 19 February 2013 - 08:08 AM

View Postbjornir90, on 19 February 2013 - 06:37 AM, said:

View PostHazrock, on 18 February 2013 - 07:33 PM, said:

A couple things I would be working on if I had an ios cc emu:

A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
If you make ever the secure software distrisbution could pm me (if you remember) because I really want to see how you could do that :P/>/>

My understanding is that its not possible to be 100% secure (unless you run a rootkit on boot...), since the only difference between computers is id, and os.getComputerID can be overridden...

I came close by encrypting the program using a hash of the program that runs it and the id as a key, but the user could easily get that key the same way I do... (Copy the decryptor, change loadstring to file:write, and point it at the old file.) I did obfuscate it to make that harder though.

#13 bjornir90

  • Members
  • 378 posts
  • LocationFrance

Posted 20 February 2013 - 09:39 AM

View PostHazrock, on 19 February 2013 - 08:08 AM, said:

View Postbjornir90, on 19 February 2013 - 06:37 AM, said:

View PostHazrock, on 18 February 2013 - 07:33 PM, said:

A couple things I would be working on if I had an ios cc emu:

A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
If you make ever the secure software distrisbution could pm me (if you remember) because I really want to see how you could do that :P/>/>/>

My understanding is that its not possible to be 100% secure (unless you run a rootkit on boot...), since the only difference between computers is id, and os.getComputerID can be overridden...

I came close by encrypting the program using a hash of the program that runs it and the id as a key, but the user could easily get that key the same way I do... (Copy the decryptor, change loadstring to file:write, and point it at the old file.) I did obfuscate it to make that harder though.
That's why I ask you to pm me, because everyone think this is impossible here so if you make it, I want to know how :P

#14 FuuuAInfiniteLoop(F.A.I.L)

  • Banned
  • 435 posts
  • LocationThe left part of this post

Posted 20 February 2013 - 09:57 AM

View PostHazrock, on 18 February 2013 - 07:33 PM, said:

A couple things I would be working on if I had an ios cc emu:

A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.

I have made a compressor and i am working on loading and creating zip filees

this is IMPOSSIBLE in any languaj ex: ITunes, jailbreak your ipod and then you can copy and redistribute paid apps

#15 Goof

  • Members
  • 751 posts

Posted 20 February 2013 - 10:15 AM

View Postbjornir90, on 19 February 2013 - 06:37 AM, said:

View PostHazrock, on 18 February 2013 - 07:33 PM, said:

A couple things I would be working on if I had an ios cc emu:

A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.
If you make ever the secure software distrisbution could pm me (if you remember) because I really want to see how you could do that :P
to make that secure..thats really easy xD ( not to be the master ) it is just downloaded by 1 computer.. then the computer would send a script to a server, which closes the income and outcome scripts, so no other computers does have any access to the code... (also if you copy the program it would easy just be told to delete it.)

Sorry for cutting you down :P

#16 martin509

  • Members
  • 53 posts

Posted 02 March 2013 - 04:38 PM

How about a spreadsheet?
Not too hard, I haven't really seen any.. Make it!

#17 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 02 March 2013 - 06:59 PM

View Posturielsalis, on 20 February 2013 - 09:57 AM, said:

View PostHazrock, on 18 February 2013 - 07:33 PM, said:

A couple things I would be working on if I had an ios cc emu:

A file compressor (using a proper algorithm, not just replacing 'print(' with '@pr' or the like)
A secure software distribution system (you can buy a program and it will only run on one computer)
A self-propagating, self-defending, self-aware mining turtle swarm.

I have made a compressor and i am working on loading and creating zip filees

this is IMPOSSIBLE in any languaj ex: ITunes, jailbreak your ipod and then you can copy and redistribute paid apps

1. Your compressor enlarges files rather than compressing them.

2. Don't jailbreak your iPod. You are no longer able to download updates, so in a few years when the rest of the world is launching rockets from their phones, you'll still be hyped up about Siri.

#18 TheOddByte

    Lazy Coder

  • Members
  • 1,607 posts
  • LocationSweden

Posted 04 March 2013 - 07:45 AM

Why don't you make 2D Slender =)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users