Pinned Repositories
ArbitrageDetector
This program web-scrapes exchange rates for currencies and runs a modification of the bellman-ford algorithm to detect for negative-weight cycles. The graph G has currencies as its verticies and the edge weight betwen two currencies is modifided to not be the actual exchange rate, but the inverse log of it.
BankingSystem
Account Management Bank System - C++
Bloggr
Made many microservices using grpc! part of Udemy course
c247
Config files for my GitHub profile.
Cohere-RAG-Challenge
ConcurrentFileTransfer
Created a multi-threaded file transfer application over TCP that can efficiently send data from multiple clients to a server.
conversationNow
A real time chat application made using Rust, Rocket and Javascript
Fitcoin
Developed a Blockchain terminal application using GoLang and BadgerDB.
kademlia-dht
Scala implementation of distributed hash table based on kademlia whitepaper
myShop
c247's Repositories
c247/ArbitrageDetector
This program web-scrapes exchange rates for currencies and runs a modification of the bellman-ford algorithm to detect for negative-weight cycles. The graph G has currencies as its verticies and the edge weight betwen two currencies is modifided to not be the actual exchange rate, but the inverse log of it.
c247/BankingSystem
Account Management Bank System - C++
c247/Bloggr
Made many microservices using grpc! part of Udemy course
c247/c247
Config files for my GitHub profile.
c247/Cohere-RAG-Challenge
c247/ConcurrentFileTransfer
Created a multi-threaded file transfer application over TCP that can efficiently send data from multiple clients to a server.
c247/conversationNow
A real time chat application made using Rust, Rocket and Javascript
c247/DarkScholes
c247/Fitcoin
Developed a Blockchain terminal application using GoLang and BadgerDB.
c247/kademlia-dht
Scala implementation of distributed hash table based on kademlia whitepaper
c247/myShop
c247/communiTweet
Utilizes strongly connected components to find user communities and generates an optimal order for content based on topological orderings.
c247/DetectAIBE
c247/DetectAIFE
c247/FeedbackApp
Feedback App using React!
c247/FeedbackNLPCohere
Sentiment analysis feedback app that determines wether the user is happy or unhappy with the service based on their feedback using Cohere, and prompts them accordingly.
c247/GoDevelopersGuide
Exploring Go - interfaces, go routines, channels and more
c247/gorestapi
books restapi project using go and gorilla mux- without db connections
c247/HackOn2.0
SleepTight: HackOn2.0 Sleep Tracker Arduino Hardware hack
c247/Nearly-Intergalactic-Axelar
OlympiHacks 2023 Winner - Taking Axelar GMP to the next level by enabling cross-chain calls to NEAR from any EVM or Cosmos chain!
c247/rust-chat-app
rust chat application using Tokio for conncurrency.
c247/scalaExploration
Scala Udemy Course: Functional and Object-Oriented programming in Scala
c247/SoccerDjangoRestAPI
Django Rest API - Soccer Players!
c247/SolGifs
c247/SpeaktreeBerkeleyAIHackathon
A real-time speech coaching iOS mobile app utilizing AWS Bedrock APIs and OpenAI.
c247/Splitip
A tip splitting app for iOS
c247/superdataeng
c247/ThreaDB
Multi-threaded B-Plus Tree Key Value store database implementation using C++
c247/WealthSimpler
2023 ETHGlobal Waterloo Winner - A secure way for enterprises and users to invest in crypto and digital assets on-chain. Real-world investment platform UX with social login, account permissioning, and auto-investment in low-risk assets.
c247/WeatherBuddyJava
Createad a personal weather man chat application where you send the city and the weather is returned! Using Java FX and openWeather API.