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
| using Test | |
| import Base.getindex | |
| abstract type A end | |
| struct S{T<:A} end | |
| function register! end | |
| let subtypes = Dict() | |
| typesof(::Type{S{T}}) where T = unbox(T) | |
| typesof(a::Type{<:A}) = [a] |
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
| bind generic + !git commit --amend | |
| bind generic > !git push | |
| bind generic P !git push -f | |
| bind generic F !git fetch | |
| bind generic <Lt> !git pull | |
| bind stage l stage-update-line |
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
| ########################################################### | |
| # Samsung | |
| ########################################################### | |
| # Series 7 / 9 | |
| keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn* | |
| keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn*700Z*:pvr* | |
| keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn*700G*:pvr* |
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
| SubDir TOP ; | |
| LOCATE_TARGET = $(TOP)/../build/tests ; | |
| LOCATE_SOURCE = $(TOP)/../build/tests ; | |
| SEARCH_SOURCE = $(PWD:D) ; | |
| LIBS = ; | |
| HDRS += $(LIBRARY_DIR)/$(LIBS) ; | |
| LIBRARY_MODULES = [ GLOB $(LIBRARY_DIR)/$(LIBS) : *.cpp *.c ] ; |
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
| #!/usr/bin/env python2 | |
| # -*- coding: utf-8; -*- | |
| """\ | |
| Ino is a command-line toolkit for working with Arduino hardware. | |
| It is intended to replace Arduino IDE UI for those who prefer to work in | |
| terminal or want to integrate Arduino development in a 3rd party IDE. | |
| Ino can build sketches, libraries, upload firmwares, establish |
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
| if [[ -z "$TMUXP_STARTED" ]]; then | |
| pydev | |
| fi |
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
| ExUnit.start | |
| defmodule About_Functions do | |
| use ExUnit.Case | |
| use Koans | |
| test "test function" do | |
| hello | |
| end | |
| def hello do | |
| IO.puts("hello") |
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
Show hidden characters
| { | |
| "gutter": true, | |
| "line_numbers": true, | |
| "margin": -250, | |
| "line_padding_top": 0, | |
| "line_padding_bottom": 0 | |
| } |
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
| { | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "ensure_newline_at_eof_on_save": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Python Flake8 Lint", | |
| "Vintage", | |
| "RestructuredText" |
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
| [ | |
| { "keys": ["ctrl+shift+q"], "command": "exit" }, | |
| { | |
| "keys": ["alt+shift+&"], | |
| "command": "set_layout", | |
| "args": | |
| { | |
| "cols": [0.0, 1.0], | |
| "rows": [0.0, 1.0], | |
| "cells": [[0, 0, 1, 1]] |
NewerOlder