This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ESP8266WiFi.h> | |
#include <WiFiClientSecure.h> | |
#include <Wire.h> | |
#include "SSD1306.h" | |
#include "ArduinoJson.h" | |
char ssid[] = "MYWIFI"; | |
char password[] = "MYPASSWORD"; | |
String surfPoints[] = {"Maori-Bay", "North-Piha", "Te-Arai-Point", "Raglan-Manu-Bay"}; | |
int dizi = 0; |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import logo from './logo.svg'; | |
import './App.css'; | |
import Ogrenciler from './components/Ogrenciler'; | |
import Siniflar from './components/Siniflar'; | |
class App extends Component { | |
render() { | |
return ( | |
<div className="App"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": ["env"], | |
"plugins": [ | |
"transform-object-rest-spread", | |
"transform-react-jsx" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div className="rh5v-DefaultPlayer_component "> | |
<video className="rh5v-DefaultPlayer_video" poster="http://localhost:3000/0eade07f0c4b6c89b8e66472a03b765c.png"> | |
<source src="https://cdn.ipifny.com/images/ipifny.mp4" type="video/mp4" /> | |
</video> | |
<div className="rh5v-Overlay_component "> | |
<span className="rh5v-Overlay_inner"> | |
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
width="40" | |
height="40" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import PropTypes from 'prop-types'; | |
const openStringLetter = note => { | |
const letter = note === 0 ? 'o' : 'x'; | |
return letter; | |
}; | |
const drawOpenStringNote = (note, stringNo) => { |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Gist DarkCode ver 0.2.0 | |
* Copyright (c) 2016 KillerCodes.in | |
* License: Free to use with this file header ;) | |
*/.pl-enti,.pl-mb,.pl-pdb{font-weight:700!important}.cm-comment,.cm-link,.highlight .ge,.pl-c,.pl-c span,.pl-mi,.pl-pdc,.pl-pdi{font-style:italic!important}.gist{font-size:18px}.clone-url-button>.clone-url-link,.gist-file,.gist-meta,.octotree_toggle,a.button,a.minibutton,button.button,button.minibutton,span.button,span.minibutton,ul.comparison-list>li.title{background:linear-gradient(#202020,#181818)!important;border-color:#383838!important;border-radius:0 0 3px 3px!important;text-shadow:none!important;color:#b5b5b5!important}#facebox pre,#notebook .input_area,.CodeMirror,.api code,.api pre,.blob-code-context,.blob-expanded,.copyable-terminal,.highlight,.markdown-body .highlight pre,.markdown-body pre,.markdown-format .highlight pre,.markdown-format code,.markdown-format pre,.terminal,body.blog pre,body.blog pre>code{background-color:#1d1f21!important;color:#c5c8c6!important}.gist .blob-code{padd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 3. important points | |
// My tests are located in /tests/ folder and they all have .spec.js extension | |
// sourceMaps are enabled because I am using TypeScript | |
// outFiles: My generated CommonJS files. They are located under /dist/ folder | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Run mocha", |
OlderNewer