EdgarCM19's Stars
Developer-Y/cs-video-courses
List of Computer Science courses with video lectures.
yangshun/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
PegasusWang/books-1
Books about Nodejs, Angular2, Agile, Clean Code, Docker, Golang, Microservices, REST, TDD, BDD, and Startups.
MostlyAdequate/mostly-adequate-guide
Mostly adequate guide to FP (in javascript)
facebook/react
The library for web and native user interfaces.
vuejs/vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
diegoveloper/flutter-samples
Flutter Samples
gyeongmin-lee/Storify
Flutter application that integrates with Spotify API
brim-borium/spotify_sdk
Flutter Package to connect the spotify sdk
public-apis/public-apis
A collective list of free APIs
Rodrigolara05/Flutter-Spotify-Clone
felipehummel/TinySearchEngine
Vector space model implemented in a few lines
jvalen/pixel-art-react
Pixel art animation and drawing web app powered by React
joyceworks/flowchart-vue
Flowchart & designer component for Vue.js.
code-hike/codehike
Build rich content websites with Markdown and React
rspivak/lsbasi
Let's Build A Simple Interpreter
doubledherin/my_compiler
A Python project that takes a grammar I've defined, lexes it, parses it into an abstract syntax tree, and does semantic analysis. To come: generate bytecode and feed it to a stack-based virtual machine. Maybe will throw in some optimization for good measure.
Dbz/Battleship
Battleship game against AI in python
yasar11732/Lexer-Parser
A simple python lexer and parser that I wrote for my blog posts
TheApeMachine/boopy
pytransitions/transitions
A lightweight, object-oriented finite state machine implementation in Python with many extensions
gsurma/style_transfer
CNN image style transfer 🎨.
gabrielbull/react-desktop
React UI Components for macOS High Sierra and Windows 10
dannywillems/types-and-programming-languages-pierce-implementation
Implementation in different programming languages of exercices given in « Types and Programming Languages » by Benjamin C. Pierce.