Pinned Repositories
Asian_Option_Pricing
Asian Option Pricing with Monte Carlo Methods (C++)
Blog
I built a simple blog with posts / comments / users. (Ruby on Rails)
Bookmark
Implement moving an item of a bookmark bar.
DBMS-implementation
This project contains four fundamental functions of a DBMS system (External Mergesort, Merge-Join, Hash-Join, Duplicate Elimination) that are designed to work in real-life and extreme circumstances (Huge input data, extremely low available memory).
easy-ticket
Forum
I built a simple forum application. We have the ability to sign up and sign in / out… Add, Edit, Destroy forum posts, and users can reply to each others forum posts through comments. (Ruby on Rails)
GRAPH_-_
An implementation of a Graph written in C++
Hadoop_ID3
A distributed implementation of ID3 classification algorithm using Hadoop.
Put-Call-Option-Monte-Carlo-
Price a put/call option with Monte Carlo Methods
verify-email
This class can be used to check if an e-mail is valid using the SMTP protocol.
nsgeorgi's Repositories
nsgeorgi/verify-email
This class can be used to check if an e-mail is valid using the SMTP protocol.
nsgeorgi/DBMS-implementation
This project contains four fundamental functions of a DBMS system (External Mergesort, Merge-Join, Hash-Join, Duplicate Elimination) that are designed to work in real-life and extreme circumstances (Huge input data, extremely low available memory).
nsgeorgi/Put-Call-Option-Monte-Carlo-
Price a put/call option with Monte Carlo Methods
nsgeorgi/Asian_Option_Pricing
Asian Option Pricing with Monte Carlo Methods (C++)
nsgeorgi/Blog
I built a simple blog with posts / comments / users. (Ruby on Rails)
nsgeorgi/Bookmark
Implement moving an item of a bookmark bar.
nsgeorgi/easy-ticket
nsgeorgi/Forum
I built a simple forum application. We have the ability to sign up and sign in / out… Add, Edit, Destroy forum posts, and users can reply to each others forum posts through comments. (Ruby on Rails)
nsgeorgi/GRAPH_-_
An implementation of a Graph written in C++
nsgeorgi/Hadoop_ID3
A distributed implementation of ID3 classification algorithm using Hadoop.
nsgeorgi/Inversion_Problem--
An implementation of the Inversion Problem written in Java
nsgeorgi/Inverted-Index--threads-c---
Implementation of an inverted index using threads c++
nsgeorgi/INVERTED_INDEX
An implementation of inverted index structure , written in C++
nsgeorgi/Jobs_board
I build a Jobs Board application. We have the ability to Add, Edit, Destroy jobs postings and each job post is assigned to a category, and we are able to filter between the various categories to see only jobs within that category (For example, only “Full-Time” jobs). (Ruby on Rails)
nsgeorgi/Knapsack-problem
An implementation of Knapsack algorithm written in Java
nsgeorgi/Movie_review
I built a Movie Rating / Review application. The key features for this weeks app are 1) Ratings: A user can rate a movie on a 1 - 5 star system, and 2) Search: A user or visitor has the ability to search for a particular movie. (Ruby on Rails)
nsgeorgi/Muse
It is an artwork sharing site, similar to dribbble, where a user can sign up and share what is inspiring them. So a user can add posts with title / image / description, and other users can vote & comment on submissions. (Ruby on Rails)
nsgeorgi/Notebook-Web-App
I built an online Notebook web application. (Ruby on Rails)
nsgeorgi/Pnterest_clone
I built a Pinterest style web app, with Users, Pins, Image Uploading and all that good stuff! (Ruby on Rails)
nsgeorgi/PRG-Pattern
Post - Redirect - Get Pattern
nsgeorgi/Put-Call-Option-Black-Scholes-
Price a put/call option with BLack-Scholes equation
nsgeorgi/Raddit
I built a link aggregator site similar to Reddit or Hacker News. (Ruby on Rails)
nsgeorgi/recipe_website
Implementation (ruby on rails ) of a website with recipe box
nsgeorgi/RMeX3
Indoor Navigation System
nsgeorgi/Sudoku
This is an implementation of Sudoku game (JAVA) .
nsgeorgi/Todo-App
I built a Todo application (Pretty much the 'Hello World' of Development Tutorials). We have the ability to create multiple Todo lists and multiple Todo items for each list, and also the ability to mark an item as complete. (Ruby on Rails)
nsgeorgi/trivago-extension
nsgeorgi/Wiki
This week I built a Wikipedia Type Application. We have the ability to Add, Edit, Destroy articles postings and each article is assigned to a category, and we are able to filter between the various categories to see only articles within that category (For example, only “Art” or only “Technology” articles). (Ruby on Rails)
nsgeorgi/Workout_log
I built something for myself… A workout log to track any workouts I do. We have the ability to create / edit / destroy workouts, and add multiple exercises to each workout with the amount of sets & reps for that exercise. (Ruby on Rails)
nsgeorgi/my-bank
Example bank application