Skip to content

Instantly share code, notes, and snippets.

@hmRemi
hmRemi / README.md
Last active May 17, 2025 17:16
Make Discord Server With Tags

Discord Guild ID Hash Targeter Script

Discord no longer provides the tags feature to new servers. This could change, so I'm keeping this active and seeking other ways to get a tag server. I still recommend trying create guilds within the specified hash ranges. Please support by starring this gist and joining our Discord (link below).

Also, selling a script for a fully customizable rotating clan tag. (colors and badge icon - join discord to buy)

Version: 1.2.5 (as per CONFIG.SCRIPT_VERSION in the script)
Discord: https://discord.gg/wSWYhQMdbA | @ziue
Telegram: https://t.me/reveredev/

@mlocati
mlocati / exceptions-tree.php
Created March 9, 2017 10:58
Throwable and Exceptions tree
<?php
if (!function_exists('interface_exists')) {
die('PHP version too old');
}
$throwables = listThrowableClasses();
$throwablesPerParent = splitInParents($throwables);
printTree($throwablesPerParent);
if (count($throwablesPerParent) !== 0) {
die('ERROR!!!');
@Klerith
Klerith / README.md
Last active May 17, 2025 17:15
Deprecated Method - Decorador

@Deprecated - Method Decorator

En la definición del método, se puede marcar como obsoleto (deprecated) con la justificación. Esto ayudará a que otros developers sepán que deben de utilizar ya la alternativa.

@Deprecated('Most use speak2 method instead')
 speak() {
      console.log(`${ this.name }, ${ this.name }!`)
 }
@dvaupel
dvaupel / x265_encoding_guide.md
Last active May 17, 2025 17:15
x265 Encoding Guide
@dvaupel
dvaupel / svt-av1_encoding_guide.md
Last active May 17, 2025 17:14
SVT-AV1 Encoding Guide

SVT-AV1 Encoding Guide

Open source encoders

  • AOMEnc[^4]. Developed by AOM, reference encoder with most features and highest quality.
  • SVT-AV1. Developed by Intel, production ready encoder with high performance and optimized for parallelism.
  • Rav1e. Developed by Mozilla/Xiph, used by Vimeo[^1].

Since all these tools are stil being actively developed, you should always use the newest versions and compile the standalone encoders yourself if necessary.

@0xdevalias
0xdevalias / _deobfuscating-unminifying-obfuscated-web-app-code.md
Last active May 17, 2025 17:14
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@nclsndr
nclsndr / cursor-rule-effect-ts
Last active May 17, 2025 17:11
EffectTS Code Style Guide for Cursor Rules
# EffectTS Code Style Guidelines
## Import Style
- Use named imports with curly braces: `import { Effect, Console, Duration } from "effect"`
- Import the `pipe` utility from the main "effect" package
- Import platform-specific modules from their respective packages: `import { NodeRuntime } from "@effect/platform-node"`
- Group related imports together (e.g., keep all Effect imports in one statement)
## Code Structure and Organization
- Prefer generator syntax using `Effect.gen` for sequential operations
@samueltcsantos
samueltcsantos / farenheitCelsius.alg
Created November 17, 2014 21:14
Converter Farenheit para Celsius em visualg.
algoritmo "farenheitCelsius"
// Função : Faça um Programa que peça a temperatura em graus Farenheit,
// transforme e mostre a temperatura em graus Celsius.
// C = (5 * (F-32) / 9).
// Autor : Samuel T. C. Santos
// Data : 17/11/2014
// Seção de Declarações
var
celsius , farenheit : real
/* https://gist.github.com/hossainel/58e23955eb3e55902e0648102310b06f */
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
void generateMatrix(int M[10][10], int N) {
srand(time(0));
for (int i = 0; i < N; i++) {
for (int j = 0; j < N; j++) {
M[i][j] = rand() % 10;
}
@shakahl
shakahl / foobar2000_Title-Formatting-Syntax-Reference.md
Created December 5, 2024 22:51
Title Formatting Syntax Reference - foobar2000 #foobar2000 #formatting #reference #documentation #doc