This file contains hidden or 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 pywhatkit | |
| pywhatkit.sendwhatmsg("coutrycode_here{number_here}","message_here",hours,minutes) |
This file contains hidden or 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 javax.swing.JButton; | |
| import javax.swing.JFileChooser; | |
| import javax.swing.JFrame; | |
| import javax.swing.JOptionPane; | |
| import javax.swing.JTextField; | |
| import java.awt.FlowLayout; | |
| import java.awt.Font; | |
| import java.io.File; | |
| import java.io.FileInputStream; | |
| import java.io.FileOutputStream; |
This file contains hidden or 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
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "log" | |
| "net" | |
| "os" | |
| "strings" | |
| ) |
This file contains hidden or 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
| Difficulty Solved Accepted Rate | |
| All 234/3928 ███████████████▋░░░░ 78.2% | |
| Easy 119/943 ████████████████▌░░░ 83.0% | |
| Medium 93/2054 ████████████████░░░░ 80.0% | |
| Hard 22/931 ██████████░░░░░░░░░░ 50.0% |
This file contains hidden or 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
| <?php | |
| //Config | |
| //SITE GLOBAL CONFIGURATION | |
| $email = "something@something.something"; //<-- Your email | |
| ?> | |
| - |
This file contains hidden or 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 doctest import master | |
| from tkinter import * | |
| import sqlite3 | |
| from tkinter import messagebox | |
| conn = sqlite3.connect('database.db') | |
| c = conn.cursor() | |
| ids = [] | |
| class Application: | |
| def __init__(self, master): | |
| self.master = master |
This file contains hidden or 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') |
This file contains hidden or 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 hidden or 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 hidden or 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
| Prague Jack Harlow | |
| E85 Don Toliver | |
| Trade Places Jack Harlow | |
| STAY HERE 4 LIFE (feat. A$AP Rocky & Bren | |
| Roommates Malcolm Todd | |
| NOSTYLIST Destroy Lonely | |
| Aperture Harry Styles | |
| Sure Thing Miguel | |
| Embrace It Ndotz | |
| Mean it Asect |
OlderNewer