Skip to content

Instantly share code, notes, and snippets.

View alienlebarge's full-sized avatar
💾
:wq

Cédric Aellen alienlebarge

💾
:wq
View GitHub Profile
@alienlebarge
alienlebarge / workflowy.css
Last active November 29, 2023 05:34
Custom Workflowy Style
/**
* alb's Workflowy style
* More info: https://workflowy.com/s/albs-workflowy-style/WmvlNzBwLb6IAkLc
*
* TODO: Make comments and chapters easier to read
*/
:root {
/* red */
--color-red-shade-1: hsl(8.36, 99.84%, 98.32%);
@alienlebarge
alienlebarge / modular.opml
Last active February 1, 2023 05:16
RSS subscriptions for modular eurorack synthesizers
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.1">
<head>
<title>modular.opml</title>
</head>
<body>
<outline text="modular / actors / social" title="modular / actors / social">
<outline text="@BoBeatsMusic" title="@BoBeatsMusic" description="" type="rss" version="RSS" htmlUrl="https://twitter.com/BoBeatsMusic" xmlUrl="https://twitter.com/BoBeatsMusic" />
@alienlebarge
alienlebarge / workflowy.css
Created November 8, 2022 06:32
Stylish custom style to override workflowy style
/**
* This style can be used in Stylish for Chrome or Cascadea for Safari
* Update it in Workflowy because Stylish do not sync
*/
:root {
--background-color: #010808;
--background-color--light: rgba(28,27,27,1);
--text-color: #b3caca;
--text-color-highlight: #f9f4e2;
@alienlebarge
alienlebarge / droid.ini
Last active November 3, 2021 11:04
16 steps sequencer for droid
# ==================================================
# 16 step sequencer
# ==================================================
# Description :
# An attempte to do a 16 steps sequencer becauaw `sequencer` has only 8
# [Master]
# Input 1 : Clock
# Input 2 : Reset
<?xml version="1.0" encoding="UTF-8"?>
<gpx creator="Garmin Connect" version="1.1"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/11.xsd"
xmlns:ns3="http://www.garmin.com/xmlschemas/TrackPointExtension/v1"
xmlns="http://www.topografix.com/GPX/1/1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
<metadata>
<name>Chemin des Fontaines</name>
<link href="connect.garmin.com">
<text>Garmin Connect</text>
# Remove file from the index without changing anything else.
git reset <file>
# Remove all files
git reset
git flow feature start MYFEATURE
git flow feature finish MYFEATURE
git flow feature publish MYFEATURE