Copia el archivo .dvtcolortheme dentro del siguiente directorio:
~/Library/Developer/Xcode/UserData/FontAndColorThemes
// Cadena original | |
NSString *cadena = @"El DevF rockea"; | |
// Cadena invertida | |
NSMutableString *reverse = [[NSMutableString alloc] init]; | |
int time = 0; | |
for (int i = (int)([cadena length] - 1); i >= 0; i--) { | |
NSRange subString = NSMakeRange(i, 1); | |
export VIRTUAL_ENV_DISABLE_PROMPT=1 | |
ZSH_THEME_VIRTUAL_ENV_PROMPT_PREFIX="💩" | |
ZSH_THEME_VIRTUAL_ENV_PROMPT_SUFFIX="💩" | |
function virtualenv_prompt_info() { | |
if [ -n "$VIRTUAL_ENV" ]; then | |
if [ -f "$VIRTUAL_ENV/__name__" ]; then | |
local name=`cat $VIRTUAL_ENV/__name__` | |
elif [ `basename $VIRTUAL_ENV` = "__" ]; then |
# Yay! High voltage and arrows! | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " | |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" | |
# 🍔 %{$fg[magenta]%}░▒▓▚▐%{$reset_color%} | |
PROMPT='$(virtualenv_prompt_info)%{$fg[green]%}⬢%{$reset_color%} %{$fg[cyan]%}%1~%{$reset_color%}%{$fg[red]%}|%{$reset_color%}$(git_prompt_info)%{$fg[cyan]%}⇒%{$reset_color%} ' |
set t_Co=256 | |
filetype plugin indent on | |
syntax enable | |
set splitbelow | |
set splitright | |
set showcmd | |
set showmatch |
2.2.x | |
Name : Sam | |
Serial : eJzzzU/OLi0odswsqglOzK0xsjQzNzI2NjA1q3GuMQQAnJAJjw== | |
3.3.x | |
Username: personal | |
eJzzzU/OLi0odswsqilILSrOz0vMqbFEAjXONYY1fu6ufgA/CA4X |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt