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
Privacy Policy for [EXCAVATOR] | |
This Privacy Policy governs the collection, use, and sharing of personal information by [Bot Name], a Discord bot developed by [Caner Cetin]. By using [EXCAVATOR], you agree to the terms of this Privacy Policy. | |
Information We Collect | |
We collect information that you provide to us through your use of the bot, such as your Discord user ID and username, server and channel information, and message content. We may also collect usage data, such as the frequency and duration of your use of the bot. | |
How We Use Your Information |
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
TERMS OF SERVICE AGREEMENT | |
This Terms of Service Agreement (the "Agreement") is entered into between [Caner Cetin] ("Bot Owner") and the user ("User") of the [EXCAVATOR] Discord bot (the "Bot"). | |
By using the Bot, the User agrees to be bound by the terms of this Agreement. If the User does not agree to the terms of this Agreement, they should immediately discontinue use of the Bot. | |
1. Use of the Bot: The Bot Owner grants the User a non-exclusive, non-transferable, limited license to use the Bot for personal or non-commercial purposes. | |
2. Prohibited Use: The User may not use the Bot in any way that violates applicable laws, rules, or regulations or infringes upon the rights of any third party. The User may not use the Bot for any commercial purposes without the express written consent of the Bot Owner. | |
3. Limitation of Liability: The Bot Owner shall not be liable for any damages arising out of the use or inability to use the Bot, including but not limited to, damages for loss of profits, loss of data, or oth |
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
# Version 4.11: Revised Remap Logic for Rotation Effect | |
import cv2 | |
import numpy as np | |
import argparse | |
import os | |
import torch | |
from transformers import SamModel, SamProcessor | |
from PIL import Image | |
import traceback |
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>✨ Kawaii Corner ✨</title> | |
<style> | |
body { | |
background: linear-gradient(45deg, |
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
module cityconv | |
go 1.20 | |
require github.com/jackc/pgx/v5 v5.4.1 | |
require ( | |
github.com/jackc/pgpassfile v1.0.0 // indirect | |
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | |
golang.org/x/crypto v0.9.0 // indirect |