Pinned Repositories
ansible-sandbox
Reading Ansible Up & Running, and working through examples here.
asciilines
Solution to ASCIILines challenge for CS561 Open Source Software.
aws
Learning content, resources, and notes to obtain my AWS Cloud Practitioner Certification.
captivate
A curated list of my favorite resources for inspiration, programming, and interesting computer science topics.
convex-hull
Convex hull algorithms implemented to analyze complexity and performance.
data-structures
My creative place to practice data structures.
dotfiles
Config files.
exercism-java
Solutions to Java challenges provided at exercism.io
music-app
Generates a playlist recommendation based on a seed value.
NBA-Database
Database implementation for NBA statistics during the 2017-2018 season.
carissaallen's Repositories
carissaallen/aws
Learning content, resources, and notes to obtain my AWS Cloud Practitioner Certification.
carissaallen/NBA-Database
Database implementation for NBA statistics during the 2017-2018 season.
carissaallen/music-app
Generates a playlist recommendation based on a seed value.
carissaallen/ansible-sandbox
Reading Ansible Up & Running, and working through examples here.
carissaallen/asciilines
Solution to ASCIILines challenge for CS561 Open Source Software.
carissaallen/captivate
A curated list of my favorite resources for inspiration, programming, and interesting computer science topics.
carissaallen/convex-hull
Convex hull algorithms implemented to analyze complexity and performance.
carissaallen/data-structures
My creative place to practice data structures.
carissaallen/dotfiles
Config files.
carissaallen/exercism-java
Solutions to Java challenges provided at exercism.io
carissaallen/irc
Internet Relay Chat (IRC) network application
carissaallen/portfolio
My little portfolio, created from scratch.
carissaallen/fibonacci
A tail recursive fibonacci function, and its non-recursive counterpart (using an iteration construct).
carissaallen/learngo-pockets
carissaallen/portfolio-carissa
carissaallen/sftp-client
SFTP client application. Allows a user to transfer files securely to and from a remote computer.
carissaallen/wordcount
A website that counts the number of words in a block of text received from the user.