Skip to content

Instantly share code, notes, and snippets.

@Selim6422
Selim6422 / curl.md
Created March 11, 2021 13:14 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@Selim6422
Selim6422 / Konuşan Robot
Created March 24, 2021 23:00 — forked from Robimek/Konuşan Robot
Arduino Yapay Zeka
// SESLİ KONTROL KONUŞAN ROBOT By Robimek
//Yazılım Geliştirme By Robimek
//Yazılım Lisans By Robimek
//www.robimek.com
#include <Servo.h>// servo motor kütüphanesi
#include <NewPing.h>//ultrasonik sensör kütüphanesi
#include <Wtv020sd16p.h>
int resetPin = 13;
int clockPin = 11;
int dataPin = 12;