Questions tagged [binaries]

* Compiled computer programs are sometimes called "binaries". Instead of this tag, use [tag:executable] for this sense.

191 questions
1
vote
0 answers

Why does no one on earth use the fixed file info file date?

Finalizing the version information written in a Windows binary exe, I found out that the field FileDate in FIXEDFILEINFO in file resource is always set up as 0. This FileDate field is given in FILETIME format. At first I thought it strictly means…
antonio-fr
  • 54
  • 5
1
vote
1 answer

How to Replace some binaries occurrence between two sequence regardless the content with PERL?

i want to replace some occurrence in a bin file. for exemple file.bin content : 0A0A0A0A954654370B0B0B0B 0A0A0A0A453426540B0B0B0B I want to modify the content between 0A0A0A0A and 0B0B0B0B without care of the original content and replacing…
Labure
  • 11
  • 1
1
vote
2 answers

Eclipse, how to include dll's with project?

I only know how to include libs in eclipse, but with API's like irrKlang and SDL you need to have SDL.dll present at all times (or irrKlang.dll) how do you include this in the building of an application?
nobody
  • 61
  • 1
1
vote
2 answers

Git migration from one server to other by skipping binaries(jar)

I want to migrate Git repository to new server. But new server has restriction that blocks user from uploading binary files. The old repository contains some jar files. I am ok if these jar files wont uploaded to new git repository. I am using below…
Ajay Nikam
  • 279
  • 5
  • 18
1
vote
1 answer

Can you just store binaries?

We are using Artifactory Enterprise and, in addition to "normal" usage, we would like to just store some binaries in Artifactory. This is so we can limit egress and pull the binaries from Artifactory instead of the general Internet. Is this…
Ted Wise
  • 166
  • 1
  • 5
1
vote
2 answers

Error while integrating sonar maven - fxcop and source monitor plugins

I installed Maven, Sonar and the respective plugins for .net projects. I am able to build my project using Maven too. When i run, mvn dotnet:compile - build success Similarly, coverage, cpd, clean, package, unpack succeed too. But, when i run mvn…
pavanred
  • 12,717
  • 14
  • 53
  • 59
1
vote
1 answer

How can Godot add Code to Export Templates

One feature that I find impressive about the Godot Engine is how it is so lightweight and quick to compile. I realize that Godot exports using its precompiled export templates but I am confused about how it does so. I am working on macOS so that's…
James51332
  • 164
  • 11
1
vote
2 answers

Load time of a binary in linux

I have a general "feeling" that applications open faster on Windows than on Linux. I know this is too vague/non-scientific but if I were to compare load time of an application e.g. VLC on Windows and Linux how would I go about ? Also, I would like…
Jamil
  • 2,150
  • 1
  • 19
  • 20
1
vote
0 answers

What do the files in bin folder actually used for?

I am currently working on a node project that requires eslint as a dependency. Hence, a file named eslint and eslint.cmd was created automatically in the root_directory/node_modules/.bin folder. The content of the eslint file is - basedir=$(dirname…
wrogn
  • 71
  • 1
  • 6
1
vote
0 answers

How to resolve pyinstaller executable import error "Exception Value: type object 'spacy.syntax.nn_parser.array' has no attribute '__reduce_cython__'"?

I have created a exec using pyinstaller but when i execute it i get the error: Django Version: 1.8 Exception Type: AttributeError Exception Value: type object 'spacy.syntax.nn_parser.array' has no attribute '__reduce_cython__' Below is my Spec…
Rahul Anand
  • 523
  • 1
  • 7
  • 20
1
vote
0 answers

Pyinstaller executable giving error on start

I am able to build a exec using pyinstaller but on executing the file using command "q_c runserver localhost:8000" is giving me error "ImportError: No module named 'django.core.management.commands'" My pyinstaller command: pyinstaller --onefile…
Rahul Anand
  • 523
  • 1
  • 7
  • 20
1
vote
1 answer

how can I resolve following error while setting up Spark

I am setting up Spark framework. I did put winutils.exe in C:\hadoop\bin folder and updated the binaries by editing the PATH variable. Still when I launch Spark, I get following error. Could not locate executable null\bin\winutils.exe in the…
user4628567
1
vote
2 answers

Adding binaries to other peoples conan recipes

I'm using given conan packages gtest/1.8.0@bincrafters/stable boost/1.66.0@conan/stable log4cplus/2.0.2@bincrafters/stable` and clang (version at least 6.0). While first two packages has binaries for clang 6.0, log4cplus doesn't (last is clang…
T4ng10r
  • 727
  • 2
  • 11
  • 21
1
vote
2 answers

How does the same source code generate binaries for different platforms?

Many multi-platform applications seem to have common source code. How do builds generate platform specific binaries? Is it possible to build say, a windows binary on linux or mac?
roshanvid
  • 793
  • 6
  • 21
1
vote
1 answer

Eclipse : no binaries generated

Eclipse: After cleaning and building a error free project no binaries generated even though project is successively built. I cant debug the project without binaries. The problem is same for all projects I built in Eclipse. I have already refresh the…