Skip to content

Instantly share code, notes, and snippets.

View LorbusChris's full-sized avatar
:shipit:

Christian Glombek LorbusChris

:shipit:
View GitHub Profile
@LorbusChris
LorbusChris / MATRIX.md
Created May 14, 2018 16:42 — forked from fstab/MATRIX.md
How to use matrix.org and vector.im as an IRC client

How to use matrix.org and vector.im as an IRC client

How to Join an IRC Channel on matrix.org

Join the room #freenode_<#channel>:matrix.org, replacing <#channel> with the name of the IRC channel. For example, in order to join the #prometheus IRC channel, join the room #freenode_#prometheus:matrix.org on matrix.org.

In vector.im, rooms can be joined with the directory symbol on the bottom left.

@LorbusChris
LorbusChris / hello_world.c
Created February 27, 2017 20:03 — forked from kripken/hello_world.c
Standalone WebAssembly Example
int doubler(int x) {
return 2 * x;
}