Giter VIP home page Giter VIP logo
  • šŸ‘‹ Hi, Iā€™m Patrick
  • šŸ‘€ Iā€™m interested in building responsive fullstack applications and websites.
  • šŸŒ± Iā€™m currently learning a bunch of stuff. Everyday, I practice something related to programming it could be javascript, node.js, python, django, or DS and algorithms. It's a marathon not a sprint, I find technology fascinating, and I love to learn.
  • šŸ’žļø Iā€™m looking to collaborate on building sustainable business solutions.
  • šŸ“« How to reach me: I can be reached by email at [email protected]. Why not reach out to me if you have an idea or need a software engineer. I am currently pursuing full time software engineering opportunities.

Patrick's Projects

area_or_perimeter.js icon area_or_perimeter.js

You are given the length and width of a 4-sided polygon. The polygon can either be a rectangle or a square. If it is a square, return its area. If it is a rectangle, return its perimeter.

aretheythesame icon aretheythesame

Given two arrays a and b write a function comp(a, b) (orcompSame(a, b)) that checks whether the two arrays have the "same" elements, with the same multiplicities (the multiplicity of a member is the number of times it appears). "Same" means, here, that the elements in b are the elements in a squared, regardless of the order.

areyoubetter icon areyoubetter

create a function that compares your grade with the average class grade and return true or false if you are better

array1 icon array1

write a function that returns all the elements in an array except the last one-

arrayconcatsortjoin icon arrayconcatsortjoin

write a function that first concatenates a multidimensional array into a flat array, sorts them in descending order, then joins them with > as a separator

arraydiff icon arraydiff

implement a difference function, which subtracts one list from another and returns the result. It should remove all values from list a, which are present in list b keeping their order.

arraymadness icon arraymadness

Given two integer arrays a, b, both of length >= 1, create a program that returns true if the sum of the squares of each element in a is strictly greater than the sum of the cubes of each element in b.

arrayplus1 icon arrayplus1

Given an array of integers of any length, return an array that has 1 added to the value represented by the array. the array can't be empty only non-negative, single digit integers are allowed Return nil (or your language's equivalent) for invalid inputs.

avggrade.js icon avggrade.js

Return the average of the given array rounded down to its nearest integer.

avgnum icon avgnum

Write a function which calculates the average of the numbers in a given list.

bagels icon bagels

a text deductive logic game from Al Sweigart's Big Book Of Small Projects

bin2decimal icon bin2decimal

write a function which converts a binary number (given as a string) to a decimal number.

bingo icon bingo

For this game of BINGO, you will receive a single array of 10 numbers from 1 to 26 as an input. Duplicate numbers within the array are possible. Each number corresponds to their alphabetical order letter (e.g. 1 = A. 2 = B, etc). Write a function where you will win the game if your numbers can spell "BINGO". They do not need to be in the right order in the input array). Otherwise you will lose. Your outputs should be "WIN" or "LOSE" respectively.

booklist icon booklist

a book storage list made with javascript and styled with bootstrap

brazilianbope icon brazilianbope

write a function that determine the number of magazines that every soldier has to have in his bag

by3ornotby3 icon by3ornotby3

Given a series of digits as a string, determine if the number represented by the string is divisible by three.

capitalize icon capitalize

write a function that if given a string will return a string that is appropriately capitalized

caryearsdogyears icon caryearsdogyears

write a function that calculates a cats and dogs age compared to human years

charrecsoftware icon charrecsoftware

write a function that fixes the issues with the installed character recognition software- changes s to 5, i to 1, and o to 0 - this should not happen

checkforfactor icon checkforfactor

Write a function that tests if the factor is a factor of base. Return true if it is a factor or false if it is not.

checksamecase icon checksamecase

Write a function that will check if two given characters are the same case. If either of the characters is not a letter, return -1 If both characters are the same case, return 1 If both characters are letters, but not the same case, return 0

codeprobs icon codeprobs

a repo of various coding problems - could be codewars, or leetcode, or hackerrank, or project euler - just depends on time available

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.