Skip to content

Instantly share code, notes, and snippets.

{
"0": [
"Piano 1",
"Piano 2",
"Piano 3",
"Honky-tonk Piano",
"E.Piano 1",
"E.Piano 2",
"Harpsichord",
"Clavinet",
@kddlb
kddlb / steam-sysinfo-kddlb.txt
Created December 24, 2018 00:55
Steam System Info
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-6770HQ CPU @ 2.60GHz
CPU Family: 0x6
@kddlb
kddlb / Replace Wikipedia SVG renders with SVG files.user.js
Created December 16, 2018 04:52
Replace Wikipedia SVG renders with SVG files
// ==UserScript==
// @name Replace Wikipedia SVG renders with SVG files
// @namespace https://kddlb.com/
// @version 0.1
// @description Replace Wikipedia SVG renders with SVG files.
// @author kevin López Brante
// @match https://*.wikipedia.org/*
// @grant none
// ==/UserScript==
@kddlb
kddlb / index.php
Last active November 16, 2018 03:57
PeachPie compiled
<?php
$status = file_get_contents("https://s2k7tnzlhrpw.statuspage.io/api/v1/summary.json");
$statusData = json_decode($status);
//var_dump($statusData);
?>
<table>
<thead>
<tr>
<th>Component</th><th>Status</th><th>Date</th>
</tr>
@kddlb
kddlb / index.html
Created July 11, 2018 03:50
Procedurally generated cursor // source https://jsbin.com/huhomen
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Procedurally generated cursor</title>
<style>
td:first-child, td:last-child {
text-align: right;
}

Keybase proof

I hereby claim:

  • I am kddlb on github.
  • I am kddlb (https://keybase.io/kddlb) on keybase.
  • I have a public key whose fingerprint is 5125 3B78 4B7D 0BAA 29D5 12E7 D162 A457 5D64 3105

To claim this, I am signing this object:

@kddlb
kddlb / dl.txt
Created January 31, 2018 10:44
gf
This file has been truncated, but you can view the full file.
https://d1ejxu6vysztl5.cloudfront.net/comics/garfield/1978/1978-06-19.gif
out=1978\06\19.gif
allow-overwrite=false
auto-file-renaming=false
https://d1ejxu6vysztl5.cloudfront.net/comics/garfield/1978/1978-06-20.gif
out=1978\06\20.gif
allow-overwrite=false
auto-file-renaming=false
https://d1ejxu6vysztl5.cloudfront.net/comics/garfield/1978/1978-06-21.gif
.\Streamlink.exe hls://91.215.156.52:1935/tv/ZsxGnmx0IA20170826/chunklist_w892750870_tkdGtl
bmR0aW1lPTE1MDM3OTgyODAmdGtzdGFydHRpbWU9MCZ0a2hhc2g9dkctYkYyaHI5MnVOZTJhQk9WSmRjOGhKN3FIOHlvV1RHSFEtckFJQXU1ND0=.m3u8 be
st
@kddlb
kddlb / tryjsil.cs
Created August 21, 2017 23:02
test
// Decompiled with JetBrains decompiler
// Type: SillyDate.Program
// Assembly: SillyDate, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 7D76919F-64D5-414B-8485-4C75047D30F9
// Assembly location: C:\Users\kevin\source\repos\SillyDate\SillyDate\bin\Debug\SillyDate.exe
using System;
using System.Collections.Generic;
using System.Text;
@kddlb
kddlb / Program.cs
Created August 21, 2017 22:52
SillyDate
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace SillyDate
{
class Program