Progamming resources
Go learn something!
Progamming resources Posted on: 02/07/2014 1:36pm
Quote Post
disgruntled old man

I thought I'd start a thread full of resources to help people learn how to code along with some useful tools. No specific languages, although I have a bunch for php because that's what I've been focusing on. If you know of any useful sites, put them here so everyone can benefit.


http://www.bentobox.io/index.html - A ton of web development resources
http://www.w3schools.com/ - All things web development
http://www.phptherightway.com/ - PHP The Right Way
https://phpbestpractices.org/ - How to handle some common PHP tasks
http://www.tuxradar.com/practicalphp - Learn PHP
http://learn-php.org/ - Interactive tutorial on the basics of PHP.
http://code.tutsplus.com/tutorials/object-oriented-php-for-beginners--net-12762 - OOP PHP for beginners
http://www.codecademy.com/ - Learn to code, interactively online

http://writecodeonline.com/php/ - Test your PHP/Javascript code online
http://www.phpliveregex.com/ - Live regex tester for PHP
http://jsbeautifier.org/ - Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable, etc.

http://programming-motherfucker.com/ - Massive list of programming resources for all types of languages

http://www.azroc.co.uk/csharp/walkthroughs/CSharpWalkthroughs.php - Nice collection of C# tutorials


 




New to Kong Hack and want to learn the basics? Check out the [Kong Hack 101] and the [Hacking 101].
Wanna learn how we make the hacks? Start with getting [the tools], then check these out: [AoB tutorial] | [.sol guide] | [Unity3d tutorial] | kadat's [video tutorials]
And if you don't already have it, check out the [Kong Hack Ultra Trainer]. You'll be glad you did!
RE: Progamming resources Posted on: 02/13/2014 11:26pm
Quote Post

If you're the type to learn through challenging exercises, I would recommend the following resources:

http://projecteuler.net/ is a fantastic resource of hundreds of problems to solve with programming (or pen and paper, if you're in to that)

There's also https://codility.com/train/, which has typical programming job interview questions for you to solve.

RE: Progamming resources Posted on: 02/14/2014 5:43am
Quote Post
The Laziest Man on KongHack

i already knew about http://programming-motherfucker.com/ but i might actually check out that link on c# considering its an actual language to make programs in, instead of my assembly l33t-ness

or alternatively ill try to remember your site and grab the thing about the certificate.its only midnight 30 i got plenty of time to kill




RE: Progamming resources Posted on: 02/14/2014 7:46pm
Quote Post

I like this site for testing regular expressions: http://gskinner.com/RegExr/

For anyone interested in how a computer works on a very low level I recommend "Computer Systems: A Programmer's Perspective"; it's very well written IMO.

RE: Progamming resources Posted on: 05/15/2014 4:12am
Quote Post

In addition to the RegEx tester above, here is a handy guide on learning Regex in ~1hour:

http://qntm.org/files/re/re.html

RE: Progamming resources Posted on: 04/06/2016 8:31am
Quote Post

I knew about some of these, but others have proved useful so I thought I'd drop in and say thanks!