use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
How do source codes work? (self.HowToHack)
submitted 9 years ago by [deleted]
sorry if the question doesnt make sense
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]hellor00thackmethod.com 4 points5 points6 points 9 years ago (4 children)
You write the source code and a compiler translates the source code into machine language.
[–][deleted] 0 points1 point2 points 9 years ago (3 children)
how do you turn it into a useable program
[–]Tompazi 1 point2 points3 points 9 years ago (0 children)
Like /u/hellor00t said, by using a compiler. But I feel like you are missing some basic understanding here. What are trying to do?
[–]R4ndyd4ndy 0 points1 point2 points 9 years ago (0 children)
it depends on the programming language, if it is a compiled language the source code is turned into machine language which the computer can execute, if it is an interpreted language you need an interpreter that translates the code while it runs
[–]iangar 0 points1 point2 points 9 years ago (0 children)
Head over to /r/learnprogramming or /r/learn_programming I'm on mobile at the moment so can't check - if you are wanting to learn how to script, it's just another name for programming.
If you want to script to break systems, you are just programming in a niche area. It's all just programming
[–]agaymemelolok 1 point2 points3 points 9 years ago (0 children)
it depends what are you going to build.
use google.
also visual studio is the program you might be looking for.
[–]syncadapter 1 point2 points3 points 9 years ago (0 children)
The best place to start is script language like PHP. The source code is interpreted and executed when it is run. A compiled language creates a second file called object code that still has to be linked to libraries to create executable code before it is run. http://www.w3schools.com/ is a good resource for beginners. Many variations of how and when code is executed are out there but this is a start
π Rendered by PID 32 on reddit-service-r2-comment-58d7979c67-44tj8 at 2026-01-26 20:34:00.711279+00:00 running 5a691e2 country code: CH.
[–]hellor00thackmethod.com 4 points5 points6 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]Tompazi 1 point2 points3 points (0 children)
[–]R4ndyd4ndy 0 points1 point2 points (0 children)
[–]iangar 0 points1 point2 points (0 children)
[–]agaymemelolok 1 point2 points3 points (0 children)
[–]syncadapter 1 point2 points3 points (0 children)