Search Results

Search: Posts Made By: Tyler_92
Forum: Programming 06-04-2013
5,243
Posted By Tyler_92
That works... Thanks!
That works... Thanks!
Forum: Programming 06-04-2013
5,243
Posted By Tyler_92
Symbols not found for architecture: trouble compiling with C++
Hello,
I am writing a program which relies on some heavy astronomy calculations, so I am using libnova c++ astronomy libraries => libnova: libnova (http://libnova.sourceforge.net/).
I started off...
Forum: Programming 05-06-2013
3,634
Posted By Tyler_92
Ah, I think I may have identified the problem. I...
Ah, I think I may have identified the problem. I pulled the instantiation of the TRandom1 class out of RandomDoor() and set it outside of the loop. The program still takes a very long time, but the...
Forum: Programming 05-05-2013
3,634
Posted By Tyler_92
Yes, by "loop through" I mean that iterations is...
Yes, by "loop through" I mean that iterations is 10,000. 389 is the lux factor passed to the TRandom1 class constructor. It determines the quality and time required to generate the random numbers.
Forum: Programming 05-05-2013
3,634
Posted By Tyler_92
I should have clarified, this program was written...
I should have clarified, this program was written for ROOT, which uses CINT ( a c++ interpreter). In this case, "MontyHall2(parameters)" acts as the traditional c++ main function.
I googled...
Forum: Programming 05-05-2013
3,634
Posted By Tyler_92
C++/ROOT Memory Allocation?
Hello,
I am new to C++ programming, so I'm still getting a feel for things. I recently wrote a simple C++ program (to be used as a ROOT Macro) to conduct a statistical analysis of a varied version...
10,028
Posted By Tyler_92
Separate Text File into Two Lists Using Python
Hello, I have a pretty simple question, but I am new to Python and am trying to write a simple program. Put simply, I want to take a text file that looks like this:
11111 22222
33333 44444
55555...
2,616
Posted By Tyler_92
Thanks everyone for the helpful responses! I was...
Thanks everyone for the helpful responses! I was messing around some last night, I think where I will go from here is change my loop, which looks like this:

#Stage 1 Data Mode
#$runlist_size is...
2,616
Posted By Tyler_92
That makes sense, so if I just send 24 through at...
That makes sense, so if I just send 24 through at once, the CPU will allocate the tasks automatically? Seems simple enough. I was slightly wrong in my post above, the machine has two 2.4GHz 6-Core...
2,616
Posted By Tyler_92
Multiprocessing Help
Hello all,
I recently wrote a simple script for the analysis jobs I do at work. I have to run multiple files through 5 different stages of an analysis program, the script simply runs all of the...
4,293
Posted By Tyler_92
Screen Sharing VNC Mac
Hello,
I am having some trouble using screen sharing with my Mac. There is a Mac Pro in the lab at my school, and I need to access it via screen sharing from my Macbook Pro from home. Each has Lion....
6,087
Posted By Tyler_92
Compilation Error--Undeclared Identifier
Hello, I am trying to install BBFTP software on my Mac (OS X), and am running into some compilation errors. Here is the code, the specific errors are listed after:
#include <dirent.h>
#include...
1,889
Posted By Tyler_92
Thanks! I changed the Terminal.app preferences to...
Thanks! I changed the Terminal.app preferences to Command : /bin/bash and wrote the path and environment into the .bashrc, which worked.
1,889
Posted By Tyler_92
Need Help Setting Path and Environment Varibles
Hello all, I have a Mac OS X (10.7), and I need to set environment variables and paths for some programs I will be running. I have followed instructions and searched the Web for where to do this, but...
2,816
Posted By Tyler_92
Trouble with deprecated files
I apologize if I am "over-posting" in this forum; I know little about this stuff and I have several software programs that I must install. I have found this forum to be extremely helpful. Anyways, I...
7,680
Posted By Tyler_92
I copied several .h files from my mysql directory...
I copied several .h files from my mysql directory into the proper subdirectory, and then copied "boost" over, and it was able to build successfully. Thank you for the help!
7,680
Posted By Tyler_92
Okay here is some of the code from...
Okay here is some of the code from "VDBException.h", with lines 19, 20, 43, 53, and 55 bolded:
/*
* Class for VERITAS database error exceptions.
* Can be caught as VException or VDBException.
...
7,680
Posted By Tyler_92
How do I declare boost?
Hello all,
I am trying to "make" a database system, VDB (Veritas Data Base), and when I run "make" I receive the following error:

VDBException.h:19: error: expected `)' before '*' token...
9,925
Posted By Tyler_92
GCC Makefile-Missing Separator
Hello,
I am attempting to build gcc 4.0.4 on my Mac (OS X). When I use the "make" command, it returns with something like this:

Makefile:6089: *** missing separator. Stop.

This means that at...
Showing results 1 to 19 of 19

 
All times are GMT -4. The time now is 03:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy