User contributions for Bacchas
Jump to navigation
Jump to search
- 02:35, 29 January 2019 diff hist +146 N Python Problems and Solutions Created page with "<nowiki> st = 'Print only the words that start with s in this sentence' for word in (st.split()): if word[0]== 's': print(word) </nowiki>"
- 02:33, 29 January 2019 diff hist +36 Python
- 02:06, 29 January 2019 diff hist +462 Control Flow, if statements etc.. →Python Operators
- 01:51, 29 January 2019 diff hist +116 Control Flow, if statements etc.. →Python Operators
- 21:17, 27 January 2019 diff hist +2,188 Vi Commands
- 21:09, 27 January 2019 diff hist +447 N Vi Commands Created page with "''' Open file''' vi filename i Changes to insert mode esc Changes back to command mode while in insert mode '''When in insert mode, you can use the keyboard to type text as..."
- 21:04, 27 January 2019 diff hist +696 Centos File System Commands
- 20:46, 27 January 2019 diff hist +670 Centos File System Commands
- 20:42, 27 January 2019 diff hist +593 Centos File System Commands
- 20:32, 27 January 2019 diff hist +411 Centos File System Commands
- 20:27, 27 January 2019 diff hist +75 N Centos File System Commands Created page with "'''File Command displays type of file''' file me.text #output ASCII text"
- 22:02, 23 January 2019 diff hist +139 N Centos Bash Commands Created page with "'''Check Bash Shells installed''' cat /etc/shells ''' Check who is logged on ''' id whoami w who ''' Check type of System''' uname -a"
- 22:02, 23 January 2019 diff hist −55 Centos OS
- 20:50, 23 January 2019 diff hist +22 MediaWiki:Sidebar
- 01:18, 22 January 2019 diff hist +99 Control Flow, if statements etc.. →Python Operators
- 17:42, 21 January 2019 diff hist +152 Control Flow, if statements etc.. →Python Operators
- 20:46, 6 January 2019 diff hist +843 Control Flow, if statements etc.. →Python While Loops
- 20:41, 6 January 2019 diff hist +25 Control Flow, if statements etc..
- 20:30, 6 January 2019 diff hist +506 Control Flow, if statements etc..
- 20:14, 6 January 2019 diff hist +269 Control Flow, if statements etc..
- 20:06, 6 January 2019 diff hist +27 Control Flow, if statements etc..
- 20:01, 6 January 2019 diff hist −4 Control Flow, if statements etc..
- 20:01, 6 January 2019 diff hist +109 N Control Flow, if statements etc.. Created page with "=If Statemts= if case1: perform action1 elif case2: perform action2 else: perform action3"
- 23:45, 5 January 2019 diff hist +1 Python
- 23:45, 5 January 2019 diff hist +39 Python
- 23:29, 5 January 2019 diff hist +257 Perform IO with Text Files
- 23:26, 5 January 2019 diff hist +68 Perform IO with Text Files
- 22:54, 5 January 2019 diff hist +368 N Perform IO with Text Files Created page with "==Opening a File== myfile= open('filename.txt') myfile.read() # reads a string of everything in the file myfile.seek(0) # reset the cursor to the top of the file contents..."
- 22:45, 5 January 2019 diff hist +4 Python
- 22:45, 5 January 2019 diff hist +31 Python
- 16:50, 4 January 2019 diff hist +121 Object and Data Structure Basics →Sets
- 21:42, 3 January 2019 diff hist +125 Object and Data Structure Basics
- 21:38, 3 January 2019 diff hist +168 Object and Data Structure Basics →List
- 01:57, 3 January 2019 diff hist +38 Object and Data Structure Basics →Dictionaries
- 01:51, 3 January 2019 diff hist +133 Object and Data Structure Basics →Dictionaries
- 01:45, 3 January 2019 diff hist +16 MediaWiki:Sidebar
- 22:01, 2 January 2019 diff hist +71 Object and Data Structure Basics →Dictionaries
- 21:34, 2 January 2019 diff hist +55 Object and Data Structure Basics
- 21:29, 2 January 2019 diff hist +318 Object and Data Structure Basics
- 21:23, 2 January 2019 diff hist +68 Object and Data Structure Basics
- 21:19, 2 January 2019 diff hist +222 Object and Data Structure Basics
- 21:11, 2 January 2019 diff hist +35 N Object and Data Structure Basics Created page with "''List'' mylist= ['string', 1,2,3]"
- 17:52, 20 December 2018 diff hist +93 N Apache Error Starting Created page with "Apache commands: systemctl status apache2.service Run Test on Apachew apache2ctl configtest" current
- 17:48, 20 December 2018 diff hist +32 Ubuntu Tips →Ubuntu OS
- 15:13, 20 December 2018 diff hist +1 Apache Server Setup →Edit the apache2.conf file current
- 21:47, 23 October 2018 diff hist +131 Apache Server Setup
- 17:19, 19 October 2018 diff hist +87 VueJs Routing current
- 17:16, 19 October 2018 diff hist +59 Routes.js File current
- 17:06, 19 October 2018 diff hist +22 VueJs Routing
- 16:48, 19 October 2018 diff hist −1 MediaWiki:Sidebar