learn
Here are 886 public repositories matching this topic...
Level READMEs in markdown format could be great if you're using some kind of markdown processor to read them. If you're not planning on doing so, having the markdown syntax laying around creates noise. Running warriorjs --no-markdown should take care of that, and output to README.txt instead of README.md.
-
Updated
Mar 4, 2020 - C
Right now it's just a collection of links (the basic format of each entry is 'name - author'). It might be helpful to make room for 1-2 sentence explanations of the link, particularly as the list grows.
(PS this project is linked prominently from the website now)
Text on lines 60-62 format didn't to appear to be within the template string itself. Found this issue on the typescript website when searching the docs. I will create a PR to fix issue.
-
Updated
Mar 2, 2020 - JavaScript
-
Updated
Mar 3, 2020 - JavaScript
-
Updated
Mar 1, 2020 - Rust
Long running issue:
- Link mf.com web to GH mindforger-repository.
- Links directly to sections in documentation.
- Add documentation section to mf.com, and link GH from there.
- Have discussions, ...
- Written with MindForger
- I don't have to sustain it mf.com
- beginner users will be scared by seeing all files
- make links to point to beginning of doc ~ section anchor
- review web
Simon Sinek, one of the great communicators of 21st Century,
has a new book out called "The Infinite Game"
https://www.amazon.com/The-Infinite-Game/dp/B07DKHFTB7
Sinek borrowed the basic premise from James Carse's book "Finite and Infinite Games":
Some games are bounded and have a , like football or basketball or chess.
You see the **short-term immediat
-
Updated
Mar 1, 2020 - Python
-
Updated
Jan 31, 2020 - Elm
Shorten descriptions
Some descriptions for certain resources are very long, it'd be great if someone could go through all of these and shorten them. There shouldn't be too much of them.
Some examples:
- PHP: (The only proper) PDO tutorial
- Fullstack: freeCodeCamp curriculum
@lostdesign Maybe we should put some restriction on the amount of words that can be used for a resource?
-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Mar 3, 2020 - JavaScript
Elm + Phoenix Quest
-
Updated
Mar 3, 2020
Context
Section:
Syntax
Issue Type:
Enhancement/ToResearch
Folder/File(s):
Syntax/Basic-Syntax/src/TypeClasses-and-Newtypes/Typeclass-Relationships.purs
Body
As per the request from Slack, there is currently a bug in purs which causes type synonyms to not be properly expanded in superclass constraints: purescript/purescript#3734
I en
-
Updated
Feb 23, 2020 - JavaScript
-
Updated
Jan 5, 2020 - Python
Improve this page
Add a description, image, and links to the learn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the learn topic, visit your repo's landing page and select "manage topics."
There are some interesting algorithms in simulation from Physics, Chemistry, and Engineering especially regarding Monte Carlo simulation: Heat Bath algorithm, Metro-Police algorithm, Markov Chain Monte Carlo, etc.