Glossary: Difference between revisions
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
* strip | * strip | ||
* split | * split | ||
More notes here: [https://github.com/hd-onions/hackersanddesigners/blob/master/notes.markdown Github] | |||
[[Category:WriteMe]] | [[Category:WriteMe]] | ||
[[Category:Print]] | [[Category:Print]] |
Revision as of 20:23, 30 August 2015
A list of terms appearing during the summer academy
- Integer/int - Number, contains no decimal points, it CAN be negative.
- Charater - a single letter, usually single quoted 'a', 'b', 'c'
- String - collection/group of charaters, usually double quoted "This is a string", "abcdefg"
- IRC - Internet Relay Chat: text based chat system
- rasberry pie -
- botnet -
- TTY -
- GNU -
- FLOSS
- Linux -
- open source software -
- free software -
- cyberfeminism -
- putti: windows version of terminal –
- ssh access to a server -
- Terminal commands:
/home/your_name ls /home -> gives a list of every folder in /hma every folder in -> /home to move around -> cd pwd -> terminal command man bash (manual)
- figlet word -> visualizing a word
- pipeline
- strip
- split
More notes here: Github