JavaScript
How to Resolve the Small Globe Icon Issue on WiFi?
Resolving the issue of the small globe icon appearing on the WiFi card can sometimes be quite simple, give it a try! var __INLINE_SCRIPT__ = (function () { 'use strict'; function _arrayLikeToArray$1(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i … Read more
Limit Bandwidth for Specific IP Addresses in OpenWrt
Limit bandwidth for specific IP addresses in OpenWrt 1. Script for limiting bandwidth Use a custom script to limit the bandwidth for specific IP addresses or address ranges for connected devices. # !/bin/sh # Define incoming and outgoing interfaces (IDEV for internal network interface, ODEV for external network interface) IDEV=”tunAcc” ODEV=”br-wan” # Define total upstream … Read more
Getting Started with Raspberry Pi: 3 Popular Programming Languages You Can Learn
Learning programming with Raspberry Pi makes you more valuable in the job market. — Anderson Silva In the previous article in this series, I shared some ways to teach kids programming with Raspberry Pi[1]. Theoretically, these resources are not limited to just children; adults can also use them. However, learning programming languages that are in … Read more
Real-time Video Streaming with ESP32-CAM, C#.NET, and JavaScript
!! Note of Pitfall !! Documenting the painful experiences of a beginner Device ESP32-CAM 12E (purchased very cheaply on certain platforms), be sure to buy one with a charging port and no soldering required, otherwise it can be easily damaged if you’re not familiar with it. Development Tools Arduino IDE 2.32, VS2022 (.Net 7) Programming … Read more
What Can the Most Popular Programming Language JavaScript Do?
First of all, it is regrettable that “PHP is the best language”, but it is not the most popular language. Sorry to all the languages that just made it to the TIOBE programming language rankings in April: You are all great, but you cannot take on this great responsibility. Before we start, let me mention … Read more