Questions about this topic? Sign up to ask in the talk tab.
User contributions
From NetSec
This user is currently blocked. The latest block log entry is provided below for reference:
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 02:31, 16 July 2012 (diff | hist) . . (+50) . . N Perl/Basics/Variables and Data Types/References (Created page with "A reference is very similar to a pointer in C.")
- 02:27, 16 July 2012 (diff | hist) . . (-512) . . Perl
- 02:26, 16 July 2012 (diff | hist) . . (+301) . . N Perl/Basics/Hashes/Helper Functions/Keys (Created page with "This uses a foreach() loop and casting. We can isolate $key=>$value pairs the same as above using keys in stead of each: {{code|text=<syntaxhighlig...")
- 02:25, 16 July 2012 (diff | hist) . . (+263) . . N Perl/Basics/Hashes/Helper Functions/Each (Created page with ""'''while my each'''" can be used to isolate $key => $value pairs from a hash as follows with our %user hash: {{code|text=<syntaxhighlight lang="perl">while(my($ke...")
- 02:23, 16 July 2012 (diff | hist) . . (-3,101) . . Perl
- 02:21, 16 July 2012 (diff | hist) . . (+781) . . N Perl/Basics/Variables and Data Types/Hashes (Created page with "A hash is very similar to a struct in C. ====Introduction==== Hashes are prefixed by the '''%''' character. Hash element values are prefixed by '''$'''. A hash element may ...")
- 02:20, 16 July 2012 (diff | hist) . . (+544) . . N Perl/Basics/Variables and Data Types/Helper Functions/Shift (Created page with "The '''shift()''' function is like the inverse of the '''pop()''' function and treats the array like a stack. In stead of popping from the top of t...")
- 02:19, 16 July 2012 (diff | hist) . . (-2) . . Perl/Basics/Variables and Data Types/Helper Functions/Unshift
- 02:19, 16 July 2012 (diff | hist) . . (+395) . . N Perl/Basics/Variables and Data Types/Helper Functions/Unshift (Created page with "* The '''unshift()''' function is like the inverse of the '''push()''' function and treats the array like a stack. In stead of pushing to the top o...")
- 02:19, 16 July 2012 (diff | hist) . . (+451) . . N Perl/Basics/Variables and Data Types/Helper Functions/Pop (Created page with "The pop() function is similar to the pop instruction in assembly and treats the array like a stack. {{code|text=<so...")
- 02:18, 16 July 2012 (diff | hist) . . (+470) . . N Perl/Basics/Variables and Data Types/Helper Functions/Push (Created page with "The '''push()''' function is used to append an element or elements to the end of an array, similar to the push instruction in assembly and treats...")
- 02:16, 16 July 2012 (diff | hist) . . (+354) . . N Perl/Basics/Variables and Data Types/Helper Functions/Split (Created page with "Split takes a scalar and converts it to an array using a delimiter. Using our string from earlier: {{code|text=<syntaxhighlight lang="perl">my $joined_message = "Hello world!\n,...")
- 02:15, 16 July 2012 (diff | hist) . . (+359) . . N Perl/Basics/Helper Functions/Join (Created page with "Join will compile an array into a scalar. Using the array example above, '''@messages''', the following code will generate the string "Hello world!\n, I like perl!\n" as a scala...") (current)
- 02:10, 16 July 2012 (diff | hist) . . (-956) . . Perl
- 02:10, 16 July 2012 (diff | hist) . . (+601) . . N Perl/Basics/Variables and Data Types/Arrays (Created page with "Arrays (or lists) have elements. Typically an array in perl can contain anything - each element can be something different. An array element may be a hash, hash reference, scal...")
- 02:09, 16 July 2012 (diff | hist) . . (+287) . . N Perl/Basics/Variables and Data Types/Scalars (Created page with "Scalars in perl are prefixed with a '''$'''. A scalar may contain any string, integer, or floating point value. It may also contain a reference pointer. An example declaration:...")
- 02:07, 16 July 2012 (diff | hist) . . (+205) . . N Perl/Basics/Variables and Data Types (Created page with "In strict perl, variables must be declared using the "my" or "our" operators. "my" is used implicitly in non-shared memory, whereas "our" is used explicitly for shared memory to...")
- 02:03, 16 July 2012 (diff | hist) . . (-1,667) . . Perl
- 02:02, 16 July 2012 (diff | hist) . . (+1,369) . . N Perl/Basics/Your First Program/Analyzing Your First Program (Created page with "The shebang declares the location of the code's interpreter. I.e. if you're writing bash, you'll need to put: #!/bin/bash at the top of your file. In perl, it's typically: ...")
- 02:01, 16 July 2012 (diff | hist) . . (+378) . . N Perl/Basics/Your First Program/Code (Created page with "To run this code, you'll only need to put it in a text file. Save it as "hello.pl", and then you can execute the following to run it from either cygwin or bash: * chmod +x h...")
- 18:34, 11 July 2012 (diff | hist) . . (+36) . . N Alphanumeric Shellcode (Redirected page to Alphanumeric shellcode) (current)
- 18:34, 11 July 2012 (diff | hist) . . (+29) . . N Ascii Shellcode (Redirected page to Ascii shellcode) (current)
- 06:35, 10 July 2012 (diff | hist) . . (+19) . . N User:Osaka (Created page with "I know you're real.") (current)
- 06:35, 10 July 2012 (diff | hist) . . (+19) . . N User:Nullkill (Created page with "I know you're real.") (current)
- 06:35, 10 July 2012 (diff | hist) . . (+19) . . N User:Mepholic (Created page with "I know you're real.") (current)
- 06:35, 10 July 2012 (diff | hist) . . (+19) . . N User:Laurelai (Created page with "I know you're real.") (current)
- 06:34, 10 July 2012 (diff | hist) . . (+19) . . N User:Bacq (Created page with "I know you're real.") (current)
- 06:34, 10 July 2012 (diff | hist) . . (+19) . . N User:Celord (Created page with "I know you're real.") (current)
- 06:33, 10 July 2012 (diff | hist) . . (+19) . . N User:Corvus (Created page with "I know you're real.") (current)
- 06:33, 10 July 2012 (diff | hist) . . (+19) . . N User:D1x0n (Created page with "I know you're real.") (current)
- 06:32, 10 July 2012 (diff | hist) . . (+19) . . N User:Dem (Created page with "I know you're real.") (current)
- 06:31, 10 July 2012 (diff | hist) . . (+19) . . N User:JessicaParker (Created page with "I know you're real.") (current)
- 06:31, 10 July 2012 (diff | hist) . . (+19) . . N User:Iwreq (Created page with "I know you're real.") (current)
- 06:31, 10 July 2012 (diff | hist) . . (+19) . . N User:Infodox (Created page with "I know you're real.")
- 05:55, 10 July 2012 (diff | hist) . . (+9) . . N Keypair (Created page with "Page made")
- 05:15, 8 July 2012 (diff | hist) . . (+33) . . N Regular Expressions (Redirected page to Regular expressions) (current)
- 05:04, 8 July 2012 (diff | hist) . . (+1,339) . . Regular expressions (→Quantifiers)
- 04:36, 8 July 2012 (diff | hist) . . (+895) . . Regular expressions (→Alternation)
- 04:13, 8 July 2012 (diff | hist) . . (+987) . . Regular expressions (→Word Boundaries)
- 03:47, 8 July 2012 (diff | hist) . . (+262) . . Regular expressions (→Anchors)
- 05:14, 7 July 2012 (diff | hist) . . (+452) . . User:Mutiny
- 07:19, 1 July 2012 (diff | hist) . . (+334) . . Regular expressions
- 07:11, 1 July 2012 (diff | hist) . . (+839) . . Regular expressions (→Anchors)
- 06:39, 1 July 2012 (diff | hist) . . (+916) . . Regular expressions (→Dot)
- 06:12, 1 July 2012 (diff | hist) . . (+376) . . Regular expressions (→Repeating Character Classes)
- 05:58, 1 July 2012 (diff | hist) . . (+752) . . Regular expressions (→Negated Shorthand)
- 05:29, 1 July 2012 (diff | hist) . . (+203) . . Regular expressions (→Shorthand)
- 05:23, 1 July 2012 (diff | hist) . . (+554) . . Regular expressions (→Shorthand)
- 04:52, 1 July 2012 (diff | hist) . . (+1,617) . . Regular expressions (→Metacharacters)
- 04:09, 1 July 2012 (diff | hist) . . (-4) . . Regular expressions (→Negated Character Classes)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)