VBS script to check if workstation is locked
Well, here it is:
IT, operating systems, maths, and more.
Well, here it is:
Sometimes you might want to deploy an incoming webhook for very simple use and do something when it’s called. On Windows you don’t need to have a full blown ASP.NET pipeline or even PHP server installed, you can go with simple VBS script. In this post I describe how to configure IIS to expose such … Continue reading Running VBS script in IIS
This is the fourth part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation We have all the building blocks for STM32 server, so let’s write it. Implementation main.c delay.c simple_server.c And it looks like this is it. Summary We have … Continue reading STM32 Key Part 4 — Server
This is the third part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation Today we are going to handle some network packages on the STM32. Let’s go. Libraries around I am not going to describe how to handle SPI, LEDs … Continue reading STM32 Key Part 3 — ARP, IP, UDP
This is the second part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation Today we are going to write very simple Java application to be able to see the traffic and communicate with our STM32. Let’s begin. Implementation We assume … Continue reading STM32 Key Part 2 — Chat application