Skip to content

Instantly share code, notes, and snippets.

View alardev's full-sized avatar

Alaro alardev

View GitHub Profile
@alardev
alardev / host_fix.patch
Created August 20, 2018 13:49
uml-utilities build fix for arch linux
--- host.c 2006-02-27 22:19:52.000000000 +0200
+++ host_fix.c 2018-08-20 16:41:25.054854386 +0300
@@ -9,6 +9,7 @@
#include <string.h>
#include <ctype.h>
#include <sys/wait.h>
+#include <sys/sysmacros.h>
#include <sys/stat.h>
#include "output.h"
#include "host.h"
@alardev
alardev / index.html
Last active May 11, 2023 02:56
basic drag and drop in yew framework and stdweb for rust
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Drag and Drop Example</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<script src="projectname.js"></script>
</body>
@alardev
alardev / lansweeper.css
Last active January 6, 2021 11:27
stylus dark mode for lansweeper
@-moz-document domain("sweeper.axinom.de") {
body, .box_main, .dragbox-content {
background: #1b1b1b;
color: #cccccc;
}
.picbox {
filter: invert(0.8);
}