Git Product home page Git Product logo

Liesl Vincent Vellara's Projects

basic_code_without_librarys icon basic_code_without_librarys

This is important because we can use libraries with anything but not understand how the algorithm runs. We should always know how to write the code without the library

biodiversity icon biodiversity

For this project, I will interpret data from the National Parks Service about endangered species in different parks. I performed some data analysis on the conservation statuses of these species and investigate if there are any patterns or themes to the types of species that become endangered. During this project, I analyzed, cleaned up, and plotted data as well as pose questions and seek to answer them in a meaningful way.

cleaning_data icon cleaning_data

Cleaning Data from csv files and using it to find some trends

dnasequencing icon dnasequencing

Write a program that determines whether there is a protein in a strand of DNA

fizzbuzz-java icon fizzbuzz-java

Write a FizzBuzz.java program that outputs numbers from 1 to 100… with a catch: For multiples of 3, print Fizz instead of the number. For the multiples of 5, print Buzz. For numbers which are multiples of both 3 and 5, print FizzBuzz.

honey_production icon honey_production

As you may have already heard, the honeybees are in a precarious state right now. You may have seen articles about the decline of the honeybee population for various reasons. You want to investigate this decline and how the trends of the past predict the future for the honeybees.

life-expectancy-and-gdp icon life-expectancy-and-gdp

Many Countries GDP and Life Expectancy was examined between the year 2000 and 2015. During this examination, many inferences were drawn out.

lists icon lists

A mini project offline to work with lists

predict_titanic_survival icon predict_titanic_survival

The RMS Titanic set sail on its maiden voyage in 1912, crossing the Atlantic from Southampton, England to New York City. The ship never completed the voyage, sinking to the bottom of the Atlantic Ocean after hitting an iceberg, bringing down 1,502 of 2,224 passengers onboard.

primedirective icon primedirective

Finding prime numbers is a common technical challenge in programming interviews. As it happens, Java loops are a great tool to help you do this! A prime number is an integer greater than 1 that is only divisible by 1 and itself. For example, 2, 3, 5, and 7 are all prime numbers, but 4, 6, 8, and 9 are not. Your prime directive: Build a PrimeDirective.java program that creates an ArrayList of all prime numbers in an array.

pythonbasics icon pythonbasics

This is to write the codes that I have learned over the past couple of months

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.