I'm an enthusiast programmer. I usually ask questions on Stack Overflow when I can't solve hard programming problems myself. But when I ask questions, people us
I'm trying to re-encode mp4 video with h264 (probably, idk) from my webcam to h265 for video-size decreasing with ffmpeg ffmpeg -i idiots.mp4 -c:v libx265 -vtag
I am successfully calling a SQL Server stored procedure that has a number of parameters, with the following signature: Procedure [dbo].[usp_MachineComments] (@T
I am joining two tables, or rather a query and a sub-query on multiple fields. So For each PK in the first query I can get one or more records from the second s
I am making a REST service in Rails. Here are my routes. resources :users match '/users', :controller => 'users', :action => 'options', :constrain
I've developed a lossless compression algorithm that compresses 32-bit integers (of unknown frequency/probability) to 31.95824 bits per integer (it works a lot
When trying to run a NetBeans project, I get the following error message: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test
I am trying to import a KERAS file in a docker container with a program that has the following java code sample: String weights = getFile(_modelFile).getAbsolut
Let's say I have table like this: some_id date 1 2022-02-01 2 2022-02-02 3 2022-02-03 3 2022-02-04 3 2022-02-05 3 2022-02-06 I want to get the number of rows