Skip to content

Instantly share code, notes, and snippets.

View jimmytheneutrino's full-sized avatar

Aleksei Lissitsin jimmytheneutrino

View GitHub Profile
POST /schedule-0.1/api/v1/events HTTP/1.1
Host: localhost:8080
Authorization: Bearer yupi
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 7257d132-e924-ed0c-20e9-ebe8b7ee728d
{
"dtstart": "2016-04-12T08:50:17.157+0000",
"dtend": "2016-04-12T08:50:17.157+0000",
@jimmytheneutrino
jimmytheneutrino / gist:bb5e8642280eabc508c5edf3f61464b3
Created February 13, 2017 15:17
Tampermonkey script for normal (white) github header
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://*.github.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @grant GM_addStyle
// ==/UserScript==
@jimmytheneutrino
jimmytheneutrino / math-alphabetic.bbx
Created July 9, 2018 14:48 — forked from konn/math-alphabetic.bbx
AMSRefs-like bib style for BibLaTeX
\ProvidesFile{math-alphabetic.bbx}[2016/02/10 alphabetic biblatex bibliography style for mathematicians]
\RequireBibliographyStyle{alphabetic}
\RequireBibliographyStyle{math-standard}
\ExecuteBibliographyOptions{labelalpha,sorting=anyt}
\endinput