XZ Utils wrapper for #PHP
I took a liking to the xz compression format a long time ago. It is a very handy format that is available almost everywhere, unfortunately not in PHP. So I decided it is time to fix that and write an XZ Utils (wrapper).
I took a liking to the xz compression format a long time ago. It is a very handy format that is available almost everywhere, unfortunately not in PHP. So I decided it is time to fix that and write an XZ Utils (wrapper).
I wanted to enable comments for my GitHub Pages for a long time. I’ve considered various third-party services, but none of them suited me. Anyway…
Do you like good audio quality and wireless headphones? Then you need Qualcomm aptX, but it’s not that easy to have it on Microsoft Windows as it should be.
It is useful to stream your screen for someone else sometimes. In these cases you can use many applications like Skype and Hangouts but you don’t get control over it. If you will create a stream via ffmpeg than server will control quality and client will control scale.
I bought the Sims 4 a few weeks ago, and I noticed that the game is extremely unstable. It simply crashes after short time of gameplay, but only if the CPU utilization is low. After some testing I think I guessed why it is crashing. This problem probably occurs in many EA games on multi-CCX CPUs like AMD Ryzen 5/7/9, Threadrippers and EPYCs.
If you are using
symfony/lock
you can see acquired lock as not acquired. MethodisAcquired
simply returns state of the instance. If different instance acquired the lock, your instance will returnfalse
.
Tricky equation 8÷2(2+2)=? has been puzzling people on social media for days. Many people believed the answer is 16 while others were convinced it’s one. FEMAIL consulted mathematician Hannah Fry to find out which answer is correct. – Daily Mail Online
I repeat - do not buy Sandboxie, crack it! Why? Because crackers give you better customer support for free than authors for money. And all life-time license holders has now problems and nobody cares about it.
If you are using
new DateInterval('P1M')
for adding month to date to get next month, do not do that. There is huge difference between adding to begin and end of the month. It does sense, but it is against semblance at first sight ofP1M
.
Do you need to make run script which will work on multiple platforms? You can use my idea. In my case it’s run script which runs Java application and you can found it here. Interested in how it works?
I needed air tunnel for my new Ryzen 3 2200G APU, so I was doing a little research some time ago. There was any cheap air tunnel on the EU market at this time. Because of that I made it myself. Do you wish to made it too?
Today my Citroën C4 Cactus celebrates 6000 km on the road. It’s the right time to make some retrospective. How do it stand next to my previous cars Škoda Fabia and FIAT Tipo?
As you know from my first article about my factory new Fiat Tipo there was approved 2 of 3 complaints to be rapaired. You also know, that there was a problem with a dealer, with a customer care and now there is a problem with authorized service too. Hurrah!
We bought QNAP TS-228 as simple storage for @netpromotion some time ago (we also bought Synology DS216se as backup, but it’s even worse choice than TS-228). The role of the NAS is storage for employees, so the TS-228 looks as great solution for it (in theory). Now we know that we should have bought a HP ProLiant MicroServer instead. So if you are planning to make storage for your company, please use standard server instead of NAS.
After two years of driving my German car it was time to say goodbye. I said to myself: Enough of these sharp lines, I want a car full of emotions, a car full of passion. I wanted a car which I would be happy with, an Italian car.
Are you using my implementation of Enumerated type for PHP? If yes, then you should be interested in version 2.1. Now it’s possible to use constants as members over
ConstantsAsMembers
trait.
If you wish to create independent Symfony Bundle then you are on the Highway to Hell. At netpromotion we take the ball and run with it. Now we are ready to release our tool which solves the most common problems on the highway. Please, take a seat and read more.
If you are playing with XHR, sometimes you need to wait for many small requests. Sure, you can have separate callback for each request, but sometimes you need to wait until you load full dataset. Of course you can use modern ways like
promise
, but there aren’t supported everywhere.
WARNING: I’m not an interior designer. All walls in my flat are white. My wooden furniture has natural surface (only clear varnish) and metal parts are matte black. And finally my hardware (TV, PC, monitor, speakers, printer,…) is also matte black. But even that simply designed flat can be unique and comfortable if you choose good lighting.
- Tap on Search system button (the left one)
- Tap on Bing Vision button (above button)
- Focus the camera on QR code and it will scan it
- Tap on scanned code
Do you have any favorite songs, songs for relax, work, etc.? If yes, how do you organize your music? Do you prefer to use folders or playlists? If playlists, how do you sync it between devices and keep it up-to-date? I tried many ways before I started to use markers. So let me introduce markers to you.
When you are creating responsive site, sometimes you need to separate non-touch and touch handlers. Sure, you can have both handlers at same time or detect mobile devices by JavaScript directly. But it will be cool to detect only Bootstrap device if you are using Bootstrap. It eliminates the problem when your JavaScript and Bootstrap detects different devices.
As Microsoft sheep (and Android hater) I never had reason to try Google Chromecast. But the price, 50 USD with TAX in Czech Republic, was very interesting and when I was selecting new television I had to decide: To buy “smart” TV or “just” TV with smart “box” and which smart “box” to choose?