An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by caneroj1

A curated list of projects in awesome lists by caneroj1 .

https://github.com/caneroj1/stemmer

A library in golang that implements the PorterStemmer algorithm for stemming words.

Last synced: 11 Apr 2025

https://github.com/caneroj1/gitrecommender

This is the repository for a Git Recommendation system built for TCNJ's 2015 Artificial Intelligence course final project.

Last synced: 11 Apr 2025

https://github.com/caneroj1/hoogle-vscode

Haskell Hoogle search in Visual Studio Code

haskell vscode vscode-extension

Last synced: 11 Apr 2025

https://github.com/caneroj1/clarifai-hs

Haskell API Client for Clarifai.

api-client clarifai clarifai-api image-recognition

Last synced: 11 Apr 2025

https://github.com/caneroj1/filter-logger

Filterable request logging as wai middleware

haskell http logging

Last synced: 13 Apr 2025

https://github.com/caneroj1/gitgraph

Displays nice graphs of GitHub usage through a Rack App. Can help you analyze things like what languages you most frequently push in, etc.

Last synced: 11 Apr 2025

https://github.com/caneroj1/sqlite-simple-errors

Light wrapper around errors from sqlite-simple to make working with constraint errors a bit easier.

error-handling haskell sqlite

Last synced: 11 Apr 2025

https://github.com/caneroj1/median-stream

Haskell data structure for constant-time queries for the median of a stream of numeric data

data-structures heap max-heap numeric-data stream

Last synced: 11 Apr 2025

https://github.com/caneroj1/mbtiles

Haskell MBTiles Library

haskell mbtiles

Last synced: 11 Apr 2025

https://github.com/caneroj1/waiter

A quick and easy-to-use web server to serve files from any directory.

haskell static-server web

Last synced: 29 Mar 2025

https://github.com/caneroj1/crypto-hs

Solving the cryptography challenges at http://cryptopals.com

Last synced: 29 Mar 2025

https://github.com/caneroj1/mbtiles-server

Haskell MBTiles server using Servant

haskell mbtiles servant tileserver

Last synced: 29 Mar 2025

https://github.com/caneroj1/adventofcode2016

Advent of Code 2k16

Last synced: 29 Mar 2025

https://github.com/caneroj1/aoc-2020

Advent of Code 2020

Last synced: 29 Mar 2025

https://github.com/caneroj1/team-ios

This is the repository for the CSC470 iOS Cloud Computing Project.

Last synced: 29 Mar 2025

https://github.com/caneroj1/musicianswantedapi

This is the API for Musicians Wanted. Our iOS app will talk to this web api in order to interact with AWS and take advantage of our api

Last synced: 29 Mar 2025

https://github.com/caneroj1/search

Search algorithms in Haskell

ai graph-search haskell search-algorithm

Last synced: 29 Mar 2025

https://github.com/caneroj1/mergingcommunities-hs

Solution to https://www.hackerrank.com/challenges/merging-communities

Last synced: 29 Mar 2025

https://github.com/caneroj1/tictactoe-hs

Command-line TicTacToe in haskell with a minimax AI.

Last synced: 11 Apr 2025

https://github.com/caneroj1/haskell-game-of-life

Brief Game of Life Implementation in Haskell

gameoflife graphics haskell

Last synced: 29 Mar 2025

https://github.com/caneroj1/gitrecommenderrails

A Ruby/Rails implementation of my java GitRecommender

Last synced: 29 Mar 2025

https://github.com/caneroj1/rubyimageprocessing

This is a project I am working on that will support image processing in Ruby using the ChunkyPNG library as well as Gosu for displaying images.

Last synced: 29 Mar 2025

https://github.com/caneroj1/csp

Generic constraint satisfaction algorithms

Last synced: 29 Mar 2025

https://github.com/caneroj1/markov-hs

Markov chain text-generation in Haskell

Last synced: 29 Mar 2025

