vealjoshua's Repositories
vealjoshua/angular-demo
vealjoshua/bench-overflow
vealjoshua/books-api
vealjoshua/change-detection
vealjoshua/ConcordanceProgram
Concordance program: a program to count the number of occurrences of words in a passage. The program will read white-space separated words from a file, convert all words to a single case, and remove any non-alphanumeric characters from both ends of the words, limited to one character on both ends. It is to count the number of each word, and then write to a file a list of word/count pairs, sorted by word. The program will take 2 command-line arguments: a filename for the input and a filename for the output. The sorting to be done using bubble sort. The word should be left justified and the count right justified.
vealjoshua/course-info
vealjoshua/dashboard
vealjoshua/dependency-injection
vealjoshua/directives
angular directives
vealjoshua/Flutter-Chat
vealjoshua/Great-Places
vealjoshua/hotdog-verifier
Verifies if image is a hotdog
vealjoshua/http-requests
vealjoshua/investment-calculator
vealjoshua/managing-forms
vealjoshua/Meals-App
vealjoshua/Native-Code
iOS and android native code sample
vealjoshua/nestjs-task-management
vealjoshua/observables
vealjoshua/pages
vealjoshua/Personal-Expenses
vealjoshua/Quiz-App
vealjoshua/redux-demo
Adding Redux to an existing React application
vealjoshua/routing
vealjoshua/Shop-App
vealjoshua/simple-java-maven-app
For an introductory tutorial on how to use Jenkins to build a simple Java application with Maven.
vealjoshua/spring-boot-oauth2
Logs into Github and Google
vealjoshua/temperatures
vealjoshua/tickets-api
vealjoshua/Todoey