Skip to main content
-4 votes
1 answer
100 views

Using the HTML5 audio Element turns out to be ineffective with unkonwn remote steam: const playStreamFromUrl = async (musicUrl) => { const audioPlayer = document.getElementById('audio-player-id'...
haoz's user avatar
  • 29
Advice
0 votes
2 replies
83 views

I am implementing a web-based “secure folder” that downloads encrypted files and decrypts them on the client side. My current code looks like: async function download_file(folder, file) { const ...
user2233709's user avatar
2 votes
1 answer
147 views

I compress two ndjson files into a multiframe ZST file where each ndjson is compressed into a frame. I have the following metadata meta_data (as a list) of the ZST file: import zstandard as zstd from ...
Akira's user avatar
  • 2,858
0 votes
2 answers
146 views

I am trying to deploy a flutter web application on firebase. In this minimum working example a stream from a collection should be returned and simply displayed. When run locally, the object is ...
Woltan's user avatar
  • 14.1k
Best practices
0 votes
1 replies
27 views

I have Conv1D autoencoder network, and i a have unreliable data source of a data stream, speaking i receive different event patterns at fixed interval of e.g. 2 seconds. Sometimes I have 4 different ...
lkaupp's user avatar
  • 551
2 votes
1 answer
206 views

I upgraded a PHP 7 application to PHP 8. The following code was working before, but no longer: $options = [ 'http' => [ 'method' => 'POST', 'header' => "Content-Type: ...
James B. Nall's user avatar
0 votes
3 answers
117 views

The thing is this Response: agent-stream-start:Hello, Faseeh ur Rehman! How can I assist you today? This is how the response is returned from the call. I am working on a flutter mobile application ...
Mian Faseeh's user avatar
0 votes
2 answers
159 views

I have MS-Word Document templates stored in SharePoint. I want to copy the contents of the word document(s) in SharePoint, and save to a local Word document using Excel VBA. I have the following Sub (...
Melissa Rose's user avatar
Best practices
0 votes
1 replies
116 views

Disclaimer: The question below was met with quite a bit of critisicm. The only reason I did not delete this question is becasue stackoverflow doesnt let me after somebody reacted on it. Also the code ...
Maarten's user avatar
  • 171
Advice
0 votes
8 replies
154 views

I was trying to read data (chars) from a large text file (~250MB) in 1KB chunks and was very surprised that reading that file using either FileReader or BufferedReader takes exactly the same time, ...
sebkaminski16's user avatar
Advice
0 votes
2 replies
63 views

why can we subscribe as may as we want from reactor publisher but just one time from java stream api?What reason is there for stream to be one time use?
AMZ's user avatar
  • 452
Advice
0 votes
14 replies
6k views

Java Tutorials site shows this example when discussing character streams: //The CopyLines example invokes BufferedReader.readLine and PrintWriter.println to do input and output one line at a time. ...
sebkaminski16's user avatar
1 vote
0 answers
36 views

The Node.js Backpressure in Streams documentation begins with an example that compares the use of the zip(1) utility with a Node.js script that uses a simple stream to achieve the same result. A good ...
Paul Patterson's user avatar
0 votes
1 answer
75 views

I'm trying to read a PDF as MemoryStream, and copy pages from that PDF to a new one. I'm using iText PdfReader and PdfWriter. var ms = new MemoryStream(); using PdfReader pdfReader = new ...
Marwan Hashem's user avatar
-1 votes
1 answer
95 views

So I am using the libVLC Package for my .Net MAUI App to Stream some Media on an Android tablet. As a guideline i was using the libVLC Maui Sample from here: https://code.videolan.org/videolan/...
Pjottn's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1017