Skip to content

Instantly share code, notes, and snippets.

View sholok404's full-sized avatar

Subeh-Sadik Sholok sholok404

View GitHub Profile
#include <Servo.h>
Servo panel;
int pos = 0;
int leftLDR = A1;
int rightLDR = A0;
int error_threshold = 50;
void setup() {
panel.attach(9);
@sholok404
sholok404 / piglatin.py
Created June 10, 2017 17:21
An english to pig latin translator made without the use of machine learning.
"""
An english to pig latin translator made without the use of machine learning.
"""
s = input('Enter a string to translate to Pig Latin: ')
end = ''
vowels = ['a', 'e', 'i', 'o', 'u']
n = 0
for i in range(len(s)):
[
{
"location": {
"latitude": 0,
"longitude": 0
}
}
]
@sholok404
sholok404 / song-list.md
Last active May 27, 2016 03:04
Song list for class party.

Song list

  • Iron Maiden - The Trooper
  • Black Sabbath - Paranoid
  • Black Sabbath - Iron Man
  • Black Sabbath - War Pigs
  • Iron Maiden - The Number Of The Beast
  • Black Sabbath - Heaven And Hell
  • System Of A Down - Chop Suey!
  • Iron Maiden - Dance of Death
  • AC/DC - Highway to Hell