Git Product home page Git Product logo

Ferdz Duterte's Projects

binary-search-number-guesser icon binary-search-number-guesser

A Python program that implemented “Binary Search”. The program would prompt the user to think of a number between 1-1000, then input a multiple of the number, and the last digit of the number. The program displays a number and asks if it is correct. If not the program prompts the user if their number is higher or lower (This is where binary search is applied). The program applied the use of list comprehension, conditionals, functions, and while loops to eventually guess the number the user is thinking of.

bridges icon bridges

A Web App meant to connect students to opportunities of learning be it a mentor or organization.

carple icon carple

A web app that connects users who live and work around the same area enabling them to carpool together.

collatz-conjecture-tests icon collatz-conjecture-tests

Two programs that test a famous mathematical problem. The Collatz Conjecture in which you take any number, if it's even you divide it by 2, if it's odd you multiply it by 3 and add 1, by repeating the process, eventually the number will go back to 1.

english-dictionary icon english-dictionary

A Python program that acts as an English dictionary that a user can search words from. The program loads a database from a .json file containing a dictionary with the words as keys and the list of definitions as it’s values. The program prompts the user to enter the word they are searching for and prints out the definitions. If the word contains a typo Ex. “rainn” the program would get the closest match “rain” and prompts the user if that is the word they are searching for. If the user selects yes the definition for rain is printed out.

flashcards-js icon flashcards-js

A Simple Flashcard web app that allows the user to create flashcards with hidden answers that are toggled by a button in order to be revealed.

hacktoberfest icon hacktoberfest

Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure you add the program under the correct language directory. Happy coding

hacktoberfest-1 icon hacktoberfest-1

Participate in Hacktoberfest. Learn and get started. Contribute to open source. Make sure your pull requests are legitimate. Enjoy and have fun.

hangman-in-cpp icon hangman-in-cpp

A terminal game that I made with C++ for fun that has three difficulties. I also have a different hangman version in Python in my repos

hangman-in-python icon hangman-in-python

Another hangman game I made this time in Python so I get used to the language

my-toolkit icon my-toolkit

A Compilation of scripts that I programmed to make my overall coding process faster

newton-s-method icon newton-s-method

A simple program that will automatically apply Newton's method on the set formula. I developed this program while doing my calculus homework in order to avoid writing too many repetitive equations.

nextplay icon nextplay

A stock scanner that scans the posts and comments in the subreddit "pennystocks" for tickers and then process those said tickers through yahoo finance to retrieve data. The end result is a webpage displaying all the data acquired.

secret-message icon secret-message

This program makes use of the ASCII chart and uses the Caesar Cipher method of encryption in order to encrypt messages. Each run, a unique key is given to the user which isn't stored anywhere. It is up to the user where or how they will remember it.

to-do-list-js icon to-do-list-js

A simple todo list with a complete/incomplete toggle and allows removal

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.