🌐 Visit Sanje2v.wordpress.com
🌐 Sanje2v.wordpress.com besuchen
✍️Write rieview ✍️Rezension schreiben 🏷️Get Badge! 🏷️Abzeichen holen! ⚙️Edit entry ⚙️Eintrag bearbeiten 📰News 📰Neuigkeiten
Tags:
Patch source code for this game and others can be found in: https://github.com/sanje2v/macos-controller-fixes-for-games Introduction Games developed using Unity Framework in around 2014 incorrectly map Xbox controller inputs when the controller is connected via Bluetooth. As Mac OS does not have a native driver for wired Xbox controller either (as of writing this post), setting up […]
25.6.2024 13:37Patching Oxenfree to fix Xbox One Bluetooth controller key mappings & haptics for MacOScAdvisor is a helpful tool, that is generally used with Prometheus, to monitor a container ecosystem’s system resource usage. Unfortunately, it does not natively support a TLS endpoint for its metrics endpoint. So, I wrote the following Dockerfile that will compile and inject stunnel into cAdvisor container image and allows for metrics reporting secured by […]
12.2.2024 04:21Adding TLS support to cAdvisor for Prometheus metrics endpointFirmware download: gmmk_numpad_default.bin Project URL: https://github.com/sanje2v/qmk_firmware GMMK Numpad is one of many separate numpads available that can complement keyboards which do not have separate numpad keys. As of writing this post, the default proprietary software for GMMK, Glorious Core, only allows the slider in the GMMK Numpad to be used for controlling MIDI volume. With […]
27.5.2023 10:28Reprogramming GMMK Numpad’s sliderIntroduction While setting up an internet facing server, it got me thinking about the variety of probes these servers have to deal with from malicious internet bots. The internet is full of compromised machines that target random IPs by sending large numbers of unwanted requests designed to probe for software vulnerabilities, control a pre-installed malware […]
5.2.2023 13:45A brief look into probing bots that roam the internetPulseAudio in Linux is one of the most popular sound servers that user mode programs interface with to indirectly communicate with low level ALSA APIs. In one of my projects, I needed to completely avoid PulseAudio and directly communicate with ALSA to collect sound data being output from programs. So, I implemented a Linux driver […]
5.1.2023 14:16A Linux virtual sound card driver that outputs to a FIFO fileIn this post, we make use of Apache Airflow and Docker Swarm/Kubernetes together to create a model hyperparameter optimization pipeline that is easily scalable across many machines with have one or more GPUs.
1.6.2022 06:40Model hyperparameter optimization pipeline with Apache Airflow & Docker Swarm/KubernetesWindows laptops have been lagging behind MacBooks in terms of power efficiency – mostly due to the inherent difficulty in decoding variable sized x86-64 instruction set. Apple has got around this by using the more power efficient ARM architecture and creating task specialized circuits on the CPU die. As of writing this article, Windows 11 […]
8.1.2022 03:10Dynamically adapting display refresh rate to change in power sourceThis post provides an implementation for 'ServiceSecurity' to use with 'ServiceInstaller' of your Windows Service written in C# to allow non-administrative SIDs to start/stop your Windows Service.
23.4.2021 08:39Setting DACL to allow non-administrative SIDs to start/stop your Windows Service in C#This is a TensorFlow v2+Keras inference ONLY implementation of a CVPR 2020 paper that restores old photos suffering from degradations like faded colors, scratches and color spots by jointly learning from the latent spaces of paired artificially degraded images and real degraded photos.
14.4.2021 15:08TensorFlow v2+Keras re-implementation of ‘Old Photo Restoration via Deep Latent Space Translation’, CVPR 2020 paperAbstract from paper: Current state-of-the-art semantic segmentation methods often apply high-resolution input to attain high performance, which brings large computation budgets and limits their applications on resource-constrained devices. In this paper, we propose a simple and flexible two-stream framework named Dual Super-Resolution Learning (DSRL) to effectively improve the segmentation accuracy without introducing extra computation costs. […]
23.3.2021 01:27Implementation of ‘Dual Super Resolution Learning For Semantic Segmentation’, CVPR 2020 paperIn reply to <a href="https://sanje2v.wordpress.com/2013/12/10/writing-property-handler-for-windows-explorermanta-property-extension/#comment-684">Anonymous</a>. Those links have expired. Please visit the project GitHub page and find the setup for your architecture under 'Setup->Output'.
5.9.2020 08:26Comment on Writing property handler for Windows Explorer/Manta Property Extension by SanjeevI don 't know if it 's my fault , but both 32-bit link and 64-bit link are “404” ...
4.9.2020 10:40Comment on Writing property handler for Windows Explorer/Manta Property Extension by Anonymous[…] mit Tastendruck https://www.raspberrypi.org/forums/viewtopic.php?p=420285 https://sanje2v.wordpress.com/2014/02/16/adding-shutdownrestart-pushbutton-for-raspberry-pi/ […]
7.12.2018 17:16Comment on Adding shutdown/restart pushbutton for Raspberry Pi by Raspberry Pi Photo frame | wer bastelt mit?In reply to <a href="https://sanje2v.wordpress.com/2013/12/10/writing-property-handler-for-windows-explorermanta-property-extension/#comment-397">Anonymous</a>. Did you build for the correct architecture of your machine? A 32bit DLL will not be loaded for 64bit Explorer. You could also attach your debugger to Explorer to make sure it is loading the DLL using Visual Studio among other debugging methods.
5.7.2018 01:30Comment on Writing property handler for Windows Explorer/Manta Property Extension by SanjeevIn reply to <a href="https://sanje2v.wordpress.com/2013/12/10/writing-property-handler-for-windows-explorermanta-property-extension/#comment-398">Anonymous</a>. It's been a while I worked on this. On how to implement a custom property, this may be helpful: https://docs.microsoft.com/en-us/windows/desktop/properties/building-property-handlers-property-schemas .
5.7.2018 01:27Comment on Writing property handler for Windows Explorer/Manta Property Extension by SanjeevYour program use ‘System.Comment’ property to show the meta infomation of the file that selected, how to modify the code to use a self define propery, like "PlatformInfo" to show the meta information of the file that selected.
3.7.2018 16:24Comment on Writing property handler for Windows Explorer/Manta Property Extension by AnonymousWhy it not work?I built the dll and regsvr32 it, restart computer, open the explorer, add the "comment" column, but nothing happened to the dll or something else.
3.7.2018 16:01Comment on Writing property handler for Windows Explorer/Manta Property Extension by AnonymousIn reply to <a href="https://sanje2v.wordpress.com/2016/03/30/uwp-custom-control-expandable-row-listview/#comment-267">italieniiMarius</a>. It's been a while that I have worked on this project but I don't think a grouped collection is supported yet. For my use case, the current implementation was enough. Unfortunately, you're on your own on this one.
17.1.2017 09:18Comment on UWP Custom control: Expandable Row ListView by Sanje²vis it possible to bind to a grouped collection?
16.1.2017 15:45Comment on UWP Custom control: Expandable Row ListView by italieniiMariusThanks dude! Simple but does the job.
26.10.2016 23:30Comment on cherry: A GPU accelerated slide show daemon for Raspberry Pi by Thomas H