Skip to content

Instantly share code, notes, and snippets.

View joshuaaguilar20's full-sized avatar
🎯
Focusing

Joshua Aguilar joshuaaguilar20

🎯
Focusing
View GitHub Profile
\s matches any white Space****
\. = anything goes
----------------------------------------------------------
Quantifers Modify Char Prior to it
*= 0
+=1
?= Matches 0 or 1 of the preceding token, effectively making it optional.
@joshuaaguilar20
joshuaaguilar20 / oauthReactFrontEnd.js
Last active December 2, 2018 05:30
Hash Router Usage and Why?
`oAuth Flow Notes for React
Create Google Developer Account
Create Project
Get Ouath 2 Credentials
Must provide redirect to webite (link to home page example http://localhost:3000
no sub directires*
https://redux-form.com/7.4.2/examples/syncvalidation/ (link to docs)
`must name reducer form. when importing Field must be capitol as it is a Component.
1) reduxForm Functions the exact same as connect with redux. ex reduxForm(something)(something)
@) have reducer named form: `
3) `When connected correctly the component gets a LOT of new props :)
4) see prop list below `
import React from 'react'
nonce = how many times the sender has sent a transaction
https://anders.com/blockchain/block.html
Epic Learning video great video-
error in video 0000 is actually a number and not just for zeros (fyi)
blocktime- amount of time it takes to get to this number
@joshuaaguilar20
joshuaaguilar20 / makeBuild.sh
Created December 27, 2018 07:50
Make Build Scripts
git clone https://github.com/anbox/anbox.git
cd anbox
mkdir build
cd build
cmake ..
make
@joshuaaguilar20
joshuaaguilar20 / math.js
Created December 30, 2018 01:08
Math Object Notes for Marian
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random
Dev Docs
Jquery Documentation
https://api.jquery.com/
function getRandomInt(max) {
return Math.floor(Math.random() * Math.floor(max));
@joshuaaguilar20
joshuaaguilar20 / timer.js
Created December 30, 2018 19:51
Marian Question Project Dec. 30th
1.5 Hour Session
10:00
1). Start Button To Start Quiz*
2) We want the Timer To Start*
3). We want show 4 Answers and one Question. *
4). if user selects right answer show Correct
5) if user selects wrong answer show Wrong
-Play Some Sound*
@joshuaaguilar20
joshuaaguilar20 / questionFlow.js
Created January 2, 2019 21:15
questionAnswerFlow
1) Question + 1
will change the question to the next from one to two three
1) right answer, but we do not have the wrong answers to insert?
1.2 HR session
Write 5 Arrays of Objects
Assignments
testing Env.
https://repl.it/@joshuaaguilar20/Plus-Minus
@joshuaaguilar20
joshuaaguilar20 / notes.txt
Created January 4, 2019 20:50
Concerns-MarianRamon
Concepts- Lectures
Colt Steele Web Developer Bootcamp - Udemy
https://www.udemy.com/the-web-developer-bootcamp/
Triva Game.
Crystal Game. (missing wins and losses)