q
Sharing ideas, code, practical knowledge and learn with me
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> *{ margin: 0; box-sizing: border-box; } …
import psycopg2 import datetime import os # Database connection def get_connection(): try: connection = psycopg2.connect( host="localhost", database="turbo_mart", user="postgres", password="Heyiknow777", …
pip install psycopg2-binary import psycopg2 from psycopg2 import sql connection = psycopg2.connect( host="localhost", database="test", user="postgres", password="Heyiknow777", port="5432" ) print("Connection …
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <?php /* echo 20+20; echo "<br>"; …
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <div class="game-box"> <div class="question" style="display: flex;"> …