Skip to main content
1 vote
0 answers
87 views

First time posting so apologies if I miss important info. I keep getting this error but it only happens intermittently so I have had a hard time narrowing down the problem. I have an input of a ...
Richelle's user avatar
0 votes
1 answer
75 views

Various functions in the Windows API (e.g., CreateFile and subsequently, ReadFile/WriteFile) support the FILE_FLAG_NO_BUFFERING flag, compare CreateFileA function (fileapi.h) and most importantly File ...
bers's user avatar
  • 6,309
0 votes
1 answer
79 views

My focus here shall be the following quote taken from the manual description of setvbuf, which startled me: If buffer is not a null pointer, instructs the stream to use the user-provided buffer of ...
Physina's user avatar
  • 13
0 votes
1 answer
85 views

I have a WebSocket connection that sends 256KB chunks of binary audio data. I need to decode this binary format, write it into an AVAudioPCMBuffer, and schedule it for playback using AVAudioPlayerNode....
yarslvd's user avatar
  • 13
0 votes
0 answers
39 views

Purpose of my query is to get distinct rows, from a 600 000 rows database. Everything is fine except that, at one time,I have to keep/extract the first rows of groups after sorting. (step 7 to 9) And ...
nikau's user avatar
  • 23
1 vote
2 answers
103 views

I have a C/C++ program that runs as a systemd service using the default config for stdout and stderr, aka journald ( journalct -u SERVICE. I want to see my printf calls with journald, and the only ...
Cam R's user avatar
  • 21
0 votes
0 answers
46 views

it was because of User. I just moved it inside of the code, and it worked, thanks for your help I am working on my project to create just a small mini project for messaging.I am more of a frontend, so ...
Batyrlan's user avatar
1 vote
1 answer
135 views

A question regarding the above title Why does my data transferred via serial port keeps on buffering? The android cannot recognize the data as a data. It cannot write the data received and transferred ...
Wan Ammar's user avatar
2 votes
0 answers
534 views

I have a list with infinite video scrolling using Flatlist. I am using the Expo AV package, and everything is working well. However, regardless of whether users watch the videos or not, Expo AV caches ...
omar 's user avatar
  • 53
1 vote
0 answers
232 views

The task is to use the set of files for several threads appending to the "last" file (buffering), and another thread sequentially reading what was appended when it thinks appropriate and ...
Anonymous's user avatar
  • 751
0 votes
1 answer
120 views

I have a web application. Users can send requests to the backend at www.backend.io, which is managed by Cloudflare (all the A and CNAME DNS records for backend.io are set DNS Only). The backend calls ...
SoftTimur's user avatar
  • 5,770
0 votes
0 answers
150 views

I have the following code which throws error and no flux elements is "processed" so printed on the screen: public class Test { public static void main(String[] args) { Flux.just(...
user3848246's user avatar
0 votes
1 answer
54 views

I have a multi-part question about Linux's read(2)/write(2) system calls: 1.Where exactly is the copy behavior, as described in the title, stated? I've tried looking through the Linux Manual Page(2) ...
Xavier Z's user avatar
  • 402
0 votes
2 answers
158 views

Background My Excel workbook compares two large datasets, as read from external files. Let Data_A and Data_B be those queries, loaded to my worksheets as the tables Data_A a_1 a_2 ... a_n ... ... ... ...
Greg's user avatar
  • 3,368
0 votes
1 answer
111 views

I host some videos in a private bucket storage in Google Cloud Storage. The duration of these videos are quite long (about an hour each) but I would like to display in loop only 3 to 4 seconds of ...
user9709036's user avatar

15 30 50 per page
1
2 3 4 5
34