All Algorithms implemented in Java
-
Updated
Aug 18, 2021 - Java
{{ message }}
All Algorithms implemented in Java
Wiki.js | A modern and powerful wiki app built on Node.js
A simple, Git-powered wiki with a sweet API and local frontend.
High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
A platform to create documentation/wiki content built with PHP & Laravel
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
We get a notice with our Dokuwiki install with PHP8 :
Warning: Trying to access array offset on value of type null in /dokuwiki/inc/common.php on line 169
Adding a verification with an "isset" shoud do the trick, i.e on line 169 :
if(!isset($info['userinfo']['name']) or !$info['userinfo']['name']) {
Mapnik is an open source toolkit for developing mapping applications
Cookbook for JavaScript for Automation in Mac OS X Yosemite
MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。
A simple and beautiful wiki for teams
My code from the bootcamp.
online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. like gitbook.
Modern Confluence alternative designed for internal & external docs, built with Golang + EmberJS
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
A distributed operating system
Simiki is a simple wiki framework, written in Python.
Add a description, image, and links to the wiki topic page so that developers can more easily learn about it.
To associate your repository with the wiki topic, visit your repo's landing page and select "manage topics."
The comment in code directly says it: "... Or it would hang the system if wiki file was created in $HOME or C:/ dirs".
I am trying to create wiki from the directory that contains (among other things) clones of repositories I am working on. The reason being that I want to avoid having two mirrored directory structures: one that has notes and another one that has code. So I am trying to make th