Skip to content

Instantly share code, notes, and snippets.

View eduzappa18's full-sized avatar
🎧
https://www.youtube.com/watch?v=he8fMUmxHOU

eduzappa18

🎧
https://www.youtube.com/watch?v=he8fMUmxHOU
View GitHub Profile
@eduzappa18
eduzappa18 / bot.py
Created August 22, 2021 01:01
vBulletin RSS Python Discord Bot
import datetime
import asyncio
import discord
import feedparser
# https://pypi.org/project/discord.py/
# https://pypi.org/project/feedparser/
TOKEN = "TOKEN_HERE"

Tiki QuakeEd Specs

Append to the end of all tiki files you make a QuakeEd footer which is outlined below.
This is so that the mappers can put your stuff in their levels and for general organization.

/*QUAKED Blah_Blah_blah (R G B) (0 0 0) (0 0 0)
Description
*/
@eduzappa18
eduzappa18 / OpenWithSublimeText.bat
Created November 20, 2019 19:11 — forked from zouyang08/OpenWithSublimeText.bat
Open folders and files with Sublime Text 3 from windows explorer context menu (tested in Windows 10)
@echo off
SET st3Path=C:\Program Files\Sublime Text 3\sublime_text.exe
rem add it for folders
@reg add "HKEY_CLASSES_ROOT\Directory\shell\Open with Sublime Text" /t REG_SZ /v "" /d "Open with Sublime Text" /f
@reg add "HKEY_CLASSES_ROOT\Directory\shell\Open with Sublime Text" /t REG_EXPAND_SZ /v "Icon" /d "%st3Path%,0" /f
@reg add "HKEY_CLASSES_ROOT\Directory\shell\Open with Sublime Text\command" /t REG_SZ /v "" /d "%st3Path% \"%%1\"" /f
pause
@eduzappa18
eduzappa18 / KillingFloorWebAdminLinkifier.user.js
Last active July 16, 2019 16:48
[Userscript] Killing Floor Web Admin Linkifier
// ==UserScript==
// @name Killing Floor Web Admin Linkifier
// @namespace KillingFloorWebAdminLinkifier
// @description Turn Player's IPs and IDs into clickable links
// @author Zappa (eduzappa18)
// @version 1.0.0
// @license MIT
// @homepageURL https://gist.github.com/eduzappa18/3fe86e884fa022797236153d37e3559f
// @updateURL https://gist.githubusercontent.com/eduzappa18/3fe86e884fa022797236153d37e3559f/raw/KillingFloorWebAdminLinkifier.user.js
// @downloadURL https://gist.githubusercontent.com/eduzappa18/3fe86e884fa022797236153d37e3559f/raw/KillingFloorWebAdminLinkifier.user.js
@eduzappa18
eduzappa18 / bookmarklet.js
Last active April 4, 2018 00:11
rotate youtube videos
javascript:(function() {
let vid = document.querySelector('video');
let scale, style;
if (vid) {
if (vid.toggle === undefined) {
vid.toggle = true;
}
if (vid.toggle) {
scale = vid.videoHeight/vid.videoWidth;
}

Login

Comando Resultado
adminlogin <user> <password> Loguearse como admin
adminlogout Desloguearse como admin

Mensaje al centro de la pantalla

@eduzappa18
eduzappa18 / scopes.txt
Created March 22, 2017 05:15 — forked from iambibhas/scopes.txt
Sublime Text 2: Snippet scopes
Here is a list of scopes to use in Sublime Text 2 snippets -
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
Clojure: source.clojure
CoffeeScript: source.coffee