Nabi KaramAliZadeh
Nabi KaramAliZadeh
The second argument of class `Captioning\Format\SubripFile` is `encoding` of input file: ``` public function __construct($_filename = null, $_encoding = null, $_useIconv = false, $_requireStrictFileFormat = true) ``` Why need it?!...
How can I get unique ID of SRT subtitle file? The normal SRT is this: ``` 4 00:02:14,726 --> 00:02:16,789 ...ولي اگه بفهمه 5 00:02:20,675 --> 00:02:23,295 .نميخواد از پدرم...
How can generate an `.exe` ms window file from `wxphp` php files?
Does this project provide a solution for connecting to a web socket? For example, I need an example like this in nodejs: ``` var socket = new WebSocket(url); socket.onopen =...
I use Putty on CentOS7, OpenVZ machine. ``` # coin-hive Initializing... An error occured socket hang up ``` No any more details!
I need to be notified immediately when a new post is posted on a page. To do this, I used an unlimited loop and checked the page posts every few...
How can get backup with keep all flag files; for example `Immutable`, `Append_Only`,... I tested, but `fsarchiver` doesn't backup from flags files. See my testing: I create an immutable file:...
``` $ node -v v17.2.0 $ npm -v 8.5.1 $ npm start > [email protected] start > node --expose-http2 index.js node: bad option: --expose-http2 ```
I use `jQuery FlexSlider v2.7.1` In the `LTR` mode, don't have problem, But in the `RTL` page, the images on firefox and chrome don't synced sorted. There is a contradiction...