Giter Club home page Giter Club logo

George Moses's Projects

beautiful-react-hooks icon beautiful-react-hooks

🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥

cms icon cms

⭐️ BCMS is a Headless CMS for developers & their clients. Works nicely with Gatsby, Next.js & Nuxt. You can even self-host it.

combinepdfs icon combinepdfs

At a high level, here’s what the program will do: 1. Find all PDF files in the current working directory. 2. Sort the filenames so the PDFs are added in order. 3. Write each page, excluding the first page, of each PDF to the output file. In terms of implementation, your code will need to do the following: 1. Call os.listdir() to find all the files in the working directory and remove any non-PDF files. 2. Call Python’s sort() list method to alphabetize the filenames. 3. Create a PdfFileWriter object for the output PDF. 4. Loop over each PDF file, creating a PdfFileReader object for it. 5. Loop over each page (except the first) in each PDF file. 6. Add the pages to the output PDF. 7. Write the output PDF to a file named allminutes.pdf

django-react-app icon django-react-app

A simple app with react js frontend and django backend to handle CRUD operations and user authentication using django rest framework to generate API endpoints and Axios to send request to endpoints.

free-for-dev icon free-for-dev

A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

mathquiz icon mathquiz

Math quiz using the pyinputplus module and lots more.

p-r-s icon p-r-s

This is paper, rock and scissors game in python using the random and sys module.

react-starter-kit icon react-starter-kit

The web's most popular Jamstack front-end template (boilerplate) for building web applications with React

remove_csvheader icon remove_csvheader

At a high level, the program must do the following: 1. Find all the CSV files in the current working directory. 2. Read in the full contents of each file. 3. Write out the contents, skipping the first line, to a new CSV file. At the code level, this means the program will need to do the following: 1. Loop over a list of files from os.listdir(), skipping the non-CSV files. 2. Create a CSV reader object and read in the contents of the file, using the line_num attribute to figure out which line to skip. 3. Create a CSV writer object and write out the read-in data to the new file.

simple_password_generator icon simple_password_generator

A simple password generator that generates a combination of alphabets, numbers and special characters password using random module only.

super_stopwatch icon super_stopwatch

At a high level, here’s what your program will do: 1. Track the amount of time elapsed between presses of the enter key, with each key press starting a new “lap” on the timer. 2. Print the lap number, total time, and lap time.Keeping Time, Scheduling Tasks, and Launching Programs 393 This means your code will need to do the following: 1. Find the current time by calling time.time() and store it as a timestamp at the start of the program, as well as at the start of each lap. 2. Keep a lap counter and increment it every time the user presses enter. 3. Calculate the elapsed time by subtracting timestamps. 4. Handle the KeyboardInterrupt exception so the user can press ctrl-C to quit

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.