Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
27 results tagged matrix  ✕   ✕
opentower/populus-viewer https://github.com/opentower/populus-viewer
Sat 04 Jun 2022 11:14:32 AM PDT archive.org

Populus-Viewer is a tool for decentralized social annotation, built on pdfjs, wavesurfer.js and the Matrix protocol. You can use it to read PDFs, listen to audio, or watch videos, and have rich discussions in the margins, with your friends, classmates, or scholarly collaborators.

Each uploaded file is attached to a matrix space, and each annotation to the file becomes a room within that space. Populus-Viewer has been tested with synapse and dendrite, but should be compatible with any spec-compliant matrix server.

annotation matrix javascript documents distributed federated
GitHub - ajbura/cinny: Yet another matrix client! https://github.com/ajbura/cinny
Sat 31 Jul 2021 10:33:40 AM PDT archive.org
webapps matrix client
GitHub - decentralabs/chupacabra https://github.com/decentralabs/chupacabra
Mon 02 Nov 2020 01:38:01 PM PST archive.org

Chupacabra enables users to archive and discuss web content free of surveilance and commercial influence. It can be used for personal research, micro-blogging, or discussing dank memes. Chupa posts are standalone archives of web content (a single HTML file with images embedded and scripts removed) and a corresponding Matrix message pointing to the mxc:// URI where the archive can be fetched. Posts can be discussed in real-time in the channel that they were shared. Behind the scenes, all post discussion is composed of replies to the post's Matrix message.

content archival sharing matrix discussion python bot
GitHub - KB1RD/mxapps https://github.com/KB1RD/mxapps
Fri 28 Aug 2020 09:00:16 AM PDT archive.org

A multi-account Matrix client that allows you to authorize webapps to access parts of your account, designed with collaboration in mind.

webapps matrix client chat keys nodejs
Awesome-Technologies/synapse-admin https://github.com/Awesome-Technologies/synapse-admin
Tue 18 Aug 2020 08:34:34 PM PDT archive.org

A web-based admin control panel for a Matrix server. Lots of webshit involved.

  • git clone https://github.com/Awesome-Technologies/synapse-admin
  • cd synapse-admin/
  • yarn install
  • yarn build

Then tar up build/, upload it to your server, unpack it, and give it a try.

matrix synapse webapps admin chat controlpanel
Mark Nowiasz - buckaroo@hub.netzgemeinde.eu https://hub.netzgemeinde.eu/articles/buckaroo/synapseworkers
Thu 13 Aug 2020 06:39:12 PM PDT archive.org

How to configure the Synapse implementation of Matrix to run in multi-worker mode for efficiency.

Archived in multiple locations.

howto matrix synapse processes sysadmin python
GitHub - rbckman/matrixchat: A Lovely Matrix Chat Client in Curses https://github.com/rbckman/matrixchat
Thu 13 Aug 2020 05:44:58 PM PDT archive.org

This is a really simple matrix chat client. Just for simple use but also to mess around with the Matrix protocol. You can drop into the python interpeter in the middle of a chat and poke around with the Matrix Python SDK. Uses ncurses.

matrix chat client python cli ncurses
vector-im/hydrogen-web: Lightweight matrix client with legacy and mobile browser support https://github.com/vector-im/hydrogen-web
Sun 09 Aug 2020 10:28:16 PM PDT archive.org

A minimal Matrix chat client, focused on performance, offline functionality, and broad browser support. Tries to be as desktop friendly as it is mobile friendly. UI components are reusable and composable. Can be added to an existing site. Stores everything locally. Right now it's a PoC.

html5 javascript matrix client crossplatform lightweight
GitHub - eikendev/pushbits: A relay server for push notifications via Matrix.org https://github.com/eikendev/pushbits
Fri 07 Aug 2020 12:04:41 PM PDT archive.org

PushBits is a relay server for push notifications. It enables your services to send notifications via a simple web API, and delivers them to you through various messaging services. For now, only the Matrix protocol is supported, but support for different services like Telegram could be added in the future. I am myself experimenting with Matrix currently because I like the idea of a federated, synchronized but still end-to-end encrypted protocol.

