EvilZone

Community => General discussion => : Daron September 30, 2014, 04:45:35 AM

: Programming
: Daron September 30, 2014, 04:45:35 AM
So recently I've been looking into things like how I can make code useful for myself and a few family friends. A friend had made a web crawler searching for whatever it is and he had told it had got him 160gb worth of info. I was wondering what should a hacker know how to make?
: Re: Programming
: shadowwolf September 30, 2014, 06:01:55 AM
Become better at coding and use your brain. As you understand how code works you can figure out how to change certain things and make it do what you want it to do. Programming languages are just that- languages and you have to learn the rules of the language before you can break them.
: Re: Programming
: Kulverstukas September 30, 2014, 06:56:32 AM
A hacker should have a mindset, see the world differently. See what could be made out of things. It's all about how you think...
: Re: Programming
: kenjoe41 October 02, 2014, 03:05:51 PM
Yup, gonna say get familiar with your language of choice. Familiar with its prepackaged libraries so that you don't reinvent the wheel, code, test the code and play with it. Test its limits.
Web crawlers, huh? Learn some internet programming and networking with your language of choice. Better that it is a scripting language.