ELEVATOR PITCH
- WHO YOU ARE
- WHAT YOU DO
- WHAT ASPECT OF DEVELOPMENT WE ARE PASSIONATE ABOUT
- WHAT I AM LOOKING FOR
Create map of where we wanna work, companies, and people who occupy these position in those companies.
[[1581442537635,[{"id":"ace","s":37,"fk":6,"i":0},{"id":"acrylamid","s":284,"fk":41,"i":43},{"id":"adm-dev-kit","s":29,"fk":4,"i":11},{"id":"amsf","s":247,"fk":142,"i":12},{"id":"anodize","s":4,"fk":0,"i":1},{"id":"antora","f":633,"s":226,"fk":86,"i":165},{"id":"antwar","s":461,"fk":32,"i":7},{"id":"asimov-static","s":4,"fk":3,"i":0},{"id":"assemble","s":3758,"fk":264,"i":29},{"id":"awestruct","s":269,"fk":81,"i":54},{"id":"bake","s":32,"fk":7,"i":0},{"id":"bakeit","s":2,"fk":2,"i":1},{"id":"baker","s":41,"fk":7,"i":1},{"id":"bang","s":8,"fk":1,"i":0},{"id":"bashblog-ng","s":13,"fk":3,"i":0},{"id":"bashblog","s":905,"fk":147,"i":22},{"id":"blackhole","s":112,"fk":10,"i":1},{"id":"blacksmith","s":564,"fk":42,"i":27},{"id":"blended","s":16,"fk":2,"i":2},{"id":"blo","s":9,"fk":4,"i":1},{"id":"blog.sh","s":8,"fk":1,"i":0},{"id":"blogc","s":122,"fk":9,"i":3},{"id":"blogdown-r","s":1081,"fk":249,"i":13},{"id":"blogdown","s":17,"fk":1,"i":9},{"id":"blogo","s":16,"fk":6,"i":5},{"id":"blogofile","s":336,"fk":89,"i":45 |
window.onload = function(){ | |
var camera, controls, scene, renderer, light, material; | |
init(); | |
animate(); | |
function init(){ | |
var container = document.getElementById('container'); | |
camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight, 0.1, 2000); |
ELEVATOR PITCH
Create map of where we wanna work, companies, and people who occupy these position in those companies.
####TCP / IP:
http://en.wikipedia.org/wiki/Internet_Protocol
http://en.wikipedia.org/wiki/Transmission_Control_Protocol
####Handlebars:
#Regular Expressions
Check ruby-doc.org: http://www.ruby-doc.org/core-1.9.3/Regexp.html
Learning Perl book to learn regular expressions
RegExp can be used in a lot of different languages
Needle is the thing we're looking for
In terminal when pulling or pushing changes, if we end up on the weird blue screen full of ,,,,, press :wq
If merge conflict, remove or comment out the changes we don't want and push again. A merge conflict will happen if someone and me change the same line.
before running git pull, always do git add and git commit.
always run git push Kriss master if I want to push my changes to Kriss's repo.
The database is shared accross all branches so if I make a change in the database, people need to run rake db:migrate to migrate my changes.
#Day38
####Recreate the todo app with Ajax.
#Day36 & 37
Morning exercise: https://gist.github.com/mathildathompson/10071564
When converting an array of string to an array of numbers, .map returns an altered array and .each returns the original array.
#Day35
Sieve of Eratosthenes
morning exercise: https://gist.github.com/mathildathompson/10012284
TODO App:
###Homework:
#Day34
Clean coders videos: http://cleancoders.com/
Morning exercise: https://gist.github.com/mathildathompson/9963766