Skip to content
View jssandh2's full-sized avatar

Organizations

@OPLSS
Block or Report

Block or report jssandh2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. stock-search-engine stock-search-engine Public

    I wrote, with my group, code to use the Bing API, Alchemy API and Quandl API to pull out sentiment analysis and relevance of each article on a company, and then use their stock score to write a ret…

    Python 1

  2. pcf-redex pcf-redex Public

    An implementation of the Formal Semantics of the PCF Language including Type-Inference Rules, Reduction Semantics and Contract Semantics for Higher-Order Functions

    Racket 1

  3. RefinementTypes_llvm RefinementTypes_llvm Public

    Forked from shravanrn/RefinementTypes_llvm

    Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.

    LLVM 1

  4. sorting-algorithms sorting-algorithms Public

    A directory containing C++ code implementations of Quicksort and Insertion Sort

    C++

  5. chess-game-java chess-game-java Public

    A description of the logic behind a chess game with an OOP implementation. Logic for all moves is given, including checks for check, checkmate, etc. This was developed with my friend for CS-242 (UI…

    Java 1

  6. string-algorithms string-algorithms Public

    A repository containing functions to manipulate strings and do fun things with them

    Python