Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Munki | 2,873 | a month ago | 83 | other | Python | |||||
Managed software installation for macOS — | ||||||||||
Meslo Font | 2,116 | 4 years ago | 22 | |||||||
Customized version of Apple's Menlo font. Great monospaced font for development work. Should also work with the Windows Console (see Wiki for Windows infos). | ||||||||||
Notionai Mymind | 140 | 2 years ago | 3 | mit | Python | |||||
This repo uses AI and the wonderful Notion to enable you to add anything on the web to your "Mind" and forget about everything else. | ||||||||||
Aos Downloader | 48 | 3 years ago | Python | |||||||
Apple Open Source Downloader | ||||||||||
Amtweaker | 7 | 7 years ago | 1 | other | Java | |||||
A Minecraft mod to support MineTweaker customization of defeatedcrow's Apple, Milk & Tea 2 | ||||||||||
Fanling | 4 | 2 years ago | mpl-2.0 | Rust | ||||||
Fanling is a distributed note-taking system that is currently implemented on Linux PC and Android. It should alse be possible to build Fanling on Microsoft Windows and Apple PC platforms, and to write an iPhone port of the Android version. Status is: code uploaded, still under development | ||||||||||
Android Wikipedia 390 | 3 | 5 years ago | apache-2.0 | Java | ||||||
Pen Pineapple Apple Pen | ||||||||||
Macwiki2md | 2 | 6 years ago | mit | Ruby | ||||||
Convert a Mac OS X Wiki to Markdown | ||||||||||
Etc Wiki | 2 | 6 years ago | ||||||||
ETC-Wiki V1.0 | ||||||||||
Braindump | 2 | 14 years ago | 1 | Python | ||||||
semantic wiki |
Braindump is a semantic wiki. Each page has three parts:
Pages can be filtered based on key/value pairs with a simple query language that's accessible through the web interface as well as the graphstore API. For example, to list all pages with a "color" attribute that has a value of "red", type "color is red" into the filter box. "is" is just one operator -- there's >, <, >=, <=, "is not", "matches" [regular expression], and even "is before", "is after" (uses dateutil to parse and compare dates), "is north|south|east|west of" and "is within x miles of" (uses geopy and the Google Maps API). Comparison operators are pluggable, so adding a new one is as easy as writing a Python function.
It's persisted in SQLite. If I have time I'll port it to run on top of RDFlib so a braindump wiki can be part of the semantic web.
easy_install
everything in dependencies.txtpython braindump.py
http://localhost:8080/
, and you should be good to go.To clear out everything in the development database, just go to http://localhost:8080/delete_everything
. (Releases won't have that feature lol)