From 0d52cffb00e199db00ef6f18511d8b0d998ac59d Mon Sep 17 00:00:00 2001 From: Surferlul Date: Fri, 22 Jul 2022 00:32:08 +0200 Subject: [PATCH] added other projects --- _posts/2021-05-22-vcc.md | 7 +++++++ _posts/2021-07-04-awesome-configs.md | 13 +++++++++++++ _posts/2021-07-13-themes.md | 5 ++--- _posts/2021-09-09-mendel-godot.md | 11 +++++++++++ _posts/2021-09-25-manschaftswettbewerb.md | 7 +++++++ _posts/2021-09-30-blueish.md | 12 ++++++++++++ _posts/2022-07-17-cpufreq-plot.md | 12 ++++++++++++ _posts/2022-07-20-remote-evdev-python.md | 11 +++++++++++ _posts/2022-07-20-remote-evdev-rs.md | 7 +++++++ _posts/2022-07-20-remote-evdev.md | 9 +++++++++ 10 files changed, 91 insertions(+), 3 deletions(-) create mode 100644 _posts/2021-05-22-vcc.md create mode 100644 _posts/2021-07-04-awesome-configs.md create mode 100644 _posts/2021-09-09-mendel-godot.md create mode 100644 _posts/2021-09-25-manschaftswettbewerb.md create mode 100644 _posts/2021-09-30-blueish.md create mode 100644 _posts/2022-07-17-cpufreq-plot.md create mode 100644 _posts/2022-07-20-remote-evdev-python.md create mode 100644 _posts/2022-07-20-remote-evdev-rs.md create mode 100644 _posts/2022-07-20-remote-evdev.md diff --git a/_posts/2021-05-22-vcc.md b/_posts/2021-05-22-vcc.md new file mode 100644 index 0000000..498e4f3 --- /dev/null +++ b/_posts/2021-05-22-vcc.md @@ -0,0 +1,7 @@ +--- +title: Vanilla ComputerCraft +--- + +A project with the goal to build the fastest and most powerfull computer in minecraft + +### [View on Github](https://github.com/Surferlul/Vanilla-ComputerCraft) diff --git a/_posts/2021-07-04-awesome-configs.md b/_posts/2021-07-04-awesome-configs.md new file mode 100644 index 0000000..3c9f972 --- /dev/null +++ b/_posts/2021-07-04-awesome-configs.md @@ -0,0 +1,13 @@ +--- +title: AwesomeWM Configurations +--- + +My AwesomeWM configurations featuring a verrtical task bar and vertical battery indicator. Uses the Blueish theme. + +# Screenshots +(Blur/Tranceparency is not present anymore in the current version of blueish) + +![](https://raw.githubusercontent.com/Surferlul/awesome/screenshots/desktop_1_1.0.png) +![](https://raw.githubusercontent.com/Surferlul/awesome/screenshots/desktop_2_1.0.png) + +### [View on Github](https://github.com/Surferlul/awesome) diff --git a/_posts/2021-07-13-themes.md b/_posts/2021-07-13-themes.md index 361115c..099fc4b 100644 --- a/_posts/2021-07-13-themes.md +++ b/_posts/2021-07-13-themes.md @@ -16,6 +16,5 @@ title: My Themes ## AwesomeWM - - [Main Configs](https://github.com/Surferlul/awesome) - - [Blueish](https://github.com/Surferlul/blueish) - + - [Main Configs](/Projects/awesome) + - [Blueish](/Projects/blueish) diff --git a/_posts/2021-09-09-mendel-godot.md b/_posts/2021-09-09-mendel-godot.md new file mode 100644 index 0000000..ea87fb5 --- /dev/null +++ b/_posts/2021-09-09-mendel-godot.md @@ -0,0 +1,11 @@ +--- +title: Godot Mendel's principles +--- + +This is my old version of an implementation of Mendel's principles. + +The program works but its UI looks really bad and the code is absolutely horrible. +I am working on a new version written in rust and with gtk3 as the UI with a much smaller and more efficient code base. I will post the link to the new repo here when I'm done. + + +### [View on Github](https://github.com/Surferlul/Mendel_old) diff --git a/_posts/2021-09-25-manschaftswettbewerb.md b/_posts/2021-09-25-manschaftswettbewerb.md new file mode 100644 index 0000000..f303415 --- /dev/null +++ b/_posts/2021-09-25-manschaftswettbewerb.md @@ -0,0 +1,7 @@ +--- +title: Manschaftswettbewerb Informatik 2021 +--- + +Attempt at solving the problem in the "Manschaftswettbewerb Informatik" 2021 + +### [View on Github](https://github.com/Surferlul/Manschaftswettbewerb2021) diff --git a/_posts/2021-09-30-blueish.md b/_posts/2021-09-30-blueish.md new file mode 100644 index 0000000..50e5f23 --- /dev/null +++ b/_posts/2021-09-30-blueish.md @@ -0,0 +1,12 @@ +--- +title: Blueish theme for AwesomeWM +--- + +Based on Zenburn + +modified by Me + +![](https://raw.githubusercontent.com/Surferlul/awesome/screenshots/desktop_1_1.0.png) +![](https://raw.githubusercontent.com/Surferlul/awesome/screenshots/desktop_2_1.0.png) + +### [View on Github](https://github.com/Surferlul/blueish) diff --git a/_posts/2022-07-17-cpufreq-plot.md b/_posts/2022-07-17-cpufreq-plot.md new file mode 100644 index 0000000..bf8a2a7 --- /dev/null +++ b/_posts/2022-07-17-cpufreq-plot.md @@ -0,0 +1,12 @@ +--- +title: Python CPU frequency plotter +--- + +A simple python script to plot the CPU frequency on linux + +## run with optional arguments: +cpufreq-plot \ \ +- interval in milliseconds +- time in seconds + +### [View on Github](https://github.com/Surferlul/cpufreq-plot) diff --git a/_posts/2022-07-20-remote-evdev-python.md b/_posts/2022-07-20-remote-evdev-python.md new file mode 100644 index 0000000..8911fbe --- /dev/null +++ b/_posts/2022-07-20-remote-evdev-python.md @@ -0,0 +1,11 @@ +--- +title: Remote evdev Python +--- + +Implementation of remote-evdev module with usage examples + +Can give completely seamless experience in VM with any input devices if set up properly + +Read [Native behavior for input devices in VMs](https://surferlul.github.io/input-to-vm/) for more info about setup + +### [View on Github](https://github.com/Surferlul/remote-evdev-python) diff --git a/_posts/2022-07-20-remote-evdev-rs.md b/_posts/2022-07-20-remote-evdev-rs.md new file mode 100644 index 0000000..5ba1f79 --- /dev/null +++ b/_posts/2022-07-20-remote-evdev-rs.md @@ -0,0 +1,7 @@ +--- +title: Remote evdev Rust +--- + +Pass evdev devices to remote devices and control them. Rust version. The evdev crate seems to be broke (for tasks like this) tho, since input on guest is very limited. For a working Implementation check out my [python version](/Projects/remote-evdev-python) + +### [View on Github](https://github.com/Surferlul/remote-evdev-rs) diff --git a/_posts/2022-07-20-remote-evdev.md b/_posts/2022-07-20-remote-evdev.md new file mode 100644 index 0000000..c384f3d --- /dev/null +++ b/_posts/2022-07-20-remote-evdev.md @@ -0,0 +1,9 @@ +--- +title: remote-evdev Python module +--- + +Python module to share evdev devices (unix input devices) over network + +Check out my [example implementation](/Projects/remote-evdev-python) + +### [View on Github](https://github.com/Surferlul/remote-evdev)