The bin tag has no wiki summary.
1
vote
1answer
23 views
matlab histogram bin include is lower boundary
I know that matlab hist
"Input values that fall on the border between two bins are placed into the lower valued bin; that is, each bin includes its upper boundary."
...
2
votes
1answer
46 views
R - Cut numeric vector into bins using closed and open intervals
Using the cut() function I know how to take a numeric vector and bin it according to semi-open intervals
(0, 10], (10. 19], (19, 20], (20, 26], etc...
or
[0, 10), [10, 19), [19, 20), [20, 26), ...
0
votes
0answers
52 views
ggplot2: Histogram with custom binwidth and log scale
I have the following code
library("ggplot2")
library("scales")
set.seed(100)
df <- data.frame(test = rexp(1000, 1))
p <- ggplot(df, aes(x = test)) + geom_histogram(colour="black", ...
5
votes
3answers
58 views
Why do I have so many CLASS files in bin folder?
I have a Java project operated in Eclipse with the main executable file called GreatPlaces.java. In my /bin folder, I would assume to have just one CLASS file called GreatPlaces.class. However, I have ...
0
votes
2answers
97 views
BaseGameUtils\bin missing when implementing Google Play Game Services leaderboard
I am trying to implement the Google Play Game Services leaderboard found here. I imported the library BaseGameUtils, made it a library and added it to my main project. But there is a little red X ...
0
votes
0answers
13 views
Displaying structs in descending order from bin file
I am writing structs to file; each with a string(for name) and an int (score) as below. I am displaying them in the order that they were saved in. What methods can I use to display them in descending ...
1
vote
3answers
45 views
R cut out low frequency bins
I am trying to plot the frequencies of different journals in a list of research papers I fetched. Each row in my data frame corresponds to a paper, for which I have the associated journal.
I did the ...
0
votes
1answer
30 views
Where is my netbeans bin folder?
Im using netbeans 7.3 to program java, but I don't know where the bin is to save images and stuff like that. Could anyone tell me?
0
votes
1answer
47 views
How do I install latest/later gcc on cygwin?
Is there somewhere where I can just download the latest gcc.exe binaries for Windows and place them inside /bin, just like other compilers (bcc/msc)?
I'd try not to touch ...
1
vote
1answer
35 views
Negative numbers of bins
I have the following code that returns the values of a histogram:\
[a,b]=hist(x(:),unique(x));
Since I have negative values in x, I get for instance the value -3, and thus get an error, since the ...
-1
votes
0answers
39 views
Find the optimal box for a given set of items (3D) [closed]
Given some three dimensional boxes (with lenght, height and width) and a set of Items (sizes also given), I am trying to find the smallest box, in which all items fit.
Im looking for an efficient ...
3
votes
2answers
106 views
How I can execute a Batch Command in C# directly?
hi i have a question to c# and batch files. I want do execute a batch command and save the output in a string in c#. but i can only execute the file but not save this content in a string and show this ...
0
votes
1answer
78 views
Find the optimum number of non uniform bins
R - Problem: to find the optimum number of non-uniform bins to show a range of data points.
I have a bunch of data points (let us assume different prices of different mobiles). I need to categorize ...
0
votes
3answers
60 views
read signed int from a bin file in C gives me wrong results
I want to read data from a .bin file. Actually If I preview the data of my bin file I see something like this:
0000000 3030 3030 3030 3730 300a 3030 3030 3030
0000010 0a35 ...
0
votes
1answer
36 views
bin/group numeric vectors of different length
I have numeric vectors with different lengths, ranging from 300 to 500. I would like to 'normalize' them to a length of 100, i.e. for a vector of length 300 I take the mean of 3 values, for a vector ...
0
votes
1answer
30 views
IntelliJ: how to access files in bin-directory?
I'm currently working on a project in java1.6 where I need to read out a .txt-file.
the line of code looks like this:
l = new Lexer("bin/test.txt");
the file test.txt is located in the directory ...
-1
votes
1answer
78 views
Exact algorithm for bin packing [closed]
I am working on some heuristic algorithms for bin packing and want to have some references to compare these with each other. Is there any exact algorithm implementations for small number of bins in ...
0
votes
0answers
24 views
How to fill in VC++ directories properly
I am having a very general problem. I am currently trying to use a library through Visual Studio 2010. After building with Visual Studio, I am left with the following directory tree:
bin
win32
...
0
votes
1answer
20 views
Converting a binary string to a binary number as to perform binary arithmetic
In Python 2.7 I am trying to a covert a String, eg '1001' to the binary number '1001' so that I can perform binary arithmetic on it.
Specifically I want to add bin(1) and left shift the binary ...
0
votes
1answer
55 views
Rails, Redis, Linux bin file error
i am attempting to get redis-server running in my rails app. i am following this post here (the version numbers are a little outdated) but it seems from the error i am getting
...
-1
votes
1answer
118 views
Compiling C code into a .bin file in Visual Studio 2012 Express
I was wondering if there was a way to set the compiler to compile my code into a .bin file which only has the 1's and 0's, no hex code as in a .exe file. I want the code to run on the processor, not ...
1
vote
1answer
40 views
Overfilled bins in R
I have a DF called "data" about 10 000 rows long (for the sake of illustration we'll say 10 000). I have a numerical column called "SimDelta" which I want to put in to 4 categories (0-0.25, ...
0
votes
2answers
105 views
Bin packing bruteforce method
I need to make program that solves bin packing problem, but I already made first fit and greedy algorithms, but my lecturer says in some cases it won't find the minimal solution to the problem. So i ...
0
votes
1answer
90 views
IIS 7.5 is not looking in bin folder for .dll's
I have an issue with my new web server. Because it goes across a really slow WAN connection, I've installed VS2012 on the server and pointed the source folder to C:\Src. This way I don't have to ...
0
votes
1answer
75 views
How do I programmatically delete a defect in the Rally recycle bin using ruby?
I'm able to delete defects in Rally v12.4 using a Ruby script and the Rally Rest API. The defect then goes into the Recycle Bin. How do I remove it completely?
If you must know...I'm importing data ...
0
votes
1answer
70 views
Bash script ignores arguments when in /bin
I have this bash script that I can pass up to three arguments to. It works like a charm when I call it from the directory ./script -h but when I copy the same file to /bin and call it from anywhere ...
0
votes
1answer
139 views
How do I reinstall a directory in /usr/bin/python [closed]
I have researched this for hours to no avail.
I think I deleted my directory at /usr/bin/python when I installed python 3 because I get this error: -bash: /usr/bin/python: No such file or directory.
...
1
vote
1answer
152 views
c++ histogram bin sorting
I am writing a function to clone the Histogram functionality of the Data Analysis Add-In in Excell. Basically, an input of sample data is provided, and then the bin ranges as well. The bin ranges must ...
0
votes
0answers
153 views
Using directive in App_Code .cs file directed towards DLL in a subfolder inside /bin
:)
I'm trying to make some kind of shared code "repository" so I don't have to copy the files to around 20 projects or something I'm having to maintain.
Environment: Win7, IIS 7, VS2010, ASP.NET 4.0 ...
0
votes
0answers
111 views
Divide an array into bins
I have a file.dat with three columns (x,y and z) like this:
2.89e+13 1.56 5.78
4.76e+12 7.12 2.35
2.01e+10 4.53 7.23
........ .... ....
I would like to divide the x array into three bins ...
0
votes
1answer
152 views
ASP.NET Hosting multiple website under same folder with same domain
I'm wondering how to host multiple websites under same folder. example:
www.mydomain.com/apps/app1
www.mydomain.com/apps/app2
www.mydomain.com/apps/app3
each of them is different app with separated ...
0
votes
2answers
78 views
Where to store component DLLs?
I'm currently migrating a VB.NET website to a VB.NET Web Application. Previously I would store all the component DLLs (3rd party class libraries) in the bin folder and they would get compiled at run ...
1
vote
3answers
75 views
Nullpointer exception on activity launch
I have an error in the perfectly running app before. The snapshot shown here came after i cleaned the project. The android code is perfectly right to my best knowledge.
package ...
1
vote
3answers
207 views
What is the difference between the apk file in the bin folder and the apk file created through the Export option in Eclipse?
What is the difference between the apk file in the bin folder and the apk file created through the Export option in Eclipse?
For debugging purposes, can I directly use the file in the bin folder? Or ...
0
votes
1answer
49 views
Is bin folder necessary to upload in domain?
I have just uploaded my web application in my domain. Is bin folder also necessary to be uploaded in Domain ??
2
votes
2answers
57 views
Compiling coffee binaries
If I'm writing my entire project in CoffeeScript, how do I write my "binary" files?
#!/usr/bin/env coffee
# My program sits here
Then, once compiled, I loose the shebang:
// Generated by ...
0
votes
0answers
403 views
bin/sh: 1: arm-eabi-gcc not found
I'm trying to compile a linux kernel by cross compile method. After solving a lot of problems, i have this one:
/bin/sh: 1: /home/oc2/prebuilt/linux-86X/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc: not ...
0
votes
0answers
55 views
Can I recover my .bin in an Eclipse project?
I opened up Eclipse, and then I opened up my projects bin folder so I could see the names of the files that I was going to implement, when Eclipse said that it is unable to create the workspace where ...
0
votes
0answers
48 views
Assigning a binary values to a list of variables in file
I have 10 variables. Each variable can take either TRUE or FALSE. So, there are 2**10 combinations we can get. I have assigned binary values to each combinations. Now, I want to assign the bit values ...
0
votes
1answer
50 views
Visual C++ compiler bitwise and numeral format
Reall don't undestand.
In VC++ 9 trying such stuff:
int base = 0010;
Then in debugger I see, that it's equal to 8 in dec. I don't understand...
As I though, that If I explicity use 000 before ...
0
votes
2answers
53 views
Location of windows command prompt command files
In Unix, the terminal commands are in /etc folder. Similarly, I'd like to know where the command files of Windows are located eg., mkdir, cd, etc. Thanks in advance.
7
votes
2answers
89 views
Installing Java 3D onto Eclipse
I have already set my variable paths to include the bin and lib file for j3d. When I open eclipse, I have to manually build path->configure build path->add jars and add all the .jar files for every ...
0
votes
2answers
255 views
Obtain the .bin file in android program
I put the .bin file in assets of android. I want to read it. I use this root:
fis = new FileInputStream("x:" + File.separator + ...
0
votes
3answers
301 views
How can it be two AndroidManifest.xml files on a single android project
I learned that in every project we have only 1 AndroidManifest.xml file.
BUT I found two of the same file name !!
One is in the root folder, and the other is in the /bin folder...
How come, and what ...
0
votes
0answers
50 views
Installing a bin file by taking input from a properties file
I need to insatll an bin file in UNIX which requires user interaction for giving some user id , path, sid etc. All these information is stored as a properties file in the same location.
So if i give ...
0
votes
1answer
75 views
Full range of values - matlab
I have got the following results after using [h, bins] = hist(H) in matlab:
h =
221 20 6 4 1 1 2 0 0 1
bins =
Columns 1 through 7
8.2500 24.7500 ...
0
votes
1answer
42 views
How to pass parameters to myscript.sh which I need to execute using '/bin/bash'
How to pass parameters to myscript.sh which I need to invoke using '/bin/bash' as below
/bin/bash -c myscript.sh
2
votes
2answers
285 views
Loading class from bin folder
I would like to use .class file from bin folder in my code - convert it to bytes, but have no idea how to get to it. I have bin/example.class and I need to load it and check how many bytes does my ...
2
votes
3answers
176 views
Linux script cp changing file name
I'm trying to make a sort of recycling bin. I have a delete function which sends the selected file to the recycling bin and adds the location of the directory it was stored in to the file. The problem ...
2
votes
1answer
88 views
The include, bin, and lib directories for cygwin gcc/g++ compilers
I'm trying to install a programming library onto Cygwin, and I have all the things I need except that I don't know where to put the include, bin, and lib files that the library uses. I've tried ...



