User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:55, 18 September 2017 (diff | hist) . . (+183) . . date command
- 03:51, 23 August 2017 (diff | hist) . . (+69) . . alternative for pipe operator (heredoc)
- 03:50, 23 August 2017 (diff | hist) . . (+263) . . N alternative for pipe operator (heredoc) (Created page with " The equivalent of command1 | command2 is command2 < <(command1) This can be extended to three (or more) commands too. command3 < <(command2 < <(command1)) taken from [...")
- 16:26, 20 August 2017 (diff | hist) . . (+307) . . Python quick reference (→Common string operations)
- 20:25, 14 August 2017 (diff | hist) . . (+216) . . N python sqlite notes (Created page with " [https://codereview.stackexchange.com/questions/115863/run-query-and-insert-the-result-to-another-table Run query and insert the result to another table] category:pyth...")
- 16:05, 14 August 2017 (diff | hist) . . (-17) . . Python quick reference (→assigning a variable to another variable)
- 16:04, 14 August 2017 (diff | hist) . . (+171) . . Python quick reference (→assigning a variable to another variable)
- 16:00, 14 August 2017 (diff | hist) . . (+136) . . Python quick reference (→integar variable)
- 15:58, 14 August 2017 (diff | hist) . . (+187) . . Python quick reference (→simple string assignment)
- 15:44, 14 August 2017 (diff | hist) . . (+1) . . Python quick reference (→simple string assignment)
- 15:44, 14 August 2017 (diff | hist) . . (+1) . . Python quick reference (→simple string assignment)
- 15:43, 14 August 2017 (diff | hist) . . (+31) . . Python quick reference (→simple string assignment)
- 15:43, 14 August 2017 (diff | hist) . . (+33) . . Python quick reference (→variable operations)
- 15:40, 14 August 2017 (diff | hist) . . (-32) . . Python quick reference (→variable operations)
- 15:40, 14 August 2017 (diff | hist) . . (+3) . . Python quick reference (→variable operations)
- 15:40, 14 August 2017 (diff | hist) . . (-2) . . Python quick reference (→variable operations)
- 15:40, 14 August 2017 (diff | hist) . . (+33) . . Python quick reference (→Common string operations)
- 15:39, 14 August 2017 (diff | hist) . . (+68) . . Python quick reference (→Simple statements)
- 15:38, 14 August 2017 (diff | hist) . . (+305) . . Python quick reference (→variable operations)
- 15:30, 14 August 2017 (diff | hist) . . (+13) . . Main Page (→source code) (current)
- 15:30, 14 August 2017 (diff | hist) . . (+52) . . Main Page (→source code)
- 15:28, 14 August 2017 (diff | hist) . . (-11) . . Main Page (→source code)
- 15:28, 14 August 2017 (diff | hist) . . (+157) . . Main Page
- 15:21, 14 August 2017 (diff | hist) . . (+130) . . Python quick reference (→Simple statements)
- 18:47, 8 August 2017 (diff | hist) . . (+241) . . N sqlite3 insert or update (Created page with " Create Index on Multiple Columns index on multiple columns CREATE INDEX index_name ON tab_name (column1, column2) add an index on the columns "firstname" and "lastname"...") (current)
- 21:53, 7 August 2017 (diff | hist) . . (+75) . . Python quick reference
- 20:44, 7 August 2017 (diff | hist) . . (+122) . . Python quick reference (→print)
- 20:16, 7 August 2017 (diff | hist) . . (+122) . . N Python quick reference (Created page with "==Introduction== ==Lexical analysis== ==Data model== ==Execution model== ==Expressions== ==Simple statements== ===print===")
- 18:44, 7 August 2017 (diff | hist) . . (+66) . . mediawiki manual password reset (current)
- 18:18, 7 August 2017 (diff | hist) . . (+66) . . N mediawiki manual password reset (Created page with " sudo php changePassword.php --user=example --password=newpassword")
- 02:17, 13 June 2017 (diff | hist) . . (+125) . . Git reference
- 02:03, 26 May 2017 (diff | hist) . . (+25) . . change mediawiki user password via command line (current)
- 19:11, 18 May 2017 (diff | hist) . . (+153) . . N check bind zone file (Created page with " example: # '''named-checkzone -i full example.com /etc/bind/pri/db.example.com''' zone example.com/IN: loaded serial 2010112801 OK category:bind") (current)
- 02:06, 17 May 2017 (diff | hist) . . (+277) . . N sed match pattern spanning multiple lines (Created page with "file contents abc def ghi match across 2 lines # cat .abc.txt | sed -n '/abc/N;/def/p' abc def match across 3 lines # cat .abc.txt | sed -n '/abc/N;/def/N;/ghi/p' ...") (current)
- 02:53, 15 May 2017 (diff | hist) . . (-2) . . regex guide (→Word Boundaries) (current)
- 02:53, 15 May 2017 (diff | hist) . . (-2) . . regex guide (→Anchors)
- 02:52, 15 May 2017 (diff | hist) . . (+694) . . regex guide (→Alternation with Pipe)
- 02:43, 15 May 2017 (diff | hist) . . (+450) . . regex guide (→Word Boundaries)
- 02:03, 15 May 2017 (diff | hist) . . (+263) . . regex guide (→Word Boundaries)
- 01:57, 15 May 2017 (diff | hist) . . (+378) . . regex guide (→Anchors)
- 01:28, 15 May 2017 (diff | hist) . . (+295) . . regex guide (→The Dot Matches (Almost) Any Character)
- 04:46, 14 May 2017 (diff | hist) . . (+255) . . regex guide (→The Dot Matches (Almost) Any Character)
- 04:34, 14 May 2017 (diff | hist) . . (+301) . . regex guide (→Shorthand Character Classes)
- 03:18, 14 May 2017 (diff | hist) . . (+545) . . regex guide (→Repeating Character Classes)
- 03:00, 14 May 2017 (diff | hist) . . (+253) . . regex guide (→Metacharacters Inside Character Classes)
- 02:48, 14 May 2017 (diff | hist) . . (-3) . . regex guide (→Regex Syntax versus String Syntax)
- 02:48, 14 May 2017 (diff | hist) . . (-13) . . regex guide (→Metacharacters Inside Character Classes)
- 02:47, 14 May 2017 (diff | hist) . . (-3) . . regex guide (→Metacharacters Inside Character Classes)
- 02:47, 14 May 2017 (diff | hist) . . (+2) . . regex guide (→Metacharacters Inside Character Classes)
- 02:46, 14 May 2017 (diff | hist) . . (+947) . . regex guide (→Negated Character Classes)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)