Skip to content

Instantly share code, notes, and snippets.

View capsulecorplab's full-sized avatar

Sean Marquez capsulecorplab

View GitHub Profile
@capsulecorplab
capsulecorplab / keybindings.json
Last active June 10, 2019 08:46
key bindings for vs code
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "capslock",
"command": "deleteLeft",
"when": "textInputFocus",
},
{
"key": "ctrl+pagedown",
"command": "workbench.action.terminal.focusNext",
@capsulecorplab
capsulecorplab / SAP_CLA
Created September 18, 2018 03:07 — forked from CLAassistant/SAP_CLA
SAP Individual Contributor License Agreement
###SAP Individual Contributor License Agreement
Thank you for your interest in contributing to open source software projects (“Projects”) made available by SAP SE or its affiliates (“SAP”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to SAP in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact opensource@sap.com.
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
**Copyright License.** You hereby grant, and agree to grant, to SAP a non-exclusive, perpetual, irrevocable, worldwid
@capsulecorplab
capsulecorplab / CLA.md
Created September 27, 2018 09:19 — forked from balloob/CLA.md
CLA for Apache 2.0 license

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I have the right to submit it under the Apache 2.0 license; or

(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the Apache 2.0 license; or

@capsulecorplab
capsulecorplab / freeze.txt
Created December 8, 2018 08:34
pip freeze piped to .txt
alabaster==0.7.11
apipkg==1.5
appdirs==1.4.3
apturl==0.5.2
asn1crypto==0.24.0
astroid==2.0.4
atomicwrites==1.2.1
attrs==18.2.0
autopep8==1.4
Babel==2.6.0
@capsulecorplab
capsulecorplab / .vimrc
Created December 12, 2018 08:07 — forked from cynful/.vimrc
basic vim configurations
" props to https://dougblack.io/words/a-good-vimrc.html
syntax on " enable syntax processing
set tabstop=4 " number of visual spaces per TAB
set softtabstop=4 " number of spaces in tab when editing
set expandtab " tabs are spaces
set number " show line numbers
set showcmd " show command in bottom bar
set cursorline " highlight current line
filetype indent plugin on " load filetype-specific indent files
@capsulecorplab
capsulecorplab / CC0_CLA.md
Created January 5, 2019 20:19 — forked from uchida/CC0_CLA.md
CLA for CC0

Copyright Statement for Contributions

I hereby represent that all present, past and future contributions are governed by the Creative Commons Zero 1.0 Universal copyright statement, placing my contributions in the publicdomain. This entails that to the extent possible under law I waive all copyright and related or neighboring rights to the code or documents I contribute. I also represent that I have the authority to perform the above waiver with respect to the entirety of my contributions.

@capsulecorplab
capsulecorplab / GitHub Flavored Asciidoc (GFA).adoc
Created January 6, 2019 03:37 — forked from dcode/GitHub Flavored Asciidoc (GFA).adoc
Demo of some useful tips for using Asciidoc on GitHub

GitHub Flavored Asciidoc (GFA)

@capsulecorplab
capsulecorplab / SCaLE17x_AV.adoc
Last active February 5, 2019 02:36
SCaLE 17x A/V System Architecture
A/V System Architecture
@capsulecorplab
capsulecorplab / latex_test.adoc
Last active January 20, 2019 05:52
latex test in asciidoc
formula
@capsulecorplab
capsulecorplab / gist:8a4f12d1f8d5dc3f0e8736b806bd77b8
Last active April 3, 2021 03:08
essentials for newly installed ubuntu
We couldn’t find that file to show.