Code Monkey home page Code Monkey logo

Hello! My name is Antonio de Odilon, I am a Brazilian who lives in Natal/RN and I am a C and Python programmer. I am also familiar with PosgreSQL and MySQL relational database management systems.

Antonio de Odilon's Projects

add_employees_to_department icon add_employees_to_department

This command-line program written in Rust allows the user to add names, from a vector of strings that contains names of employees from a fictional company, to departments from that company. The departments are keys in a hashmap of that company, while the values are vectors of strings.

calculate_approx_square_root icon calculate_approx_square_root

This program written in C#/.NET calculates the approximate square root of an integer, whether the square root is also an exact integer or not. Therefore, it is able to deal both with integers such as 9, 16 and 25, and also with 41, 33 or 7.

calculate_median_mode icon calculate_median_mode

This command-line program, written in Rust, allows the user to calculate the Median and the Mode of vectors of integers.

calculate_square_root icon calculate_square_root

This program will calculate the square root of a number, if and only if its square root is an integer. Hence, it can output the square root of 25, 16 and 9, but it can't output the square root of 23, 10 or 7, for instance.

characters_greet icon characters_greet

Program written in C#. It takes a Jagged Array of type string of any length, and it outputs all the possible combinations of the string elements of the arrays inside it with the string elements of the other arrays in the form of the Console.WriteLine() function calls. Therefore, no individual string element will be combined with either itself or its peers that are inside of the same individual array inside the jagged array. For this program the names of some characters from the Stranger Things series were used.

check_input_type_user icon check_input_type_user

This program in C# asks the user for an input of any type, and then prompts her or him about which input it is: boolean, string (in case the user chooses a string, only letters from the alphabet will be considered, not numbers, symbols etc) or integer. If the input matches the data type, the program prints out that the input was equivalent to that data type; otherwise, it prints that it wasn't equivalent.

comparing_strings icon comparing_strings

This function compares two strings in terms of their individual elements (chars) and their lengths.

create_database icon create_database

This small program helps the user create a sqlite database using Python. A sample database is also attached (see the 'report_database.sqlite' file).

creates_item_sale icon creates_item_sale

A C program that creates an item for the user in order to sell it. Creates the name of the file, its price and amount.

dnddungeons icon dnddungeons

A small web application using the ASP.NET Core framework that allows the user to perform CRUD operations (Create, Read, Update and Delete) with the theme of the Dungeons and Dragons fantasy universe.

exercise_gym_information icon exercise_gym_information

This program asks the user for how many and what exercises she or he would like to output information. After writing the name of each exercise, the user will then be prompted to insert how much weight, in kilograms, he or she uses with it. Finally, the program prints this information as output.

fizzbuzz_in_browser icon fizzbuzz_in_browser

A simple program written in the Rust programming language and using the Actix framework for web-development. In this program the user provides as input the starting number for the FizzBuzz game and the end number. Then from this range the program outputs fizzbuzz.

guess_number icon guess_number

A simple program written in the C language that asks the user to guess a number that is randomly generated.

simple_weather_program icon simple_weather_program

I created this very simple weather program to exercise loops and arrays in the C programming language.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.