Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: edx-cs50

sophiezhng/CS50-Harvard-Problem-Set-Solutions

Solutions to problem sets from the Harvard CS50x: Introduction to Computer Science 2020 course.

Language: C - Size: 404 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Cascalda/CS50p-2022

Personal solutions I like to share for Harvard CS50 Python Programming 2022

Language: Python - Size: 141 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

glennlopez/CS50.HarvardX

:mortar_board: My solutions to Harvard University's CS50 Introduction to Computer Science (2017 and 2021 solutions) #CS50 #GD50 #WEB50

Language: C - Size: 177 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 35 - Forks: 20

DVDAGames/edx-cs50-flappy

edX CS50 Intro to Game Development Project 1: Fifty Bird

Language: Lua - Size: 7.41 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

mohamedsharief-dev/CS50-Harvardx-

Harvardx Web Programming Journey

Language: Python - Size: 99.6 KB - Last synced: about 1 month ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

suriyaa/storydrop

Suriyaa's Final Project for Harvard's CS50x 2018

Language: JavaScript - Size: 2.83 MB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 2 - Forks: 0

TheKicker/Harvard-CS50

Harvard University's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience. An entry-level course taught by David J. Malan, CS50x teaches students how to think algorithmically and solve problems efficiently.

Language: JavaScript - Size: 116 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 9 - Forks: 1

Patriciakat/CS50

This repository contains all the exercises from the CS50 course on edx.com

Language: C - Size: 33.2 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

HawksSpawn/cs50-introduction-to-computer-science

Solutions for CS50's Introduction to Computer Science course taught by David J. Malan at Harvard.

Language: C - Size: 518 KB - Last synced: 7 months ago - Pushed: almost 3 years ago - Stars: 7 - Forks: 0

athena-xcy/CS50-Study-Group

CS50 Study Group & Subtitle Translation Initiative

Size: 15 MB - Last synced: 7 months ago - Pushed: about 2 years ago - Stars: 196 - Forks: 36

cypherm0nk/cs50w-network

Harvard EDX CS50W -Project 4 : Network (2020)

Language: Python - Size: 22.5 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 7 - Forks: 2

cypherm0nk/web50-projects-2020-x-wiki

CS50W - Wiki (2020)

Language: Python - Size: 12.7 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 4 - Forks: 0

cypherm0nk/cs50w-project1-books

Harvard EDX CS50W - Project 2 : Book (2018)

Language: Python - Size: 119 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 6 - Forks: 0

hanibashir/blog50

My final project in CS50 is a blog with a dashboard. Users must register or login to add posts, categories and comments. Each user has their own control panel where they can control their posts and profiles.

Language: HTML - Size: 1.87 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

aliakbarzohour/Harvard_University_Problem_Sets

Solving The Problem Sets Of The CS50x Course (Python and Artificial Intelligence Course) of Harvard University

Language: Python - Size: 33.2 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 2 - Forks: 0

bhanu-pappala/Courses

Language: Jupyter Notebook - Size: 146 MB - Last synced: 8 months ago - Pushed: over 2 years ago - Stars: 6 - Forks: 1

AbdelrahmanSherifHadeya/CS50

solutions for CS50 2020

Language: C - Size: 992 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 4 - Forks: 11

GianniGaspari/CS50x

Repository created to store and share my evolution during the CS50 course

Language: C - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

devnamdev2003/CS50_Python_problem_set

Language: Python - Size: 15.6 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

RemLampa/cs50 📦

My solutions to Harvard's CS50 Problem Sets (https://cs50.harvard.edu/)

Language: C - Size: 13.4 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 3 - Forks: 16

tektite00/cs50

:mortar_board: Harvard CS50X - 2019 Solutions :school:

Language: C - Size: 40.4 MB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 7 - Forks: 3

ngocpham1994x/CS50x2022

:computer: :hammer_and_wrench: My work for CS50x at Harvard College/OpenCourseWare

Language: C - Size: 56.5 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Emma-Valda/CS50X-Lab-6-and-Problem-Set-6

The "Tournament" file is the lab file, which is a program to run simulations of the FIFA World Cup. "Mario" is a problem set file, which is a program that prints out a double half-pyramid of a specified height. "Cash" is a problem set file which is a program that calculates the minimum number of coins required to give a user change. "Credit" is a problem set file, which is a program that determines whether a provided credit card number is valid according to Luhn’s algorithm. "Readability" is a program that computes the approximate grade level needed to comprehend some text. "DNA" is a program that identifies a person based on their DNA.

Language: Python - Size: 38.1 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Emma-Valda/CS50X-Lab-5-and-Problem-Set-5

"Inheritance" is the file for lab 5, the program simulates the inheritance of blood types for each member of a family. "Speller" is the problem set file, it is a program that spell-checks a file using a hash table.

Language: C - Size: 1.73 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Emma-Valda/CS50X-Lab4-and-Problem-Set-4

Lab 4 is the "Volume" folder and it modifies the volume of an audio file, where INPUT.wav is the name of an original audio file and OUTPUT.wav is the name of an audio file with a volume that has been scaled by the given factor. The "Filter" folder is part of problem set 4, it is a program that applies filters to BMPs, where IMAGE.bmp is the name of an image file and REFLECTED.bmp is the name given to an output image file, now reflected. "Recover" is also part of problem set 4, it is a program that recovers JPEGs from a forensic image.

Language: C - Size: 469 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Emma-Valda/CS50X-Problem-Set-3

Problem Set 3 includes the following file; such as "Plurality", which is a program that runs a plurality election. "Runoff" is a program that runs a runoff election, and "Tideman" is a program that runs a Tideman election

Language: C - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Emma-Valda/CS50X-Problem-Set-1

The following programs are from week 1 of my CS50X course: 1.) Mario Console App 2.) Cash Console App 3.) Credit Console App

Language: C - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

sharmas1ddharth/CS50-projects-2020-

All CS50 Web Development using Python and JavaScript projects with links to code and YouTube video. Hit star if this repository helps you to your cs50 journey.

Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

jatin-47/Commerce-project2

An e-auction site similar to ebay.

Language: Python - Size: 13.6 MB - Last synced: 12 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

jatin-47/Network-project4

A Social Networking site Demo

Language: Python - Size: 370 KB - Last synced: 12 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

chadwyck242/hakata-map

CS50x on edX Final Project repository. A basic Google Maps JavaScript API web application.

Language: JavaScript - Size: 22.5 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

electron0zero/Cleaning-rover-Arduino

Cleaning Rover Using Arduino UNO

Language: Arduino - Size: 199 KB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 2 - Forks: 1

JorisRijs/CS50

A repository full of all of the materials and code used in the CS50 course

Language: C - Size: 371 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

sauravhiremath/Project0-CS-50

The famous CS50 edX project 0

Language: JavaScript - Size: 5.88 MB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

Caleb-Ellis/CS50x

Coursework for CS50x - Introduction to Computer Science (EDX)

Language: C - Size: 3.76 MB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 1 - Forks: 0

rajarshighoshal/CS50x

Compleating cs50 on edx step by step.

Language: C - Size: 26.2 MB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0