Kilho.net

Categoria: Ramblings

Notice

1stChip 0.9.1 Update

1stChip (0.9.1) has been updated. View your CPU, motherboard, graphics card, multimedia, LAN card, and other devices on one screen Run it right away after extracting the files, with no installation required. Take it with you on a USB drive.…

Leggi tutto — 1stChip 0.9.1 Update
Notice

WorldView 0.9.3 Update

WorldView (0.9.3) has been updated. Open a wide variety of image formats, including JPEG, PNG, GIF, WebP, TIFF, BMP, and SVG. View compressed files such as ZIP, RAR, and 7Z, as well as PDF documents, without extracting them. Website WorldView:…

Leggi tutto — WorldView 0.9.3 Update
Notice

ZipMania 0.9.9 Update

ZipMania (0.9.9) has been updated. Open a wide range of archive files, including ZIP, RAR, 7Z, EGG, ALZ, and ISO. Compress and extract files quickly with a dedicated ZIP engine. Homepage ZipMania : https://zipmania.kilho.net Related Links Program source: https://github.com/newkilho/ZipMania Update…

Leggi tutto — ZipMania 0.9.9 Update
Notice

KPlayer 1.0.0 Update

KPlayer (1.0.0) has been updated. Powerful playback based on LibMPV Supports major video formats, including MP4, MKV, AVI, MOV, WMV, and ASF Add entire files and folders Reorder items by dragging them in the list Repeat and shuffle playback Add…

Leggi tutto — KPlayer 1.0.0 Update
Notice

KPlayer 0.9.2 Update

KPlayer (0.9.2) has been updated. Powerful playback based on LibMPV Supports major video formats such as MP4, MKV, AVI, MOV, WMV, and ASF Add entire files and folders Reorder items by dragging them in the list Repeat and shuffle playback…

Leggi tutto — KPlayer 0.9.2 Update
IT

HTTP Access Information Log

For testing OpenAPI and checking whether the connection information is correct Method, host, and POST values on connection [PHP] <? $log = $_SERVER[‘REQUEST_METHOD’].’ ‘.$_SERVER[‘HTTP_HOST’].$_SERVER[‘REQUEST_URI’].”nn”; foreach($_SERVER as $k => $v) { if($k==’HTTP_HOST’) continue; if(substr($k, 0,5)!=’HTTP_’) continue; $log .= ‘$k: $v’.”n”; }…

Leggi tutto — HTTP Access Information Log