https://github.com/caneroj1/lyah

Going through the book Learn You a Haskell and doing coding challenges on codeeval.com.

Last synced: 29 Mar 2025

https://github.com/caneroj1/geometry

geometry stuff written in go

Last synced: 29 Mar 2025

https://github.com/caneroj1/hauth

Experiments in jwt authentication in haskell

haskell jwt jwt-authentication

Last synced: 29 Mar 2025

https://github.com/caneroj1/tile

Tile/lonlat conversion utilities for slippy maps.

haskell mapping tiles

Last synced: 29 Mar 2025

https://github.com/caneroj1/enumerable

An enumerable package for go

Last synced: 29 Mar 2025

https://github.com/caneroj1/metaprogramming

Experiments in c++ metaprogramming

Last synced: 29 Mar 2025

https://github.com/caneroj1/cardsdata

simple repository used for setting up my db for my cards against humanity api in go.

Last synced: 29 Mar 2025

https://github.com/caneroj1/hush

go pkg for reading in config values

Last synced: 29 Mar 2025

https://github.com/caneroj1/codeeval_cpp

Collections of code for solving some codeeval challenges.

Last synced: 29 Mar 2025

https://github.com/caneroj1/mbgl-style-validator

Validate MapBox GL Styles

haskell mapbox-gl

Last synced: 29 Mar 2025

https://github.com/caneroj1/adventofcode2015

Advent of code in haskell

Last synced: 29 Mar 2025

https://github.com/caneroj1/raytracer

Ray Tracer in C++

Last synced: 29 Mar 2025

https://github.com/caneroj1/snake

Parses Twitter Bootstrap's config.json for easy customization.

Last synced: 11 Apr 2025

https://github.com/caneroj1/stm-supply

STM Wrapper around Control.Concurrent.Supply

concurrency identifiers software-transactional-memory unique-identifier

Last synced: 29 Mar 2025

https://github.com/caneroj1/json-haskell

Testing out parsing in Haskell by writing a basic JSON parser.

Last synced: 29 Mar 2025

https://github.com/caneroj1/linkback

vscode extension to link back to git repositories.

vscode

Last synced: 29 Mar 2025

https://github.com/caneroj1/minesweeper-hs

command-line Minesweeper in haskell

Last synced: 29 Mar 2025

https://github.com/caneroj1/aoc21

Advent of Code 2021

Last synced: 29 Mar 2025

https://github.com/caneroj1/vday-proj

Sinatra-backed AWS streaming app made for Valentine's Day.

Last synced: 29 Mar 2025

https://github.com/caneroj1/scrabble

Automates keeping track of score in scrabble written in go

Last synced: 29 Mar 2025

https://github.com/caneroj1/dynamic-scheduler

Layer on top of the haskell cron package to provide a simple API for continuously scheduling runnable actions.

cron haskell scheduler-library scheduling

Last synced: 29 Mar 2025

https://github.com/caneroj1/dota2py

This is a script I wrote in Python/Ruby that processes match information from the game Dota 2. The branch v2 has the new Ruby code that get matches and the Python code that processes a match.

Last synced: 29 Mar 2025

https://github.com/caneroj1/cpp_text_retrieval

Going through the coursera course on Text Retrieval and implementing the algorithms and techniques.

Last synced: 29 Mar 2025

https://github.com/caneroj1/cpp_machine_learning

Machine Learning code in c++ I'm writing as I go through a course on it.

Last synced: 29 Mar 2025

https://github.com/caneroj1/cardsapi

Go API for cards against humanity written using Revel

Last synced: 29 Mar 2025

https://github.com/caneroj1/tumblr_image

This is the repository for a game I am making that will utilize the Tumblr api

Last synced: 29 Mar 2025

https://github.com/caneroj1/rubyalgos

A collection of algorithms from my analysis of algorithms class implemented in ruby

Last synced: 29 Mar 2025

