Rar mi-a fost dat sa vad o intrerupere de servicii de internet din partea DIGI, iar daca a fost, intotdeauna a…
Category: Tech
Below you have a wordpress plugin with which you can insert JavaScript code for Adsense, Google Tag Manager or Facebook Like &…
Un Radio cu Galena este probabil cel mai simplu receptor radio care se poate realiza cu o investitie “infinit” de mica , mai…
If there is no such thing as space and time for photons, then: The photon never travels, it just waits for…
From multiple experiences I have learned that digital sensors are not the most reliable when it comes to very important measurements…
Pentru cei care doresc să asculte muzica pe YouTube, dara fără videoclip, iata mai jos cateva extensii pentru chrome si firefox:…
The correspondence between these functions and zlib_decode is as follows: gzcompress ~ zlib_encode($str, ZLIB_ENCODING_DEFLATE) gzencode ~ zlib_encode($str, ZLIB_ENCODING_GZIP) gzdeflate ~ zlib_encode($str,…
How to compress and decompress text an encode/decode using base64 functions: 1. Compress and Encode to Base64 function Compress2Base64($str, $gztype=’deflate’) {…