Skip to content

Instantly share code, notes, and snippets.

View florabtw's full-sized avatar

Flora Moon florabtw

View GitHub Profile
@sbinlondon
sbinlondon / synthwaveglow.md
Last active October 12, 2024 17:10
Get the synth wave glow theme working for VS Code on Mac

Get the synth wave glow working for VS Code on Mac

These notes are pretty much the same steps as the two extensions list, it's just that I had to collate them together because neither seems to list it fully in the proper order.

  1. Install Synthwave ’84/Synthwave + Fluoromachine theme on VS Code (I used the Fluoromachine one)

  2. Install Custom CSS and JS Loader

  3. Command + Shift + P to open command palette > "Preferences: Open settings (JSON)"

@florabtw
florabtw / soundoftext.js
Last active February 9, 2021 18:21
Example Usage of Sound of Text API
/* Downloads 'Hello, World', spoken in English, to ./hello.mp3 */
const http = require('https');
const fs = require('fs');
/* Set up handler for response from initial POST request */
function handlePostResponse(data) {
const response = JSON.parse(data); // parse response body from POST
@max-mapper
max-mapper / index.html
Created March 29, 2014 18:17
load a <script> tag from a gist raw url
<!doctype html>
<html>
<head>
<style type="text/css">
html, body { margin: 0; padding: 0; }
</style>
</head>
<body>
<script type='text/javascript'>
function loadRaw(gistID) {
@banaslee
banaslee / XGH - de-de.txt
Last active April 14, 2025 05:43
eXtreme Go-Horse Process
eXtreme Go Horse (XGH) Process
Quelle: http://gohorseprocess.wordpress.com
Übersetzung ursprünglich von https://gist.github.com/Neffez/f8d907ba8289f14e23f3855011fa4e2f
1. Ich denke, also ist es nicht XGH.
In XGH wird nicht gedacht, es wird das erste gemacht, was in den Sinn kommt. Es gibt auch keine zweite Option, die erste ist schneller.
2. Es gibt 3 Wege ein Problem zu lösen: den richtigen Weg, den falschen Weg und den XGH Weg, welcher exakt wie der falsche ist, aber schneller.