Skip to content

Instantly share code, notes, and snippets.

View makerstorage's full-sized avatar
💭
Coding

MakerStorage makerstorage

💭
Coding
View GitHub Profile
@makerstorage
makerstorage / email-list-kayıt-al.json
Created March 16, 2022 16:11
eposta adresi toplamak için kayıt sayfası
[
{
"id": "546cd2a611a93d7e",
"type": "tab",
"label": "Canlı Yayın Subscription",
"disabled": false,
"info": "",
"env": []
},
{
@makerstorage
makerstorage / Node-red_Simple_arbitraj.json
Created March 14, 2022 07:22
Node-red Simple arbitraj example
[
{
"id": "e3a35ffd88d77596",
"type": "tab",
"label": "Arbitraj",
"disabled": false,
"info": "",
"env": []
},
{
@makerstorage
makerstorage / api_http_request_flow.js
Last active March 14, 2022 07:20
Node-red Kripto borsalar api http request
[
{
"id": "940b1013a1853d68",
"type": "tab",
"label": "api ve http requests",
"disabled": false,
"info": "",
"env": []
},
{
# client
¨¨¨
var accesskey = "ApiKey";
var secretkey =cryptoJs.enc.Base64.parse("secret");
var timestamp = moment(new Date()).valueOf().toString();
//postman.setGlobalVariable("X-PCK",accesskey);
//postman.setGlobalVariable("X-Stamp",timestamp);
#include <ESP8266WiFi.h>
const char* ssid = "wifi adınız";
const char* password = "şifreniz";
const int stepPin = 13 ;
const int dirPin = 12;
WiFiServer server(80);
int dirPin= 8;
int stepPin = 9 ;
void setup() {
pinMode(dirPin, OUTPUT);
pinMode(stepPin, OUTPUT);
attachInterrupt(0,kesme,RISING);
Serial.begin(9600);
digitalWrite(dirPin,HIGH);
}
const int stepPin = 9;
const int dirPin = 8;
void setup() {
pinMode(stepPin,OUTPUT);
pinMode(dirPin,OUTPUT);
digitalWrite(dirPin,HIGH);
}
@makerstorage
makerstorage / events.php
Created November 15, 2019 07:13
Laravel simple Event
<?php
Event::listen('user.login', function($user)
{
var_dump($user->toArray());
});
Route::get('/', function()
{
@makerstorage
makerstorage / css
Last active November 4, 2019 16:32
EduEdu.TV Gists
CKEditor Height --------------
.ck-editor__editable_inline {
min-height: 200px;
}
-----------------------------------
Set image inside a card