Skip to content

Instantly share code, notes, and snippets.

services:
ollama:
image: ollama/ollama:latest
volumes:
- ollama:/root/.ollama
container_name: ollama
networks:
- private
tty: true
restart: unless-stopped
{
"name": "myVSCode",
"settings": "{\"settings\":\"{\\r\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\r\\n \\\"git.autofetch\\\": true,\\r\\n \\\"git.enableSmartCommit\\\": true,\\r\\n \\\"git.confirmSync\\\": false,\\r\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\r\\n \\\"terminal.integrated.enableMultiLinePasteWarning\\\": false,\\r\\n \\\"explorer.confirmDelete\\\": false,\\r\\n \\\"editor.minimap.enabled\\\": false,\\r\\n \\\"explorer.confirmDragAndDrop\\\": false,\\r\\n \\\"debug.onTaskErrors\\\": \\\"abort\\\",\\r\\n \\\"[jsonc]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\r\\n },\\r\\n \\\"workbench.editorAssociations\\\": {\\r\\n \\\"*.db\\\": \\\"sqlite-viewer.option\\\"\\r\\n },\\r\\n \\\"[python]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.black-formatter\\\"\\r\\n },\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"editor.unicodeHighlight.allowedCharacters\\\": {\\r\\n \\\"’\\\": true\\r\
{
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"type": "shell",
"command": "gcc ${file} -g -o ${fileDirname}/dist/${fileBasenameNoExtension}.exe",
"problemMatcher": "$gcc",
"presentation": {
"reveal": "silent",
{
// 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": [
{
"name": "Launch",
"type": "cppdbg",
"environment": [],