Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stoiandan/softwarejournal
A Programmer's journey. This is my personal software journal where I record things as I learn them, as they impress me.
https://github.com/stoiandan/softwarejournal
Last synced: 4 days ago
JSON representation
A Programmer's journey. This is my personal software journal where I record things as I learn them, as they impress me.
- Host: GitHub
- URL: https://github.com/stoiandan/softwarejournal
- Owner: stoiandan
- License: bsd-2-clause
- Created: 2024-01-17T21:27:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T15:47:25.000Z (about 1 month ago)
- Last Synced: 2024-12-18T16:30:23.118Z (about 1 month ago)
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SoftwareJournal
A Programmer's journey. This is my personal software journal where I record things as I learn them, as they impress me.# Tabel of Contents
* [Low Level Stuff](lowlevel.md)
* [IEEE 754 - Or how fractional numbers are stored in a computer](ieee754.md)
* [Javascript prototyping and Object creation methods](js_memory_allocation.md)