PostId
int64
13
11.8M
PostCreationDate
stringlengths
19
19
OwnerUserId
int64
3
1.57M
OwnerCreationDate
stringlengths
10
19
ReputationAtPostCreation
int64
-33
210k
OwnerUndeletedAnswerCountAtPostTime
int64
0
5.77k
Title
stringlengths
10
250
BodyMarkdown
stringlengths
12
30k
Tag1
stringlengths
1
25
Tag2
stringlengths
1
25
Tag3
stringlengths
1
25
Tag4
stringlengths
1
25
Tag5
stringlengths
1
25
PostClosedDate
stringlengths
19
19
OpenStatus
stringclasses
5 values
unified_texts
stringlengths
47
30.1k
OpenStatus_id
int64
0
4
5,470,956
03/29/2011 10:16:27
676,462
03/25/2011 09:43:21
1
0
error in delete function of alarm app in iphone..
My App crashes whenever I press Delete button from simulator in iphone..i have copied some code from my projct here, pls solve the bug of delete if possible. ----------------------------------------------------------------------- EnableAlarm.h file ------------------------------------------------------------------...
iphone
null
null
null
null
06/04/2011 08:58:45
too localized
error in delete function of alarm app in iphone.. === My App crashes whenever I press Delete button from simulator in iphone..i have copied some code from my projct here, pls solve the bug of delete if possible. ----------------------------------------------------------------------- EnableAlarm.h file -----------...
3
3,615,509
09/01/2010 06:26:04
436,654
09/01/2010 06:22:17
1
0
suggest me some good call recording software for Cisco?
kindly suggest me some good software in online which is good in call recording for Cisco.
call
voip
cisco
recording
null
09/01/2010 10:23:17
off topic
suggest me some good call recording software for Cisco? === kindly suggest me some good software in online which is good in call recording for Cisco.
2
9,573,818
03/05/2012 20:53:47
553,801
12/25/2010 11:45:09
641
32
Rubyracer (V8 for Ruby) performs really slow
So, I have a TCP server in eventmachine and therubyracer is used as a way to pre-pend operations (like filters or extensions) to the server. It all works charming when the server is not receiving a lot of data, but when it's being flooded (it is required sometimes) it becomes really slow. So, I did a small benchmark...
javascript
ruby
v8
eventmachine
embedded-v8
null
open
Rubyracer (V8 for Ruby) performs really slow === So, I have a TCP server in eventmachine and therubyracer is used as a way to pre-pend operations (like filters or extensions) to the server. It all works charming when the server is not receiving a lot of data, but when it's being flooded (it is required sometimes) it b...
0
3,398,172
08/03/2010 15:40:01
52,031
01/06/2009 13:05:52
179
5
[ASP.Net] DataPager jump back to first pages
I have a strange problem that I don't understand about DataPager. After changing the page set (pages 6 - 10 for example), and clicking on a page (6, 7, 8, 9 or 10), it will displa to the first set of pages counting from 1 again. Let me explain. I have a ASP.Net page with Listview and DataPager. <asp:ListView...
c#
asp.net
datapager
null
null
null
open
[ASP.Net] DataPager jump back to first pages === I have a strange problem that I don't understand about DataPager. After changing the page set (pages 6 - 10 for example), and clicking on a page (6, 7, 8, 9 or 10), it will displa to the first set of pages counting from 1 again. Let me explain. I have a ASP.Net page ...
0
7,829,038
10/19/2011 22:34:18
893,659
08/14/2011 06:21:22
6
0
Two Active Users One Desktop
I have been playing with the idea of building a single computer that can support specifically two users at a time while both users are playing a game. The two people who I have asked who have built computers before have essentially said my idea was stupid and that I was trying to do something that computers aren't supp...
user
desktop
multiple
null
null
10/20/2011 05:30:20
off topic
Two Active Users One Desktop === I have been playing with the idea of building a single computer that can support specifically two users at a time while both users are playing a game. The two people who I have asked who have built computers before have essentially said my idea was stupid and that I was trying to do so...
2
7,030,605
08/11/2011 17:57:38
846,622
07/15/2011 14:23:31
1
0
Ubuntu firewall to accept specific program
Windows firewall allows to specify a program that will accept inbound connections no matter on which port(s) is listening (instead of specifying the port(s) to allow for that program). Is this possible in Ubuntu with the default firewall? How? Thank you, George
ubuntu
firewall
null
null
null
08/11/2011 19:31:45
off topic
Ubuntu firewall to accept specific program === Windows firewall allows to specify a program that will accept inbound connections no matter on which port(s) is listening (instead of specifying the port(s) to allow for that program). Is this possible in Ubuntu with the default firewall? How? Thank you, George
2
1,541,157
10/08/2009 23:47:45
357,024
08/09/2009 03:28:54
757
20
Finding software development contracts
For the last few years I've been working as a self-employed software developer. Doing various gigs as they came my way. For the most part I've been fairly lucky, as my own personal network has yielded all the work I need to sustain myself and then some. As I said, I've been *lucky* to get all my contracts, I haven't ha...
employment
contracts
not-programming-related
null
null
05/02/2012 17:29:29
off topic
Finding software development contracts === For the last few years I've been working as a self-employed software developer. Doing various gigs as they came my way. For the most part I've been fairly lucky, as my own personal network has yielded all the work I need to sustain myself and then some. As I said, I've been *...
2
11,126,377
06/20/2012 19:00:43
1,152,500
01/16/2012 19:01:59
151
2
Learn Web services in java
I am new to Java web service and need to be familiar with REST and SOAP based web service for my project. Can you please refer any book or any online tutorial link regarding it?
java
web-services
rest
soap
null
06/21/2012 07:35:34
not constructive
Learn Web services in java === I am new to Java web service and need to be familiar with REST and SOAP based web service for my project. Can you please refer any book or any online tutorial link regarding it?
4
5,313,198
03/15/2011 14:27:05
292,412
03/12/2010 14:49:57
153
13
Efficiently Reorganize or Reference Large Data in MATLAB
I am currently bringing large (tens of GB) data files into Matlab using memmapfile. The file I'm reading in is structured with several fields describing the data that follows it. Here's an example of how my format might look: m.format = { 'uint8' [1 1024] 'metadata'; ... 'uint8' [1 500000] 'mydata' }; ...
memory
matlab
data-structures
performance
large
null
open
Efficiently Reorganize or Reference Large Data in MATLAB === I am currently bringing large (tens of GB) data files into Matlab using memmapfile. The file I'm reading in is structured with several fields describing the data that follows it. Here's an example of how my format might look: m.format = { 'uint8' [1...
0
11,281,769
07/01/2012 12:00:19
1,494,211
07/01/2012 11:41:11
1
0
.load() works in IE and dreamweaver preview, but no opera and chrome
Cant get this code to work in chrome, which is essential since I'm developing for android. Can anyone see the error? I just want to load 'page1.html' into '#container1'. Should be easy and it was working before. But I have tried rebuilding the code from scratch and I can't see what the error is. <!DOCTYPE htm...
javascript
jquery
ajax
google-chrome
load
null
open
.load() works in IE and dreamweaver preview, but no opera and chrome === Cant get this code to work in chrome, which is essential since I'm developing for android. Can anyone see the error? I just want to load 'page1.html' into '#container1'. Should be easy and it was working before. But I have tried rebuilding the...
0
9,633,135
03/09/2012 11:15:42
899,039
08/17/2011 16:21:24
174
7
MIgradoc Bullet list (holes)
In my Solution i am using bulletholes in PDF creation. it looks sometihng like that : - TestTestTestTestTestTestTestTestTestTestTest TestTestTestTestTestTestTestTestTestTestTest - TestTestTestTestTestTestTestTestTestTestTest TestTestTestTestTestTestTestTestTestTestTest - TestTestTe...
c#
pdfsharp
migradoc
null
null
null
open
MIgradoc Bullet list (holes) === In my Solution i am using bulletholes in PDF creation. it looks sometihng like that : - TestTestTestTestTestTestTestTestTestTestTest TestTestTestTestTestTestTestTestTestTestTest - TestTestTestTestTestTestTestTestTestTestTest TestTestTestTestTestTestTestT...
0
11,503,951
07/16/2012 12:06:42
1,425,804
05/30/2012 10:37:17
1
0
how to parse html format data over HTTPS Url in iPhone
I am trying to parse data over https://abcdjkk.html url. But i am not getting any response. Please help me weather i have to use any key to get data over secure URL. If any iDea please share with me. Thanks in advance.
iphone
ios
ipad
null
null
07/17/2012 15:59:07
not a real question
how to parse html format data over HTTPS Url in iPhone === I am trying to parse data over https://abcdjkk.html url. But i am not getting any response. Please help me weather i have to use any key to get data over secure URL. If any iDea please share with me. Thanks in advance.
1
5,858,701
05/02/2011 14:56:27
577,841
01/16/2011 21:51:58
83
1
android: IPC remove listener
I used this [tutorial][1] to create my own :remote service. It works, but with one problem: I can't remove listener. The trace is: onServiceConnected add listener: net.ServiceGP$1@44930168 (from my main activity, when I do the following: startService(i); bindService(i, serviceConnection, 0); Then fo...
android
service
remote
ipc
null
null
open
android: IPC remove listener === I used this [tutorial][1] to create my own :remote service. It works, but with one problem: I can't remove listener. The trace is: onServiceConnected add listener: net.ServiceGP$1@44930168 (from my main activity, when I do the following: startService(i); bindService(...
0
9,338,761
02/18/2012 05:09:00
529,160
12/03/2010 09:21:44
103
1
Why the evaluateJavaScript works only once?
I am writing an crawler to crawl images, which needs to programmatically click a menu to turn to the next page. Here is my code whenever a page finish loading: public slots: void nextPage() { mainFrame()->evaluateJavaScript("readweb.nextPage()"); } After click, the mainFrame should l...
qt4
webkit
pyqt
web-crawler
qtwebkit
null
open
Why the evaluateJavaScript works only once? === I am writing an crawler to crawl images, which needs to programmatically click a menu to turn to the next page. Here is my code whenever a page finish loading: public slots: void nextPage() { mainFrame()->evaluateJavaScript("readweb.nextPage()...
0
2,435,036
03/12/2010 18:53:36
468,508
02/25/2010 19:19:21
26
3
print css: fit in one page
In my page there's only one image. Kind of 1500x3000 px. <br /> In the printer, I need that this image's maximum width to be the width of the page, so I did: width 100% in the css, and it works. <br /> But the height... the old bullshit of height 100% will never work. Because it always will be 100% of the parent cont...
css
printing
fit
media
null
null
open
print css: fit in one page === In my page there's only one image. Kind of 1500x3000 px. <br /> In the printer, I need that this image's maximum width to be the width of the page, so I did: width 100% in the css, and it works. <br /> But the height... the old bullshit of height 100% will never work. Because it always...
0
4,303,163
11/29/2010 11:08:57
520,434
11/25/2010 16:49:12
1
0
java server connection to flex application
Ho to connect the java server to flex application? Is Blazeds plays a role here (or) Remote services?
flex
null
null
null
null
06/18/2012 13:31:38
not a real question
java server connection to flex application === Ho to connect the java server to flex application? Is Blazeds plays a role here (or) Remote services?
1
265,417
11/05/2008 15:09:09
28,380
10/15/2008 20:42:02
543
52
How to persuade people to contribute to an open source project?
I know there are a number of successful open source authors here. We develop a relatively successul open source project (I won't say what at the fear of spamming). Now gradually, ater about 3 years the number of developers has slowly increased, but they tend to turn up sporadically, write some code, then leave forever....
open-source
null
null
null
null
10/27/2011 04:44:48
off topic
How to persuade people to contribute to an open source project? === I know there are a number of successful open source authors here. We develop a relatively successul open source project (I won't say what at the fear of spamming). Now gradually, ater about 3 years the number of developers has slowly increased, but th...
2
9,842,325
03/23/2012 15:50:46
901,434
08/18/2011 21:33:02
522
26
Static content in website - while URL changes
Please correct me if title is not understandable, but I don't understand how this site function. URL changes but header is static, and music plays without interruption. deezer.com I'm aware of hash tags, but as I can see here full URL changes. Thank you
php
javascript
jquery
flash
stream
03/23/2012 17:06:08
too localized
Static content in website - while URL changes === Please correct me if title is not understandable, but I don't understand how this site function. URL changes but header is static, and music plays without interruption. deezer.com I'm aware of hash tags, but as I can see here full URL changes. Thank you
3
3,946,851
10/15/2010 23:25:20
477,545
10/15/2010 22:29:27
1
0
Why are C# and VB.NET so similar?
Also, if they are so similar then why do they exist separately ?
c#
vb.net
null
null
null
10/17/2010 07:40:47
not a real question
Why are C# and VB.NET so similar? === Also, if they are so similar then why do they exist separately ?
1
11,246,421
06/28/2012 14:05:21
1,437,829
06/05/2012 16:09:05
1
0
Any idea about designing database for inbox messaging?
I come across in designing designing database structure for inbox messaging with multiple user and read/unread status support. It could be very similar to what we have in facebook.
database-design
private-messaging
null
null
null
06/28/2012 14:06:42
not a real question
Any idea about designing database for inbox messaging? === I come across in designing designing database structure for inbox messaging with multiple user and read/unread status support. It could be very similar to what we have in facebook.
1
9,117,745
02/02/2012 18:21:52
1,098,477
12/14/2011 18:34:41
100
3
ASP.net code behind and back from C#
I have a simple page per below: Default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <html> <body> <form method="POST" action="Default.aspx"> Enter Number: <input type="text" name="cNum" value="7707744436276244" /><b...
c#
asp.net
null
null
null
02/03/2012 15:37:13
not a real question
ASP.net code behind and back from C# === I have a simple page per below: Default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <html> <body> <form method="POST" action="Default.aspx"> Enter Number: <input type="text"...
1
1,483,531
09/27/2009 12:57:43
57,132
01/20/2009 15:03:07
1,860
44
IIS7 and ARR as reverse proxy for Subversion
I am using IIS7 and the Application Request Routing extension to act as a reverse proxy to Subversion running on Apache. The proxy works fine and I am able to explore the server, and even perform a "check out". However, I cannot browse to files that would normally be forbidden by ASP.NET - for example, .cs, .csproj...
iis7
reverse-proxy
svn
null
null
null
open
IIS7 and ARR as reverse proxy for Subversion === I am using IIS7 and the Application Request Routing extension to act as a reverse proxy to Subversion running on Apache. The proxy works fine and I am able to explore the server, and even perform a "check out". However, I cannot browse to files that would normally b...
0
6,984,619
08/08/2011 15:34:09
429,349
08/24/2010 09:37:27
395
2
how to validate a filename using asp.net regular expression validator
i have the following code to validate my file name entered using regular expression validator but even after enter correct file name format, its hitting error saying enter valid filename <asp:TextBox ID="TxtFileName" runat="server"></asp:TextBox> <asp:RegularExpression...
asp.net
regex
validation
null
null
null
open
how to validate a filename using asp.net regular expression validator === i have the following code to validate my file name entered using regular expression validator but even after enter correct file name format, its hitting error saying enter valid filename <asp:TextBox ID="TxtFileName" runat="server"></asp...
0
4,925,359
02/07/2011 19:07:38
596,781
05/30/2010 17:31:20
96
1
Cryptography: Peer-to-peer gaming disconnection protection
This is more of a crypto/algorithm than a programming question, so feel free to tell me to go elsewhere if this is inappropriate here. I'm wondering if there is a solution for the "disconnection problem": Two peers A and B talk to each other, and it should be an offence for either peer to sever the connection. Is it...
authentication
cryptography
null
null
null
null
open
Cryptography: Peer-to-peer gaming disconnection protection === This is more of a crypto/algorithm than a programming question, so feel free to tell me to go elsewhere if this is inappropriate here. I'm wondering if there is a solution for the "disconnection problem": Two peers A and B talk to each other, and it sho...
0
10,423,378
05/03/2012 00:01:19
1,102,901
12/16/2011 23:58:19
10
0
Turing Drawing a square using lines and forloops
How would I draw a square outline (no fill) using only lines and for loops. Preferably one loop and one drawline.
turing
null
null
null
null
05/15/2012 10:24:29
not a real question
Turing Drawing a square using lines and forloops === How would I draw a square outline (no fill) using only lines and for loops. Preferably one loop and one drawline.
1
5,766,453
04/23/2011 19:41:43
722,048
04/23/2011 19:41:43
1
0
Implementing physics in game
I am developing bowling game. I am unable to implement physics like collision detection, ball movement (Force and Friction) and the spin. Can anyone please help me out?
c++
null
null
null
null
04/23/2011 22:06:52
not a real question
Implementing physics in game === I am developing bowling game. I am unable to implement physics like collision detection, ball movement (Force and Friction) and the spin. Can anyone please help me out?
1
8,364,115
12/02/2011 23:46:44
1,066,804
11/26/2011 11:02:08
14
0
I am trying to write an Android application and
I am trying to write an app that scans a directory within the Android device, and finds all jpg pictures in that folder which package should I import and which methods are recommended in this situation? thanks, experts of Stack Overflow~~ :)
java
android
null
null
null
12/03/2011 06:51:23
not a real question
I am trying to write an Android application and === I am trying to write an app that scans a directory within the Android device, and finds all jpg pictures in that folder which package should I import and which methods are recommended in this situation? thanks, experts of Stack Overflow~~ :)
1
10,945,080
06/08/2012 07:59:31
1,443,884
06/08/2012 07:05:52
1
0
How to Encrypt & Decrypt a Text in Oracle ADF?
I am developing an Oracle ADF App for which I need the following requirement: - Encrypt a text/String entered in InputText Field on UI with help of a Secret Message which is again given as an input in Input Text. - De-crypt the same with help of Secret Message & output the Plain Text in Output Field....
oracle
encryption
null
null
null
06/08/2012 21:09:07
not a real question
How to Encrypt & Decrypt a Text in Oracle ADF? === I am developing an Oracle ADF App for which I need the following requirement: - Encrypt a text/String entered in InputText Field on UI with help of a Secret Message which is again given as an input in Input Text. - De-crypt the same with help of Secret ...
1
7,380,333
09/11/2011 18:23:52
650,619
03/08/2011 23:01:20
8
0
Merging scattered revisions in SVN
What's the easiest way to merge a lot of seemingly arbitrary revisions to another branch? I'm working on a web-development project, where I have to perform a commit, in order to view the changes that are affected by my commit. In the meantime other people are comitting things as well. When I'm done with my subprojec...
svn
version-control
merge
cli
null
null
open
Merging scattered revisions in SVN === What's the easiest way to merge a lot of seemingly arbitrary revisions to another branch? I'm working on a web-development project, where I have to perform a commit, in order to view the changes that are affected by my commit. In the meantime other people are comitting things ...
0
10,971,957
06/10/2012 20:07:16
1,440,929
06/06/2012 22:34:12
1
0
How to get Rid of unwanted shapes
Here is my a piece of my 'public void create()' : overallTexture = new Texture(Gdx.files.internal("data/sprite1.png")); overallTexture.setFilter(TextureFilter.Linear, TextureFilter.Linear); jumperSprite = new Sprite(overallTexture, 0, 0, 32, 37); spriteBatch = new SpriteBatch(); ...
android
2d
null
null
null
null
open
How to get Rid of unwanted shapes === Here is my a piece of my 'public void create()' : overallTexture = new Texture(Gdx.files.internal("data/sprite1.png")); overallTexture.setFilter(TextureFilter.Linear, TextureFilter.Linear); jumperSprite = new Sprite(overallTexture, 0, 0, 32, 37); ...
0
8,453,483
12/10/2011 00:47:40
486,818
10/25/2010 19:13:42
220
5
Uninstalled VisualSVN Client but Menu Context entries are still there
how can I remove the entires on the Context Menu related to VisualSVN client ...after I deleted that software from my machine ?
svn
contextmenu
visualsvn
null
null
12/10/2011 17:25:57
off topic
Uninstalled VisualSVN Client but Menu Context entries are still there === how can I remove the entires on the Context Menu related to VisualSVN client ...after I deleted that software from my machine ?
2
7,804,067
10/18/2011 07:53:40
953,268
09/19/2011 18:05:02
21
0
Upload image from C# program to SAP WSDL Web Service
I would like to develop a C# app that uploads binary files (pdf/jpg) to an (SAP) WSDL WebService. What datatype should I use for this. Does someone has some examples?
c#
web-services
upload
wsdl
null
null
open
Upload image from C# program to SAP WSDL Web Service === I would like to develop a C# app that uploads binary files (pdf/jpg) to an (SAP) WSDL WebService. What datatype should I use for this. Does someone has some examples?
0
3,365,165
07/29/2010 17:05:04
80,813
03/21/2009 07:35:27
750
59
Extending the extension manager.
I want to extend the extension manager in Visual Studio 2010. I'd rather know if that is at all possible before I get into it, but am unable to find anything about it. All the extensibility options I've read about mention nothing about being able to actually change the function of an existing VS2010 tool like the ex...
visual-studio-2010
extension
extensibility
vsix
null
null
open
Extending the extension manager. === I want to extend the extension manager in Visual Studio 2010. I'd rather know if that is at all possible before I get into it, but am unable to find anything about it. All the extensibility options I've read about mention nothing about being able to actually change the function ...
0
6,188,821
05/31/2011 14:06:55
700,663
04/10/2011 07:56:33
238
0
Can iMac use CLLocationManager?
Or is it just for IPhone? By extension, can IPhone simulator use CLLocationManager
objective-c
xcode
xcode4
null
null
null
open
Can iMac use CLLocationManager? === Or is it just for IPhone? By extension, can IPhone simulator use CLLocationManager
0
5,533,560
04/04/2011 00:38:32
689,400
04/03/2011 00:59:56
1
0
how do I store stories in MySQL table?
I want to store articles in MySQL data base. how do I create a table for the same??
mysql
database
php5
database-design
table
04/04/2011 05:41:45
not a real question
how do I store stories in MySQL table? === I want to store articles in MySQL data base. how do I create a table for the same??
1
5,011,766
02/16/2011 01:59:33
618,901
02/16/2011 01:59:33
1
0
How do you find out the total size of the data in MySQL database?
I am just wondering how to calculate the total size of the database in MySQL? P.S. Total size in term of how much disk space is using.
mysql
null
null
null
null
null
open
How do you find out the total size of the data in MySQL database? === I am just wondering how to calculate the total size of the database in MySQL? P.S. Total size in term of how much disk space is using.
0
6,411,182
06/20/2011 12:32:20
309,923
04/06/2010 10:21:37
188
4
Can I use credit card images in my payment page
Can I use supported credit card images like VISA, MASTER in my payment page? Do I need to seek permission from them? Or it is free to use ? Please suggest..Thanks
image
types
payment
null
null
06/20/2011 13:02:39
off topic
Can I use credit card images in my payment page === Can I use supported credit card images like VISA, MASTER in my payment page? Do I need to seek permission from them? Or it is free to use ? Please suggest..Thanks
2
10,098,356
04/11/2012 00:32:39
1,325,340
04/10/2012 23:51:41
1
0
Sending email in unix using shell script
does anyone know how I can send an email using Unix Shell script whenever a particular file is created in a particular directory. I already have access to the SMTP server using port 25 however been having a hard time to create the script as I am very new with Shell scripting, any help will be greatly appreciated. :)
unix
null
null
null
null
04/11/2012 18:48:53
off topic
Sending email in unix using shell script === does anyone know how I can send an email using Unix Shell script whenever a particular file is created in a particular directory. I already have access to the SMTP server using port 25 however been having a hard time to create the script as I am very new with Shell scriptin...
2
2,549,035
03/30/2010 21:58:51
184,832
10/06/2009 08:57:48
28
3
Do you get charged for a 'stopped' instance on EC2?
Bit confused here, I have an on-demand instance but do I get charged even when I stop the instance? Thanks Kev
amazon-ec2
null
null
null
null
05/06/2012 22:43:02
off topic
Do you get charged for a 'stopped' instance on EC2? === Bit confused here, I have an on-demand instance but do I get charged even when I stop the instance? Thanks Kev
2
4,534,246
12/26/2010 15:02:11
553,085
12/24/2010 07:10:00
6
0
Azure how to create an internal endpoint that has load ballancing?
How can an internal endpoint for a web role or a worker role have load ballance? If I declare the endpoint in ServiceDefinition.csdef as `<InternalEndpoint name="GeneratePDF" protocol="tcp" />` , and then I expose it like: // define an internal endpoint for inter-role traffic RoleInstanceEndpoint interna...
endpoint
null
null
null
null
null
open
Azure how to create an internal endpoint that has load ballancing? === How can an internal endpoint for a web role or a worker role have load ballance? If I declare the endpoint in ServiceDefinition.csdef as `<InternalEndpoint name="GeneratePDF" protocol="tcp" />` , and then I expose it like: // define an inte...
0
1,032,824
06/23/2009 14:15:18
102,533
05/06/2009 22:33:27
18
0
How to multitask and retain focus
I am currently in a role that requires me to concentrate on programming and at the same time, mentor junior devs (read constant interruption). It's very challenging for me to switch gears and maintain focussing on the job at hand. It's not only frustrating but also time consuming. I feel if I master this art of multita...
development-environment
career-development
null
null
null
02/07/2012 05:39:27
not constructive
How to multitask and retain focus === I am currently in a role that requires me to concentrate on programming and at the same time, mentor junior devs (read constant interruption). It's very challenging for me to switch gears and maintain focussing on the job at hand. It's not only frustrating but also time consuming....
4
2,349,270
02/27/2010 22:55:33
100,516
05/03/2009 22:15:07
2,825
151
In what way denormalization improves performance?
I heard a lot about denormalization which was made to improve performance of certain application. But I've never tried to do anything related. So, I'm just curious, which places in normalized DB makes performance worser or in other words, what are denormalization principles? How can I use this technique if I need...
database
database-design
normalization
denormalization
performance
null
open
In what way denormalization improves performance? === I heard a lot about denormalization which was made to improve performance of certain application. But I've never tried to do anything related. So, I'm just curious, which places in normalized DB makes performance worser or in other words, what are denormalizatio...
0
6,350,764
06/14/2011 22:13:09
555,375
12/27/2010 21:12:09
48
3
Better to use "and" or "in" when chaining "let" statements?
I realize this is probably a silly question, but... If I'm chaining a bunch of `let` statements which do <i>not</i> need to know each other's values, is it better to use `and` or `in`? For example, which of these is preferable, if any: let a = "foo" and b = "bar" and c = "baz" in (* e...
ocaml
caml
ml
let
null
null
open
Better to use "and" or "in" when chaining "let" statements? === I realize this is probably a silly question, but... If I'm chaining a bunch of `let` statements which do <i>not</i> need to know each other's values, is it better to use `and` or `in`? For example, which of these is preferable, if any: let a ...
0
5,415,115
03/24/2011 05:24:05
674,342
03/24/2011 05:21:47
1
0
How to make C++ pointers null
While declaring all c++ pointer, all should by default be initilized to ZERO or NULL to avoid any random unwanted values. So that we can check if pointer is null that means not initilized. thanks
c++
pointers
null
null
null
03/25/2011 23:56:12
not a real question
How to make C++ pointers null === While declaring all c++ pointer, all should by default be initilized to ZERO or NULL to avoid any random unwanted values. So that we can check if pointer is null that means not initilized. thanks
1
7,342,319
09/08/2011 01:50:29
68,936
02/20/2009 14:30:36
387
17
Simplest way to make SortableBindingList use a stable sort
There is an [example][1] of how to modify [SortableBindingList][2] to use a stable sort. However, there is an [updated version of SortableBindingList][3]. What is the best way to modify this new version to use a stable sort? I think I would want a flag on the SortableBindingList to let the user of the SortableBindingLi...
c#
sorting
bindinglist
null
null
null
open
Simplest way to make SortableBindingList use a stable sort === There is an [example][1] of how to modify [SortableBindingList][2] to use a stable sort. However, there is an [updated version of SortableBindingList][3]. What is the best way to modify this new version to use a stable sort? I think I would want a flag on ...
0
6,907,874
08/02/2011 06:02:28
656,848
03/12/2011 18:41:54
398
12
What settings do I need to make this code work?
Although I can send email from my web hosting account in hostgator using smtp ( http://stackoverflow.com/questions/6907235/attaching-file-in-the-php-mail-code ) but I want to know if I need any settings for this code to work. I've saved it in a.php and trying to run on commandline but it does not work: <?ph...
php
null
null
null
null
08/02/2011 22:33:19
not a real question
What settings do I need to make this code work? === Although I can send email from my web hosting account in hostgator using smtp ( http://stackoverflow.com/questions/6907235/attaching-file-in-the-php-mail-code ) but I want to know if I need any settings for this code to work. I've saved it in a.php and trying to run...
1
8,271,194
11/25/2011 15:30:02
839,818
07/11/2011 23:16:54
6
0
Can't upgrade from Xcode 4.2 to 4.2.1
I'm trying to upgrade from Xcode 4.2 (4D199) to Xcode 4.2.1 (4D502). On AppStore, when I try to install the new version, it says I already have Xcode installed and I have to use Software Update instead. When I run Software Update, it says all applications are up to date. Any clues? Thanks, Ecil
xcode
upgrade
null
null
null
11/26/2011 01:09:35
off topic
Can't upgrade from Xcode 4.2 to 4.2.1 === I'm trying to upgrade from Xcode 4.2 (4D199) to Xcode 4.2.1 (4D502). On AppStore, when I try to install the new version, it says I already have Xcode installed and I have to use Software Update instead. When I run Software Update, it says all applications are up to date. ...
2
7,709,790
10/10/2011 07:40:15
574,122
01/13/2011 11:05:13
936
3
What needs to be done to develop highly scalable web application in Java?
I would like to know from highly experienced Java professionals who have worked with large scale production systems, what needs to be done to build web application to scale that can handle 10 million plus requests per day? For example if some sort of caching needs to be done then what production quality library is...
java
null
null
null
null
10/10/2011 11:11:39
not a real question
What needs to be done to develop highly scalable web application in Java? === I would like to know from highly experienced Java professionals who have worked with large scale production systems, what needs to be done to build web application to scale that can handle 10 million plus requests per day? For example i...
1
6,063,473
05/19/2011 18:50:43
761,619
05/19/2011 18:50:43
1
0
Might be a runaway multi-line "" string starting
syntax error at HTMLmaker.pl line 54, near ". if" (Might be a runaway multi-line "" string starting on line 47) Execution of HTMLmaker.pl aborted due to compilation errors. use strict; use warnings; use vars qw( $fc $sc $fontsize ); print "What would you like the title of the website to be? "; chomp (my ...
perl
null
null
null
null
null
open
Might be a runaway multi-line "" string starting === syntax error at HTMLmaker.pl line 54, near ". if" (Might be a runaway multi-line "" string starting on line 47) Execution of HTMLmaker.pl aborted due to compilation errors. use strict; use warnings; use vars qw( $fc $sc $fontsize ); print "What would y...
0
8,557,509
12/19/2011 05:37:45
255,549
01/21/2010 07:02:52
154
12
How to change language in Facebook login page?
In Facebook API, there is a [Hackbook project][1] for a demo. When I try to login to facebook via this Hackbook project, the login page is always not in English. URL of the login page is http://m.facebook.com/dialog/oauth?xxxxxxx (it has more parametors .... ) so, I visited Facebook site(www.facebook.com) i...
iphone
ios
facebook
ipad
facebook-connect
null
open
How to change language in Facebook login page? === In Facebook API, there is a [Hackbook project][1] for a demo. When I try to login to facebook via this Hackbook project, the login page is always not in English. URL of the login page is http://m.facebook.com/dialog/oauth?xxxxxxx (it has more parametors .... ) ...
0
4,003,283
10/23/2010 09:24:01
355,063
06/01/2010 04:35:47
168
5
Textbox control dont lose value on postback if viewstate is disabled
When we disabled the viewstate in gridview its lose value but this case not true with Textbox control why?
asp.net
textbox
viewstate
null
null
null
open
Textbox control dont lose value on postback if viewstate is disabled === When we disabled the viewstate in gridview its lose value but this case not true with Textbox control why?
0
9,896,320
03/27/2012 19:28:31
68,608
02/19/2009 20:37:18
702
12
SQL Server 2012 backward compatibility for backups with 2008
I have a number of clients with SQL Server 2008 and that's what I have here on my server too. I use backup files to send databases back and forth between clients and at my office. I have read that when you create a backup from SQL Server 2012 there is no way to restore it onto a 2008 instance. I assumed that the com...
sql-server
null
null
null
null
03/28/2012 09:02:40
off topic
SQL Server 2012 backward compatibility for backups with 2008 === I have a number of clients with SQL Server 2008 and that's what I have here on my server too. I use backup files to send databases back and forth between clients and at my office. I have read that when you create a backup from SQL Server 2012 there is...
2
5,579,752
04/07/2011 10:39:12
696,618
04/07/2011 10:39:12
1
0
MySQL: How can I get a "traditional" single row result from a key-value oriented table layout
I have a table which was designed as a key-value table, like ID | key | value 1 | abc | value 1 2 | def | value 2 3 | geh | value 3 which has various benefits for what we are doing with the data. Only drawback is, I can't sort easily on such a key-value table. What would be an intelligent/u...
mysql
select
join
group
key-value
null
open
MySQL: How can I get a "traditional" single row result from a key-value oriented table layout === I have a table which was designed as a key-value table, like ID | key | value 1 | abc | value 1 2 | def | value 2 3 | geh | value 3 which has various benefits for what we are doing with the dat...
0
7,045,246
08/12/2011 19:18:49
838,359
07/11/2011 06:48:16
6
0
Building menu in C#
This is what i've done <asp:Menu id="Menu1" Orientation="Horizontal" Runat="Server"> <StaticMenuStyle BackColor="#eeeeee" BorderStyle="solid" BorderColor="Black" BorderWidth="1" /> <DynamicMenuStyle ...
c#
.net
null
null
null
null
open
Building menu in C# === This is what i've done <asp:Menu id="Menu1" Orientation="Horizontal" Runat="Server"> <StaticMenuStyle BackColor="#eeeeee" BorderStyle="solid" BorderColor="Black" BorderWidth="1" /> <Dynami...
0
3,618,447
09/01/2010 13:18:47
169,544
09/07/2009 07:39:11
103
5
using git for images
I'm considering using GIT or our family photos. The scenario is that both me and my girlfriend uses digital cameras, upload the photos to each our own computer. But still want to organize the photos into folders for different events, and have that organization replicated between our two computers. By having the GIT ...
git
null
null
null
null
09/02/2010 10:25:08
off topic
using git for images === I'm considering using GIT or our family photos. The scenario is that both me and my girlfriend uses digital cameras, upload the photos to each our own computer. But still want to organize the photos into folders for different events, and have that organization replicated between our two comput...
2
7,715,740
10/10/2011 16:19:04
290,790
03/10/2010 18:10:09
119
2
MySQL: Syntaxerror when using Join?
Can you find anything wrong with this query? SELECT * FROM requests WHERE id = '".$id."' LEFT JOIN request_data ON (requests.id = request_data.request_id) GROUP BY requests.id Been workingon it for a while but can't seem to get it right! The database looks like this: -requests ...
mysql
join
syntax-error
null
null
null
open
MySQL: Syntaxerror when using Join? === Can you find anything wrong with this query? SELECT * FROM requests WHERE id = '".$id."' LEFT JOIN request_data ON (requests.id = request_data.request_id) GROUP BY requests.id Been workingon it for a while but can't seem to get it right! The database ...
0
8,148,826
11/16/2011 08:44:10
1,049,105
11/16/2011 06:54:54
1
0
How to call a MSI file from another MSI?
I am using WIX for my application's setup project, I have to install device drivers along with my application setup. so I have two driver installer files for each x86 and x64 platforms (since I have to use difxapp_x64/difxapp_86 reference file I need to have two separate installation projects), and one application setu...
installation
wix
driver
null
null
null
open
How to call a MSI file from another MSI? === I am using WIX for my application's setup project, I have to install device drivers along with my application setup. so I have two driver installer files for each x86 and x64 platforms (since I have to use difxapp_x64/difxapp_86 reference file I need to have two separate in...
0
3,580,681
08/27/2010 01:15:58
432,467
08/27/2010 01:15:58
1
0
developing a website with forums and a blog
I want to develop a website which has an inbuilt QA forum and a blog in it. What would be the best framework/tool to do this quickly? ~Sri
website
null
null
null
null
08/27/2010 02:27:32
not a real question
developing a website with forums and a blog === I want to develop a website which has an inbuilt QA forum and a blog in it. What would be the best framework/tool to do this quickly? ~Sri
1
9,270,808
02/14/2012 02:13:22
986,948
10/10/2011 01:43:06
13
0
Join Predicate Not Valid (SQL0338)
please help me, I got the Join Predicate not valid error for the below sql, it will be very messy but please help me if you can. Thanks in advance. select department.eaaitm, right(left(egacdt,6),2),sum(case department.eaaitm when '912' then EGACAM/2 else EGACAM end) as SUMA, SUM(case department.eaaitm wh...
java
sql
null
null
null
02/14/2012 13:24:10
too localized
Join Predicate Not Valid (SQL0338) === please help me, I got the Join Predicate not valid error for the below sql, it will be very messy but please help me if you can. Thanks in advance. select department.eaaitm, right(left(egacdt,6),2),sum(case department.eaaitm when '912' then EGACAM/2 else EGACAM end) ...
3
6,118,617
05/25/2011 01:31:14
703,510
04/12/2011 06:56:57
84
1
Hide/show formview when no value selected from dropdownlist
I have two dropdownlist, a detailsview and a formview control in my page. The first dropdownlist has a list of categories of books, while the second dropdownlist has a list of books based on the selected value of the first dropdownlist and lastly the detailsview which shows the details second dropdownlist. The formview...
c#
asp.net
null
null
null
null
open
Hide/show formview when no value selected from dropdownlist === I have two dropdownlist, a detailsview and a formview control in my page. The first dropdownlist has a list of categories of books, while the second dropdownlist has a list of books based on the selected value of the first dropdownlist and lastly the deta...
0
11,088,945
06/18/2012 18:37:06
897,272
08/16/2011 18:15:39
57
1
does each c++ call to get wall-time entail an OS call?
I'm reading in multuple tiny files and outputing them in a single file that is 5 seconds long. I can't control when the input files come in, how large they are, length of time contained inside of each etc. I want to output a full file every 5 seconds with all the data in every file generated for that 5 second interva...
c++
time
sleep
null
null
null
open
does each c++ call to get wall-time entail an OS call? === I'm reading in multuple tiny files and outputing them in a single file that is 5 seconds long. I can't control when the input files come in, how large they are, length of time contained inside of each etc. I want to output a full file every 5 seconds with al...
0
7,795,399
10/17/2011 14:41:15
812,710
06/23/2011 17:11:28
23
1
XCode & Phonegap with $.get function
I have a problem, I created a Webapps into HTML and JavaScript to create a native iPhone with PhoneGap. This works properly on Safari browser and iPhone, when compiling with xcode, I have a problem with the $.get function that does not receive data from my external server. example code: $.get('http://www.mydoma...
xcode
get
phonegap
jqtouch
null
null
open
XCode & Phonegap with $.get function === I have a problem, I created a Webapps into HTML and JavaScript to create a native iPhone with PhoneGap. This works properly on Safari browser and iPhone, when compiling with xcode, I have a problem with the $.get function that does not receive data from my external server. exa...
0
6,992,923
08/09/2011 07:42:16
709,543
04/15/2011 09:18:15
1
1
Problem Creating Custom Validator on Collection properties
Net MVC 3 for development. Now there is a scenario where i need to create to a custom validator on a collection property. Now the problem I am facing is that this custom validator works well when the length of the collection is 1 but when there are more than one elements in the collection i face a problem is the cust...
asp.net-mvc-3
validation
null
null
null
null
open
Problem Creating Custom Validator on Collection properties === Net MVC 3 for development. Now there is a scenario where i need to create to a custom validator on a collection property. Now the problem I am facing is that this custom validator works well when the length of the collection is 1 but when there are more ...
0
11,340,335
07/05/2012 08:14:59
1,439,037
06/06/2012 06:55:34
8
0
Display different websites with same URL
I want to display different website for my customers outside US, how this can be achieved without using sub-folder.
website
domain
null
null
null
null
open
Display different websites with same URL === I want to display different website for my customers outside US, how this can be achieved without using sub-folder.
0
1,523,143
10/06/2009 01:05:05
26,227
10/08/2008 17:50:42
6,137
495
Coinduction - clear, concise description
I am studying coinduction(*not* induction) as part of a class on static analysis. Rummaging around the internet, I am simply not finding clear, concise description of: * What coinduction is * How coinduction actually proves something(it seems that coinduction is like waving a magic hand in the treatments I've read)...
theory
computer-science
null
null
null
null
open
Coinduction - clear, concise description === I am studying coinduction(*not* induction) as part of a class on static analysis. Rummaging around the internet, I am simply not finding clear, concise description of: * What coinduction is * How coinduction actually proves something(it seems that coinduction is like wa...
0
10,535,962
05/10/2012 14:17:30
830,988
07/06/2011 06:34:49
148
8
DRY if statements
I have a C++ program where in many different .cpp files, I do the something like this: if (!thing1.empty() && !thing2.empty()) { if (thing1.property < thing2.property) return func1(); else if (thing2.property < thing1.property) return func2(); else ...
if-statement
dry
null
null
null
null
open
DRY if statements === I have a C++ program where in many different .cpp files, I do the something like this: if (!thing1.empty() && !thing2.empty()) { if (thing1.property < thing2.property) return func1(); else if (thing2.property < thing1.property) return func2(...
0
7,112,434
08/18/2011 18:41:19
586,687
01/23/2011 21:18:27
250
3
c++ code equivalent since c#?
how do you code this code in c++? public bool returnboolean(bool x) { return x; } public double sum(double one, double two) { return one+two; } public string yourname(string name) { return "hello "+yourname; } where do i go to write code? in *.h? or i...
c#
c++
c
visual-c++
null
08/18/2011 18:50:08
not constructive
c++ code equivalent since c#? === how do you code this code in c++? public bool returnboolean(bool x) { return x; } public double sum(double one, double two) { return one+two; } public string yourname(string name) { return "hello "+yourname; } where ...
4
7,630,596
10/03/2011 02:31:35
975,944
10/03/2011 01:08:28
1
0
Java Iterative Array
Let's say we have an array like this int A[] = {5, 6, 8, 6, 2, 4}; I cannot use two consecutive values and must find the highest possible result by adding these values together. Example : In this case, the highest possible case would be A[0], A[2], A[5] which would give us 17. How would one go abou...
java
homework
iterative
null
null
10/03/2011 03:48:16
too localized
Java Iterative Array === Let's say we have an array like this int A[] = {5, 6, 8, 6, 2, 4}; I cannot use two consecutive values and must find the highest possible result by adding these values together. Example : In this case, the highest possible case would be A[0], A[2], A[5] which would give us 17....
3
2,218,322
02/07/2010 20:59:02
265,356
01/15/2010 07:31:08
13
0
what is better adjacency lists or adjacency matrix for graph problems in c++ ?
what is better adjacency lists or adjacency matrix for graph problems in c++ ? And what are the advantages and disadvantages of each ??
graph
c++
adjacency-list
null
null
null
open
what is better adjacency lists or adjacency matrix for graph problems in c++ ? === what is better adjacency lists or adjacency matrix for graph problems in c++ ? And what are the advantages and disadvantages of each ??
0
8,317,340
11/29/2011 20:32:30
644,337
03/04/2011 08:15:44
11
1
How do I allow the user to invite friends to my app using the 'apprequests' method?
I am using the JavaScript SDK, and the documentation says that I can call a method that will create a dialog allowing the user to select and invite multiple friends to my app. Here is the code I am using: FB.ui( { method: 'apprequests', message: 'Invite your friends to use this app' }, func...
javascript
facebook
facebook-graph-api
facebook-javascript-sdk
null
null
open
How do I allow the user to invite friends to my app using the 'apprequests' method? === I am using the JavaScript SDK, and the documentation says that I can call a method that will create a dialog allowing the user to select and invite multiple friends to my app. Here is the code I am using: FB.ui( { ...
0
7,949,013
10/31/2011 00:47:27
814,601
06/24/2011 18:46:50
101
7
Handling JButton event in netbeans
I just started using netbeans IDE to layout my interface, the problem is that i can't figure out how to link my JButton instance with the actual JButton that i've dragged into to my JPanel. If i double click the button the event handler code will appear inside the JFrame class, i don't want that, what i want is t...
java
swing
netbeans
event-handling
null
10/31/2011 10:05:18
not a real question
Handling JButton event in netbeans === I just started using netbeans IDE to layout my interface, the problem is that i can't figure out how to link my JButton instance with the actual JButton that i've dragged into to my JPanel. If i double click the button the event handler code will appear inside the JFrame cl...
1
983,195
06/11/2009 19:41:39
120,977
06/10/2009 23:57:45
1
0
jQuery nested XML question
I am using jQuery to insert an HTML shell into a page, and populate the shell with XML. Here is the XML in question <minorPropCategory title="Test Title 1"> <minorProp>FLV</minorProp> <minorProp>BLV</minorProp> <minorProp>RLV</minorProp> </minorPropCategory> <minorProp...
jquery
javascript
ajax
xml
null
null
open
jQuery nested XML question === I am using jQuery to insert an HTML shell into a page, and populate the shell with XML. Here is the XML in question <minorPropCategory title="Test Title 1"> <minorProp>FLV</minorProp> <minorProp>BLV</minorProp> <minorProp>RLV</minorProp> </mino...
0
4,139,845
11/09/2010 23:37:01
273,503
02/15/2010 12:34:06
16
0
Preferred keyboard layout for programming
I started out with programming about two months ago I think now, and I'm fooling around in either C# or Clojure (I have serious decision-problems). Anyways; I'm from Norway, and we use a different kind of keyboard layout than the English-speaking countries. I don't know how for example Germany or Frances' keyboard-layo...
language-agnostic
keyboard
typing
keyboard-layout
null
null
open
Preferred keyboard layout for programming === I started out with programming about two months ago I think now, and I'm fooling around in either C# or Clojure (I have serious decision-problems). Anyways; I'm from Norway, and we use a different kind of keyboard layout than the English-speaking countries. I don't know ho...
0
9,197,312
02/08/2012 16:23:24
1,051,935
11/17/2011 13:53:05
104
0
Objective C , opening a website without opening it in Safari
I am trying to find a way to load a website (for server call purposes) but I don t want it to open neither in safari nor in a UIWebView . I usually use this code for opening in safari [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.google.com"]]; and for the UIWebView...
objective-c
web-services
null
null
null
null
open
Objective C , opening a website without opening it in Safari === I am trying to find a way to load a website (for server call purposes) but I don t want it to open neither in safari nor in a UIWebView . I usually use this code for opening in safari [[UIApplication sharedApplication] openURL:[NSURL UR...
0
37,640
09/01/2008 09:04:42
3,742
08/30/2008 14:08:11
1
2
Best GUI tool for documenting a SQL Server DB
What tool(s) do you use to generate documentation for a database (preferably into a .chm help file)?
sql
documentation
null
null
null
null
open
Best GUI tool for documenting a SQL Server DB === What tool(s) do you use to generate documentation for a database (preferably into a .chm help file)?
0
6,113,516
05/24/2011 16:17:05
768,110
05/24/2011 16:17:05
1
0
NetBeans. Code Completion. PHP.
I use something like this: index.php(entryPoint) <?php include 'view.php'; $view= new View; $view->a=5; $view->render('index.tpl'); ---------- view.php <? clas View{ public function render($file){ ...
php
netbeans
code-completion
null
null
null
open
NetBeans. Code Completion. PHP. === I use something like this: index.php(entryPoint) <?php include 'view.php'; $view= new View; $view->a=5; $view->render('index.tpl'); ---------- view.php <? clas View{ public ...
0
3,308,228
07/22/2010 11:18:20
373,118
06/22/2010 11:49:54
36
0
javascript setAttribute
I am using javascript setAttribute for following to change 'lorem ipsum' to 'coming' on the following manner : <span id="pop_title" name="pop_title" class="title01_mc10401 ff_1 fs_10 fc22 fsb">lorem ipsum</span> function modifyDOM(){ var elem_pop = document.getElementById("pop_title"); elem_pop.setAttribute("...
javascript
null
null
null
null
null
open
javascript setAttribute === I am using javascript setAttribute for following to change 'lorem ipsum' to 'coming' on the following manner : <span id="pop_title" name="pop_title" class="title01_mc10401 ff_1 fs_10 fc22 fsb">lorem ipsum</span> function modifyDOM(){ var elem_pop = document.getElementById("pop_title...
0
10,660,101
05/18/2012 21:42:35
1,161,841
01/21/2012 03:13:58
117
3
Are there any obvious buffer overflow possibilities in this code?
after hours of working i've finally finished my first C log parsing program!(previously was a bash script, now it is C) and although I think i've gotten most everything, I was just wondering if you guys saw any possible buffer/memory overflow dangers in the coding? Your input is greatly appreciated, thanks! #i...
c
file-io
null
null
null
05/18/2012 22:08:26
off topic
Are there any obvious buffer overflow possibilities in this code? === after hours of working i've finally finished my first C log parsing program!(previously was a bash script, now it is C) and although I think i've gotten most everything, I was just wondering if you guys saw any possible buffer/memory overflow danger...
2
7,479,889
09/20/2011 03:45:12
953,932
09/20/2011 03:45:12
1
0
strtok_r tokens with delimiters
I've found similar posts, but no clear answers to my questions about strtok_r. So, I'm using strtok_r to parse a command line to get commands I need to execute via execv with flags, however, for testing purposes, I print out. When trying to delimit multiple characters, excluding whitespace, it works fine. But when tes...
c
strtok
null
null
null
null
open
strtok_r tokens with delimiters === I've found similar posts, but no clear answers to my questions about strtok_r. So, I'm using strtok_r to parse a command line to get commands I need to execute via execv with flags, however, for testing purposes, I print out. When trying to delimit multiple characters, excluding wh...
0
7,885,214
10/25/2011 05:55:14
799,007
06/15/2011 05:57:52
176
1
Infos on three nines availability
I'm going to develop high-available WCF service that should serving client with 99.9% uptime. As you probably guess I need as more information as possible. So I know here, on stackoverflow, a lot of professionals helping newbies like me :) So it would be so good for me if you point me at good experience on making .NE...
c#
.net
wcf
web-services
oracle
10/25/2011 21:08:14
not a real question
Infos on three nines availability === I'm going to develop high-available WCF service that should serving client with 99.9% uptime. As you probably guess I need as more information as possible. So I know here, on stackoverflow, a lot of professionals helping newbies like me :) So it would be so good for me if you po...
1
7,650,001
10/04/2011 15:06:01
489,549
10/28/2010 01:13:05
570
25
Netbeans: Remote project w/source files over SSH?
Is it possible to set up a remote NetBeans C++ project where the source files are _only_ accessible via SSH? My project needs to build on a Linux box, but I'd like to develop on a Windows machine. Checking out the code via SVN to my Windows machine is not an option since there are a few files that differ only by...
netbeans
ssh
remote-debugging
null
null
null
open
Netbeans: Remote project w/source files over SSH? === Is it possible to set up a remote NetBeans C++ project where the source files are _only_ accessible via SSH? My project needs to build on a Linux box, but I'd like to develop on a Windows machine. Checking out the code via SVN to my Windows machine is not an...
0
8,076,138
11/10/2011 07:23:48
65,415
02/12/2009 05:26:09
115
2
Merge XL cells using javascript
i have developed a application , that need to merge the cells dynamically using javascript Please anyone can help me to solve this ?
javascript
xlsx
null
null
null
11/10/2011 12:14:21
not a real question
Merge XL cells using javascript === i have developed a application , that need to merge the cells dynamically using javascript Please anyone can help me to solve this ?
1
9,332,196
02/17/2012 16:46:06
341,929
05/15/2010 13:30:00
642
13
How to remove the OSX-GCC-Installer?
Just a couple of days ago I discovered and used Kenneth Reitz's **[OSX-GCC-Installer][1]** to solve the issue of [installing Ruby 1.9.3 via RVM][2] on my Mac. Today I read on Kenneth's blog about the **[Command Line Tools for Xcode][3]** package that Apple added to their official developer tools suite just yesterday...
xcode
gcc
osx-lion
llvm-gcc
null
null
open
How to remove the OSX-GCC-Installer? === Just a couple of days ago I discovered and used Kenneth Reitz's **[OSX-GCC-Installer][1]** to solve the issue of [installing Ruby 1.9.3 via RVM][2] on my Mac. Today I read on Kenneth's blog about the **[Command Line Tools for Xcode][3]** package that Apple added to their off...
0
1,143,783
07/17/2009 14:55:32
140,229
07/17/2009 14:49:47
1
0
Debug Breakpoint doesn´t work only in DataModule unit
Debug breakpoint's works fine in all other 38 units of my system. But, in my DataModule, that have +- 10.000 lines, delphi disables then after I launch by F9/F8/F7. In any part of source that unit, even on obrigatory steps like OnCreate, SQLConnection.Active:=true, etc. Detail: works fine until +- 20 days ago. I'm us...
debugging
breakpoints
null
null
null
null
open
Debug Breakpoint doesn´t work only in DataModule unit === Debug breakpoint's works fine in all other 38 units of my system. But, in my DataModule, that have +- 10.000 lines, delphi disables then after I launch by F9/F8/F7. In any part of source that unit, even on obrigatory steps like OnCreate, SQLConnection.Active:=t...
0
4,335,849
12/02/2010 14:09:00
243,114
01/04/2010 10:45:38
78
0
Using a commandButton in a jsf Page to download a file
Using a commandButton in a jsf Page to download a file. Using: JSF & Richfaces. I have a table (extends ExtendedDataModel implements Modifiable, Serializable) with some data and in each row a button "download". <a4j:commandButton id="getDownload" value="download" style="margin-left:10px;margin-right...
jsf
richfaces
null
null
null
null
open
Using a commandButton in a jsf Page to download a file === Using a commandButton in a jsf Page to download a file. Using: JSF & Richfaces. I have a table (extends ExtendedDataModel implements Modifiable, Serializable) with some data and in each row a button "download". <a4j:commandButton id="getDownload" val...
0
5,830,649
04/29/2011 10:02:21
730,804
04/29/2011 09:49:17
1
0
How do you make NHibernate ignore a property in a POCO
We have POCO, something like: public class Person { public Guid PersonID { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public DateTime DateOfBirth { get; set; } public string Version {get; set; } } ...
c#
.net
nhibernate-mapping
null
null
null
open
How do you make NHibernate ignore a property in a POCO === We have POCO, something like: public class Person { public Guid PersonID { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public DateTime DateOfBirth { get; set; } ...
0
11,068,561
06/17/2012 02:47:00
1,458,344
06/15/2012 09:50:08
6
0
How to create an array with fixed size and initialize it
1. I'm going to create an array with fixed size and initialize it with some values. for example to modeling the following C++ codes: a[0] = 10; a[1] = 23; a[2] = 27; a[3] = 12; a[4] = 19; a[5] = 31; a[6] = 41; a[7] = 7; Are there some utili...
z3
null
null
null
null
null
open
How to create an array with fixed size and initialize it === 1. I'm going to create an array with fixed size and initialize it with some values. for example to modeling the following C++ codes: a[0] = 10; a[1] = 23; a[2] = 27; a[3] = 12; a[4] = 19; a[5] ...
0
10,586,516
05/14/2012 15:37:12
1,178,888
01/30/2012 20:01:51
624
61
Odd behaviour on left join query
I have a query similar to this: SELECT * FROM TableA a LEFT JOIN TABLEB b WHERE b.Col1 IS NULL OR (b.Col1 = A AND b.Col2 = B AND b.Col3 BETWEEN @StartDate AND @EndDate) I get a strange result set because Im expecting every row to be returned from TableA but the date part of the query is screwing up the r...
sql
sql-server
query
tsql
null
05/15/2012 09:27:52
not a real question
Odd behaviour on left join query === I have a query similar to this: SELECT * FROM TableA a LEFT JOIN TABLEB b WHERE b.Col1 IS NULL OR (b.Col1 = A AND b.Col2 = B AND b.Col3 BETWEEN @StartDate AND @EndDate) I get a strange result set because Im expecting every row to be returned from TableA but the date ...
1
10,299,468
04/24/2012 13:57:57
1,353,859
04/24/2012 13:50:45
1
0
Search my app not show
My app search show for some users and some not ,How I can make my app more searchable and social . Thanks
search
facebook-apps
null
null
null
04/25/2012 11:19:07
not a real question
Search my app not show === My app search show for some users and some not ,How I can make my app more searchable and social . Thanks
1
371,248
12/16/2008 13:08:42
26,140
10/08/2008 13:30:29
81
8
Using a debug mode for a program that runs on a remote desktop.
I have a short program that is used exclusively with a remote desktop connection that's been set to only run that program and not allow any other access into the remote machine. Previously, the program just exited and let the connection terminate, but it was very slow, so I wrote the following code to terminate the rem...
pinvoke
c#
remote-desktop
debugging
null
null
open
Using a debug mode for a program that runs on a remote desktop. === I have a short program that is used exclusively with a remote desktop connection that's been set to only run that program and not allow any other access into the remote machine. Previously, the program just exited and let the connection terminate, but...
0
6,914,753
08/02/2011 15:45:01
874,964
08/02/2011 15:36:09
1
1
Jira Ruby Soap -- createIssue returns java NumberFormat exception
The below error occurs when trying to update a Jira issue directly via jira.updateIssue(key,[RemoteFieldArray]. "#<SOAP::Mapping::Object:0x8e3ca80>: java.lang.NumberFormatException: For input string: "0.0" (SOAP::FaultError)" However when using progressWorkflowAction(key,status.id,[RemoteFieldArray] --it works...
ruby
soap
jira
null
null
null
open
Jira Ruby Soap -- createIssue returns java NumberFormat exception === The below error occurs when trying to update a Jira issue directly via jira.updateIssue(key,[RemoteFieldArray]. "#<SOAP::Mapping::Object:0x8e3ca80>: java.lang.NumberFormatException: For input string: "0.0" (SOAP::FaultError)" However when u...
0
1,840,620
12/03/2009 15:26:27
43,603
12/05/2008 12:15:09
96
1
ASP.Net MVC run JavaScript in PartialView when loaded using Ajax.ActionLink
I've got a question regarding ASP.Net MVC. I'm using an Ajax.ActionLink to load a PartialView. In this partial view is a javascript function I'd like to get called. However I can't figure out how to make this happen. I've tried using AjaxOptions { OnSuccess="functionInPartialView" } when I set the Ajax.Ac...
asp.net-mvc
ajax
partial-views
null
null
null
open
ASP.Net MVC run JavaScript in PartialView when loaded using Ajax.ActionLink === I've got a question regarding ASP.Net MVC. I'm using an Ajax.ActionLink to load a PartialView. In this partial view is a javascript function I'd like to get called. However I can't figure out how to make this happen. I've tri...
0
5,911,445
05/06/2011 12:30:47
506,367
11/12/2010 23:39:39
1,941
92
Listing all USB drives in Linux
How can I get a list of removable drives (plugged into USB) in Linux? I'm fine with using KDE, GNOME or other DE libraries if it would make things easier.
linux
usb
removable-drive
null
null
05/06/2011 15:38:33
off topic
Listing all USB drives in Linux === How can I get a list of removable drives (plugged into USB) in Linux? I'm fine with using KDE, GNOME or other DE libraries if it would make things easier.
2
8,460,845
12/10/2011 23:49:04
863,264
07/26/2011 10:50:12
6
0
How do I dynamically access elements of a particular Div tag?
This is my JavaScript's onMouseOver event handler for Div tags. (It works fine, in at least Chrome & IE): function changeCallout(sender, e) { document.getElementById(sender.id).className = "callout2"; } What I would like to be able to do is to set the color property of the H2 tag contained within the Div th...
javascript
javascript-events
getelementsbytagname
null
null
null
open
How do I dynamically access elements of a particular Div tag? === This is my JavaScript's onMouseOver event handler for Div tags. (It works fine, in at least Chrome & IE): function changeCallout(sender, e) { document.getElementById(sender.id).className = "callout2"; } What I would like to be able to do is ...
0
3,165,483
07/02/2010 12:07:15
162,325
09/15/2008 15:08:12
995
57
Why Pex is not massive
Hi there: I was looking at a few videos, etc and I just cant help but wonder why Pex usage seems to be so low? Are there any problems that are not obvious, or is it just a licence issue?
pex
null
null
null
null
07/04/2010 10:44:30
not a real question
Why Pex is not massive === Hi there: I was looking at a few videos, etc and I just cant help but wonder why Pex usage seems to be so low? Are there any problems that are not obvious, or is it just a licence issue?
1
6,262,287
06/07/2011 08:04:24
324,895
04/24/2010 11:16:49
22
0
Select Row in DataGrid in WPF
In WPF App I have a DataGrid which event to select a row, I click on the line dataGrid1_seletstedtsells changed DataGrid hides, and there is a button ago, the first row in the DataGrid is selected and I can not click on it to DataGrid disappeared
wpf
datagrid
null
null
null
06/25/2011 10:51:12
not a real question
Select Row in DataGrid in WPF === In WPF App I have a DataGrid which event to select a row, I click on the line dataGrid1_seletstedtsells changed DataGrid hides, and there is a button ago, the first row in the DataGrid is selected and I can not click on it to DataGrid disappeared
1
1,042,114
06/25/2009 04:00:28
130,015
06/14/2009 01:36:13
34
0
Need Help understanding Interfaces
I am still having trouble understanding what interfaces are good for. I read a few tutorials and I still don't know what they really are for other then "they make your classes keep promises" and "they help with multiple inheritance". Thats about it. I still don't know when I would even use an interface in a real wor...
c#
.net
interface
asp.net-mvc
null
null
open
Need Help understanding Interfaces === I am still having trouble understanding what interfaces are good for. I read a few tutorials and I still don't know what they really are for other then "they make your classes keep promises" and "they help with multiple inheritance". Thats about it. I still don't know when I w...
0
5,815,694
04/28/2011 08:20:40
728,859
04/28/2011 08:17:47
1
0
KILL APPLICATION ONPAUSE
I'VE VERY LITTLE KNOWLEDGE ABOUT ALL THIS CODES, BUT I'M BUILDING AN APPLICATION, AND I WANT TO KILL THE APPLICATION ONPAUSE. PLEASE GIVE ME A CODE BY WHICH I CAN KILL THE APPLICATION..
java
android
eclipse
null
null
04/28/2011 08:31:19
not a real question
KILL APPLICATION ONPAUSE === I'VE VERY LITTLE KNOWLEDGE ABOUT ALL THIS CODES, BUT I'M BUILDING AN APPLICATION, AND I WANT TO KILL THE APPLICATION ONPAUSE. PLEASE GIVE ME A CODE BY WHICH I CAN KILL THE APPLICATION..
1
7,544,648
09/25/2011 09:17:27
729,294
04/28/2011 12:27:11
119
0
Querying linked data in mongoid
I have the following models User, Office, Lead A User has many offices and an office belongs to a user An office has many leads and a lead belongs to an office Now I have the following query @offices = Office.all(:conditions => {:user_id => current_user.id}) @leads = Lead.by_month(@viewable_da...
ruby-on-rails
mongoid
null
null
null
null
open
Querying linked data in mongoid === I have the following models User, Office, Lead A User has many offices and an office belongs to a user An office has many leads and a lead belongs to an office Now I have the following query @offices = Office.all(:conditions => {:user_id => current_user.id}) ...
0
5,382,057
03/21/2011 18:37:55
648,927
01/21/2011 21:44:27
5
0
What are the software architectures used at Netflix.com and Amazon.com?
Specifically, what components and languages are used and why? On a high level how do these parts fit together? I imagine there are a bunch of databases (MYSQL, what else? and why?) Some compiled language speaks to them (C++ or Java? why?) The search and recommendation engines are written in this same langu...
java
php
c++
python
amazon
03/21/2011 18:40:36
off topic
What are the software architectures used at Netflix.com and Amazon.com? === Specifically, what components and languages are used and why? On a high level how do these parts fit together? I imagine there are a bunch of databases (MYSQL, what else? and why?) Some compiled language speaks to them (C++ or Java? w...
2