Skip to content

Instantly share code, notes, and snippets.

View fernandoMota93's full-sized avatar
😀

Fernando Mota fernandoMota93

😀
  • Venx Soluções em Tecnologia
  • Natal-RN, Brasil
  • 15:56 (UTC -03:00)
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 October 24, 2024 02:05
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.