Skip to content

Instantly share code, notes, and snippets.

View NA0341's full-sized avatar
🦁
𝔹𝕦𝕤𝕪 with 𝕃𝕚𝕗𝕖. ℂ𝕠𝕟𝕥𝕒𝕔𝕥 me via 𝕋𝕖𝕝𝕖𝕘𝕣𝕒𝕞 or 𝕄𝕒𝕚𝕝 (bio.link page).

NA0341 NA0341

🦁
𝔹𝕦𝕤𝕪 with 𝕃𝕚𝕗𝕖. ℂ𝕠𝕟𝕥𝕒𝕔𝕥 me via 𝕋𝕖𝕝𝕖𝕘𝕣𝕒𝕞 or 𝕄𝕒𝕚𝕝 (bio.link page).
View GitHub Profile
@samkatakouzinos
samkatakouzinos / aaasoundcloud.lua
Created July 13, 2017 05:24
SoundCloud set playlist plugin for VLC
--[[--
SonundCloud set (playlist) parser
Made by MarcusD
This is a VLC playlist plugin to be able to play SoundCloud sets
Note: if it's not working, download http://regex.info/code/JSON.lua as VLC/lua/modules/JSON.lua
An example set link: https://soundcloud.com/pe-mahhieux/sets/savant
@hluk
hluk / CopyQ - Search All Tabs.ini
Created November 19, 2015 07:30
CopyQ - Search All Tabs
[Command]
Name=Search All Tabs
Command="
copyq:
// Name for tab for storing matching items.
var search_tab_name = \"Search\"
// Returns true iff item at index matches regex.
function item_matches(item_index, re)
{
@ollytheninja
ollytheninja / Antimony.css
Last active April 30, 2024 17:30 — forked from lukereative/Antimony.css
Markdown css Just add <link href="style.css" rel="stylesheet"></link> to the start of your markdown document.
* { margin: 0; padding: 0; }
abbr,acronym,blockquote,code,dir,kbd,listing,plaintext,q,samp,tt,var,xmp { hyphens: none; }
html {
padding: 2em;
font: normal 18px/1.25 Source Sans Pro, sans-serif;
color: #000;
hyphens: auto;
@tuzz
tuzz / github.css
Last active May 8, 2024 00:48
Github Markdown Stylesheet
/*
Copyright (c) 2017 Chris Patuzzo
https://twitter.com/chrispatuzzo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: