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
| {"lastUpload":"2019-04-03T14:56:38.821Z","extensionVersion":"v3.2.7"} |
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
| /*! | |
| * | |
| * potasmic - Testing | |
| * | |
| */ | |
| var transpose = 2; | |
| var bpm = 125; | |
| var spb = 30/bpm; // Second per beat |
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
| { | |
| "animation_enabled": true, | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
| "font_face": "Anonymous Pro", | |
| "font_options": | |
| [ | |
| "subpixel_antialias" | |
| ], | |
| "font_size": 16, |
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
| [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* | |
| # System-wide .bashrc file for interactive bash(1) shells. | |
| # To enable the settings / commands in this file for login shells as well, | |
| # this file has to be sourced in /etc/profile. | |
| # If not running interactively, don't do anything | |
| [ -z "$PS1" ] && return |
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
| _git_push () | |
| { | |
| local cur prev | |
| _get_comp_words_by_ref -n =: cur prev | |
| case "$prev" in | |
| --repo) | |
| __gitcomp "$(__git_remotes)" | |
| return | |
| esac | |
| case "$cur" in |
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
| /* Custom Inputs Disabled */ | |
| /* Select */ | |
| select.disabled, | |
| select[disabled], | |
| select[disabled="disabled"], | |
| select[disabled=""], | |
| select[disabled="true"], | |
| /* Input Disabled */ |
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
| NoMethodError in Admin/luggages#edit | |
| Showing /Users/wylkon/Projects/Tam/tam_tips/trunk/app/views/admin/luggages/_form.html.haml where line #2 raised: | |
| undefined method `highlight' for #<Luggage:0x80b6a78> | |
| Extracted source (around line #2): | |
| 1: = simple_form_for [:admin, @luggage] do |f| | |
| 2: = f.input :highlight |
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
| <!doctype html><!-- simplified doctype works for all previous versions of HTML as well --> | |
| <!-- Paul Irish's technique for targeting IE, modified to only target IE6, applied to the html element instead of body --> | |
| <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"><![endif]--> | |
| <!--[if (gt IE 6)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]--> | |
| <head> | |
| <!-- simplified character encoding --> | |
| <meta charset="utf-8"> |
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
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt"> | |
| <head> | |
| <title><%=Application("app")%></title> | |
| <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> | |
| <!--#include virtual="/gen/asp/GEN0165h_int.asp" --> | |
| <!--#include file=..\..\gen\inc\inc0000_int.asp--> | |
| <!--#include file=..\..\gen\inc\inc0001_int.asp--> |
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
| $ cd /path/to/my/codebase | |
| $ git init | |
| $ git add . | |
| $ git commit -m 'Initial commit' |
NewerOlder