Runtime is the time during which a program is running (executing)
0
votes
0answers
18 views
getting a color from a database entry and applying it to a label background
I am having trouble getting the color the user picks and saving it into a database so that when they reload the program it will automatically apply to the labels background.
I have this to let the ...
1
vote
1answer
32 views
How to determine the runtime of this function
I'm having some trouble with basic runtime understanding, maybe someone can clarify for me.
How would I go about determining the runtime of this function?
I need to determine rather f = O(g) or f = ...
0
votes
0answers
26 views
c++ Binary search tree; remove: run time stack
Inside tree.H
template <class Whatever>
class Tree {
friend struct TNode<Whatever>;
long occupancy;
TNode<Whatever> * root;
unsigned long tree_count;
...
1
vote
1answer
34 views
Java: Unrar rar file with java command
I wan't to extract a rar file in java. I want to be able to choose where to extract the file as well. I have tried to find a library without any luck. So I tried to use the Runtime.getRuntime().exec() ...
0
votes
0answers
14 views
Can using /NODEFAULTLIB lead to access violations?
I'm linking against a Qt5 library, that has been compiled with the Multithreaded Debug DLL option turned on, but I really need to use Multithreaded Debug only. In order to avoid linker errors and ...
0
votes
0answers
15 views
Program moves scroll automatically to top in runtime built controls
I'm working on a project that needs to have a page with controls being repeated for the number of elements to be introduced. For example, if I need to configure 5 elements, i will have 5 rows with ...
0
votes
0answers
30 views
Change log4j properties during runtime
I've done a bit of reading on changing properties at runtime, however I'm looking to see if there are any other ways of doing it.
I've discovered that there are a couple of ways :
Manually changing ...
0
votes
1answer
15 views
Rescheduling Quartz at Runtime
We are novice quartz users at my project writing our first quartz tasks. We have our tasks running, but obviously, we want to learn about managing them, hence this question. We have them configured ...
0
votes
1answer
24 views
Android RuntimeException Eclipse
Hi everybody i'm trying to do a Unit converter but when I run it it stop and show me that
05-15 15:30:45.237: D/AndroidRuntime(333): Shutting down VM
05-15 15:30:45.237: W/dalvikvm(333): ...
-1
votes
1answer
26 views
django queryset runtime - get nth entry in constant time
I'm using multiple ways to get data from db via different django querysets,
but I would like to know the runtime for each queryset and if possible a better way (to maybe get data in constant time!!)
...
1
vote
1answer
49 views
Efficient implementation of summed area table/integral image in R
I am trying to construct a summed area table or integral image given an image matrix. For those of you who dont know what it is, from wikipedia:
A summed area table (also known as an integral ...
0
votes
0answers
30 views
Access ODBC connection SQL Server using runtime
I have an issue with running an application on Access Runtime if using SQL Server connection. Since when changing a PC, the connection settings aren't copied to the new client, I'm wondering how can I ...
0
votes
2answers
45 views
How is the validity of pointer comparisons within an array ensured?
The C standard guarantees the validity of a pointer comparison when both point to elements of the same array, but how does that typically get ensured in a system?
The compiler might let you choose ...
2
votes
1answer
38 views
About Java Access Specifier Binding
In an interview, they asked me:
When Java Access Specifier (Public, Default, Protected, Private) is bind to the Java code? Early Binding or Late Binding??
I said: Early Binding.
Then they said:
We ...
0
votes
1answer
25 views
Runtime of string concatenation checking algorithm
I wrote an algorithm to check whether or not a string is a concatenation of any number of strings in an array (while being able to use a string multiple times). I'm having trouble figuring out exactly ...
0
votes
0answers
31 views
In iOS, are there something similar to Android ANR trace log?
As the title said, I am wondered that when an App is blocked and cannot respond to user interaction, can I get the Call Stack?
Thanks in advance.
More info here: Any good ways to get useful ...
0
votes
3answers
87 views
Get list of functions in a namespace at runtime?
Is it possible to get a list of functions in a certain namespace or all functions in a program at runtime?
I have a function pointer map and I need to add commands on my own to it, but I thought: why ...
-1
votes
3answers
35 views
Exception in thread “main” java.lang.NoClassDefFoundError: javapasswords in Linux [closed]
i have code like this,
import javapasswordsdk.PSDKPassword;
import javapasswordsdk.PSDKPasswordRequest;
import javapasswordsdk.exceptions.PSDKException;
etc.............
I am getting below error, ...
1
vote
0answers
15 views
how to deselect multiple controls using CTRL Key C#
I have an usercontrol on my winform that can be multiplied dynamically. I managed to create a multi selection of usercontrols using CTRL key,but I am stack on doing the "deselection" ,one by one ...
1
vote
0answers
48 views
How can I check a running process to see what shared libraries it is using?
On Linux, I have a C++ application that is using dlopen() to load some shared libraries, but I'm suspicious that the version of the shared library being loaded is not the one I expect because my ...
0
votes
5answers
33 views
How to attach an event at runtime to all html elements of a certain type using css?
Is it possible to attach an event to an html tag with css:
input [type="text"]
{
onkeypress (dojob(this));
}
0
votes
1answer
56 views
Override method using runtime library
I need to override - (void)viewWillAppear:(BOOL)animatedfor all ViewControllers adding NSLog(@"blabla") in this method. I.e. after every call of viewWillAppear invokes implemented early realization of ...
0
votes
3answers
32 views
Create a Details Form from a GridView c#
Possibly a complex question - but here's hoping
I have a generic data grid on a single form (displays whatever table I want from a dataset) simply by swapping tables in the dataset.
I want to ...
0
votes
1answer
25 views
JQuery Datepicker at Runtime
I have search through the websites but I didn't receive a clue. I have an index page with
<script type="text/javascript">
$(document).ready(function($) {
...
0
votes
2answers
87 views
Total number of ways to write a positive integer as the sum of powers of 2 in efficient time
I've been looking at Number of ways to write n as a sum of powers of 2 and it works just fine, but I was wondering how to improve the run time efficiency of that algorithm. It fails to compute ...
3
votes
2answers
35 views
Mixing mark and sweep with reference counting
I'm designing a very simple compiler (sort of academic research) and I'm thinking on implementing a simple reference counting GC and also a Mark and sweep. The idea is that reference counting can free ...
1
vote
1answer
32 views
Compiling a class method in squeak in run-time
I would like to add a class method during run time in squeak.
I know that there is a method compile, which is defined in Behaviour class, but this one adds the new method I want to the class Instance ...
0
votes
0answers
11 views
Migrated version of an application does not require old runtime dll's
I have migrated a VC++ application from VS2003 to VS2010.After migration, I generated msi package. But when I installed the application in Windows XP or Windows 2003 Server and tried to run it, I get ...
0
votes
1answer
36 views
Throw an exception during runtime using eclipse
I'm working on an batch application right now that utilizes a class to email out any errors caught during runtime so that the support team will know the batch failed immediately. Basically, the entire ...
0
votes
0answers
12 views
enable runtime java7 in cloudfoundry
I'm trying to deploy an application framework with java_web Java7, but in start in dea.log read the message "Ignoring request, runtime not enabled for 'Java7' ".
I have read on other forums that you ...
0
votes
0answers
38 views
Values updating on debug but not on runtime
I have a weird problem to explain here. I have a wizard with multiple screens. In my first screen I am reading an XML file and its been read and its values shown/used for screens. In one of the ...
0
votes
0answers
14 views
Fields not shown in subreport when called from VB.Net 2010
I have a report with four subreports, Crystal Reports X1. The VB.Net 2010 program displays this report generally OK. One of subreports, based on extracting three string fields from a table with no ...
1
vote
3answers
53 views
Is “CLR” the same thing as “.NET runtime”?
While reading Troelsen's book "Pro C# 5.0 and the .NET 4.5 Framework", I came across those 2 terms.
I understand more or less what a Common Language Runtime(CLR) is, but is ".NET runtime" the same ...
1
vote
2answers
58 views
MVC .Net C# How can I make decisions based upon runtime values of an object?
I have the following code, which takes in two objects and returns a list of the properties that may have changed:
public static List<ConfirmRow> EnumerateFormDiffs(object dbForm, object ...
1
vote
1answer
33 views
What happens with errors on Arduino during runtime?
If using Arduino, what would it do if I used code like this:
int status;
void setup()
{
pinMode(13, OUTPUT);
}
void loop()
{
digitalWrite(13, status);
}
What would thiscode do? Would the LED ...
0
votes
2answers
70 views
C# Windows Form - How make Textbox array variable?
int iAcessorioContar = 10;
for (int iContador = 2; iContador <= iAcessorioContar; iContador++)
{
Label lblAcessorio = ...
0
votes
1answer
36 views
VB.net Create controls at runtime using class?
Hi I am looking to create controls at run time but with a bit more complexity:
I have collection of controls that I want to duplicate at runtime and then access, say:
2 text boxes
2 labels
1 ...
2
votes
1answer
29 views
Squeak: getting the source code of a method in run-time
I'm writing a small program that modifies a method during run-time in squeak.
I saw that in squeak there is a method called: getSource (Defined in CompiledMethod class), that retuns the source code of ...
0
votes
2answers
41 views
C# Windowsform - How made this code better (runtime created textbox and label) change too many ifs to repetition structure
i have code that its working but its not as i would like.
in runtime i create many new textbox/labels so i had to use 10 ifs to check each "future" textbox have textlength = 0 and != null
i would ...
0
votes
0answers
28 views
Can't Launch hadoop cluster using Runtime in EC2 Cluster(ec2 tools: command not found)
I want to use the following code to launch a hadoop cluster in AWS. But it doesn't work when this code is run on a EC2 instance.
The error is command not found for EC2 API tools. But why?
I can use ...
0
votes
5answers
147 views
C# Windows Form - How reference created in runtime new textbox/side label (also created in runtime)?
its possible for example:
form start with 1 textbox(name: textbox1) and 1 label(name: label1)
in runtime is created textbox and label (side-side) so in runtime we can have
label1 - textbox1
label2 - ...
0
votes
1answer
24 views
Export runtime value of a variable in NetBeans
I'm using NetBeans for Java programming and I want to export the value of a variable into a file, since I can't do it by copy and paste like a big array list. Is there any command to do this at ...
-1
votes
1answer
202 views
C# Windowsform - Automatically delete textbox and label if textbox.text = empty on focus leave
i have code that windows form start with only 1 label and 1 textbox, when user start type on textbox1, it crete new textbox and label down (also change location of 2 buttons and change windows form ...
2
votes
2answers
46 views
Drag multiple selected controls
I have on a WinForms Form a UserControl, of which multiple instances can be created dynamically. If I select it, I can drag it. Now, I want, if I select multiple UserControls (with ctrl + button ...
0
votes
1answer
40 views
Running time of Recursive Method
I have written the pseudo code for a method to calculate an entry in row i, col j of Pascal's triangle.
Pascal(i,j)
if(i==j or j==0)
return 1;
return Pascal(i-1,j-1) + Pascal(i-1,j)
My ...
0
votes
1answer
36 views
redis zunionstore dynamically pass the sets
I want to use the zunionstore command on sets which i define at runtime, they are fetched dynamically so i never know what the sets are that i have to pass to the function.
syntax of zunionstore:
...
-1
votes
0answers
17 views
Want to run a program which need msvcp50.dll on 2008R2 64
My company wants to move a program from an old server to a windows 2008 R2 64 bit.
I've copied the program to the new server and tested to start the program.
A dialog with the message of ...
1
vote
3answers
115 views
Runtime polymorphism in C++
I have an interface, and I was trying an example on dynamic polymorphism as follows:
#include <iostream>
using namespace std;
class foo{
public:
virtual void set();
...
9
votes
1answer
176 views
How JVM stack, heap and threads are mapped to physical memory or operation system
The compiler book(The dragon book) explains that value types are created on the stack, and reference types are created on the heap.
For Java, JVM also contains heap and stack in runtime data area. ...
0
votes
2answers
59 views
How to get the current instance of an object from a C function
I implemented a C callback in the implementation of an object which is used by a function from a private framework, so I have no control on the arguments passed to the callback. I would like to use ...




