![]() |
|
What should I make? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: What should I make? (/Thread-What-should-I-make--29795) |
What should I make? - Sykadelik - 09-18-2014 I'm in the mood for coding. What should I make? It can be anything from hacking software to Windows Management. RE: What should I make? - chronical - 09-18-2014 plz make a website hacking tool tht is capable of hacking into the website http://sinister.ly but dont tell the owner plz RE: What should I make? - Sykadelik - 09-18-2014 (09-18-2014, 11:37 PM)chronical Wrote: plz make a website hacking tool tht is capable of hacking into the website http://sinister.ly but dont tell the owner plz lol I'm not THAT good at coding. I can probably try and code something like SQL Poizon. RE: What should I make? - Shebang - 09-19-2014 How about a program that converts standard math expressions to Racket format? Example: Code: Original: (3 + 2^3) * 7
Racket: (* 7 (+ 3 (pow 2 3)))It'd be good practice for tokenizing. RE: What should I make? - Sykadelik - 09-19-2014 (09-19-2014, 12:00 AM).Shebang Wrote: How about a program that converts standard math expressions to Racket format? I'd prefer something with sockets. |