https://github.com/caneroj1/angular_store

I am going through the CodeSchool tutorial on Angular.js and making the application in there while also adding some new stuff.

Last synced: 29 Mar 2025

https://github.com/caneroj1/d2reddit

This is just some ruby code to scrape on the dota 2 subreddit.

Last synced: 29 Mar 2025

https://github.com/caneroj1/derangements

Solves one of the problems of the day from my algorithms class. The problem is about derangements, which are simply permutations but for one condition: a[i] != i

Last synced: 29 Mar 2025

https://github.com/caneroj1/fixmessages

FIX, short for Financial Information eXchange, is a communications protocol for stock transactions. This repository contains code for a FIX class.

Last synced: 29 Mar 2025

https://github.com/caneroj1/integrator

I developed this program when I was in Calc 2. I used to exercise my understanding of numerical integration techniques

Last synced: 29 Mar 2025

https://github.com/caneroj1/blackjackrb

Repo for playing blackjack in ruby

Last synced: 29 Mar 2025

https://github.com/caneroj1/webserv

creates a Thin webserver

Last synced: 29 Mar 2025

https://github.com/caneroj1/dojob

Repo for the DoJob website for posting and doing jobs

Last synced: 29 Mar 2025

https://github.com/caneroj1/bloomfilter

I heard about the Bloom Filter and I'm working on writing my own.

Last synced: 29 Mar 2025

https://github.com/caneroj1/graphics

Repository for projects I worked on while in TCNJ's Computer Graphics Course. The PoolBall directory contains my final project for the course. It is a 9-ball simulator.

Last synced: 29 Mar 2025

https://github.com/caneroj1/genetic

experimenting with genetic algorithms

Last synced: 29 Mar 2025

https://github.com/caneroj1/gameoflife

Conway's Game of Life implementation in Ruby

Last synced: 29 Mar 2025

https://github.com/caneroj1/learnrails

I am in the process of learning Ruby on Rails, so this repository is where I am putting my test project as I familiarize myself with Rails.

Last synced: 29 Mar 2025

https://github.com/caneroj1/jammerr

This is a new iteration of https://github.com/caneroj1/old_jammer for finding local musicians.

Last synced: 29 Mar 2025

https://github.com/caneroj1/tcnj_code

Most of these projects were for classes I have taken while studying at TCNJ, but numericalIntegration, Dota2_Script, and Number Converter were projects I worked on in my spare time.

Last synced: 29 Mar 2025

https://github.com/caneroj1/numberconverter

This was a project I took on in my spare time to help with converting between different number systems when I had Computer Architecture.

Last synced: 29 Mar 2025

https://github.com/caneroj1/markov_words

Markov word generator

Last synced: 29 Mar 2025

https://github.com/caneroj1/pranker

Ranking and unranking permutations are operations that can be used to solve various permutation-related problems, such as generating random permutations or determining the lexicographic successor of a given permutation.

Last synced: 29 Mar 2025

https://github.com/caneroj1/old_jammer

jammer

Last synced: 29 Mar 2025

https://github.com/caneroj1/tms

tms

Last synced: 29 Mar 2025

https://github.com/caneroj1/rails_template

This contains a template that will initialize new rails projects with some defaults that I like.

Last synced: 29 Mar 2025

https://github.com/caneroj1/tcnjcode

Projects and assignments written in Java and C++ while studying at The College of New Jersey.

Last synced: 29 Mar 2025

https://github.com/caneroj1/slidergame

I am learning development on iOS for my Human-Computer Interaction class. This is a game I made while going through tutorials.

Last synced: 29 Mar 2025

https://github.com/caneroj1/solitaire_enc

An encryption method that uses a deck of cards. Challenge proposed by http://rubyquiz.com/quiz1.html

Last synced: 29 Mar 2025

https://github.com/caneroj1/ruby_genetic

genetic algorithms in ruby

Last synced: 29 Mar 2025