Skip to content

Instantly share code, notes, and snippets.

View KartSriv's full-sized avatar
👯‍♀️
Busy boi

Kart KartSriv

👯‍♀️
Busy boi
  • Earth, Milky Way
View GitHub Profile
Lmfao......you actually copied the link from the paper? Well......dumb Nezuko

Hey, Guys! This is Karthik Srivijay and as of now, I am officially a defunct programmer. This sounds awful but it’s true. I am quitting programming. A 10-year long beautiful experience from HTML to Python was definitely an integral part of my life but I am gonna put an end to this. You might wonder why? It’s because I am losing it, not just the fact that my coding skills are quite rusty, and my wpm has significantly decreased. It’s because I feel like I have reached the point of no return. I always thought I could recoup my skills but right now I realized it’s a big no, at least for me. I’d really love to thank all my friends for really supporting me throughout this awful situation. Your pieces of advice really mean a lot to me. @MagmaCubes1133 @Bilohit98 @devTeaa @Root @ethernetzero @zmzmuazzam98 @yellow-dog @Pickman

@KartSriv
KartSriv / dogs.markdown
Created June 17, 2019 00:33 — forked from clifff/dogs.markdown
dog gifs

@KartSriv
KartSriv / universe.gif
Last active April 29, 2019 14:08
Universe Expansion Rate
universe.gif
@KartSriv
KartSriv / nyancat.gif
Last active December 12, 2023 10:26
Nyan Cat
nyancat.gif
@KartSriv
KartSriv / Midichlorian.txt
Last active June 3, 2019 23:20
Midichlorian Count List for the major Star Wars characters
Anakin Skywalker/Darth Vader = 27,700
Darth Sidious/Palpatine (with Kyber Crystal) = 20,500
Yoda = 17,700
Luke Skywalker = 14,500
Leia Organa Solo = 14,500
Aenon Jurtis (Most powerful Jedi Master prior to Yoda) = 14,200
Shintor Beerus (Ancient Jedi Master) = 13,900
Ce Ce Denowai (The Most Powerful Female Jedi) = 13,700
Ben (Jhon) Skywalker = 13,700
Anakin Solo (Son of Leia and Han Solo) = 13,700
#!/bin/python
# Modules
import urllib # Opening URLs
from urllib.request import urlopen # urlopen() Function
from bs4 import BeautifulSoup # For Scraping
import sys # For Arguments
username = str(sys.argv[1])
URL = "https://www.instagram.com/"+username+"/"
// ==UserScript==
// @name Reality
// @description Changes Windows to Garbage, Linux to Cocaine and macOS to BabySeater XD
// @author KartSriv
// @match https://google.com/*
// @grant none
// ==/UserScript==
(function() {
var replacements, regex, key, textnodes, node, s;