Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [bin]

"Bin" is short for binary. It generally refers to the built applications (also know as binaries) that do something for a specific system. In SO "bin" can refer to a standard directory name where one put all the binary files for a program. This would be the executable itself and any dll's that the program uses.

-1 votes
0 answers
12 views

extract third party libraries names and versions used in BIN files

I am having an issue trying to extract third party libraries from bin files and lost on how to go on this. A bit about my background: I am junior software engineer (FULL-STACK javascript) and i didn't ...
RET URN's user avatar
  • 15
0 votes
1 answer
161 views

Composer file_put_contents(C:\ProgramData\ComposerSetup\bin): Failed to open stream: Permission denied

Im trying to install breeze on my Lara Project with composer require laravel/breeze --dev but it show up I already browsing in internet and doing all solution that i found, i grant permission on File ...
OKTA GABRIEL SINSAKU SINAGA Ma's user avatar
0 votes
1 answer
72 views

Qemu does not emulate ast2600-evb from binary file: failed to read the initial flash content

I have to emulate IPMI system for super server SYS-110P-WTR. To reach this target, I tried to repeat experience of these people. I installed qemu-9.0.0, and tried to do this command: qemu-system-arm -...
Alex Povarski's user avatar
0 votes
0 answers
33 views

bash api script doesn't recognize variables [duplicate]

I have following script to change the firewall rules of one of my cloud servers. The variables API_TOKEN and FIREWALL_ID are converted, but PUBLIC_IP doesn't get converted - it stays PUBLIC_IP, not 1....
user24882651's user avatar
0 votes
0 answers
42 views

Why isn't my chunk loading and unloading function working

Here's my code for chunk loading, unloading, the update world function, and voxel stuff void generateVoxels(Chunk *chunk) { chunk -> voxels = (Voxel *)malloc(sizeof(Voxel) * CHUNK_SIZE * ...
Tesseract's user avatar
0 votes
0 answers
35 views

How to Set a Permanent PATH for npm on Unix/Linux Systems

I've encountered an issue with npm not working properly in my Unix/Linux environment. To temporarily resolve the issue, I executed the following command in my terminal: export PATH=/usr/local/bin:/usr/...
Jerome Kansas's user avatar
4 votes
1 answer
63 views

Fill bins with no coverage with 0

I need to generate a heatmap with the average coverage of positions within a bin from a determined number of bins, regardless of the number of bases in a transcriptome within each bin. In other words, ...
ZieX's user avatar
  • 41
0 votes
1 answer
183 views

How to remove specific images / cameras from colmap 3D Poincloud | Clean Colmap

How can i remove already registered images/ cameras from colmap 3D Pointcloud. When i run Colmap to reconstruct a 3D Scene i get the following folder output: database.db, sparse >> 0 >> ...
JohannesDev's user avatar
1 vote
0 answers
16 views

How can I prevent Heroku corrupting / changing my .bin file when uploaded?

I am trying to upload a node.js project to Heroku, it includes .bin files that represent weightings for an image segmentation model. When these files are uploaded to heroku they are being changed. I ...
Matthew Speechley's user avatar
-1 votes
1 answer
63 views

rebin an array in python to have at least N counts in each entry

I have an array as: A = [1,8,2,6,4,8,1,0,1,6,7,3,1,4,9,1,2,1,2,1,1,2] and I'd like to rebin/group it into a smaller size array, which has at least a value of 10 in each entry, i.e.: A_reb = [[1,8,2],[...
urgeo's user avatar
  • 643
1 vote
2 answers
47 views

Binning in R with NA Group

I've been using the following function to create even bin variables: ## Even Bins Funtion evenbins <- function(x, bin.count = 5, order = T) { bin.size <- rep(length(x) %/% bin.count, bin.count)...
rbenzoj's user avatar
  • 21
0 votes
0 answers
58 views

To retrieve ECU software number form tune file

Is there anyway to retrieve ECU software number from tune file using php programming languages. Example of the ECU software number: SW upg.: 3FAL2000 Any clue will be appreciated from ECU file Expert ...
Rony's user avatar
  • 1
2 votes
1 answer
354 views

How to visualize multiple point-cloud files as video using Open3d?

I use open3d to visualize the pointclouds (*.bin) and the predicted bounding boxes (code below, https://github.com/shangjie-li/pointpillars/blob/master/utils/open3d_vis_utils.py). The code shows the ...
Abbas's user avatar
  • 97
1 vote
2 answers
115 views

How to stop bash script after I click cancel on zenity progress window

I'm writting a script using bash script, in this code I have a process that runs together with a zenity progress bar. What is happening is that when I run it, and try to cancel the operation, it will ...
samueldelorenzi's user avatar
0 votes
0 answers
42 views

Using cmake to output a bin directory

I'm looking to use pdf2image to convert pdfs to images, and I'm having a bit of trouble getting poppler-utils to function with that library. I was informed I'd need to use cmake in order to generate ...
Jaheen's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
52