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
| 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
| <?php | |
| //Config | |
| //SITE GLOBAL CONFIGURATION | |
| $email = "[email protected]"; //<-- 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
| Difficulty Solved Accepted Rate | |
| All 234/3596 ββββββββββββββββββββ 78.2% | |
| Easy 119/883 ββββββββββββββββββββ 83.0% | |
| Medium 93/1868 ββββββββββββββββββββ 80.0% | |
| Hard 22/845 ββββββββββββββββββββ 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
| 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
| 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
| import pywhatkit | |
| pywhatkit.sendwhatmsg("coutrycode_here{number_here}","message_here",hours,minutes) |
NewerOlder