Skip to content

Instantly share code, notes, and snippets.

View njgheorghita's full-sized avatar

Nick Gheorghita njgheorghita

View GitHub Profile
@njgheorghita
njgheorghita / ng-prework.md
Last active October 1, 2016 16:41 — forked from mbburch/prework.md
An example template for your Turing pre-work Gist

Turing School Prework - Nick Gheorghita

Task A- Practice Typing:

  • screenshots of scores will be posted in comments

Task B- Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments

Task C- Create your Gist:

@njgheorghita
njgheorghita / gist:c567ea16bf80f237415832c9040b9d63
Last active October 28, 2016 17:51
Lightning Talk Outline
dr. strangelove or how i learned to stop optimally and love the money
I intro
- why melania trump / anna nicole smith is better at love than you
- general concept
why these insights from cs?
- 37%
II high-school sweethearts
- love w/o information
@njgheorghita
njgheorghita / definitely_the_final.csv
Last active November 10, 2016 02:48
visualization
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 6 columns, instead of 5. in line 2.
id,year,artist,track,lyrics,score
1,1941,glenn miller,chattanooga choo choo, Pardon me boy Is that the Chattanooga choo choo? Track twenty-nine Boy you can gimme a shine Can you afford To board a Chattanooga choo choo? I've got my fare And just a trifle to spare You leave the Pennsylvania Station 'bout a quarter to four Read a magazine and then you're in Baltimore Dinner in the diner Nothing could be finer Than to have your ham an' eggs in Carolina. When you hear the whistle blowin' eight to the bar Then you know that Tennessee is not very far Shovel all the coal in Gotta keep it rollin' Woo woo Chattanooga there you are. There's gonna be A certain party at the station Satin and lace I used to call 'funny face' She's gonna cry Until I tell her that I'll never roam So Chattanooga choo choo Won't you choo-choo me home? Chattanooga choo choo Won't you choo-choo me home?. ,0.390182
2,1941,sammy kaye,daddy,Hey listen to my story 'bout a gal named Daisy Mae Lazy Daisy Mae Her disposition is rather sweet and charmin
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<link href="https://fonts.googleapis.com/css?family=Shrikhand" rel="stylesheet">
</head>
<style>
.node {
cursor: pointer;
}
A. To be frank. We worked great together. I think we killed it. Very little opportunity for improvement. For what is supposed to be a stressful 2 weeks, we had an easy and relaxed time completing this project.
B. If i had to say, I played a more technical / lower-level role; enumerables, typos, methods, etc.
C. Annie killed it on grasping the high-level concept, explaining these to me, and guiding the project in the right direction.
D. I honestly don't have any ideas how this group project could have gone better.
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 6 columns, instead of 5. in line 2.
id,year,artist,track,lyrics,score
1,1941,glenn miller,chattanooga choo choo, Pardon me boy Is that the Chattanooga choo choo? Track twenty-nine Boy you can gimme a shine Can you afford To board a Chattanooga choo choo? I've got my fare And just a trifle to spare You leave the Pennsylvania Station 'bout a quarter to four Read a magazine and then you're in Baltimore Dinner in the diner Nothing could be finer Than to have your ham an' eggs in Carolina. When you hear the whistle blowin' eight to the bar Then you know that Tennessee is not very far Shovel all the coal in Gotta keep it rollin' Woo woo Chattanooga there you are. There's gonna be A certain party at the station Satin and lace I used to call 'funny face' She's gonna cry Until I tell her that I'll never roam So Chattanooga choo choo Won't you choo-choo me home? Chattanooga choo choo Won't you choo-choo me home?. ,0.390182
2,1941,sammy kaye,daddy,Hey listen to my story 'bout a gal named Daisy Mae Lazy Daisy Mae Her disposition is rather sweet and charmin
@njgheorghita
njgheorghita / expectations.md
Created January 3, 2017 20:39 — forked from drod1000/expectations.md
Group Expectations

Setting Group Expectations

Group Member Names: Drew, Laszlo, Nick G

Project Manager: Daniel

Defining the Relationship (DTR) Questions:

  • When are group members available to work together? What hours can each group member work individually?

We'll get here at 9 AM and work whenever we have worktime. We're all open to staying here after school and we'll determine how much we'll work individually

@njgheorghita
njgheorghita / code.js
Last active March 2, 2017 16:21
Open Source Contribution to TestRPC
/////////////////////////////////
// this is the code I have so far
// ** would have been impossible without help from 2 awesome devs, raine & kumavis **
// we’re basically looking at 3 functions implemented in the testrpc repo
// that is unless, it turns out I’m completely off about something, which is possible
// my biggest uncertainty right now is which virtual machine should I be using to recreate the block state & run preceding transactions
// but i’m meeting with multiple devs tomorrow to clear that up & confirm im on the right track
// ** there’s another option I haven’t implemented yet, according to the go implementation of this feature I'm using as a template
// which is a javascript tracer, not sure if it's necessary, will also find out more about this tomorrow
// if it's necessary, unsure i’ll have that feature implemented by thursday
  • What brought you to Turing?
    • An interest in coding, along with the possibility of a fulfilling career
    • A chance to use my brain again
  • Where do you see yourself after Turing?
    • Blockchains
  • From concepts taught in class or your personal learning, what technical concepts do you enjoy exploring most?
    • Blockchains
  • What technical concepts do you enjoy exploring least?
    • Concepts I understand
  • What technical challenges are the most fun for you to solve?

Mod4 Plan

Capstone: Turing Library

(March 20 - April 15th // 4 weeks)

A virtual library to manage Turing's physical library. Built with smart contracts on the Ethereum blockchain to track book status, crowdsource new books, and other library functions.

--

This is a condensed version of the 6 month project development sprints we'll be doing at work, and we'd love the opportunity to get a practice round under our belt before we get started.

Built with

  • Solidity / Smart Contract Backend