text stringlengths 8 267k | meta dict |
|---|---|
Q: Passing in an Object to an abstract type's constructor in C++ I'm trying to create CnD_Message_Handler of parent type i_MessageHandler. i_MessageHandler constructor takes a i_MessageFactory, another abstract class. CnD_Message_Factory inherits from i_MessageFactory. When I try to instantiate the CnD_Message_Handler,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636611",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: JVM Fatal Error in native code, Not sure what to do I'm developing a game in Java using LWJGL. Along with the main game, I'm developing a few Swing-based applications (a launcher, a configuration editor, and a map editor).
When I run the launcher, I sometimes (about 10% of the time) get a fatal JVM crash. It's very ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636614",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: WPF Broken edges I’m experiencing a rather strange problem with WPF. When I place buttons on a form they look fine in design time, they look fine on windows XP but when the application is run on windows 7 the edges become broken.
Here is a screen shot of the normal icons (XP and design time)
And here is one with th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636615",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: rails 3 jquery button_to remote json not decoding I'm using jQuery in a rails 3.1 project. I use a button_to with :remote => true :
<%= button_to "View Examples", "#{requisition_assign_path(@req.id, category_row.id)}?show_examples=1", :remote => true, :method => 'get' %>
This gets to the server fine, and is handled... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636618",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: cxfreeze (or equivalent) and cross build? Is it possible for cx_freeze (or any other tool with the same purpose) to cross build binaries? I.e. build Windows binary on a Linux PC? Or is this too much to ask?
I tried with cx_freeze and got the following:
cx_Freeze.freezer.ConfigError: no base named Win32GUI
Thank... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636619",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: jquery dynamic href based on user_id I have typed up this little Jquery to dynamically append the href of my billing page based on the users id.
It doesn't seem to be working tho? Hopefully someone can point out my mistake.
Thanks in advance for your help and code snippets.
$individualpage="billing".$_SESSION['user_... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636620",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Hashing gone wrong I'm using the same function to hash values for comparison during login as I am to hash the passwords when users register:
Public Shared Function Compute(ByVal text As String, ByVal algorithm As String, Optional ByVal salt() As Byte = Nothing) As String
If salt Is Nothing Then
Dim saltS... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636629",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Open web browser on launch of App I need to know how to have an iphone app do nothing but open the web browser as soon as it starts. I know the code needed to open a broswer.. its
NSURL *url = [NSURL URLWithString:@"http://www.google.com"];
[[UIApplication sharedApplication] openURL:url];
My problem is I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636630",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cisco Phone Status ASP.NET integration We're trying to find a way to retrieve information about when an employee is currently on the phone.
The phones we use are Cisco IP Phone 7945 brand with CallManager 7.1.30000-1 and we were wanting to integrate it with asp.net. We want to be able to know when an employee's pho... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636635",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: large matrix computation I write a simple code in C++ and I compile it with g++ on linux ubuntu 11.04 and I don't get any errors but when I run the executable file, I get this error "segmentation fault".
I know that my code has no problem and tHat this error is related to the compiler.
Can somebody help me?
My code... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636638",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "5"
} |
Q: How do you select an image that was just pasted to MS Word via VBA Just pasted an image to MS Word in VBA using the following
wordApp.Selection.PasteSpecial DataType:=wdPasteMetafilePicture, Placement:=wdInLine
My thinking is to move one char left and then select next object, but I don't know how to do this.
EDIT:
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636645",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "5"
} |
Q: Search Form Not Working In Production For some reason my search form is not working correctly when my app is launched, in the localhost its working without a problem but when I go to use the search on the launched app the search seems to be broken. I can't figure out why, I followed the Railscasts Simple Search Form... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636657",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "3"
} |
Q: Why might CorelDraw's publish to pdf feature produce different size files depending on which group the executing user account is in? As part of a project I am developing a web service to convert CDR files to PDF. I am using c# to trigger CorelDraw's publish to PDF feature. The conversion is run as a command line uti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636666",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to load the layout at runtime in Magento? I know that we can design the layout in *.xml then in the action just invoke loadLayout, and renderLayout to render the blocks/views.
But, I have a question is:
- How can I load the layout at runtime?
If we have an action which does not really design its layout and will... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636670",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Selenium tests not getting executed on Eclipse I am trying to login to our company product site via selenium.I am able to do it via the Selenium IDE. And this is the code that the IDE exports using JUnit4(Remote Control):
package com.beginning;
import com.thoughtworks.selenium.*;
import org.junit.After;
import org.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636673",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to update variable dynamically within Rails app I am writing my first Rails app using the twitter gem. I'm simply retrieving search results and trying to cycle through them individually every 5 seconds or so.
My thought was to create a variable and have this variable represent the array index and simply update ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636679",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Configure Zookeeper zoodiscovery centralized and replicated mode I have a problem configuring Zookeeper to work with zoodiscovery mode centralized and replicated. The guide at http://wiki.eclipse.org/Zookeeper_Based_ECF_Discovery is a little mysterious about that.
I'm working on Windows XP SP3, Java JDK 1.6, Eclipse... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636686",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Eclipse/Win7 - Scrolling in Content Assist with mouse without focus Recently switched from Linux to Windows for development in Eclipse Indigo SR1. In Linux, if I Ctrl-Space'd to open a Content Assist window, I could immediately start scrolling with the mouse wheel (with the cursor over the Content Assist window of... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636687",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a force flag in windows azure to change the role size? I tried to change the role size (upwards) in an Azure role and got the following error after uploading
"The role size specified for role 'Website' in the newly uploaded package differs from the role size for this role in the currently deployed service.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636689",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "7"
} |
Q: Get Path and Filename from Camera intent result I want to make a picture with the camera intent and save it to the default DCIM folder. Then I want to get the path/filename where the picture is stored.
I am trying it with the following code:
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
startActivityF... | {
"language": "en",
"url": "https://stackoverflow.com/questions/7636697",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "18"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.