Skip to content

Instantly share code, notes, and snippets.

View arcostasi's full-sized avatar
:octocat:
Hello World

Anderson Costa arcostasi

:octocat:
Hello World
View GitHub Profile
@sutaburosu
sutaburosu / sexta.py
Created February 2, 2021 12:09
Alternative build server for wokwi.com
#!/usr/bin/env python3
'''
## Installation
# Windows
Install [Python 3](https://www.python.org/downloads/), then continue with the
[All operating systems](#allOS) section.
# Gentoo Linux
@diego3g
diego3g / settings.json
Last active July 2, 2025 19:12
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],