Pinned Repositories
2D-JavaScript-Game-Development-Library
30-seconds-of-code
Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.
33-js-concepts
π 33 concepts every JavaScript developer should know.
BASIC
Interpreter for BASIC programming language
cssbook
The book "Learn CSS layout the pedantic way"
FNXBASIC
win32
rep
ExtJs 4 App HΓ‘ Greve.
TinyBASIC-C
TinyBASIC compiler written in C outputting 16-bit x86 NASM code for MS-DOS, FreeDOS and compatibles.
web-design-in-4-minutes
Learn basics of web design in 4 minutes
XST
simple library for 2d game canvas
nssilva's Repositories
nssilva/BASIC
Interpreter for BASIC programming language
nssilva/XST
simple library for 2d game canvas
nssilva/30-seconds-of-code
Curated collection of useful Javascript snippets that you can understand in 30 seconds or less.
nssilva/33-js-concepts
π 33 concepts every JavaScript developer should know.
nssilva/95014-Weather
Weather app created with ReactJS that provides 5 day forecast for any US zipcode
nssilva/awesome-javascript-learning
A tiny list limited to the best JavaScript Learning Resources
nssilva/Become-A-Full-Stack-Web-Developer
Free resources for learning Full Stack Web Development
nssilva/bgc
Beej's Guide to C Programming source
nssilva/bgipc
Beej's Guide to Unix Interprocess Communication source
nssilva/bgnet
Beej's Guide to Network Programming source
nssilva/bgpython
Beej's Guide to Python Programming source
nssilva/build-your-own-x
π€ Build your own (insert technology here)
nssilva/chip8-emulator
nssilva/data-structure-and-algorithms-with-ES6
Data Structures and Algorithms using ES6
nssilva/javascript-algorithms
π Algorithms and data structures implemented in JavaScript with explanations and links to further readings
nssilva/javascript-tutorial-en
Modern JavaScript Tutorial
nssilva/js-must-watch
Must-watch videos about javascript
nssilva/js-tips-tricks
List of JavaScript tips and tricks I am learning everyday!
nssilva/Let-s-build-a-compiler-1
A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw
nssilva/Lightning
Lightning - The WPE UI Framework for developing Apps and UX
nssilva/mintaro
A small framework for making simple games.
nssilva/Resources-Front-End-Beginner
π― The most essential list of resources for Front-End beginners (πΊπΈ π¬π§ & π«π·)
nssilva/start-learn-pentesting-red-team
nssilva/Tetris
Tetris game in two variants: terminal and gui (SDL2)
nssilva/The-complete-guide-to-modern-JavaScript
A short, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2019. Read more on my blog https://inspiredwebdev.com or buy it here http://a-fwd.to/5gUojI8. Get the course here https://leanpub.com/c/completeguidetomodernjavascript
nssilva/the-super-tiny-compiler
:snowman: Possibly the smallest compiler ever
nssilva/vue-json-to-csv
A Vue.js 2 component for transform and download a json in csv format
nssilva/weather-tutorial
tutorial code
nssilva/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.
nssilva/write-a-hash-table
βοΈ Learn how to write a hash table in C