User:Bnstlv/prototyping: Difference between revisions

From XPUB & Lens-Based wiki
Line 9: Line 9:
[https://pad.xpub.nl/p/SI19-prototyping-1 Pad: Hello, world!]<br>
[https://pad.xpub.nl/p/SI19-prototyping-1 Pad: Hello, world!]<br>


Our server was born on Sep 20, 2022! It's called [[breadcube]]. We talked about what is a [[Sandbox]] and covered some basics:  
Our server was born on Sep 20, 2022! It's called [[breadcube]]. We talked about what is a [[Sandbox]], [[Debian]], Unix-like systems, and went through some of the basic terms and commands in the software world, like:
- bo@breadcube:~$ whoami
- bo@breadcube:~$ cd ..
- bo@breadcube:/$ ls
- bo@breadcube:/var/www/html$ nano bo.html and more
 
Manetta and Joak also showed us some figlet art. :)
bo@breadcube:/var/www/html$ figlet xpub
                  _   
__  ___ __  _  _| |__ 
\ \/ / '_ \| | | | '_ \
>  <| |_) | |_| | |_) |
/_/\_\ .__/ \__,_|_.__/
    |_|               
bo@breadcube:/var/www/html$ figlet breadcube
_                        _            _         
| |__  _ __ ___  __ _  __| | ___ _  _| |__  ___
| '_ \| '__/ _ \/ _` |/ _` |/ __| | | | '_ \ / _ \
| |_) | | |  __/ (_| | (_| | (__| |_| | |_) |  __/
|_.__/|_|  \___|\__,_|\__,_|\___|\__,_|_.__/ \___|
                                                 
bo@breadcube:/var/www/html$ figlet -
 
* [https://www.python.org/downloads/ Python]
* [https://www.python.org/downloads/ Python]
* [https://www.debian.org/ Debian.org]
* [https://www.debian.org/ Debian.org]

Revision as of 21:52, 25 October 2022

back to home

Prototyping 01

Pad: Hello, world!

Our server was born on Sep 20, 2022! It's called breadcube. We talked about what is a Sandbox, Debian, Unix-like systems, and went through some of the basic terms and commands in the software world, like:

- bo@breadcube:~$ whoami
- bo@breadcube:~$ cd ..
- bo@breadcube:/$ ls
- bo@breadcube:/var/www/html$ nano bo.html and more

Manetta and Joak also showed us some figlet art. :) bo@breadcube:/var/www/html$ figlet xpub

                 _     

__ ___ __ _ _| |__ \ \/ / '_ \| | | | '_ \

>  <| |_) | |_| | |_) |

/_/\_\ .__/ \__,_|_.__/

    |_|                

bo@breadcube:/var/www/html$ figlet breadcube

_                        _            _          

| |__ _ __ ___ __ _ __| | ___ _ _| |__ ___ | '_ \| '__/ _ \/ _` |/ _` |/ __| | | | '_ \ / _ \ | |_) | | | __/ (_| | (_| | (__| |_| | |_) | __/ |_.__/|_| \___|\__,_|\__,_|\___|\__,_|_.__/ \___|

bo@breadcube:/var/www/html$ figlet -

Prototyping 02

Pad: the internet, the web, mark up that text

Prototyping 03

Pad: Jupyter - HTML - CSS

Prototyping 04

Pad: HTML/CSS 2.0: flex


Prototyping 05

Pad: Hi, Python!

Built-in Modules

Trying out Python - A house of plants - messing up with lists of words inside the .py file, replacing words, and making new sentences. I went for the garden theme. Here is one of the randomly generated results:

 FERMENTING
     MEANS WAVING
           BY USING MUSHROOMS
                 DONE BY WARRIORS, BUGS AND OTHER INSECTS.

Making Cards