Skip to content

Instantly share code, notes, and snippets.

View dcchambers's full-sized avatar
🚀
happy engineers == productive engineers

Dakota Chambers dcchambers

🚀
happy engineers == productive engineers
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dcchambers on github.
  • I am dcchambers (https://keybase.io/dcchambers) on keybase.
  • I have a public key whose fingerprint is AE7A 7B8C 84E6 69E7 4EDE F950 D8DC F869 6854 9629

To claim this, I am signing this object:

@dcchambers
dcchambers / git-workflow.md
Last active June 20, 2017 19:30
Super Basic Git Workflow

Super basic git workflow and commands:

  1. Clone the master repository onto your local machine.
 $ git clone [url] 
  1. Create a new branch on your local machine to work on a feature.
 $ git checkout -b [new_branch_name] 
  1. Push the branch to github. $ git push origin [new_branch_name]
@dcchambers
dcchambers / simple_list.cpp
Created July 18, 2017 19:13
Simple C++ List
#include <iostream>
#include <list>
using namespace std;
int main() {
list<int> test_list = {1, 2, 3, 4};
for (int n : test_list) {
std::cout << n << '\n';
@dcchambers
dcchambers / gist:2fec926614efe24d4f91ad0513180165
Created March 9, 2018 17:38 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@dcchambers
dcchambers / mac-apps.md
Last active June 13, 2018 03:13
Mac Apps

Mac Apps

I reset my MBP. Keeping track of applications I have installed/want/need to install.

Installed

Package Management

@dcchambers
dcchambers / devtools.md
Last active March 21, 2019 01:39
Developer Tools

Dev Tools

Graphical Applications

Text Editors and IDEs

Name 💵
Atom Free
VSCode Free
Sublime Text $80 (Try for free)
@dcchambers
dcchambers / mac-dev-tools.md
Last active March 22, 2019 01:46
Mac Dev Tools
export PS1="\[\033[0;31m\]⤹ \[\033[0m\]\[\033[0;35m\]\t\[\033[0m\]\[\033[0;36m\] \w\[\033[0m\]\[\033[0;31m\]\n⮑ \[\033[0m\]"
@dcchambers
dcchambers / work-mbp-config.md
Last active August 12, 2019 22:36
(Archived) A place for me to track my (work) Macbook Pro Configuration

ARCHIVED

  • I am no longer updating this document.

Work MBP

                    'c.          dakota@Dakotas-MBP 
                 ,xNMM.          ------------------ 
               .OMMMMo           OS: macOS Mojave 10.14.4 18E226 x86_64 
               OMMM0,            Host: MacBookPro15,1