Skip to content

Instantly share code, notes, and snippets.

View VertumnoVector's full-sized avatar
😀

Fernando Mota VertumnoVector

😀
View GitHub Profile
@jacobaraujo7
jacobaraujo7 / maps.dart
Created April 4, 2019 23:39
maps.dart
import "dart:io";
List<Map<String,dynamic>> cadastros = [];
main(){
bool condicao = true;
print("\x1B[2J\x1B[0;0H");
while (condicao) {
print("==== DIGITE UM COMANDO");
@jacobaraujo7
jacobaraujo7 / carrinho_compras.dart
Created April 4, 2019 23:33
carrinho_compras.dart
import "dart:io";
List<String> produtos = [];
main() {
bool condicao = true;
while (condicao) {
print("==== ADICIONE UM PRODUTO ====");
String text = stdin.readLineSync();
@nyancodeid
nyancodeid / README.md
Last active May 4, 2024 05:41
Make RESTful API with Google Apps Script and SpreadSheet

Google Script CRUD

By Ryan Aunur Rassyid

Simply create RESTful API with Google Script and store it to Google SpreadSheet like a Pro.