Skip to content

Instantly share code, notes, and snippets.

View Blad3Mak3r's full-sized avatar
:octocat:

Juan Luis Caro Blad3Mak3r

:octocat:
View GitHub Profile
@Blad3Mak3r
Blad3Mak3r / idea.json
Last active January 1, 2024 12:29
Discord Slash Command Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Discord Slash Command Schema",
"type": "object",
"properties": {
"type": {
"type": "integer",
"description": "Tipo de comando. Por defecto es 1.",
"default": 1,
"enum": [1, 2, 3]
@Blad3Mak3r
Blad3Mak3r / Animal.kt
Created March 16, 2022 17:54
Redisson Codec for Kotlin JSON Serialization
@Serializable
data class Animal(
val id: Long,
val name: String
)
@Blad3Mak3r
Blad3Mak3r / top_games_index.csv
Last active January 9, 2022 12:43
Twitch Helix Game Index
id name
509658 Just Chatting
21779 League of Legends
511224 Apex Legends
29595 Dota 2
32982 Grand Theft Auto V
516575 VALORANT
491931 Escape from Tarkov
33214 Fortnite
513143 Teamfight Tactics
@Blad3Mak3r
Blad3Mak3r / tunnelbroker.md
Last active November 11, 2022 00:23
HE ipv6 Tunnelbroker configuration for Debian 11

TunnelBroker-Debian11

Configure /etc/network/interfaces

auto he-ipv6
iface he-ipv6 inet6 v4tunnel
        address   2001:470:xxxx::2
        netmask   48
        endpoint  xxx.xxx.xxx.xxx
 local xxx.xxx.xxx.xxx