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 pandas as pd | |
| import sqlite3 | |
| from sqlalchemy import create_engine | |
| # Using pymysql explicitly in the connection string | |
| mysql_engine = create_engine('mysql+pymysql://[email protected]:3306/database_name') | |
| # Create SQLite connection | |
| sqlite_conn = sqlite3.connect('database_name') |
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
| <template> | |
| <swiper | |
| :slides-per-view="1" | |
| :space-between="0" | |
| :pagination="pagination" | |
| @swiper="onSwiper" | |
| :autoplay="{ | |
| delay: 3000, | |
| disableOnInteraction: false, | |
| }" |
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 { build } from "nuxt"; | |
| import { Data } from "~/types/generated"; | |
| export const useAPI = ( | |
| url: string, | |
| items: any, | |
| meta: any, | |
| item: any, | |
| status: any, | |
| errors: {} |
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 | |
| if (($path = ltrim($_SERVER['REQUEST_URI'], '/')) && !in_array(substr($path, 0, 1), array('?', '#', '/'))) { | |
| header("Location: $path"); | |
| exit; | |
| } | |
| ?> |
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
| <script setup> | |
| import { defineAsyncComponent } from "vue" | |
| const props = defineProps({ | |
| icon: { | |
| type: String, | |
| required: true, | |
| }, | |
| }) |
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 requests | |
| import cfscrape | |
| import datetime | |
| import telebot | |
| import time | |
| from bs4 import BeautifulSoup | |
| # Telegram bot token | |
| bot_token = '' |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Baivaru Dhivatar Vue component Implementation</title> | |
| </head> | |
| <body> | |
| <div id="app"> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Baivaru Dhivatar Vue component Implementation</title> | |
| </head> | |
| <body> | |
| <div id="app"> |
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
| <!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> | |
| @font-face { |
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
| @font-face { | |
| font-family: "Mvaamu"; | |
| src: url("/mv-aammu-fk.ttf"); | |
| } | |
| @font-face { | |
| font-family: "MV_Faseyha"; | |
| src: url("/faseyha.otf"); | |
| } |
NewerOlder