knowledge
Here are 514 public repositories matching this topic...
-
Updated
Jan 22, 2020
-
Updated
Jun 16, 2020
Some possible suggestions are - sites which teach algorithms, sites which interactively visualize different algorithms. Also, notebooks/question pages of ACM themed contests can be added.
It seems configurations for proselint are centralized to different canonical files (namely $XDG_CONFIG_HOME/proselint/config
, ~/.config/proselint/config
and ~/.proselintrc
) instead of a per project config basis.
So may I ask how to specify project/folder/files-specific rules? Maybe including some examples in the README.md would be nice?
Thanks
In case Imgur ever closes down their hosted service, it will be a sad day.
The script should simply go through all markdown files, go to all Imgur linked images and download them to a folder.
-
Updated
Jul 1, 2019 - PHP
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
Should exist in the installation manual an example of a systemd documizer-conversion.service
in order to launch at boot the docker appliance with syslog and dns options .
-
Updated
Mar 31, 2020
-
Updated
Jan 8, 2019 - Ruby
-
Updated
Jun 6, 2020 - Python
-
Updated
Dec 6, 2018 - Shell
-
Updated
Sep 29, 2019 - PHP
-
Updated
Apr 26, 2020 - Python
-
Updated
Jul 2, 2020
We use GitBook for our doco. We'd love to use the gitbook-edit
plugin, however we have a custom book.json
where we re-define the GitBook root
directory.
The root
configuration element is ignored by the gitbook-edit
plugin when building the GitHub edit path.
Note: I rais
-
Updated
Jun 30, 2020 - Rust
Have a command to parse and cache all links inside # Links
of all wiki entries and then let me search through them. Effectively becoming my bookmark manager.
If you use a link with space (e. g. path to file / folder on the filesystem or the file- or foldername) then you must mask the spaces with %20.
Example in Windows:
Path: "C:\Program Files (x86)\Internet Explorer\iexplore.exe"
In Markdown Syntax
[Start Internet Explorer](C:/Program%20Files%20(x86)/Internet%20Explorer/iexplore.exe)
-
Updated
Jun 7, 2020 - HTML
-
Updated
Sep 11, 2018 - Python
Improve this page
Add a description, image, and links to the knowledge topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knowledge topic, visit your repo's landing page and select "manage topics."
Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj
Hi,
I'm testing a knowledge repo implementation for our team using a git backend. Until know I could manage the deploy and Oauth using github, but I have an annoying problem of insistent and multiple request of my git user and password (no restart involved). I'm using the flask engine (and sqlite database). After the d