Skip to content

Instantly share code, notes, and snippets.

View arsenstorm's full-sized avatar
👻

Arsen Shkrumelyak arsenstorm

👻
  • London, UK
  • 23:27 (UTC +01:00)
View GitHub Profile
@arsenstorm
arsenstorm / 2024.md
Created January 1, 2024 01:59
Happy New Year!

Happy New Year!

@arsenstorm
arsenstorm / Dockerfile
Created December 4, 2023 18:29
Fooocus Dockerfile
FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
ENV DEBIAN_FRONTEND=noninteractive \
TZ=America/Los_Angeles
ARG USE_PERSISTENT_DATA
RUN apt-get update && apt-get install -y \
git \
make build-essential libssl-dev zlib1g-dev \
@arsenstorm
arsenstorm / cg50-exit.sh
Last active May 13, 2023 17:22
Installation and setup for the CG50 Exam Bypass
#!/bin/bash
# Checking if script is run as sudo
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
# Download and extract the repository zip
wget https://github.com/arsenstorm/cg50-exit/archive/refs/heads/main.zip
@arsenstorm
arsenstorm / halloween.css
Last active March 2, 2023 21:22
Github Halloween Contributions Theme
/* Installation:
- Download the Stylebot Extension
- Create a new style for the URL https://github.com
- Paste this code into the new style
- Ensure that the style is enabled
- Head over to your Github Profile Page
*/
.ContributionCalendar-day[data-level="1"] {
fill: var(--color-calendar-halloween-graph-day-L1-bg) !important;
activities = ["Running", "Swimming", "Tennis", "Football"]
timeExercise = []
number = 0
for i in range(len(activities)):
timeAppend = -1
act = activities[i]
while True:
try:
while timeAppend < 0 or timeAppend > 200:
name = str(input("Enter your name\n>>> "))
chance = 0
cname = "Rumplestiltskin"
hasGuessedName = False
while hasGuessedName == False:
guess = str(input("Guess my name\n>>> "))
chance = chance + 1
attempt = 5 - chance
if chance >= 5:
<a href="./index.php" download>Download!</a>