I hereby claim:
- I am filiptronicek on github.
- I am filiptronicek (https://keybase.io/filiptronicek) on keybase.
- I have a public key ASANC6J9wpS71mXSWdy_wXuKqtz3i9iKe461S3Ganule6wo
To claim this, I am signing this object:
| import os | |
| import torch | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg | |
| from PIL import Image | |
| from sam2.build_sam import build_sam2_video_predictor | |
| import cv2 | |
| import tkinter as tk | |
| from tkinter import filedialog, messagebox, ttk |
| AWSTemplateFormatVersion: "2010-09-09" | |
| Description: "CloudWatch alarms for AWS Service Quotas utilized by Gitpod" | |
| Parameters: | |
| RDSQuotaThreshold: | |
| Type: Number | |
| Description: "Threshold percentage for RDS quota utilization" | |
| Default: 80 | |
| MinValue: 1 | |
| MaxValue: 100 |
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "os" | |
| "time" | |
| "github.com/fsnotify/fsnotify" |
I hereby claim:
To claim this, I am signing this object:
| const { register } = require("./update-lang-python"); | |
| const fixers = [[]]; | |
| await register(fixers); | |
| console.log(fixers); |
| brew install coreutils | |
| sudo ln -sf /opt/homebrew/bin/gcp /usr/local/bin/cp |
| 004307.com | |
| 0123movie.net | |
| 057.ua | |
| 079301eaff0975107716716fd1cb0dcd.com | |
| 0af2a962b0102942d9a7df351b20be55.com | |
| 0betweb.com | |
| 0c.gay | |
| 0ebz217dw04q.com | |
| 0magnet.co | |
| 0rd.net |
| # Importing necessary libraries | |
| import random | |
| # Function to compute the modular exponentiation (a^b mod p) | |
| def mod_exp(a, b, p): | |
| return pow(a, b, p) | |
| def diffie_hellman(p, g): | |
| # Alice chooses a private key | |
| a = random.randint(1, p - 1) |
| wget --content-disposition --trust-server-names -i urls.txt |
| namesDelimitedByNewline.split("\n").sort((a, b) => a.split(" ")[1].localeCompare(b.split(" ")[1])).join("\n") |