Skip to content

Instantly share code, notes, and snippets.

View PsychedelicShayna's full-sized avatar
🐇
Writing Code & Contemplating Existence

Shayna PsychedelicShayna

🐇
Writing Code & Contemplating Existence
View GitHub Profile
@PsychedelicShayna
PsychedelicShayna / A Fork Containing Interesting Links, Translation Needed.md
Last active August 3, 2023 15:08 — forked from imba-tjd/.Windows Optimization.md
Forked Windows Optimizations & Other Things, Needs Translation (source might not be trustworthy, but contains some interesting links and registry key modifications nontheless)
@PsychedelicShayna
PsychedelicShayna / gfm-render
Created July 15, 2023 00:08 — forked from bitti/gfm-render
Offline renderer for GitHub flavoured markdown
#!/usr/bin/ruby
require 'redcarpet'
require 'erb'
input = ARGV[0] && ARGV[0] != "-" && File.open(ARGV[0]) || STDIN
output = ARGV[1] && File.open(ARGV[1], "w") || STDOUT
File.join(ENV["XDG_CACHE_HOME"] || "#{ENV['HOME']}/.cache", "gfm-render")
class RenderWithTaskLists < Redcarpet::Render::HTML
_ _ _ ____ _ _
| | | | __ _ ___| | __ | __ ) __ _ ___| | _| |
| |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / |
| _ | (_| | (__| < | |_) | (_| | (__| <|_|
|_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_)
A DIY Guide
@PsychedelicShayna
PsychedelicShayna / gist:c0937fa38d88eff41183579f53b4e21d
Created April 9, 2023 20:08 — forked from atcuno/gist:3425484ac5cce5298932
HowTo: Privacy & Security Conscious Browsing

The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.

I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.

Table of Contents

@PsychedelicShayna
PsychedelicShayna / githubpull.md
Created March 28, 2023 12:31 — forked from Jabarabo/githubpull.md
Gist of a stolen gist