Pinned Repositories
MentalHealthStudentPortal
Mental Health Student Portal for a Public Education Setting.
AgileMinds
betaflight.com
CI-CD-Setup
CI-CD Practice for Introduction to Software Engineering
CodeChallenges
This repository includes some of the LeetCode problems I resolved or plan to resolve
Credit-Card-Fraud-Detection
Our project focuses on creating a fraud detection scheme for credit cards using data science techniques learned during CAP4770 at UF. We aim to use Random Forest to accurately identify fraudulent transactions, reducing financial losses and protecting businesses and customers.
imageprocessor
LeagueStarter
Capstone project of the Codecademy Learning ASP.NET course
MortiSmart
PasswordChecker
This program measures the strength of any given password based on the following criteria.
ricardocarva's Repositories
ricardocarva/ArchitectArithmetic
This program has methods to build a program that calculates the material cost for any architect’s floor plan. It can only measure the area of 1 rectangle, 1 circle, and 1 triangle. No loops were used.
ricardocarva/Jenkins-Course
Code for the Course
ricardocarva/PasswordChecker
This program measures the strength of any given password based on the following criteria.
ricardocarva/awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
ricardocarva/BlockLetters
This project is one of the initial projects of Codecademy Lean Python 3.
ricardocarva/CaesarCipher
This program encrypts and decrypts a message using the Caesar Cipher, which was used by the Roman Empire to encode military secrets.
ricardocarva/celsius
Robô seguidor de linha desenvolvido pela equipe Carranca 22
ricardocarva/cheatsheets
RStudio Cheat Sheets
ricardocarva/ChooseYourOwnAdventure
This program is a Choose Your Own Adventure Game where depending on the choices the user makes, the program leads them to different results. Please note that no methods were used, only conditional operators were used.
ricardocarva/ConsoleCreatures
Program intended to create a simple console creature. Similar to a Hello World program
ricardocarva/Data-Science--Cheat-Sheet
Cheat Sheets
ricardocarva/ExquisiteCorpse
This program creates an Exquisite Corpse. Participants draw either a head, body, or feet of a creature. The players don’t know how their part of the body connects to the other two, until the drawing is finished and revealed.
ricardocarva/InterfacesApp
This program users two interfaces to make the classes PasswordManager and TodoList behave a certain way.
ricardocarva/iso-country-codes
Python dictionary of 2-digit country codes (ISO 3166-1 alpha-2)
ricardocarva/MadLibs
In this project, we’ll use C# to write a Mad Libs word game! Mad Libs are short stories with blanks for the player to fill in that represent different parts of speech. The end result is a really hilarious and strange story.
ricardocarva/MoneyMaker
This program finds the minimum of coins needed that equals a certain value.
ricardocarva/NotlyNote
ricardocarva/ProgrammingLanguages
In this project I use lists and LINQ to search a database for answers!
ricardocarva/regex-validators
Form Validation lib
ricardocarva/RoverControlCenter
This project will show you some ways in which references, inheritance, interfaces, and arrays can help you be a better C# programmer.
ricardocarva/TheObjectOfYourAffection
This program generates a profile for a new match-making service.
ricardocarva/treinamento-git
Um tutorial interativo de git, destinado a ensinar como o git funciona, não apenas quais comandos executar.
ricardocarva/TrueOrFalse
This program contains a simple pre-defined array of questions and answers, and it will take the user responses to verify if they got the response right or wrong. The goal here was to practice ensuring the customer's input was valid.