git @ Cat's Eye Technologies The-Glosscubator / ab023f8
Add 5 web pages and 2 repositories. Chris Pressey 10 months ago
15 changed file(s) with 91 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
1818
1919 [xa (xa65): a portable 6502 cross assembler package](https://www.floodgap.com/retrotech/xa/)
2020
21 [michaelcmartin/Ophis: A cross-assembler for the 6502 series of microprocessors.](https://michaelcmartin.github.io/Ophis/)
22
2123 [COMFY-6502 compiler: port to Common Lisp](https://josephoswald.nfshost.com/comfy/summary.html)
24
25 [cc65 - a freeware C compiler for 6502 based systems](https://cc65.github.io/)
2226
2327 ### Repositories
2428
3434
3535 .
3636
37 ### michaelcmartin/Ophis: A cross-assembler for the 6502 series of microprocessors.
38
39 * url: https://michaelcmartin.github.io/Ophis/
40 * rating: 1
41
42 .
43
3744 ### COMFY-6502 compiler: port to Common Lisp
3845
3946 * url: https://josephoswald.nfshost.com/comfy/summary.html
4249
4350 .
4451
52 ### cc65 - a freeware C compiler for 6502 based systems
53
54 * url: https://cc65.github.io/
55 * topics: 6502, Compiler Construction
56 * rating: 2
57
58 future-topics: C
7171 ### What Is the Kanban System?
7272
7373 * url: https://www.investopedia.com/terms/k/kanban.asp
74 * rating: TODO
74 * rating: 1
7575
7676 .
7777
7878 ### Kanban Classes of Service: Examples & Tips
7979
8080 * url: https://teamhood.com/kanban-resources/kanban-classes-of-service/
81 * rating: TODO
81 * rating: 1
8282
8383 .
8484
8585 ### STATIK (Systems Thinking Approach to Introduce Kanban) | by H. Javier Castillo S. | Medium
8686
8787 * url: https://hjavixcs.medium.com/statik-systems-thinking-approach-to-introduce-kanban-13996dbe414a
88 * rating: TODO
88 * rating: 1
8989
9090 .
1616
1717 [Commodore 64 Resources](http://home-2002.code-cop.org/c64/)
1818
19 [\"Micro-Lisp\" a lisp for the C64 - Google Groups](https://groups.google.com/forum/#!topic/comp.lang.lisp/6pPNzzpVV9o)
20
1921 ### Books
2022
2123 Commodore 64 Programmer's Reference Guide (online @ [www.commodore.ca](https://www.commodore.ca/manuals/c64_programmers_reference/c64-programmers_reference.htm), [archive.org](https://archive.org/details/commodore-64-programmers-reference-guide_202205), [archive.org](https://archive.org/details/c64-programmer-ref))
2727
2828 .
2929
30 ### \"Micro-Lisp\" a lisp for the C64 - Google Groups
31
32 * url: https://groups.google.com/forum/#!topic/comp.lang.lisp/6pPNzzpVV9o
33 * topics: Lisp, Commodore 64
34 * rating: 1
35
36 .
2222
2323 [Practical TLA+ by Hillel Wayne](https://lamport.azurewebsites.net/tla/practical-tla.html)
2424
25 ### Alloy
25 ### Other
2626
2727 [Alloy (specification language) - Wikipedia](https://en.wikipedia.org/wiki/Alloy_(specification_language))
2828
29 ### Promela
29 [multi tasking - Help understanding Petersons Algorithm for N Processes - Computer Science Stack Exchange](https://cs.stackexchange.com/questions/164777/help-understanding-petersons-algorithm-for-n-processes)
3030
31 [multi tasking - Help understanding Petersons Algorithm for N Processes - Computer Science Stack Exchange](https://cs.stackexchange.com/questions/164777/help-understanding-petersons-algorithm-for-n-processes)
31 [Sally by SRI-CSL](https://sri-csl.github.io/sally/)
32
33 ### Repositories
34
35 [tlaplus/PlusPy: Python interpreter for TLA+ specifications](https://github.com/tlaplus/PlusPy)
3236
3337 ### Papers
3438
0 Model Checking Repos
1 ====================
2
3 <!--
4 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5
6 SPDX-License-Identifier: CC0-1.0
7 -->
8
9 ### tlaplus/PlusPy: Python interpreter for TLA+ specifications
10
11 * url: https://github.com/tlaplus/PlusPy
12 * license: MIT
13 * rating: 2
14
15 This is not actually model checking, this is interpreting TLA+.
4646
4747 .
4848
49 ### Alloy
49 ### Other
5050
5151 * is-heading: true
5252
5959
6060 .
6161
62 ### Promela
63
64 * is-heading: true
65
66 .
67
6862 ### multi tasking - Help understanding Petersons Algorithm for N Processes - Computer Science Stack Exchange
6963
7064 * url: https://cs.stackexchange.com/questions/164777/help-understanding-petersons-algorithm-for-n-processes
7165 * rating: 1
7266
67 future-topics: Promela
68
69 ### Sally by SRI-CSL
70
71 * url: https://sri-csl.github.io/sally/
72 * associated-repo-url: https://github.com/SRI-CSL/sally
73 * rating: 1
74
7375 .
74
4848
4949 [xixixao/Shem: The compiler of the programming language Shem](https://github.com/xixixao/Shem)
5050
51 [ncihnegn/miranda: Miranda is a pure, non-strict, polymorphic, higher order functional programming language designed by David Turner in 1983-6.](https://github.com/ncihnegn/miranda)
52
5153 ### Papers
5254
5355 Synchronous Functional Programming: The Lucid Synchrone Experiment (online @ [www.di.ens.fr](https://www.di.ens.fr/~pouzet/bib/chap_lucid_synchrone_english_iste08.pdf) (PDF))
104104 * rating: 1
105105
106106 .
107
108 ### ncihnegn/miranda: Miranda is a pure, non-strict, polymorphic, higher order functional programming language designed by David Turner in 1983-6.
109
110 * see-also: https://codesync.global/media/open-sourcing-miranda-david-turner-code-mesh-v-2020-codemeshv2020/
111 * url: https://github.com/ncihnegn/miranda
112 * license: BSD-2-Clause
113 * topics: Programming Languages, Functional Programming
114 * rating: 1
115
116 .
1212
1313 [Understanding the Public Domain and Citation - Plagiarism.org](https://www.plagiarism.org/blog/2018/02/27/understanding-the-public-domain-and-citation)
1414
15 [Are the 0BSD and MIT-0 licenses public domain declarations? - Open Source Stack Exchange](https://opensource.stackexchange.com/questions/14766/are-the-0bsd-and-mit-0-licenses-public-domain-declarations)
16
1517 ### Repositories
1618
1719 [public-domain account at github.com](https://github.com/public-domain?tab=repositories)
1919 * rating: 1
2020
2121 .
22
23 ### Are the 0BSD and MIT-0 licenses public domain declarations? - Open Source Stack Exchange
24
25 * url: https://opensource.stackexchange.com/questions/14766/are-the-0bsd-and-mit-0-licenses-public-domain-declarations
26 * rating: 1
27
28 .
1111
1212 <!-- TOTALS -->
1313
14 Currently it consists of **567** web pages, **48** repositories, **131** papers, and **152** books in **86** topics.
14 Currently it consists of **572** web pages, **50** repositories, **131** papers, and **152** books in **86** topics.
1515 Of these, [**101** have the highest rating](by-rating/Top-rated.md),
1616 [**23** are considered classics](by-rating/Classic.md),
17 [**24** are considered very interesting](by-rating/Very%20Interesting.md),
18 while [**101** are yet to be rated](by-rating/Unrated.md).
17 [**26** are considered very interesting](by-rating/Very%20Interesting.md),
18 while [**98** are yet to be rated](by-rating/Unrated.md).
1919
2020 <!-- /TOTALS -->
2121
88
99 Unrated Webpages
1010 --------------
11
12 ### Agile Development
13
14 * [What Is the Kanban System?](https://www.investopedia.com/terms/k/kanban.asp)
15 * [Kanban Classes of Service: Examples & Tips](https://teamhood.com/kanban-resources/kanban-classes-of-service/)
16 * [STATIK (Systems Thinking Approach to Introduce Kanban) | by H. Javier Castillo S. | Medium](https://hjavixcs.medium.com/statik-systems-thinking-approach-to-introduce-kanban-13996dbe414a)
1711
1812 ### Compiler Construction
1913
1212 ### 6502
1313
1414 * [COMFY-6502 compiler: port to Common Lisp](https://josephoswald.nfshost.com/comfy/summary.html)
15 * [cc65 - a freeware C compiler for 6502 based systems](https://cc65.github.io/)
1516
1617 ### Agile Development
1718
8687 Very Interesting Repos
8788 --------------
8889
90 ### Model Checking
91
92 * [tlaplus/PlusPy: Python interpreter for TLA+ specifications](https://github.com/tlaplus/PlusPy)
93
8994 ### Programming Languages
9095
9196 * [manuel/wat-js: Concurrency and Metaprogramming for JS](https://github.com/manuel/wat-js)