Skip to content

Instantly share code, notes, and snippets.

View eimon96's full-sized avatar
😷

Penny Simitsi eimon96

😷
View GitHub Profile
@eimon96
eimon96 / links.txt
Created November 24, 2023 13:30
Coding Games
state = { peopleIds: [], people: {}, hobbies: {} }
people = [
{
id: 1,
name: 'Person 1',
hobbies: [
{
id: 11,
name: "Dark Souls",
@eimon96
eimon96 / README.md
Last active July 3, 2022 00:29
A sweet little bot, just like my dog.
@eimon96
eimon96 / final-test-script.js
Created April 30, 2022 15:11
Guess the number (mathesis assignment) - 8/2020 - CodePen: https://codepen.io/eimon9j6/pen/JjXWwWX
// Τα ερωτήματα 2 έως 7 θα απαντηθούν στο αρχείο αυτό
const newGuess = document.querySelector("#new-guess");
const message = document.querySelector("#message");
const lowHigh = document.querySelector("#low-high");
const checkButton = document.querySelector("#check");
const restartButton = document.querySelector("#restart");
const root = document.querySelector(":root");
const prev = document.querySelector("#prev");
//date - age calculations
ageVal = document.querySelector("#date").addEventListener("change", (e)=>{
const ageInMilli = Date.now() - new Date(document.querySelector("#date").value);
if (ageInMilli<0){
alert("Negative age? What you're coming from the future??");
document.querySelector("#date").value="";
document.querySelector("#age").value=0;
document.querySelector("#age").style.backgroundColor="red";
return false;
}
@eimon96
eimon96 / README.md
Last active April 29, 2022 09:29
A simple Twitter bot, build with Tweepy - created 2/2021 - revisited 4/2022 ... #procrastinator

My little Twitter Bot build with Tweepy 4.8.0 in Python 3.9.2

DISCLAIMER: This project is made for educational purposes as well as for fun. I dont mean to harm or offend anyone. ❤️


Setup:

(Debian Kernel Shell)

@eimon96
eimon96 / Godfather_intro.asm
Created April 29, 2022 07:04
Godfather OST Intro in MIPS - MARS IDE
# Author: eimon - 4/2021
# Godfather OST intro <3
# Have fun.
.text
li $s0, 500 #length in milli
li $s1, 96 #volume
li $s2, 1 #instrument
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <pthread.h>
#include <semaphore.h>
// gcc -pthread e_tick_tack.c
void *pTick(void *);
void *pTack(void *);
@eimon96
eimon96 / eMillionaire.c
Created April 29, 2022 04:37
You know nothing. (25/11/20)
#include <stdio.h>
#include <windows.h>
int main()
{
system("Color 0A");
char key;
home:
@eimon96
eimon96 / e96.c
Created April 29, 2022 04:33
28/11/20
#include <stdio.h>
#include <windows.h>
int main()
{
system("Color 0A");
printf(" \n\
\n\