Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by arodr967

A curated list of projects in awesome lists by arodr967 .

https://github.com/arodr967/nail-colors

Select a random nail polish color

colors girly nails random-generation

Last synced: 27 Oct 2024

https://github.com/arodr967/bookfy

Software Engineering project

Last synced: 27 Oct 2024

https://github.com/arodr967/nimgame

Nim is an ancient game with several variations. Here’s one: Two players take turns removing marbles from a pile. On each turn, the player must remove at least one but no more than half of the remaining marbles. The player who is forced to remove the last marble loses.

Last synced: 27 Oct 2024

https://github.com/arodr967/angularmix-conf-2018

Angular Architecture Concepts workshop + other things

Last synced: 27 Oct 2024

https://github.com/arodr967/binarysearchtree

Implementation of a Binary Search Tree and a method which prints the elements in the tree within a given range.

Last synced: 27 Oct 2024

https://github.com/arodr967/pinfo_system_call

A system call written in C, which holds the process information.

c-programming kernel kernel-module system-calls

Last synced: 27 Oct 2024

https://github.com/arodr967/wedding-app

Website where you can add your guest list and have your guests RSVP using a QR code or a unique ID assigned to them.

Last synced: 27 Oct 2024

https://github.com/arodr967/sieveoferatosthenes

Generate a table of prime numbers for integers not to exceed 10000. Output format in columns, right-aligned. Implement the Sieve of Eratosthenes algorithm to isolate the prime numbers.

Last synced: 27 Oct 2024

https://github.com/arodr967/nanodegree-mockup-portfolio

This is the Front-End Web Developer Nanodegree project 2.

Last synced: 27 Oct 2024

https://github.com/arodr967/recursivetersearch

Recursively search an array by dividing it in 3.

Last synced: 27 Oct 2024

https://github.com/arodr967/fsharphomework

F# homework assignments for COP4555 - Principles of Programming Languages.

Last synced: 27 Oct 2024

https://github.com/arodr967/front-end-nanodegree

Front-End Nanodegree

Last synced: 27 Oct 2024

https://github.com/arodr967/stacksort

Sort a Stack of integers, s, in ascending order.

Last synced: 27 Oct 2024

https://github.com/arodr967/navigation-bar

An iOS application which uses a navigation bar. (For learning purposes)

Last synced: 27 Oct 2024

https://github.com/arodr967/ri-project

Responsive Images course by Udacity

Last synced: 27 Oct 2024

https://github.com/arodr967/palindromeaddnumber

Add a number with it's reversed until it's a palindrome.

Last synced: 27 Oct 2024

https://github.com/arodr967/balancedparentheses

Determine if a string has balanced parentheses. Write a program BalancedParentheses in Java that reads in a text stream from standard input and uses a stack to determine whether its parentheses are properly balanced. For example, your program should print true for [()]{}[{[()()]()}] and false for {[(])}.

Last synced: 27 Oct 2024

https://github.com/arodr967/spotifyapp

An app created using the Spotify Web API Tutorial.

Last synced: 27 Oct 2024

https://github.com/arodr967/smalllibrarydatabase

Programming language: SQL. A small library database consisting of queries which manage it.

Last synced: 27 Oct 2024

https://github.com/arodr967/aliciaflows

@aliciaflows personal yoga instructor website

Last synced: 27 Oct 2024

https://github.com/arodr967/orderednodeslist

A java class which implements a generic ordered list. The ordered list is one in which the items on the list appear in (ascending) order. When a new item is added, it is inserted into the list in its proper position, so there is never a need to "sort" the list.

Last synced: 27 Oct 2024

https://github.com/arodr967/is-it-prime

An iOS iPhone application, which tells the user whether the number they entered is prime or not.

Last synced: 27 Oct 2024

https://github.com/arodr967/lastsurvivor

There are n items, numbered from 1 to n in a given array and given a positive integer number k (k < n). We start from item number 1 and delete from the array the item number k and so on until one item remains. The task is to output the initial position of this remaining item. For example, if we have an array = [1, 2, 3, 4, 5, 6, 7], n = 7 and k = 3, then the numbers 3, 6, 2, 7, 5, 1 are deleted in order, and the number 4 survives.

Last synced: 27 Oct 2024

https://github.com/arodr967/deckofcards

A C program which simulates a deck of cards. It creates a deck of cards, shuffles the cards, displays the shuffled deck of cards, deals the specified number of cards to the specified number of players and display each of the hands of cards.

Last synced: 27 Oct 2024

https://github.com/arodr967/dates

A C program which generates an output file that contains a list of dates in day, abbreviated month & year format (i.e. 1 JAN 1900), followed by the original list of dates in month/day/year format (i.e. 1/1/1900).

Last synced: 27 Oct 2024

https://github.com/arodr967/binarytree

Implementation of a Binary Tree and a method which determines if 2 trees are similar or not.

Last synced: 27 Oct 2024

https://github.com/arodr967/ascii_table

Program in C, which will print the ASCII table.

Last synced: 27 Oct 2024

https://github.com/arodr967/boalt-apple-products-app

An Angular application.

Last synced: 27 Oct 2024

https://github.com/arodr967/lattice-show-you-app

A React application which pulls from the Movie Database API using a NodeJS Backend to show you your favorite movies.

Last synced: 27 Oct 2024

https://github.com/arodr967/theguessinggame

An iOS iPhone application, which asks the user for a number from 0 - 5 and tells them if they guessed it correctly or not.

Last synced: 27 Oct 2024

https://github.com/arodr967/simple-todos-angular

A simple Todo app using Meteor and AngularJS

Last synced: 27 Oct 2024

https://github.com/arodr967/muq

HackPrinceton

Last synced: 27 Oct 2024

https://github.com/arodr967/gameofstudpoker

A C program which simulates a game of Stud Poker, using the DeckOfCards program.

Last synced: 27 Oct 2024

https://github.com/arodr967/ftp-client-server

CNT4713 - Net Centric Programming. Project 1: FTP client and FTP server

Last synced: 27 Oct 2024

https://github.com/arodr967/virtual_memory_management

A system call written in C, to report on memory management statistics, and a counter-based clock page replacement algorithm.

algorithm linux-kernel memory-management memory-stats system-calls virtual-memory

Last synced: 27 Oct 2024

https://github.com/arodr967/recursiveexponent

Implement X^n recursively

Last synced: 27 Oct 2024