Skip to content

Instantly share code, notes, and snippets.

@1271
1271 / gameslist.json
Created February 26, 2021 19:53
Discord Verified Games List
This file has been truncated, but you can view the full file.
[
{
"bot_public": false,
"bot_require_code_grant": true,
"cover_image": "4f0361f7957490d61da116ef6f5ae07e",
"description": "Cut-throat multiplayer running game that pits 4 players against each other, locally and/or online. Run, jump, swing around, and use devious weapons and pick-ups to knock opponents off-screen! One of the most competitive games you'll ever play.",
"developers": [
{
"id": "521816574047420417",
@Local9
Local9 / rave.lua
Last active May 18, 2024 05:29
Stupid thing made in FiveM (Warning, don't use if you suffer from epilepsy)
print("Loading light client.lua")
local lights = {
"h4_prop_battle_lights_fx_riga",
"h4_prop_battle_lights_fx_rigb",
"h4_prop_battle_lights_fx_rigc",
"h4_prop_battle_lights_fx_rigd",
"h4_prop_battle_lights_fx_rige",
"h4_prop_battle_lights_fx_rigf",
"h4_prop_battle_lights_fx_rigg",
@staltz
staltz / introrx.md
Last active May 18, 2024 05:17
The introduction to Reactive Programming you've been missing
@hcosta
hcosta / page_form.html
Created March 19, 2018 15:54
Versión 1
{% extends 'core/base.html' %}
{% load static %}
{% block title %}Crear página{% endblock %}
{% block content %}
{% include 'pages/includes/pages_menu.html'%}
<main role="main">
<div class="container">
<div class="row mt-3">
<div class="col-md-9 mx-auto">
<div>
//bookmarklet-title: Canvas DL
//bookmarklet-about: When playing skribbl.io and someone has made a nice drawing, this lets you download the current drawing as a PNG.
var w = window.wdq || (window.wdq = document.createElement("a"));
var p = /The word was '([^']*)'/g,
pp = /<span>([^<>]+) is drawing now!/g,
tt = document.body.innerHTML;
var mm, nn, xx;
while (mm = p.exec(tt)) nn = mm;
while (mm = pp.exec(tt)) xx = mm;

Wise cow in terminal:

quote=$(curl -m 0.5 -s https://api.quotable.io/random); cowsay "$(echo $quote | jq -M .content) --$(echo $quote | jq -rM .author)" && echo
@schalkburger
schalkburger / csgo-sounds-list.txt
Created September 10, 2023 10:20
CS:GO playvol sounds list
playvol error 1
playvol ambient\fallscream 1
playvol ambient\opera 1
playvol ambient\tankidle2 1
playvol ambient\waterrun 1
playvol ambient\water_splash1 1
playvol ambient\water_splash2 1
playvol ambient\water_splash3 1
playvol ambient\animal\bird1 1
playvol ambient\animal\bird10 1
/*
*
* Original code by Miononno
* https://www.youtube.com/watch?v=1kanq1w2DA0
*
* Enhanced by unknown @ lteforum.at
*
*/
console.log("Loading ZTE Script v" + "2024-03-29-#1");
@gd3kr
gd3kr / script.js
Created February 15, 2024 06:30
Download a JSON List of twitter bookmarks
/*
the twitter api is stupid. it is stupid and bad and expensive. hence, this.
Literally just paste this in the JS console on the bookmarks tab and the script will automatically scroll to the bottom of your bookmarks and keep a track of them as it goes.
When finished, it downloads a JSON file containing the raw text content of every bookmark.
for now it stores just the text inside the tweet itself, but if you're reading this why don't you go ahead and try to also store other information (author, tweetLink, pictures, everything). come on. do it. please?
*/