# Clear console
cat("\014")
(5/9)*(52.7-32)
2^3
2**3
pi*6^2A simple Node.js server, as well as React UI used for testing Bitcoin payments.
- Users log in with their Google or Facebook account, all requests are tied to their unique ID.
- The home page is a simple dashboard of basic user information, user transaction history and account balance.
- If there are pending payments, there will be a red notification icon
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
| # Edit this file | |
| alias aliases="nano ~/.bash_profile" # usage: type `aliases` in Terminal | |
| # Navigate to location | |
| alias home="cd ~" | |
| alias desktop="cd ~/Desktop/" | |
| alias repos="cd ~/Documents/Repos/" | |
| # Navigate to project directory | |
| alias ds="clear && cd ~/Documents/Repos/design-system" |
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
| apm install atom-beautify autoclose-html highlight-selected language-babel react linter linter-eslint minimap minimap-highlight-selected pigments seti-ui monokai-seti |
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
| # bash/zsh completion support for core Git. | |
| # | |
| # Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org> | |
| # Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/). | |
| # Distributed under the GNU General Public License, version 2.0. | |
| # | |
| # The contained completion routines provide support for completing: | |
| # | |
| # *) local and remote branch names | |
| # *) local and remote tag names |
📂 repo_root/
📄 Jenkinsfile (has no file extension, references tasks in xx_BUILD_STEP folders below)
📂 01_BUILD/
📄 _build.sh
(optional - add more files for BUILD stage here)
📂 02_UNIT_TESTS/
📄 _unit_tests.sh
(optional - add more files for UNIT_TESTS stage here)
- Make Jenkins master stable and restorable
- Use Jenkins 2 LTS (2.7.x)
- Have a Jenkins testbed/staging environment
- Set up example jobs, test your builds in staging prior to production
- Conservatively upgrade plugins, they can break
- Backup your configuration (
thinBackupplugin within Jenkins) - Avoid the "Maven" job type (use freestyle job, select Maven as a build step)
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
| { | |
| "auto_complete": true, | |
| "auto_complete_selector": true, | |
| "auto_indent": true, | |
| "detect_indentation": false, | |
| "draw_white_space": "all", | |
| "font_size": 14, | |
| "ignored_packages": | |
| [ | |
| "Vintage" |
📂 autodocCodeSnippets
📂 phpstorm
📂 sublime
📂 vim
📂 docs
📄 app.js
📄 favicon.ico
📄 index.html
📄 logo.png
📄 autodocCommentParser.js