User contributions for Maarten
Jump to navigation
Jump to search
20 June 2015
- 17:1617:16, 20 June 2015 diff hist +197 Mysql examples →output to csv
- 16:5916:59, 20 June 2015 diff hist −10 Wmic No edit summary current
- 16:5616:56, 20 June 2015 diff hist +28 MediaWiki:Sidebar No edit summary
- 16:5516:55, 20 June 2015 diff hist −1 Awk examples →ignore first columns and print rest current
- 16:5416:54, 20 June 2015 diff hist +271 Django →installing django in debian jessie with python3, mysql, apache2 and mod-wsgi
- 16:5216:52, 20 June 2015 diff hist +23 Django →installing django in debian jessie with python3, mysql, apache2 and mod-wsgi
- 16:5116:51, 20 June 2015 diff hist 0 Django →installing django in debian jessie with python3, mysql, apache2 and mod-wsgi
- 16:5016:50, 20 June 2015 diff hist −1 Django →installing django in debian jessie with python3, mysql, apache2 and mod-wsgi
- 16:5016:50, 20 June 2015 diff hist +29 Django →example settings.py
- 16:4916:49, 20 June 2015 diff hist +63 Django →installing django in debian jessie with python3, mysql, apache2 and mod-wsgi
- 16:4816:48, 20 June 2015 diff hist +5 Django →example apache config
- 16:4816:48, 20 June 2015 diff hist −1 Django →example settings.py
- 16:4816:48, 20 June 2015 diff hist +32 Django →example settings.py
- 16:4716:47, 20 June 2015 diff hist −12 Django →example project_dir settings.py
- 16:4716:47, 20 June 2015 diff hist +185 Django →example apache config
- 16:4116:41, 20 June 2015 diff hist −13 Django →example apache config
19 June 2015
- 21:3421:34, 19 June 2015 diff hist −1 Awk examples No edit summary
- 21:3321:33, 19 June 2015 diff hist +69 Awk examples No edit summary
- 17:4117:41, 19 June 2015 diff hist +82 Django No edit summary
- 17:0117:01, 19 June 2015 diff hist +103 Django No edit summary
- 16:5416:54, 19 June 2015 diff hist +200 Mysql examples No edit summary
7 June 2015
- 23:3123:31, 7 June 2015 diff hist −5 Django →example apache config
- 23:2623:26, 7 June 2015 diff hist −14 Django →installing django in debian jessie with python3, mysql, apache2 and mod-wsgi
- 23:2323:23, 7 June 2015 diff hist +16 Django →installing django in debian jessie with python3, mysql, apache2 and mod-wsgi
- 23:2223:22, 7 June 2015 diff hist +28 Django →installing django in debian jessie with python3 and apache2 and mod-wsgi
- 23:2223:22, 7 June 2015 diff hist +139 Django →installing django in debian jessie with python3 and apache2 and mod-wsgi
- 23:1223:12, 7 June 2015 diff hist −2 Django →example apache config
- 23:1123:11, 7 June 2015 diff hist +24 Django →installing django in debian jessie with python3 and apache2
- 23:1023:10, 7 June 2015 diff hist +130 Django No edit summary
- 22:2522:25, 7 June 2015 diff hist +13 Django →example apache config
- 22:2422:24, 7 June 2015 diff hist −45 Django →example apache config
- 22:2322:23, 7 June 2015 diff hist +1,397 Django →example apache config
- 22:2022:20, 7 June 2015 diff hist −4 Django →example apache config
- 22:1722:17, 7 June 2015 diff hist +17 Django →example apache config
- 22:1522:15, 7 June 2015 diff hist +768 N Django Created page with "==example apache config== Below apache config works with the debian django repository (specifically, the static alias is on a separate location). Outside of that the django i..."
- 22:1322:13, 7 June 2015 diff hist −3 MediaWiki:Sidebar No edit summary
- 22:1322:13, 7 June 2015 diff hist +44 MediaWiki:Sidebar No edit summary
- 22:1022:10, 7 June 2015 diff hist +159 N Awk examples Created page with "==ignore first columns and print rest== [maarten.tikal] ➤ echo 'column1 column2 column3 column4' | awk '{print substr($0, index($0,$3))}' column3 column4"
- 21:5821:58, 7 June 2015 diff hist +1 Mysql examples No edit summary
- 21:5821:58, 7 June 2015 diff hist +89 Mysql examples No edit summary
- 17:3017:30, 7 June 2015 diff hist +29 Mysql examples →output to csv
- 17:2917:29, 7 June 2015 diff hist +190 Mysql examples No edit summary
- 17:2617:26, 7 June 2015 diff hist +192 Mysql examples No edit summary
- 15:1915:19, 7 June 2015 diff hist +1 Mysql examples →insert some values
- 14:5114:51, 7 June 2015 diff hist +95 Mysql examples No edit summary
- 02:5702:57, 7 June 2015 diff hist +116 Sed examples No edit summary current
- 02:5502:55, 7 June 2015 diff hist +333 N Sed examples Created page with "==count the number of a specific character in each line== sed 's/[^a]//g' file | awk '{ print length }' This removes all characters in each line outside of 'a' (a used as a..."
- 02:5102:51, 7 June 2015 diff hist +70 MediaWiki:Sidebar No edit summary
3 June 2015
- 16:0216:02, 3 June 2015 diff hist +90 Mysql examples No edit summary
- 02:2302:23, 3 June 2015 diff hist +71 N Mysql examples Created page with "==add a column to a table== ALTER TABLE exports ADD level VARCHAR(20);"