Pinned Repositories
465-hw5
CSE465 HW#5
465-hw6
accelerate
🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
Assembly-Guesser
Number guessing game in x64 assembly
Chemistry-Project-CSE271
"Solve a problem" project for CSE 271
CSE465-HW1
cse465-hw2
cse465-hw3
cse465-hw4
file-search
Windows file search is terrible so I made my own
sam-hieken's Repositories
sam-hieken/465-hw5
CSE465 HW#5
sam-hieken/465-hw6
sam-hieken/accelerate
🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
sam-hieken/Assembly-Guesser
Number guessing game in x64 assembly
sam-hieken/Chemistry-Project-CSE271
"Solve a problem" project for CSE 271
sam-hieken/CSE465-HW1
sam-hieken/cse465-hw2
sam-hieken/cse465-hw3
sam-hieken/cse465-hw4
sam-hieken/file-search
Windows file search is terrible so I made my own
sam-hieken/gpt-2-output-dataset
Dataset of GPT-2 outputs for research in detection, biases, and more
sam-hieken/gson
A Java serialization/deserialization library to convert Java Objects into JSON and back
sam-hieken/Java-Options-API
Java Options API for Connecting to Tradier
sam-hieken/market-sentiment
Small transformer I designed based on https://keras.io/examples/nlp/text_classification_with_transformer/ to classify a piece of news as either positive, negative, or neutral. Trained on https://www.kaggle.com/datasets/ankurzing/sentiment-analysis-for-financial-news
sam-hieken/neuroph
Java Neural Network Framework Neuroph
sam-hieken/plaid-java
Java bindings for Plaid
sam-hieken/react-crash-2021
Task tracking application from the React crash course
sam-hieken/fluent-plugin-snowflaker
Fluentd filter to add a Twitter Snowflake ID to a log record. Uses https://gist.github.com/pmarreck/8049971 internally to generate IDs; huge thanks to @pmarreck
sam-hieken/jsoup-experimental
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
sam-hieken/nextjs-reproduce-radio
Reproducing the radio button issue with NextJS 13
sam-hieken/react-currency-input
Fork of react-currency-input which fixes issues with decimal places, and allows specifying cents to be optional.
sam-hieken/sentence-transformers
Multilingual Sentence & Image Embeddings with BERT
sam-hieken/slack-bot-test
A Flask based webapp serving as a test for a bot connecting Slack to TeamDynamix's Tickets API
sam-hieken/snowflake-id-ruby
Class to generate "Snowflake IDs" in Ruby. Modified to use a single node ID instead of datacenter and worker IDs. Essentially a reworked version of https://gist.github.com/pmarreck/8049971 which perfectly mimics the behavior of https://github.com/callicoder/java-snowflake/blob/master/src/main/java/com/callicoder/snowflake/Snowflake.java
sam-hieken/snowflaker2
Fluentd filter plugin using https://github.com/sam-hieken/snowflake-id-ruby to generate "snowflake IDs" (doesn't conform to Twitter snowflake ID; see linked repository)
sam-hieken/Webflux-Backend-Demo
A backend I made with Spring Webflux to test a few fintech integrations.
sam-hieken/Wikipedia-Title-Scrape
A simple python script to scrape all article titles from Wikipedia (ns0, 500 titles at a time), and print each to stdout (separated by \n).