minikube start \
--driver=virtualbox \
--cpus 4 \
--memory 8192
Recomended: 8 CPU and 30 GB RAM (for demo we are going to use minimal setup)
{"name":"woProfile","settings":"{\"settings\":\"{\\n \\\"editor.tabSize\\\": 2,\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"workbench.colorTheme\\\": \\\"Default Light+\\\",\\n \\\"debug.allowBreakpointsEverywhere\\\": true,\\n \\\"update.mode\\\": \\\"manual\\\",\\n \\\"window.dialogStyle\\\": \\\"custom\\\",\\n \\\"window.newWindowDimensions\\\": \\\"maximized\\\",\\n \\\"window.titleBarStyle\\\": \\\"native\\\",\\n \\\"todo-tree.tree.showScanModeButton\\\": false,\\n \\\"editor.fontSize\\\": 16,\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"vsintellicode.modify.editor.suggestSelection\\\": \\\"automaticallyOverrodeDefaultValue\\\",\\n \\\"editor.detectIndentation\\\": false,\\n \\\"window.zoomLevel\\\": -1,\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"[python]\\\": {\\n \\\"editor.formatOnType\\\": true\\n },\\n \\\"vs-kubernetes\\\": {\\n \\ |
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "node", | |
"request": "launch", | |
"name": "Launch Program", |
#EXTM3U | |
# ITALY - BOLOGNA | |
#EXTINF:-1, Radio CittΓ del Capo (Bologna) | |
http://stream2.netlit.eu/rcdc.m3u | |
#EXTINF:-1, Radio CittΓ Fujiko (Bologna) | |
http://comodino.org:8001/rcf.ogg |
# DOWNLOAD IMAGES FROM DB | |
# neiroc script | |
from datetime import datetime | |
from pymongo import MongoClient | |
import gridfs | |
def mongo_conn(): | |
try: | |
print('start ') |
// neiroc custom keybindigs | |
[ | |
{ | |
"key": "ctrl+d", | |
"command": "-editor.action.addSelectionToNextFindMatch", | |
"when": "editorFocus" | |
}, | |
{ | |
"key": "alt+n", | |
"command": "bookmarks.jumpToNext", |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
First you need to install pandoc.
I used brew install pandoc
to install via Homebrew since I'm on a mac.
Make a slides.md
for your slides (or name it whatever you want!). I put images in an /images/
folder. You can see how links and images and all of that work from this sample: