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:
| // ==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== |
| <?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> |
| <!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; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| 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 | |
| out=1978\06\21.gif |
| .\Streamlink.exe hls://91.215.156.52:1935/tv/ZsxGnmx0IA20170826/chunklist_w892750870_tkdGtl | |
| bmR0aW1lPTE1MDM3OTgyODAmdGtzdGFydHRpbWU9MCZ0a2hhc2g9dkctYkYyaHI5MnVOZTJhQk9WSmRjOGhKN3FIOHlvV1RHSFEtckFJQXU1ND0=.m3u8 be | |
| st |
| // 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; |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using Newtonsoft.Json; | |
| namespace SillyDate | |
| { | |
| class Program |
| exports.parseToControlCommands = function (ob) { | |
| let ns = ""; | |
| ob.input.forEach(function (t, number, ts) { | |
| if (typeof(t) === "string") { | |
| ns = ns.concat(t) | |
| } else { | |
| switch (t.command) { | |
| case "tab": | |
| ns = ns.concat("\x09"); | |
| break; |
Message:
^\[(?'Date'\d{2}:\d{2}:\d{2})\] <(?'Nickname'.*)> (?'Message'.*)$
Notice:
^\[(?'Date'\d{2}:\d{2}:\d{2})\] -(?'Nickname'.*)- (?'Message'.*)$
Joins:
^\[(?'Date'\d{2}:\d{2}:\d{2})\] \*\*\* (?'Happening'Joins): (?'Nickname'.*) \((?'Hostmask'(?'Username'.*)@(?'Hostname'.*))\)$
PartsOrQuits: