Não existe carreira em Y pra TI no Brasil.
Fim.
| #!/bin/sh | |
| # Before | |
| set 1 2 3 4 5 | |
| while test $# -gt 0;do | |
| echo $1 | |
| shift | |
| done |
| revision .description { | |
| overflow: hidden; | |
| } | |
| div.pipeline-wrapper div.pipeline-info { | |
| max-width: 116px; | |
| } |
| calc () | |
| { | |
| local cursor=0 | |
| local reference=0 | |
| local stack=0 | |
| local queue='' | |
| local current='' | |
| set -- $(echo ${@}) |
| ;; -*- mode: emacs-lisp -*- | |
| ;; This file is loaded by Spacemacs at startup. | |
| ;; It must be stored in your home directory. | |
| (defun dotspacemacs/layers () | |
| "Configuration Layers declaration. | |
| You should not put any user code in this function besides modifying the variable | |
| values." | |
| (setq-default | |
| ;; Base distribution to use. This is a layer contained in the directory |
| KBVersion 3 | |
| width 838 | |
| height 267 | |
| nKeysDefined 72 | |
| category Basic | |
| key 8 581 9 90 43 backspace backspace 0 1 | |
| key 9 9 53 67 43 tab tab 0 1 | |
| key 13 573 97 98 43 %return% %return% 0 0 | |
| key 20 9 97 79 43 caps caps 0 1 | |
| key 32 187 185 262 43 %0% %0% 0 0 |
| import sublime, sublime_plugin | |
| BLOCKLEN = 1 | |
| class TypeFileOutCommand(sublime_plugin.TextCommand): | |
| def nextchar(self): | |
| if self.body: | |
| totype = [] | |
| while 1: | |
| try: |
[ ]:my:code
This is annotated!
| runup_builder () { | |
| ( | |
| tab=$(printf '\t') | |
| line="[0-9][0-9]*${tab}" | |
| stream_doc="/^0${tab}\(.*\)$/" | |
| doc_line="/^${line}\(.*\)/" | |
| doc_indent="/^${line}\(${tab}\| \)\(.*\)$/" | |
| doc_fence="/^${line}\(~~~\|\`\`\`\)$/" | |
| doc_direc="/^${line}\(\[@\]\:\)\([a-zA-Z0-9]*\)\s*(*\([^)]*\)\s*)*\s*$/" | |
| cat <<-SED > foo & cat foo |
| :stream | |
| $ { b endstream } | |
| /^0 \(.*\)$/ { b _file } | |
| h | |
| s/^/<STREAM 0/;p | |
| g | |
| n | |
| b stream | |
| :_file |