|
You are here |
burakkanber.com | ||
| | | | |
ericlathrop.com
|
|
| | | | | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. | |
| | | | |
schadokar.dev
|
|
| | | | | In this post, I will try to document the different ways to run the javascript code. | |
| | | | |
dehora.net
|
|
| | | | | In 2018, I posted a series of introductory, hands-on and more advanced book lists for engineers new to machine learning, to help develop a basic knowledge of machine learning fundamentals. This post provides an updated set of book recommendations reflecting changes since then, and an improved grouping for the books into mathematics, machine learning, data science, and programming tools. | |
| | | | |
crockford.com
|
|
| | | [AI summary] The provided text is a comprehensive implementation of a parser for a custom programming language, using a Pratt parser (also known as a Top-down operator precedence parser) approach. It includes definitions for various language constructs like constants, statements, functions, and object/array literals, along with error handling and symbol table management. The code is structured around token processing and rule-based parsing for expressions, statements, and blocks. | ||