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
pay no attention to this |
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
<letter> ::= a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z| | |
A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z | |
<digit> ::= 0|1|2|3|4|5|6|7|8|9 | |
<number> ::= <digit> | |
| <number> <digit> | |
<word> ::= <letter> | |
| <word> <letter> |
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 43
---
link: null
title: The best way to store your dotfiles: A bare Git repository
description: Recently I read about this amazing technique in an Hacker News thread on people's solutions to store their dotfiles. User StreakyCobra showed his elegant setup and ... It made so much sense! I am in the process of switching my own system to the same technique. The only pre-requisite is to install Git.
keywords: null
author: null
date: null
publisher: Atlassian Developers
stats: paragraph=37 sentences=63, words=860
---
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
#! /usr/bin/env python3.5 | |
""" | |
Fixing bluetooth stereo headphone/headset problem in ubuntu 16.04 and also debian jessie, with bluez5. | |
Workaround for bug: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1577197 | |
Run it with python3.5 or higher after pairing/connecting the bluetooth stereo headphone. | |
This will be only fixes the bluez5 problem mentioned above . |
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
// 1. Go to https://twitter.com/i/likes | |
// 2. Keep scrolling to the bottom repeatedly until all your favs are loaded. | |
// 3. Run this in your console (open in chrome by View > Developer > JavaScript Console) | |
// Notes: this may take a while if you have a lot of favs/likes | |
// you can only access your most recent ~2000 likes. | |
// inspired by https://gist.github.com/JamieMason/7580315 | |
$('.ProfileTweet-actionButtonUndo').click() |
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
"Everything begain with objects, yet there is no longer a system of objects. The critique of objects was based on signs saturated with meaning, along with their phantasies and unconscious logic as well as their prestigious differential logic. Behind this dual logic lies the anthropological dream: the dream of the object as existing beyond and above exchange and use, above and beyond equivalence; the dream of a sacrificial logic, of gift, expenditure, potlatch, "devil's share" consumption, symbolic exchange.1 | |
All this still exists, and simultaneously it is disappearing. The description of this projective imaginary and symbolic universe was still the one of the obect as the mirror of the subject. The opposition of the subject and the object was still significant, as was the profound imaginary of the mirror and the scene.2 The scene of history as well as the scene of the everyday emerge in the shadow of history as it is progressively divested of po |
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
\usepackage{multirow,array} | |
\usepackage{floatrow} | |
% in combination with floatrow for properly adjusted figures, placeins ensures said figures appear | |
% where they are declared within the latex code, i.e. in subsection Part I of this paper. For proper | |
% usage with subsections, MUST use \FloatBarrier command after done with a figure | |
\usepackage[section]{placeins} | |
% ensures captions are properly centered under their respective figures | |
\usepackage[justification=centering]{caption} | |
% special command for table captions | |
\newfloatcommand{capbtabbox}{table}[][\FBwidth] |
NewerOlder