This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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%); | |
--color-red-shade-2: hsl(8.16, 99.91%, 92.38%); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ================================================== | |
# 16 step sequencer | |
# ================================================== | |
# Description : | |
# An attempte to do a 16 steps sequencer becauaw `sequencer` has only 8 | |
# [Master] | |
# Input 1 : Clock | |
# Input 2 : Reset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Remove file from the index without changing anything else. | |
git reset <file> | |
# Remove all files | |
git reset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git flow init |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git flow feature start MYFEATURE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git flow feature finish MYFEATURE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git flow feature publish MYFEATURE |
NewerOlder