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 TA_Class; | |
| import java.io.*; | |
| import java.time.Duration; | |
| import java.time.Instant; | |
| import java.util.InputMismatchException; | |
| import java.util.Random; | |
| import java.util.Scanner; | |
| import java.util.StringTokenizer; | 
  
    
      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 cProfile | |
| # https://quera.ir/problemset/contest/3539/%D8%B3%D8%A4%D8%A7%D9%84-%D8%AA%DA%A9%D8%B1%D9%82%D9%85%DB%8C | |
| def convert_to_string(number: int): | |
| for i in range(10_000_000): # loop 10_000_000 times | |
| array = list(str(number)) | |
| # number_sum = 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
    
  
  
    
  | import 'dart:async'; | |
| import 'dart:math' as math; | |
| import 'dart:ui'; | |
| import 'package:flutter/material.dart'; | |
| void main() { | |
| runApp(MyApp()); | |
| } | 
  
    
      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 os | |
| import urllib.request | |
| import shutil | |
| import json | |
| import sys | |
| # variables | |
| servers_url = "https://api.nordvpn.com/v1/servers?filters\[servers_technologies\]\[identifier\]=wireguard_udp&limit=999999" | |
| folder_dir = 'wireguard_configs/' | 
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| issuer_id="9f4xxxx-xxxx-xxxx-xxxx-xxxxxxxxx" | |
| key_id="2F9XXXXXXX" | |
| key_path="./private_keys/AuthKey_2F9XXXXXXX.p8" | |
| expiration_time=$(date -v +60S +%s) | |
| function base64_urlsafe { | |
| base64 | tr -d '\r\n=' | tr '+/' '-_' | |
| } | 
  
    
      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
    
  
  
    
  | // Copy paste this line in your browser console to run the script and get the result | |
| fetch('https://gist.githubusercontent.com/SamadiPour/a18b1e186deac76c4a95fa108d02a6ea/raw/snappfood_enhanced.js').then(r => r.text()).then(code => eval(code)); | 
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| # Required parameters: | |
| # @raycast.schemaVersion 1 | |
| # @raycast.title bonbast | |
| # @raycast.mode inline | |
| # @raycast.refreshTime 3h | |
| # Optional parameters: | |
| # @raycast.icon 💰 | 
  
    
      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 tweepy | |
| import os | |
| import json | |
| client = tweepy.Client( | |
| 'TWITTER_KEY', | |
| wait_on_rate_limit=True | |
| ) | |
| user_response = client.get_user(username='TWITTER_USERNAME') | 
      
      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 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 hashlib | |
| import os | |
| import requests | |
| # ============== Variables ============== | |
| url = "https://ws.alibaba.ir/api/v1/flights/domestic/available/" | |
| telegram_token = "" # os.environ["TOKEN"] | |
| chat_id = "" # os.environ["CHAT_ID"] | |
| searches = [ | 
OlderNewer