GithubHelp home page GithubHelp logo

kevinjycui / bad-apple Goto Github PK

View Code? Open in Web Editor NEW
819.0 819.0 113.0 277.44 MB

Code from my Bad Apple!! YouTube videos

Home Page: https://www.youtube.com/playlist?list=PLsTVaNk5lQHmRy51gyAsVN16DHpv0gcfE

JavaScript 2.19% Python 13.77% TypeScript 1.67% HTML 2.36% Makefile 0.03% C++ 1.74% Shell 0.34% Java 7.08% C# 5.63% HLSL 0.58% ASP.NET 64.60%

bad-apple's Introduction

Hello! I am Kevin Junyang Cui


γ€Œ Computer Science Bachelor of Science Candidate @ 🐦 McGill University 」

☰ Details


Code Python Javascript C++ Go Java HTML

Check out my ResumΓ©
Updates kevinjycui GitHub hits


════ β‹†β˜…β‹† ════
From kevinjycui

bad-apple's People

Contributors

antoniocali avatar dependabot[bot] avatar kevinjycui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bad-apple's Issues

ms-paint/main.py ValueError: too many values to unpack (expected 2)

When I run the main.py file, I get this error:

contours, hierarchy = cv2.findContours(binary, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
ValueError: too many values to unpack (expected 2)

I have looked up ways to fix this, but it ends up returning an empty tuple for contours when fixed:

_, contours, hierarchy = cv2.findContours(binary, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
print(contours)

output:
()

Is there any fix I can use?

A Request for a Look at Some In-development Work

In one of your recent videos, Bad Apple!! played on Windows 10 File Explorer, I noticed your computer science stuff/ directory. Looking at what I saw; I (and - I'm sure - other people too) would like to see what's next in this series of contributions to computer science.

This could be incredibly influential stuff, and with it being open to the world, it surely can be improved upon - and thus all of computing could be changed forever!

need more comments and a README

This repository itself is very interesting (even without the youtube reference) , add a readme , how to guide and make the code more readable with comments.

Loading of files into memory

I know this is a meme and stuff, but I was wondering why you would load all of the images into memory before running, instead of using a BufferedReader

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.