https://github.com/dunovank/jupyter-themes
jt -t grade3 -T -f roboto -fs 12 -nf roboto -nfs 12 -tf roboto -dfs 10 -ofs 11
Woohoo I added a gist using tavern! |
https://github.com/dunovank/jupyter-themes
jt -t grade3 -T -f roboto -fs 12 -nf roboto -nfs 12 -tf roboto -dfs 10 -ofs 11
Original dpoggi.zsh-theme
if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
PROMPT='%{$fg[$NCOLOR]%}%n%{$reset_color%}@%{$fg[cyan]%}%m\
%{$reset_color%}:%{$fg[magenta]%}%~\
$(git_prompt_info) \
%{$fg[red]%}%(!.#.»)%{$reset_color%} '
using UnityEngine; | |
using System.Collections; | |
using System.Collections.Generic; | |
using Facebook.Unity; | |
using UnityEngine.UI; | |
public class fb_api : MonoBehaviour { | |
public Button showProfilePic; | |
public Image profilePic; |
import os | |
import dynamixel | |
import sys | |
import subprocess | |
import optparse | |
import json | |
import time | |
import jsonpickle | |
from PyQt5.QtCore import pyqtSlot, pyqtSignal, QThread |