The idea for this software and most parts of the initial source are heavily inspired by Gotify.

Written in Golang.

pushnotification golang messaging notifications matrix exocortex alerts
rodolpheh/awesome-matrix https://github.com/rodolpheh/awesome-matrix
Thu 06 Aug 2020 02:51:52 PM PDT archive.org

A curated list of awesome stuff around the Matrix protocol, network, and ecosystem.

awesome list matrix servers clients federation crypto administration tools bridges bots
8go/matrix-commander https://github.com/8go/matrix-commander
Sat 01 Aug 2020 06:04:10 PM PDT archive.org

Simple but convenient CLI-based Matrix client app for sending and receiving messages. Fire and forget any kind of message that the Matrix protocol supports.

matrix python cli messages media tool sysadmin
poljar/matrix-nio: A Python Matrix client library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles https://github.com/poljar/matrix-nio
Sun 19 Jan 2020 09:50:56 PM PST archive.org

A Python module for accessing a Matrix server that is built using the no-I/O methodology - it conceals all of the input and output so development is focused on assembling what is sent and using what is received. Asynchronous in nature. In Pypi. Also end-to-end encryption capable. I don't know how flexible this library is so more investigation is required.

python matrix api module asynchronous encryption exocortex
GitHub - saadnpq/matrixcli: command line matrix client https://github.com/saadnpq/matrixcli
Fri 17 Jan 2020 03:45:14 PM PST archive.org

A CLI tool for interacting with the Matrix chat network. Can probably be used as a client, but it's actually designed to build other tools on top. Only uses the matrix-python-sdk module.

python matrix cli tools client chat im
Darshit Shah / Matrix Shell Suite ยท GitLab https://gitlab.com/darnir/matrix-shell-suite
Wed 15 Jan 2020 07:40:36 PM PST archive.org

A collection of shell scripts for communicating with a Matrix instance. Requires a POSIX compatible shell and a copy of jq.

matrix scripts tools shell
GitHub - matrix-construct/construct: This is The Construct https://github.com/matrix-construct/construct
Wed 15 Jan 2020 04:02:44 PM PST archive.org

A Matrix server written in C++. Uses Boost, RocksDB, and Sodium for its back end. Currently implements all of the Matrix spec; implementing IRC is next.

cplusplus matrix server webapps federated
GitHub - matrix-org/dendrite https://github.com/matrix-org/dendrite
Wed 15 Jan 2020 03:51:12 PM PST archive.org

Dendrite will be a Matrix server written in Go. Requires Kafka (if run as a cluster of microservices) or something called Naffka (an embedded in-process workalike) if run monolithically. Requires Postgres as its back end.

golang federated matrix chat server distributed webapps rest api
matrix-org/mjolnir https://github.com/matrix-org/mjolnir/
Mon 13 Jan 2020 07:40:18 PM PST archive.org

A moderation tool for Matrix. Set ACLs, ban and unban users, dry-run mode, antispam. Written in Javascript but nobody's perfect.

javascript matrix tools moderation sysadmin
xwiki-labs/synapse_scripts https://github.com/xwiki-labs/synapse_scripts
Mon 13 Jan 2020 07:04:41 PM PST archive.org

psql and shell scripts for maintaining a Matrix Synapse chat server. Currently looking for maintainers.

scripts sysadmin matrix sql shell maintenance
Matrix Static - Public Rooms https://view.matrix.org/
Sun 12 Jan 2020 09:04:24 PM PST archive.org

A directory of channels in the Matrix network, sorted by number of users in descending order. If you're looking for places to hang out, this would be a good place to start.

chat directory channels matrix
will8211/unimatrix https://github.com/will8211/unimatrix
Fri 17 May 2019 10:23:57 PM PDT archive.org

Python script to simulate the display from "The Matrix" in terminal. Uses half-width katakana unicode characters by default, but can use custom character sets. Accepts keyboard controls while running. Based on CMatrix.

screensaver matrix toy python fonts
page 1 / 2
4813 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn