Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🌞 Morning 139 commits █████▏░░░░░░░░░░░░░░░ 24.8% | |
🌆 Daytime 177 commits ██████▋░░░░░░░░░░░░░░ 31.6% | |
🌃 Evening 53 commits █▉░░░░░░░░░░░░░░░░░░░ 9.4% | |
🌙 Night 192 commits ███████▏░░░░░░░░░░░░░ 34.2% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🔫 Counter-Strike: Global Offensive 🕘 2435 hrs 8 mins | |
🎮 Brawlhalla 🕘 323 hrs 8 mins | |
💻 Wallpaper Engine 🕘 80 hrs 10 mins | |
🎮 HITMAN™ 2 🕘 39 hrs 35 mins | |
🎮 Watch_Dogs 🕘 28 hrs 12 mins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from turtle import * | |
# Doraemon with Python Turtle | |
def ankur(x, y): | |
penup() | |
goto(x, y) | |
pendown() | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Block-Steam-Invites | |
Allows user specific value to block all users under that value. | |
Able to block only private profiles. | |
Able to block only VAC or Trading banned accounts. | |
# Installation: | |
You will need to install this script using the | |
Google Chrome: [Tampermonkey extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo). | |
Firefox: [Greasemonkey addon](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTML +3.0k/ -0 █████████▊░░░░░░░░░░░ 47.0% | |
CSS +2.3k/ -10 ███▏░░░░░░░░░░░░░░░░░ 15.3% | |
Markdown +685/ -74 ███░░░░░░░░░░░░░░░░░░ 14.6% | |
SVG +248/ -0 ██▍░░░░░░░░░░░░░░░░░░ 11.4% | |
Python +715/ -2 █▊░░░░░░░░░░░░░░░░░░░ 8.8% | |
JavaScript +138/ -0 ▌░░░░░░░░░░░░░░░░░░░░ 2.4% | |
JSON +35/ -7 ░░░░░░░░░░░░░░░░░░░░░ 0.5% | |
Shell +4/ -0 ░░░░░░░░░░░░░░░░░░░░░ 0.1% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Big Dawgs Hanumankind & Kalmi | |
Magnolia Playboi Carti | |
The Last Dance Sushin Shyam & Ha | |
Ayyayyo Parimal Shais & M | |
DAMNSON Hanumankind | |
all of me 21 Savage | |
Easily Bruno Major | |
First Class Jack Harlow | |
Oh Priya Priya Adnan Sami, Nithy | |
Heather Conan Gray |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import selfcore from "selfcore"; | |
const client = new selfcore(); | |
const gateway = new selfcore.Gateway( | |
"TOKEN" | |
); | |
gateway.on("message", (m) => { | |
if (m.channel_id === "CHANNEL_ID") { | |
let content = m.content ? m.content : { embeds: [m.embeds[0]] }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import csv | |
import getpass | |
import sys | |
import requests | |
headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'} | |
def print_get_contest(email, password): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from tkinter import * | |
from tkinter import ttk | |
from googletrans import Translator , LANGUAGES | |
root = Tk() | |
root.geometry('1080x400') | |
root.resizable(0,0) | |
root.title("Translator") | |
root.config(bg = 'ghost white') |
NewerOlder