Skip to content

Instantly share code, notes, and snippets.

View yussufbiyik's full-sized avatar
🔧
projects and stuff

Yusuf Bıyık yussufbiyik

🔧
projects and stuff
View GitHub Profile
[
{
"AtomicNumber": 57,
"Element": "Lanthanum",
"Symbol": "La",
"AtomicMass": 138.905,
"NumberofNeutrons": 82,
"NumberofProtons": 57,
"NumberofElectrons": 57,
[{
"AtomicNumber": 1,
"Element": "Hydrogen",
"Symbol": "H",
"AtomicMass": 1.007,
"NumberofNeutrons": 0,
"NumberofProtons": 1,
"NumberofElectrons": 1,
"Period": 1,
"Group": 1,
[
{
"AtomicNumber": 1,
"Element": "Hydrogen",
"Symbol": "H",
"AtomicMass": 1.007,
"NumberofNeutrons": 0,
"NumberofProtons": 1,
"NumberofElectrons": 1,
"Period": 1,
@yussufbiyik
yussufbiyik / original.html
Last active July 15, 2020 22:55
HTML to Char Example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example Page</title>
</head>
<body>
<!-- Example Page Content -->
</body>
@yussufbiyik
yussufbiyik / webserver.cpp
Created June 14, 2020 18:54
Example result from ESP8266WebServer-Creator
#include <Arduino.h>
#include <ESP8266WebServer.h>
const char* ssid = "WiFi Name";
const char* password = "WiFi Password";
ESP8266WebServer server(80);
// Home page