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 | |
| from concurrent.futures import ThreadPoolExecutor, as_completed | |
| BOT_TOKEN = '8727956129:AAFx9aJZDAjjmQ5z_SCJLz11QtuwozZU_OM' | |
| CHAT_ID = '7497722198' | |
| SEND_MESSAGE_URL = f"https://api.telegram.org/bot{BOT_TOKEN}/sendMessage" | |
| SEND_PHOTO_URL = f"https://api.telegram.org/bot{BOT_TOKEN}/sendPhoto" | |
| WORKERS = 1000 |
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
| Kategori | Pesan | |
|---|---|---|
| spam | Plg Yth: Simcard anda mendptkan bonus poin plus-plus 555 dr:PT.INDOSAT pin anda:277fg49 u/info klik di www.indosat-555.blogspot.com atau Hub:021-3338-0074. | |
| ham | Iya ih ko sedih sih gtau kapan lg ke bandung :( | |
| ham | Kalau mau bikin model/controller mending per apa y? | |
| ham | Selamat nama1. Semoga selalu menempuh hidup yang bahagia dan selalu menyenangkan | |
| spam | Tingkatkan nilai isi ulang Anda selanjutnya minimal Rp10ribu untuk bisa mendapatkan Paket MURAH PAS di *100*999#. Info 188. | |
| spam | Uangnya di Trnsfer di BNI ini aja a/n RASTINA NO.REK.0253 7915 37.Klo sdh d Trnsfer Sms aja di no ini 085293355598 Trmks. | |
| spam | PESAN RESMI Selamat NO Simcard anda M-dptkam hadiah cek.Rp.35juta dr TRI CARE pin:7Y7R8K9Z info keik: www.id-tricare2016.blogspot.com | |
| spam | Sy RUDI di jambi, bgi tman2 yg sering kalah Togel saatnya kalahkan bandar hub mbah ROS 082325557768 di jamin tembus, sy sdh buktikan 4D 50jt. | |
| spam | Tri berBAGI bonus PULSA di bulan pernuh berkah! Isi pulsa min. 5rb dapet bonus pulsa 10rb utk nelp ke nmr |
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
| while True: | |
| print("kirim pesan 'q' (tanpa kutip) untuk keluar") | |
| questions = input("Masukan Pesan : ") | |
| if questions.lower() in ['keluar', 'exit', 'quit', 'q', '']: | |
| print("Sesi selesai.") | |
| detect_scam(questions) | |
| while 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 cv2 | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| import xml.etree.ElementTree as ET | |
| # 1. Fungsi untuk mengubah warna HEX (#RRGGBB) dari CVAT menjadi BGR untuk OpenCV | |
| def hex_to_bgr(hex_color): | |
| hex_color = hex_color.lstrip('#') | |
| r, g, b = tuple(int(hex_color[i:i+2], 16) for i in (0, 2, 4)) | |
| return (b, g, r) # OpenCV pakai format BGR, bukan RGB |
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 cv2, json, os, copy, time, warnings, zipfile | |
| import numpy as np | |
| import matplotlib | |
| import matplotlib.pyplot as plt | |
| import matplotlib.patches as mpatches | |
| from matplotlib.gridspec import GridSpec | |
| from PIL import Image, ImageDraw, ImageFont | |
| from IPython.display import display, clear_output, HTML | |
| import ipywidgets as widgets | |
| from google.colab import files |
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
| @echo off | |
| title AUTO GIT PUSH SCRIPT | |
| color 0A | |
| echo ================================ | |
| echo AUTO GIT PUSH | |
| echo ================================ | |
| echo. | |
| if not exist ".git" goto notRepo |
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
| <!DOCTYPE html> | |
| <html lang="id"> | |
| <head> | |
| <title>BANK AMAN - Website Asli</title> | |
| <style> | |
| body { background-color: #e0f2fe; font-family: sans-serif; padding: 50px; text-align: center; } | |
| h1 { color: #0369a1; } | |
| .promo-box { | |
| background: white; padding: 20px; border-radius: 10px; | |
| box-shadow: 0 4px 6px rgba(0,0,0,0.1); display: inline-block; |
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
| self.addEventListener('message', event => { | |
| if (event.data && event.data.type === 'SKIP_WAITING') { | |
| self.skipWaiting(); | |
| } | |
| if (event.data && event.data.type === 'GET_VERSION') { | |
| event.ports[0].postMessage({ version: '1.0.0-no-cache' }); | |
| } | |
| if (event.data && event.data.type === 'ECHO_TEST') { |
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 random | |
| import datetime | |
| from bs4 import BeautifulSoup | |
| import sys | |
| class Colors: | |
| HEADER = '\033[95m' | |
| BLUE = '\033[94m' | |
| GREEN = '\033[92m' |
NewerOlder