Pinned Repositories
bayesProbability
My work following 'Think Bayes' by Allen B. Downey. This involves using python to find the probability and statistics of practical events.
BettersInternational
Betters International Website
blogger
Simple blogger like website.
caesercipher
The infamous caesar's cipher. I implemented caesar's cipher with website functionality via the sinatra gem and heroku.
complexNumbers
add, divide, multiply, complex numbers in Ruby and java
curriculum
The open curriculum for learning web development
Gelysium
Learning the quirks around ROR. Simple social media website that includes account creation, posting, following, and email conformation.
members_only
A website where anyone can see what is public but only members can see who published what. This application involves creating an authentication system as well as modeling relationships. After much tenacity, I finally got it working.
StockNotifier
This is a simple automation python script I made that sends me live email notifications about the stock market. These notifcations range from weekly news notifications to large price shifts. To keep the script running, I run the script in the background on a cloud server.
seangelb's Repositories
seangelb/complexNumbers
add, divide, multiply, complex numbers in Ruby and java
seangelb/members_only
A website where anyone can see what is public but only members can see who published what. This application involves creating an authentication system as well as modeling relationships. After much tenacity, I finally got it working.
seangelb/bayesProbability
My work following 'Think Bayes' by Allen B. Downey. This involves using python to find the probability and statistics of practical events.
seangelb/BettersInternational
Betters International Website
seangelb/blogger
Simple blogger like website.
seangelb/caesercipher
The infamous caesar's cipher. I implemented caesar's cipher with website functionality via the sinatra gem and heroku.
seangelb/Gelysium
Learning the quirks around ROR. Simple social media website that includes account creation, posting, following, and email conformation.
seangelb/StockNotifier
This is a simple automation python script I made that sends me live email notifications about the stock market. These notifcations range from weekly news notifications to large price shifts. To keep the script running, I run the script in the background on a cloud server.
seangelb/DataSciencePratice
Practice
seangelb/demo
ML Demo
seangelb/FraudDetection
Using machine learning to more accurately detect financial fraud.
seangelb/github-slideshow
A robot powered training repository :robot:
seangelb/hackerrank
My solutions to the hackerrank coding problems.
seangelb/helloworld
seangelb/HousePricePredictor
Given a dataset with 79 variable on houses, I am building a model to predict price of each house.
seangelb/IBRDLoanDataAnalysis
Analysis of The International Bank for Reconstruction and Development (IBRD) loans. They are public and publicly guaranteed debt extended by the World Bank Group. Dataset is from WorldBank
seangelb/immediateWebsite1
Test immediate hosting with 'Setup Ruby App' Cpanel
seangelb/microreddit
ROR practice. I learned more about modeling relationships by interaction between the User, posts, and comments. I also practiced data validation.
seangelb/online-cv
A minimal Jekyll Theme to host your resume (CV)
seangelb/private-events
seangelb/pythonPractice
Learning bayesian statistics and probability in python. Additionally, learning how to use python for analyze data
seangelb/quantitativeAnalysis
seangelb/re-former3
Introduction to forms using rails erb.
seangelb/rest-tester
Practice: send some requests and examine the server output.
seangelb/Rubyist3rd
Brushing up on my ruby knowledge base - plus learning more tips to write more efficient code.
seangelb/thedepot
E-commerce website following agile web principles. Half way complete, however, right now focusing on personal projects.
seangelb/Titanic
Machine Learning from Disaster
seangelb/Titanic1
https://www.kaggle.com/c/titanic/
seangelb/webguesser
This uses program uses Sinatra - a precursor to ROR. The game is much like hangman where the user guesses letters to guess the ~secret~ word with a limited number of chances.
seangelb/yfpy
Python API wrapper for the Yahoo Fantasy Sports public API (focuses mainly on NFL, but also supports some usage with NHL, MLB, and NBA).