Skip to content

Instantly share code, notes, and snippets.

package main
import (
"encoding/csv"
"encoding/json"
"flag"
"fmt"
"log"
"net/http"
"os"
@tioan
tioan / Robomaster-S1-Python-Examples.py
Created July 21, 2022 23:00
ROBOMASTER S1 Python Examples
# ROBOMASTER-S1-Python-Examples
# Learning how to program the Robomaster S1 in Python
# Note: you must install the Robomaster S1 app, either on your wireless mobile device or on your
# computer, via Wi-Fi. Next after installing the Robomaster S1 App, you will have to update the
# firmware for the Robomaster S1. Next you must calibrate the Robomaster S1 so it can work
# properly.
# Note: to be able to program the Robomaster S1 in Scratch or Python, you must run the Robomaster
@tioan
tioan / gitkeep
Last active August 29, 2015 14:19 — forked from simoncoulton/gitkeep
find . -type d -empty -exec touch {}/.gitkeep \;
@tioan
tioan / 0_reuse_code.js
Created November 1, 2013 10:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console