This file contains hidden or 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
# Sexy Solarized Bash Prompt, inspired by "Extravagant Zsh Prompt". | |
# https://gist.github.com/SeanPONeil/3717199 | |
# Updated with Conda support by @anuragm | |
if [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/null 2>&1; then TERM=gnome-256color; fi | |
if tput setaf 1 &> /dev/null; then | |
tput sgr0 | |
if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then | |
BASE03=$(tput setaf 234) | |
BASE02=$(tput setaf 235) |
This file contains hidden or 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
From 725848d643bb0124c08dfa16bb3b694279e6e2c5 Mon Sep 17 00:00:00 2001 | |
From: Anurag Mishra <anuragmi@usc.edu> | |
Date: Fri, 23 Jun 2017 13:32:58 -0700 | |
Subject: [PATCH 1/1] On OSX >= 10.7, use sRGB for image manipulation | |
--- | |
src/nsimage.m | 25 +++++++++++++++++++++---- | |
src/nsmenu.m | 4 ++-- | |
2 files changed, 23 insertions(+), 6 deletions(-) |
This file contains hidden or 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
diff --git a/sources/iTermTextDrawingHelper.h b/sources/iTermTextDrawingHelper.h | |
index 1cf1032..47f6b58 100644 | |
--- a/sources/iTermTextDrawingHelper.h | |
+++ b/sources/iTermTextDrawingHelper.h | |
@@ -13,7 +13,7 @@ | |
#import "VT100GridTypes.h" | |
// Number of pixels margin on left and right edge. | |
-#define MARGIN 5 | |
+#define MARGIN 2 |
This file contains hidden or 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
@article{smolin_classical_2013, | |
title = {Classical signature of quantum annealing}, | |
abstract = {A pair of recent articles concluded that the D-Wave One machine actually operates in the quantum regime, rather than performing some classical evolution. Here we give a classical model that leads to the same behaviors used in those works to infer quantum effects. Thus, the evidence presented does not demonstrate the presence of quantum effects.}, | |
timestamp = {2016-04-18T23:47:42Z}, | |
urldate = {2016-04-18}, | |
journal = {arXiv:1305.4904 [quant-ph]}, | |
author = {Smolin, John A. and Smith, Graeme}, | |
month = may, | |
year = {2013}, |
This file contains hidden or 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
@article{smolin_classical_2013, | |
title = {Classical signature of quantum annealing}, | |
abstract = {A pair of recent articles concluded that the D-Wave One machine actually operates in the quantum regime, rather than performing some classical evolution. Here we give a classical model that leads to the same behaviors used in those works to infer quantum effects. Thus, the evidence presented does not demonstrate the presence of quantum effects.}, | |
timestamp = {2016-04-18T23:47:42Z}, | |
urldate = {2016-04-18}, | |
journal = {arXiv:1305.4904 [quant-ph]}, | |
author = {Smolin, John A. and Smith, Graeme}, | |
month = may, | |
year = {2013}, |
This file contains hidden or 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
@article{smolin_classical_2013, | |
title = {Classical signature of quantum annealing}, | |
url = {http://arxiv.org/abs/1305.4904}, | |
abstract = {A pair of recent articles concluded that the D-Wave One machine actually operates in the quantum regime, rather than performing some classical evolution. Here we give a classical model that leads to the same behaviors used in those works to infer quantum effects. Thus, the evidence presented does not demonstrate the presence of quantum effects.}, | |
timestamp = {2016-04-18T23:47:42Z}, | |
archivePrefix = {arXiv}, | |
primaryClass = {quant-ph}, | |
author = {Smolin, John A. and Smith, Graeme}, | |
urldate = {2016-04-18}, |
This file contains hidden or 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
@article{smolin_classical_2013, | |
title = {Classical signature of quantum annealing}, | |
url = {http://arxiv.org/abs/1305.4904}, | |
abstract = {A pair of recent articles concluded that the D-Wave One machine actually operates in the quantum regime, rather than performing some classical evolution. Here we give a classical model that leads to the same behaviors used in those works to infer quantum effects. Thus, the evidence presented does not demonstrate the presence of quantum effects.}, | |
timestamp = {2016-04-18T23:47:42Z}, | |
archivePrefix = {arXiv}, | |
primaryClass = {quant-ph}, | |
author = {Smolin, John A. and Smith, Graeme}, | |
urldate = {2016-04-18}, |
This file contains hidden or 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
{ | |
"config": { | |
"id": "36a3b0b5-bad0-4a04-b79b-441c7cef77db", | |
"label": "BetterBibTeX JSON", | |
"release": "1.6.45", | |
"preferences": { | |
"asciiBibLaTeX": false, | |
"asciiBibTeX": true, | |
"attachmentsNoMetadata": false, | |
"autoAbbrevStyle": "http://www.zotero.org/styles/cell", |