Skip to content

Instantly share code, notes, and snippets.

View Gabitzuu's full-sized avatar
🖥️
Programming new stuff :D

Gabriel C. Gabitzuu

🖥️
Programming new stuff :D
  • Freelancer
  • Romania
  • 13:39 (UTC +02:00)
View GitHub Profile
<?php
$p = '3490529510847650949147849619903898133417764638493387843990820577';
$q = '32769132993266709549961988190834461413177642967992942539798288533';
$N = bi_mul($p, $q);
$c ='96869613754622061477140922254355882905759991124574319874695120930816298225145708356931476622883989628013391990551829945157815154';
$phin = bi_mul(bi_sub($p, 1), bi_sub($q, 1));
$e = 9007;
@EvieePy
EvieePy / bot_example.py
Last active March 7, 2025 10:50
A Cogs Example for the rewrite version of - discord.py
import discord
from discord.ext import commands
import sys, traceback
"""This is a multi file example showcasing many features of the command extension and the use of cogs.
These are examples only and are not intended to be used as a fully functioning bot. Rather they should give you a basic
understanding and platform for creating your own bot.
These examples make use of Python 3.6.2 and the rewrite version on the lib.
@versionsix
versionsix / docker_l3_routed_ipvlan.md
Created April 10, 2021 05:26
Docker ipvlan use a routed subnet.
❯ multipass launch \
  -m 8G \
  -c 4 \
  -d 30G \
  --name dockrr \
    focal
Launched: dockrr