- https://sketch.systems/
- https://state-machine-cat.js.org/
- https://xstate.js.org/viz/
- https://github.com/statecharts/statecharts.github.io/blob/master/scxml-to-html.xsl Example
- https://github.com/fakenickels/remachine (Use graphviz)
- https://rtime.felk.cvut.cz/statechart-viewer/
- https://github.com/lucmartens/xstate-plantuml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mlx_init.c b/mlx_init.c | |
index 7a8db8f..66cdf1b 100644 | |
--- a/mlx_init.c | |
+++ b/mlx_init.c | |
@@ -49,24 +49,8 @@ void *mlx_init() | |
int mlx_int_deal_shm(t_xvar *xvar) | |
{ | |
- int use_pshm; | |
- int bidon; |
- copy minilibx.nix to ~/.config/nixpkgs/minilibx.nix
curl https://gist.githubusercontent.com/DeltaEvo/9dbfedaa23f77b2afb8150dc97fdda3d/raw/06b948a696ee5b717dc27231d0adf48d29d7cf71/minilibx.nix > ~/.config/nixpkgs/minilibx.nix
- download minilibx patch
curl https://gist.githubusercontent.com/DeltaEvo/9dbfedaa23f77b2afb8150dc97fdda3d/raw/06b948a696ee5b717dc27231d0adf48d29d7cf71/disable_xshm.patch > ~/.config/nixpkgs/disable_xshm.patch
I hereby claim:
- I am DeltaEvo on github.
- I am deltaevo (https://keybase.io/deltaevo) on keybase.
- I have a public key whose fingerprint is 5F15 860A 5A94 C62C DD1B 19D2 4A80 25B0 A7C3 E9A3
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Francois Menning <[email protected]> | |
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com> | |
# Contributor: Thomas Fanninger <[email protected]> | |
# Contributor: Alexander F Rødseth <[email protected]> | |
# Contributor: Thomas Laroche <[email protected]> | |
_pkgname=gitea | |
_gourl="code.gitea.io" | |
pkgname=gitea-git | |
pkgver=r5053.5fad5424 |