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,391,481
03/22/2011 12:49:06
20,007
09/21/2008 17:21:19
1,674
71
The FastCGI process exceeded configured request timeout - Shared Hosting
I'm writing a wordpress plugin which do some time consuming XML file processing in the background. On my machine, it takes at least an hour. It doesn't consume at lot of CPU%, but it's just slow. When I test on my windows based shared hosting, I'm getting "The FastCGI process exceeded configured request timeout". PH...
php
iis-7.5
shared-hosting
null
null
null
open
The FastCGI process exceeded configured request timeout - Shared Hosting === I'm writing a wordpress plugin which do some time consuming XML file processing in the background. On my machine, it takes at least an hour. It doesn't consume at lot of CPU%, but it's just slow. When I test on my windows based shared host...
0
7,982,737
11/02/2011 15:15:33
584,676
01/21/2011 16:00:22
604
40
Is it possible to add a branch to a git svn repository that was cloned from the Subversion repository's trunk?
I have a git-svn repository I had originally cloned from an svn repo's trunk, like so: http://server/svn/MxProject/trunk Since I cloned only the trunk and didn't grab the branches directory, is there a way I can access the branch without doing a full clone?
git
svn
git-svn
null
null
null
open
Is it possible to add a branch to a git svn repository that was cloned from the Subversion repository's trunk? === I have a git-svn repository I had originally cloned from an svn repo's trunk, like so: http://server/svn/MxProject/trunk Since I cloned only the trunk and didn't grab the branches directory, is ...
0
9,888,199
03/27/2012 10:54:47
1,252,148
03/06/2012 12:10:59
1
0
XML reader for string instead of file
i have coded for xml parsing in c,but it is taking only xml present inside file. what i want to make is parsing of Xmlstring which will be entered. i have followed the following link: http://xmlsoft.org/html/libxml-xmlreader.html#xmlReaderForDoc
c
xml
null
null
null
03/28/2012 12:58:04
not a real question
XML reader for string instead of file === i have coded for xml parsing in c,but it is taking only xml present inside file. what i want to make is parsing of Xmlstring which will be entered. i have followed the following link: http://xmlsoft.org/html/libxml-xmlreader.html#xmlReaderForDoc
1
5,002,192
02/15/2011 10:04:30
617,549
02/15/2011 10:04:30
1
0
HOW TO RETRIEVE THE DATA FROM WEBSITE TO .NET PROJECT?
HOW TO RETRIEVE THE DATA FROM WEBSITE TO .NET PROJECT? SAY NEWLY LIFE INSURANCE PRODUCT AVAILABLE IN THE WEBSITE TO THE .NET PROJECT
.net
null
null
null
null
02/15/2011 10:12:47
not a real question
HOW TO RETRIEVE THE DATA FROM WEBSITE TO .NET PROJECT? === HOW TO RETRIEVE THE DATA FROM WEBSITE TO .NET PROJECT? SAY NEWLY LIFE INSURANCE PRODUCT AVAILABLE IN THE WEBSITE TO THE .NET PROJECT
1
2,958,863
06/02/2010 14:54:13
323,015
04/22/2010 07:59:34
9
1
java serialization singleton
in an interview the interviewer asked me a question that is it possible to serialize a singleton object? i said yes but in which scenario we should serialize a singleton. And is it possible to design a class whose object can not be serialized.
java
serialization
singleton
null
null
12/01/2011 17:54:43
not constructive
java serialization singleton === in an interview the interviewer asked me a question that is it possible to serialize a singleton object? i said yes but in which scenario we should serialize a singleton. And is it possible to design a class whose object can not be serialized.
4
10,763,738
05/26/2012 05:05:43
584,213
01/21/2011 09:17:50
69
0
How to add a column to a two dimensional array
I have data in a two dimensional array with n rows and p columns. For example: vector<vector<int> > dynamicArray(ROWS, vector<int>(COLUMNS)); for(int i = 0;i < dynamicArray.size();++i){ for(int j = 0;j < dynamicArray[i].size();++j){ dynamicArray[i][j] = i*j; } } Now, I want to add severa...
c++
null
null
null
null
05/28/2012 08:45:50
not a real question
How to add a column to a two dimensional array === I have data in a two dimensional array with n rows and p columns. For example: vector<vector<int> > dynamicArray(ROWS, vector<int>(COLUMNS)); for(int i = 0;i < dynamicArray.size();++i){ for(int j = 0;j < dynamicArray[i].size();++j){ dynamicArray[...
1
8,647,018
12/27/2011 16:44:06
981,792
10/06/2011 08:23:18
1
0
I installed php-soap with rpm file on Centos but doesn't work
I installed php-soap on my Centos server from RPM file. Then I restarted httpd service but doesn't work SOAP client. When I get: yum list installed php-soap listed here: php.i386 5.3.6-1.w5 installed php-cli.i386 5.3.6-1...
php
soap
centos
php-soapclient
php-modules
12/28/2011 08:05:32
off topic
I installed php-soap with rpm file on Centos but doesn't work === I installed php-soap on my Centos server from RPM file. Then I restarted httpd service but doesn't work SOAP client. When I get: yum list installed php-soap listed here: php.i386 5.3.6-1.w5 ...
2
10,321,832
04/25/2012 18:42:13
1,356,977
04/25/2012 18:26:13
1
0
How to connect a remote jms client to an embedded activemq broker in tomcat?
I have an embedded broker in tomcat that my webapp clients are connecting to fine using vm://localhost. I would like some remote clients in another jvm be able to connect to the embedded broker. How do I set up the embedded broker to listen on a port#? This works for embedded clients: server.xml fragment: ...
xml
null
null
null
null
null
open
How to connect a remote jms client to an embedded activemq broker in tomcat? === I have an embedded broker in tomcat that my webapp clients are connecting to fine using vm://localhost. I would like some remote clients in another jvm be able to connect to the embedded broker. How do I set up the embedded broker to li...
0
11,122,157
06/20/2012 14:48:27
763,029
05/20/2011 15:55:58
1,223
94
What does this phrase about producing randomized online surveys mean?
So I realize this may be too specific for here, but I don't know where else to post this: In regards to online surveys, there are 3 basic types of questions - single punch, multi-punch, and grid qualification. The grid type is basically a series of single-punch questions - maybe to rate a restaurants food, decor,...
surveys
null
null
null
null
null
open
What does this phrase about producing randomized online surveys mean? === So I realize this may be too specific for here, but I don't know where else to post this: In regards to online surveys, there are 3 basic types of questions - single punch, multi-punch, and grid qualification. The grid type is basically a se...
0
10,580,198
05/14/2012 08:55:42
888,134
08/10/2011 14:42:59
54
3
Custom list copy/create item SharePoint
I have created two custome lists with below columns - List 1 - Location(single line of text) - BU(single line of text) - Operations(multiple line of text) - List 2 - Location(single line of text) - Operations(multiple line of text) - Budget(single line of text) - Type(single line of text) Wh...
sharepoint
sharepoint2010
null
null
null
05/16/2012 21:02:30
not a real question
Custom list copy/create item SharePoint === I have created two custome lists with below columns - List 1 - Location(single line of text) - BU(single line of text) - Operations(multiple line of text) - List 2 - Location(single line of text) - Operations(multiple line of text) - Budget(single line...
1
7,630,289
10/03/2011 01:03:35
974,912
10/01/2011 21:59:25
3
0
AFNetworking Post Request with json feedback
I am using AFNetworking and creating a post request for which I require json feedback. The code below works however I have two main questions for some reason the activity indicator in the status bar is not working - how would I enable it? The second question is this code correct, being new I get confused with blocks so...
iphone
json
post
afnetworking
null
null
open
AFNetworking Post Request with json feedback === I am using AFNetworking and creating a post request for which I require json feedback. The code below works however I have two main questions for some reason the activity indicator in the status bar is not working - how would I enable it? The second question is this cod...
0
11,599,562
07/22/2012 10:38:54
1,535,561
07/18/2012 16:54:58
1
0
How can i do the requirement analysis of my project?
I want to make a b.tech project of "collaborative question-answer" like "yahoo answers".So how do i do requirement analysis for that project?
testing
null
null
null
null
07/22/2012 10:43:36
not constructive
How can i do the requirement analysis of my project? === I want to make a b.tech project of "collaborative question-answer" like "yahoo answers".So how do i do requirement analysis for that project?
4
2,980,634
06/05/2010 14:01:23
312,833
04/09/2010 13:47:58
82
5
Google Maps Api v2 error
var mymarkers= []; //array function createMarker(point,html,ref){ var marker = new GMarker(point); mymarkers[ref] = marker; GEvent.addListener(newmarker,'click',function(){newmarker.openInfoWindowHtml(html);}); map.addOverlay(newmarker); } Tis funct...
gmarker
null
null
null
null
null
open
Google Maps Api v2 error === var mymarkers= []; //array function createMarker(point,html,ref){ var marker = new GMarker(point); mymarkers[ref] = marker; GEvent.addListener(newmarker,'click',function(){newmarker.openInfoWindowHtml(html);}); map.addOverlay(new...
0
5,135,482
02/27/2011 19:52:27
353,137
05/28/2010 17:49:01
296
19
How to determine if locale's date format is Month/Day or Day/Month?
In my iPhone app, I'd like to be able to determine if the user's locale's date format is Month/Day (i.e. 1/5 for January fifth) or Day/Month (i.e. 5/1 for January fifth). I have a custom `NSDateFormatter` which does not use one of the basic formats such as `NSDateFormatterShortStyle` (11/23/37). In an ideal world, I...
iphone
ios
internationalization
nsdate
nsdateformatter
null
open
How to determine if locale's date format is Month/Day or Day/Month? === In my iPhone app, I'd like to be able to determine if the user's locale's date format is Month/Day (i.e. 1/5 for January fifth) or Day/Month (i.e. 5/1 for January fifth). I have a custom `NSDateFormatter` which does not use one of the basic format...
0
3,028,810
06/12/2010 13:26:32
355,002
06/01/2010 01:49:32
35
0
about Sorting Algorithms
I want to know that we always use Sorting algorithm like (Insertion Sort or Merge Sort,...) just for lists and arrays?? and we do not use these algorithms for stack or queue ??? thanks
java
data-structures
null
null
null
null
open
about Sorting Algorithms === I want to know that we always use Sorting algorithm like (Insertion Sort or Merge Sort,...) just for lists and arrays?? and we do not use these algorithms for stack or queue ??? thanks
0
11,577,154
07/20/2012 10:02:36
1,540,394
07/20/2012 09:52:08
1
0
Our 3d Live wallpaper works fine on galaxy s2 but crashes on galaxy s3
We've developed couple of **3D Live wallpapers** based on Gl ES 1 There are already on Google Play and **everything was fine until brand new Galaxy SIII release**. Our wallpapers runs fine on Android 2,3,4 on all devices ingluding all Galaxy family. And Galaxy S2 EXEPT Galaxy sIII. **It just Crashes on startup...
android
3d
wallpaper
null
null
null
open
Our 3d Live wallpaper works fine on galaxy s2 but crashes on galaxy s3 === We've developed couple of **3D Live wallpapers** based on Gl ES 1 There are already on Google Play and **everything was fine until brand new Galaxy SIII release**. Our wallpapers runs fine on Android 2,3,4 on all devices ingluding all Gala...
0
9,397,688
02/22/2012 15:26:01
962,563
09/24/2011 11:40:49
1
0
Maven building - Main Class not found
I have some problems with maven. It used to work just fine until a few minutes ago... This is what i get whenever i try to build now: ------------------------------------------------------- T E S T S ------------------------------------------------------- Error: Could not find or load main class Files\Java\j...
java
maven
build
null
null
02/22/2012 16:15:05
not a real question
Maven building - Main Class not found === I have some problems with maven. It used to work just fine until a few minutes ago... This is what i get whenever i try to build now: ------------------------------------------------------- T E S T S ------------------------------------------------------- Error: Cou...
1
5,725,732
04/20/2011 05:02:12
250,470
01/14/2010 05:39:27
903
51
Single page interface with PHP and jQuery
Can anyone help me to get started with building a single page interface application with PHP and jQuery? The main issue is how should i design the initial **A front controller (index.php)** and the the jQuery please suggest some tutorials or links. Since i am a beginner. i am interested to **learn it from th...
php
jquery
cakephp
singlepage
null
04/20/2011 10:06:21
not a real question
Single page interface with PHP and jQuery === Can anyone help me to get started with building a single page interface application with PHP and jQuery? The main issue is how should i design the initial **A front controller (index.php)** and the the jQuery please suggest some tutorials or links. Since i am a be...
1
9,021,175
01/26/2012 16:10:50
1,145,913
01/12/2012 16:11:27
11
0
Writing in a file with Phonegap
I've a problem with the Phonegap File API. Here a simple example of my problem : function gotFileWriter(writer) { for(var i=0;i<300;i++){ alert(i); writer.write(i); } } Navigator alert 0. 0 is written is the file Navigator alert 1. And nothing else. Thanks
file
phonegap
null
null
null
01/27/2012 16:22:30
not a real question
Writing in a file with Phonegap === I've a problem with the Phonegap File API. Here a simple example of my problem : function gotFileWriter(writer) { for(var i=0;i<300;i++){ alert(i); writer.write(i); } } Navigator alert 0. 0 is written is the file Navigator alert 1. And nothin...
1
8,126,519
11/14/2011 18:46:49
803,244
06/17/2011 12:52:25
269
28
UDP cannot connect to anything other than 127.0.0.1
Im not too sure why this wont work. My application works fine if the client and server are ran on the same PC hence the 127.0.0.1 but it wont connect to my other laptop using IP 82.41.108.125 which is the IP of that device. Any reason why this is happening?
c++
networking
udp
null
null
null
open
UDP cannot connect to anything other than 127.0.0.1 === Im not too sure why this wont work. My application works fine if the client and server are ran on the same PC hence the 127.0.0.1 but it wont connect to my other laptop using IP 82.41.108.125 which is the IP of that device. Any reason why this is happening?
0
6,851,934
07/27/2011 22:17:49
853,934
07/20/2011 12:38:09
66
1
Do web servers (and related software) use all the CPU cores of the machines?
I'm wondering, since BASH etc. no matter what uses only one core, which kind of setups and software stacks would use all the cores on the CPU? Does Node.JS use all the cores, or an LEMP or LLMP stack? What's the way of coding for web and taking advantage of all the available system resources? Thank you.
linux
programming-languages
webserver
hardware
cpu
07/29/2011 17:52:47
not a real question
Do web servers (and related software) use all the CPU cores of the machines? === I'm wondering, since BASH etc. no matter what uses only one core, which kind of setups and software stacks would use all the cores on the CPU? Does Node.JS use all the cores, or an LEMP or LLMP stack? What's the way of coding for w...
1
10,600,345
05/15/2012 12:09:10
1,294,988
03/27/2012 08:34:48
69
5
How can i succesfully copy a file from server to local hard disk?
i'm trying to copy a database dump sql file from my server to my hdd using mac OSX Terminal (open ssh client). i know the command should be something like: scp [[user]@host]:mydump.sql mydump_local.sql but i found out that it did `copy` that file on the same server instead of my hdd (ie. using `ls *` i ...
osx
unix
ssh
scp
null
05/15/2012 13:15:53
off topic
How can i succesfully copy a file from server to local hard disk? === i'm trying to copy a database dump sql file from my server to my hdd using mac OSX Terminal (open ssh client). i know the command should be something like: scp [[user]@host]:mydump.sql mydump_local.sql but i found out that it did `copy`...
2
10,409,976
05/02/2012 08:12:11
1,321,824
04/09/2012 12:11:42
26
0
Uriinfo for PUT method
I am using Urinfo for accessing query parameters in my restful web service as follows @GET @Produces("text/plain") @Path("/association") public Response Association( @Context UriInfo uriInfo){ String clinicianId = uriInfo.getQueryParameters().getFirst("clinicianId"); ...
jersey
null
null
null
null
null
open
Uriinfo for PUT method === I am using Urinfo for accessing query parameters in my restful web service as follows @GET @Produces("text/plain") @Path("/association") public Response Association( @Context UriInfo uriInfo){ String clinicianId = uriInfo.getQueryParameters().ge...
0
7,938,381
10/29/2011 10:45:19
612,996
02/11/2011 11:57:28
84
2
displaying alert for verifying the app id in sandbox environment
when i run my app having in-app purchase functionality then why it display alert to verify app id although its test user account? Then it sends email for verification to that email address which do not exist actually. After entering to this method debugger shows alert to verify app id. Its not happening before. here is...
iphone
ios
in-app-purchase
in-app
null
null
open
displaying alert for verifying the app id in sandbox environment === when i run my app having in-app purchase functionality then why it display alert to verify app id although its test user account? Then it sends email for verification to that email address which do not exist actually. After entering to this method de...
0
8,382,613
12/05/2011 08:23:44
755,278
05/16/2011 07:38:39
427
27
Want to install Android on my Data Card?
I'm having the dataCard which i usually used for connecting with net or used as a Flash Drive of 4GB. Previously i had install linux on my Pen Drive it works fine now i want to install on my Data Card which having both option (NetConnect with Flash Drive). Because Android is having Open Source Code now want to make ...
android
null
null
null
null
12/06/2011 14:25:58
off topic
Want to install Android on my Data Card? === I'm having the dataCard which i usually used for connecting with net or used as a Flash Drive of 4GB. Previously i had install linux on my Pen Drive it works fine now i want to install on my Data Card which having both option (NetConnect with Flash Drive). Because Androi...
2
10,275,588
04/23/2012 06:05:35
1,350,595
04/23/2012 05:57:51
1
0
Where is the source code of Linux Command "file"
I seek the coreutils-8.5.tar.xz and busybox-1.18.5.tar.bz2, but nothing is found. Help, thanks!!!
linux
file
command
source
null
04/24/2012 22:53:26
off topic
Where is the source code of Linux Command "file" === I seek the coreutils-8.5.tar.xz and busybox-1.18.5.tar.bz2, but nothing is found. Help, thanks!!!
2
9,702,032
03/14/2012 12:31:23
726,802
04/27/2011 08:27:33
3,235
349
Why Interface Layer/Abstract classes required in out project?
We normally use abstract function/Interfaces in our projects. Why it is really needed? Why can't we just go for Business logic Layer, Data Access Layer and Presentation Layer only
c#
asp.net
c#-4.0
interface
abstract-class
03/21/2012 12:06:43
not constructive
Why Interface Layer/Abstract classes required in out project? === We normally use abstract function/Interfaces in our projects. Why it is really needed? Why can't we just go for Business logic Layer, Data Access Layer and Presentation Layer only
4
8,141,346
11/15/2011 18:38:16
853,980
07/20/2011 13:00:11
1
0
inconsistency in htmlunit on clustered env?
We have a app that uses htmlunit to simulate browser. The htmlclient invokes a servlet that is supposed to do a redirect. This works from our local desktop and on dev environment. But we are noticing some inconsistencies in prod/stage env where we have a clustered env. It works for a while and then it fails consisten...
htmlunit
production-environment
null
null
null
11/16/2011 01:08:45
not a real question
inconsistency in htmlunit on clustered env? === We have a app that uses htmlunit to simulate browser. The htmlclient invokes a servlet that is supposed to do a redirect. This works from our local desktop and on dev environment. But we are noticing some inconsistencies in prod/stage env where we have a clustered env....
1
11,281,666
07/01/2012 11:44:08
1,203,043
02/10/2012 22:00:27
253
4
Create a video file of multiple images
I am trying to create a video in android that displays the chosen images by me. one by another. I've heard of ffmpeg and Dolphin player open source code. I'd like to know the cons and pros of them. Is ffmpeg is easy to work with? and what about the Dolphin player? Another thing I undestand is that ffmpeg is programmed...
java
android
ffmpeg
null
null
07/02/2012 15:43:17
off topic
Create a video file of multiple images === I am trying to create a video in android that displays the chosen images by me. one by another. I've heard of ffmpeg and Dolphin player open source code. I'd like to know the cons and pros of them. Is ffmpeg is easy to work with? and what about the Dolphin player? Another th...
2
11,502,070
07/16/2012 09:58:43
379,716
06/30/2010 06:18:55
453
23
How to get count of shares using face book share button in php?
I have a list of events. For each event, I want to add a Facebook share button. An event can be shared only once. The system needs to keep track, how many events an user has shared on FB. I have not used FB share button. I searched but could not find an answer to this. Can we retrieve number of shared events' count for...
facebook
php5
null
null
null
null
open
How to get count of shares using face book share button in php? === I have a list of events. For each event, I want to add a Facebook share button. An event can be shared only once. The system needs to keep track, how many events an user has shared on FB. I have not used FB share button. I searched but could not find ...
0
6,812,510
07/25/2011 06:35:56
45,951
12/13/2008 10:55:39
582
40
Stand alone C# compiler
We have a software which we use in-house for our day to day work. It is like a customize CRM (sort of) and Bug Tracking software. We had a small team of 3 developers who had developed this software. Now this team is also working on other assignments. Recently we are receiving a lot of request for adding functio...
c#
scripting
compiler
interpreter
basic
07/25/2011 06:47:55
not constructive
Stand alone C# compiler === We have a software which we use in-house for our day to day work. It is like a customize CRM (sort of) and Bug Tracking software. We had a small team of 3 developers who had developed this software. Now this team is also working on other assignments. Recently we are receiving a lot ...
4
6,206,305
06/01/2011 19:01:48
214,796
11/19/2009 17:11:26
3,016
123
Why is Windows not considered suitable for real time systems/high performance servers?
I hope this question isn't too subjective, but why is Windows considered an unsuitable operating system for real time systems and high performance servers? Are there any technical papers or studies that gauge it's performance compared to *nix alternatives? I've never actually heard any explanation of why developers ...
windows
performance
real-time-systems
null
null
06/02/2011 00:04:41
not constructive
Why is Windows not considered suitable for real time systems/high performance servers? === I hope this question isn't too subjective, but why is Windows considered an unsuitable operating system for real time systems and high performance servers? Are there any technical papers or studies that gauge it's performance co...
4
4,798,141
01/25/2011 19:51:29
144,088
07/23/2009 22:04:08
148
8
Sendgrid vs Postmark vs Amazon SES
Amazon SES is new, but I know people who have used it. Could you please comment on the relative merits/drawbacks for Sendgrid, Postmark, and Amazon SES? Which would you recommend, and why? Is there another email API service you recommend instead? Thanks!
amazon-web-services
amazon
sendgrid
postmark
null
09/10/2011 15:39:48
not constructive
Sendgrid vs Postmark vs Amazon SES === Amazon SES is new, but I know people who have used it. Could you please comment on the relative merits/drawbacks for Sendgrid, Postmark, and Amazon SES? Which would you recommend, and why? Is there another email API service you recommend instead? Thanks!
4
5,964,685
05/11/2011 13:01:44
746,929
05/10/2011 13:24:02
8
0
How do I totally delete/reset bluetooth settings in Windows 7
I have a windows 7 machine that I've been using to experiment with several serial over bluetooth devices. I now have a couple of problems that I would like to solve without having to re-image my machine. The first problem is that I've had to uninstall and reinstall these devices so much that I'm now up to serial por...
windows
windows-7
bluetooth
registry
null
07/22/2012 14:48:17
off topic
How do I totally delete/reset bluetooth settings in Windows 7 === I have a windows 7 machine that I've been using to experiment with several serial over bluetooth devices. I now have a couple of problems that I would like to solve without having to re-image my machine. The first problem is that I've had to uninstal...
2
8,481,929
12/12/2011 22:38:41
1,032,521
11/06/2011 17:31:42
1
0
conversion .NET to java code
Any one can help me to get JAVA code for this piece of code in .NET. I have .NET code . i need this decryption technique using thru' java. Dim ByteConverter As UnicodeEncoding = New UnicodeEncoding rc2CSP.Key = ByteConverter.GetBytes(e.Key) rc2CSP.IV = ByteConverter.GetBytes(e.IV) ...
java
.net
cryptography
null
null
12/13/2011 01:49:02
not a real question
conversion .NET to java code === Any one can help me to get JAVA code for this piece of code in .NET. I have .NET code . i need this decryption technique using thru' java. Dim ByteConverter As UnicodeEncoding = New UnicodeEncoding rc2CSP.Key = ByteConverter.GetBytes(e.Key) rc2CSP.I...
1
7,587,658
09/28/2011 18:18:57
939,266
09/11/2011 15:08:21
80
2
Visual Studio 2011 nuisances
I'm currently trying out the new Visual Studio 2011 which can be obtained [here](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27543). And I must say I do like it :) I have only some small nuisances with it... 1. VS2011 now supports some new coloring options for keywords/typedefs/etc and also f...
c++
visual-studio
null
null
null
09/29/2011 03:42:30
not constructive
Visual Studio 2011 nuisances === I'm currently trying out the new Visual Studio 2011 which can be obtained [here](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27543). And I must say I do like it :) I have only some small nuisances with it... 1. VS2011 now supports some new coloring options fo...
4
6,212,939
06/02/2011 09:53:44
780,890
06/02/2011 09:53:44
1
0
Textbox onKeyPress in Firefox not working
<html> <head><script> function handleKeyPress(evt) { var nbr; var nbr = (window.event)?event.keyCode:evt.which; alert(nbr); return true; } </script> </head> <body><form> <input type=text name="txt" onkeypress="handleKeyPress();"></form> </body> </html> This is working perfect...
firefox
onkeypress
null
null
null
null
open
Textbox onKeyPress in Firefox not working === <html> <head><script> function handleKeyPress(evt) { var nbr; var nbr = (window.event)?event.keyCode:evt.which; alert(nbr); return true; } </script> </head> <body><form> <input type=text name="txt" onkeypress="handleKeyPress();"></for...
0
3,769,728
09/22/2010 13:31:12
378,783
06/29/2010 08:10:19
170
17
Programing language concise and systematic description
Can you describe in few sentences or bullets program language you know best? It should be concise, not too long, lets say for one or two slides in presentation, but that contains important classifications of that language. Some details about usage and spread, supported platforms and available libraries. Some strengths ...
language-agnostic
programming-languages
language-features
classification
programming-paradigms
09/22/2010 14:16:24
not a real question
Programing language concise and systematic description === Can you describe in few sentences or bullets program language you know best? It should be concise, not too long, lets say for one or two slides in presentation, but that contains important classifications of that language. Some details about usage and spread, ...
1
2,764,120
05/04/2010 09:21:38
14,053
09/16/2008 21:50:26
407
23
Custom draw button using uxthem.dll
I have implemented my custom button inheriting from CButton and drawing it by using uxtheme.dll (DrawThemeBackground with BP_PUSHBUTTON). Everything works fine but I have two statuses (Normal and Pressed) which Hot status is the same. It means when the user places the cursor over the button it is drawn alike regardl...
cbutton
mfc
null
null
null
null
open
Custom draw button using uxthem.dll === I have implemented my custom button inheriting from CButton and drawing it by using uxtheme.dll (DrawThemeBackground with BP_PUSHBUTTON). Everything works fine but I have two statuses (Normal and Pressed) which Hot status is the same. It means when the user places the cursor ...
0
3,623,115
09/02/2010 00:53:01
184,131
10/05/2009 03:12:54
17
0
Automapper: Type conversion/formatting
Using AutoMapper, is it possible to do a type conversion *and* selectively format the destination value based on a ForMember expression? For example: Mapper.CreateMap<string, IHtmlString>().ConvertUsing<MvcHtmlStringConverter>(); Mapper .CreateMap<WebSearchResult, SearchResultViewData>() ...
c#
automapper
null
null
null
null
open
Automapper: Type conversion/formatting === Using AutoMapper, is it possible to do a type conversion *and* selectively format the destination value based on a ForMember expression? For example: Mapper.CreateMap<string, IHtmlString>().ConvertUsing<MvcHtmlStringConverter>(); Mapper .CreateMap<...
0
6,076,338
05/20/2011 18:43:51
594,373
01/28/2011 20:34:08
25
1
Unknown field name 'SubmitOptions' after Perforce upgrade
I just migrated/upgraded from a Windows 2003 Perforce 2009.2 installation to a Windows 2008 R2 2010.2 box and noted that after the upgrade, the only issue that seems to present is the inability to create/edit workspaces from the UI - because it tries to set the SubmitOptions parameter and throws Error at line 0 ...
perforce
upgrade-issue
perforce-client-spec
null
null
null
open
Unknown field name 'SubmitOptions' after Perforce upgrade === I just migrated/upgraded from a Windows 2003 Perforce 2009.2 installation to a Windows 2008 R2 2010.2 box and noted that after the upgrade, the only issue that seems to present is the inability to create/edit workspaces from the UI - because it tries to set...
0
7,596,932
09/29/2011 11:54:23
958,968
09/22/2011 11:13:29
21
2
waht happening ,behind the screen when creating web application
i am very new to sharepoint,And i need to know, waht happening ,Behind the screen when creating web application in sharepoint2007 and sharepoint 2010.
sharepoint
sharepoint2010
sharepoint2007
null
null
09/29/2011 14:35:07
not a real question
waht happening ,behind the screen when creating web application === i am very new to sharepoint,And i need to know, waht happening ,Behind the screen when creating web application in sharepoint2007 and sharepoint 2010.
1
11,157,272
06/22/2012 13:36:44
1,465,859
06/19/2012 08:42:28
17
1
Stored Procedure in sql server 2005
I use the following function for insert the value in database through the stored procedure.but i have the exception in sqlConnection.Open();How to solve this? try { string dbConnectionString = "something"; SqlConnection sqlConnection = new SqlConnection(dbCon...
c#
sql-server-2005
stored-procedures
null
null
null
open
Stored Procedure in sql server 2005 === I use the following function for insert the value in database through the stored procedure.but i have the exception in sqlConnection.Open();How to solve this? try { string dbConnectionString = "something"; SqlConnectio...
0
8,667,105
12/29/2011 11:08:08
1,089,634
12/09/2011 11:38:21
1
0
htaccess file is not working
Options +FollowSymlinks RewriteEngine on RewriteRule ^home/(.+)$ home.php?id=$1 RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteCond $1 !^css$ RewriteCond $1 !^js$ RewriteCond $1 !^images$ RewriteRule ^(.*)$ $1.php css and javascript is not working in this code
javascript
.htaccess
null
null
null
12/30/2011 18:21:53
off topic
htaccess file is not working === Options +FollowSymlinks RewriteEngine on RewriteRule ^home/(.+)$ home.php?id=$1 RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteCond $1 !^css$ RewriteCond $1 !^js$ RewriteCond $1 !^images$ RewriteRule ^(.*)$ $1.php css and javascript is...
2
3,794,376
09/25/2010 15:25:30
428,753
08/23/2010 19:31:47
113
3
Can browsers connec to a proxy over SSL/TLS?
If I set up a proxy (such as Squid for example) configured with certs to listen for HTTPS are browsers able to connect to the proxy over TLS/SSL? Example of what I'm asking: Browser Proxy Server yahoo.com -> TLS -> Squid -> HTTP -> yahoo.com I've set up a proxy listening on 443, but a...
browser
ssl
proxy
tls
null
null
open
Can browsers connec to a proxy over SSL/TLS? === If I set up a proxy (such as Squid for example) configured with certs to listen for HTTPS are browsers able to connect to the proxy over TLS/SSL? Example of what I'm asking: Browser Proxy Server yahoo.com -> TLS -> Squid -> HTTP -> yahoo.co...
0
8,598,807
12/22/2011 02:27:41
1,110,951
12/22/2011 02:25:42
1
0
Anyone know asp.net or can help me with this issue?
I'm the senior front-end developer at my job and am having a problem with this page: http://staging.www.franklinstreetfinancial.com/Real_Estate/Property_Locator_Map It's supposed to have this interactive map on the page below the chrome of the site: http://staging.www.franklinstreetfinancial.com/TestZoom/map.html ...
jquery
.net
html
css
content-management-system
12/22/2011 02:44:58
not a real question
Anyone know asp.net or can help me with this issue? === I'm the senior front-end developer at my job and am having a problem with this page: http://staging.www.franklinstreetfinancial.com/Real_Estate/Property_Locator_Map It's supposed to have this interactive map on the page below the chrome of the site: http://s...
1
10,532,502
05/10/2012 10:53:52
482,138
10/20/2010 18:45:36
2,159
64
C# Excel Interop
I'm creating an Excel worksheet dynamically via C#. I have a requirement that all active cells within a specific column has a dropdown with data that I provide. I can get it working on a single cell as such: Excel.Range range = (Excel.Range)activeSheet.Cells[Type.Missing, 4]; Excel.DropD...
c#
interop
null
null
null
null
open
C# Excel Interop === I'm creating an Excel worksheet dynamically via C#. I have a requirement that all active cells within a specific column has a dropdown with data that I provide. I can get it working on a single cell as such: Excel.Range range = (Excel.Range)activeSheet.Cells[Type.Missing, 4]; ...
0
3,885,194
10/07/2010 19:28:07
469,511
10/07/2010 19:28:07
1
0
Object reference not set to an instance of an object.
public Player(string name, List<Card> cards) { this.name = name; try { this.stack.insertCards(cards);//Here is the NullReferenceExeption } catch (Exception e) { throw e; ...
c#
null
null
null
null
10/07/2010 19:37:33
not a real question
Object reference not set to an instance of an object. === public Player(string name, List<Card> cards) { this.name = name; try { this.stack.insertCards(cards);//Here is the NullReferenceExeption } catch (Exception e) ...
1
10,418,293
05/02/2012 16:54:41
952,704
09/19/2011 12:55:47
42
0
What are some good tools to create graphs with vertexes and edges?
I have implemented some algorithms from graph theory in C++. My teacher wants us to show some examples with graphs, so I need to draw a graph and then explain step by step how my implementation works. I don't want to use paint for this job so I was wondering is there any tool available that can make your life easier...
c++
graph
null
null
null
05/03/2012 12:20:39
not constructive
What are some good tools to create graphs with vertexes and edges? === I have implemented some algorithms from graph theory in C++. My teacher wants us to show some examples with graphs, so I need to draw a graph and then explain step by step how my implementation works. I don't want to use paint for this job so I ...
4
1,836,461
12/02/2009 22:56:15
135,946
07/09/2009 22:11:37
2,386
195
Obtaining clients IP address in GWT and Google App Engine
I have a need to capture IP address of the client in my GWT/GAE (Java) application. Since GAE does not support full set of java.net APIs I cannot do code such as snippet below. Can anyone suggest reliable way of achieving the same? for (final Enumeration<NetworkInterface> en = NetworkInterface.getNetworkInterfac...
gwt
client-ip
gae-java
null
null
null
open
Obtaining clients IP address in GWT and Google App Engine === I have a need to capture IP address of the client in my GWT/GAE (Java) application. Since GAE does not support full set of java.net APIs I cannot do code such as snippet below. Can anyone suggest reliable way of achieving the same? for (final Enumera...
0
4,093,286
11/04/2010 02:01:38
496,680
11/04/2010 01:51:27
1
0
C++ templates - basics
I'm trying to follow my college notes, and I've tried googling the error and looking on stackover flow but I can't seem to figure out whats wrong. I've read on so many places that you need to have both implementation and specification files in one file (header) so I've done so. I've just copy and pasted from my prin...
c++
templates
null
null
null
null
open
C++ templates - basics === I'm trying to follow my college notes, and I've tried googling the error and looking on stackover flow but I can't seem to figure out whats wrong. I've read on so many places that you need to have both implementation and specification files in one file (header) so I've done so. I've just ...
0
9,325,553
02/17/2012 09:13:11
1,215,790
02/17/2012 08:52:07
1
1
eclipse CDT copying all project settings
It is possible to export settings from one project and import them in another. However, it seems that only "include Paths" and "Symbols" can be moved to a new project this way. Is there any reliable way to copy all settings? Particularly I would like to copy the linker settings for my embedded ARM project. I d...
export
eclipse-cdt
project-settings
null
null
null
open
eclipse CDT copying all project settings === It is possible to export settings from one project and import them in another. However, it seems that only "include Paths" and "Symbols" can be moved to a new project this way. Is there any reliable way to copy all settings? Particularly I would like to copy the linke...
0
1,397,366
09/09/2009 03:15:30
31,671
10/27/2008 01:07:58
5,846
336
Frustrating problem with jQuery getElementById()
I'll firstly admit I'm a lot more productive when using jQuery, however I've been asked to implement a gallery written in vanilla JavScript. My normal javascript DOM skills are only average. This is the gallery I've been asked to implement [http://sandbox.leigeber.com/slideshow/][1] Now I've chopped and change...
javascript
getelementbyid
image-gallery
null
null
null
open
Frustrating problem with jQuery getElementById() === I'll firstly admit I'm a lot more productive when using jQuery, however I've been asked to implement a gallery written in vanilla JavScript. My normal javascript DOM skills are only average. This is the gallery I've been asked to implement [http://sandbox.leig...
0
3,270,484
07/17/2010 06:21:19
394,130
07/16/2010 17:05:29
-1
0
about tsr in java
whether JAVA is support TSR programs?
tsr
null
null
null
null
07/17/2010 06:29:56
not a real question
about tsr in java === whether JAVA is support TSR programs?
1
7,794,903
10/17/2011 14:00:50
818,700
06/28/2011 07:22:34
59
0
Hitting stored proc - javax.ejb.EJBException
I'm trying to hit a stored procedure but I'm getting this error message: 'javax.ejb.EJBException'... I've never worked with stored procedures so the exception is a bit Greek to me. Anyone that could perhaps shed some light on this? Below I pasted the code that I wrote: @WebMethod(operationName = "getSpecimenR...
java
sql
stored-procedures
jdbc
ejb
null
open
Hitting stored proc - javax.ejb.EJBException === I'm trying to hit a stored procedure but I'm getting this error message: 'javax.ejb.EJBException'... I've never worked with stored procedures so the exception is a bit Greek to me. Anyone that could perhaps shed some light on this? Below I pasted the code that I wrot...
0
8,397,449
12/06/2011 09:08:35
655,134
03/11/2011 09:49:34
387
17
MSBuild and creating ZIP files
Here is my build script: <?xml version="1.0" encoding="utf-8" ?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets"/> <PropertyGroup> <!-- Path where the solution file i...
msbuild
zip
null
null
null
null
open
MSBuild and creating ZIP files === Here is my build script: <?xml version="1.0" encoding="utf-8" ?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets"/> <PropertyGroup> ...
0
6,399,797
06/19/2011 00:32:49
663,049
03/16/2011 18:12:06
185
0
Does anyone see why this script would die? Really need help
Does anyone see why this script isn't working? Spotted any errors? Any help would be great as i can't really see anything that would cause this. Theres no mysql_errors() or errors in the PHP log. Any help would be great, thanks guys :) <?php mysql_connect("localhost", "root", "root") or die(...
php
mysql
null
null
null
06/19/2011 00:53:26
not a real question
Does anyone see why this script would die? Really need help === Does anyone see why this script isn't working? Spotted any errors? Any help would be great as i can't really see anything that would cause this. Theres no mysql_errors() or errors in the PHP log. Any help would be great, thanks guys :) ...
1
8,316,967
11/29/2011 20:02:41
871,580
07/31/2011 13:31:48
14
4
Deploy a pre-built RoR application to a local (Linux) machine from source
I've inherited a RoR application which I'm in the process of working towards deploying on Heroku. Firstly I need to deploy on the dev environment but I can't seem to make this happen. I've installed Ruby rvm, Gems and Rails but outwith creating a new application Rails keeps throwing a myriad of errors. I'm runnin...
ruby-on-rails
null
null
null
null
12/01/2011 18:56:49
too localized
Deploy a pre-built RoR application to a local (Linux) machine from source === I've inherited a RoR application which I'm in the process of working towards deploying on Heroku. Firstly I need to deploy on the dev environment but I can't seem to make this happen. I've installed Ruby rvm, Gems and Rails but outwith cr...
3
7,449,054
09/16/2011 18:44:03
923,753
09/01/2011 15:33:48
6
0
WPF Best datagrid to be used in 2011
I know most of you have read this question atleast 100 times before today. but still the reason why i ask this question again is because in my company we are trying to use a datagrid in one of our wpf project. n after doing some research i found out that all the posts were dated back then in 2008/9 when datagrid was no...
wpf
datagrid
wpfdatagrid
infragistics
xceed-datagrid
09/16/2011 20:17:20
not constructive
WPF Best datagrid to be used in 2011 === I know most of you have read this question atleast 100 times before today. but still the reason why i ask this question again is because in my company we are trying to use a datagrid in one of our wpf project. n after doing some research i found out that all the posts were date...
4
9,966,004
04/01/2012 16:19:22
58,839
01/25/2009 19:08:50
928
32
Wordpress drag posts and pages so you can order them
So has anyone done this? can be done? On wordpress admin, when you click List Pages, or List posts, I want to make a drag&drop in order to sort the pages/posts, but before I start I want to know if someone has done it already, or if there is a plugin for this.
php
javascript
html
css
wordpress
04/01/2012 17:08:15
off topic
Wordpress drag posts and pages so you can order them === So has anyone done this? can be done? On wordpress admin, when you click List Pages, or List posts, I want to make a drag&drop in order to sort the pages/posts, but before I start I want to know if someone has done it already, or if there is a plugin for this.
2
2,928,495
05/28/2010 11:20:45
158,455
08/18/2009 13:24:13
303
4
Tips for begining 3D Application Development
hey, guys i want to create an application that has 3D display. I want all the planets in it. Then the next step is i want to have satellites in it as well. I want to provide an interface to add satellites etc. Offcourse this will include 3D designing and it will be more like a game. I want to know what are the t...
application
3d
null
null
null
06/20/2012 04:56:54
not constructive
Tips for begining 3D Application Development === hey, guys i want to create an application that has 3D display. I want all the planets in it. Then the next step is i want to have satellites in it as well. I want to provide an interface to add satellites etc. Offcourse this will include 3D designing and it will be m...
4
7,923,954
10/28/2011 00:26:22
1,016,315
10/27/2011 10:50:00
8
0
Finished my break-even AreaChart - but can investors understand it?
So I think I've managed to visualize a fictional break-even analysis here: http://home.no/dwaynie/bin-debug/ But, does it look right? Will it be accepted by investors and finance people? It doesn't really look like any of the charts at [Google: break-even charts][1]. And, does it function right? Please give me...
flex
charts
business
flex4.5
economics
10/30/2011 11:50:43
off topic
Finished my break-even AreaChart - but can investors understand it? === So I think I've managed to visualize a fictional break-even analysis here: http://home.no/dwaynie/bin-debug/ But, does it look right? Will it be accepted by investors and finance people? It doesn't really look like any of the charts at [Goog...
2
6,401,361
06/19/2011 08:29:50
661,933
03/16/2011 05:58:19
112
6
"In Ruby there's more than one way of doing the same thing" - what does this mean??
Feel free to delete this topic if it's discussed or quite obvious. I hail from C# background and I'm planning to learn Ruby. Everything I read about it seems quite intriguing. But I'm confused over this basic philosophy of Ruby that "there's more than one way to do one thing". Can someone provide 2 or 3 simple arithmet...
ruby
syntax
programming-languages
null
null
06/19/2011 11:15:55
not a real question
"In Ruby there's more than one way of doing the same thing" - what does this mean?? === Feel free to delete this topic if it's discussed or quite obvious. I hail from C# background and I'm planning to learn Ruby. Everything I read about it seems quite intriguing. But I'm confused over this basic philosophy of Ruby tha...
1
7,755,795
10/13/2011 14:35:40
993,661
10/13/2011 14:21:36
1
0
how to write file upload webscript in Alfresco
I'm trying to make a webscript in Alfresco to download a file. I'v made <input type="file" ...> and all is needed to upload the selected file on form submit. No working samples available on wiki. Thank you in advance.
alfresco
null
null
null
null
null
open
how to write file upload webscript in Alfresco === I'm trying to make a webscript in Alfresco to download a file. I'v made <input type="file" ...> and all is needed to upload the selected file on form submit. No working samples available on wiki. Thank you in advance.
0
9,627,056
03/09/2012 00:09:43
1,257,428
03/08/2012 16:02:08
3
0
ForLoop help plz
for(String name: names){ System.out.printli(name); } What is the first line mean ? I understand for(int i=0; i<=10;i++).
java
for-loop
null
null
null
03/09/2012 17:31:51
too localized
ForLoop help plz === for(String name: names){ System.out.printli(name); } What is the first line mean ? I understand for(int i=0; i<=10;i++).
3
8,904,563
01/18/2012 02:51:34
1,152,713
01/16/2012 21:27:04
1
0
i m suppose to to this in java?(it is suppose to print the prime numbers between 2 numbers)
Given two integers N and M (N ≤ M), output all the prime numbers between N and M inclusive, one per line. N and M will be positive integers less than or equal to 1,000,000,000. The difference between N and M will be less than or equal to 5,000,000. Sample Input 5 20 Sample Output 5 7 11 13 17 19 ...
java
null
null
null
null
01/18/2012 04:12:29
not a real question
i m suppose to to this in java?(it is suppose to print the prime numbers between 2 numbers) === Given two integers N and M (N ≤ M), output all the prime numbers between N and M inclusive, one per line. N and M will be positive integers less than or equal to 1,000,000,000. The difference between N and M will be les...
1
11,613,547
07/23/2012 13:31:43
1,145,873
01/12/2012 15:46:33
230
7
LINQ equivalent for GWT
I was reading [this thread][1]. Is any of this project safe to use on the client side of GWT app? [1]: http://stackoverflow.com/questions/1217228/what-is-the-java-equivalent-for-linq
java
linq
gwt
null
null
07/24/2012 11:07:30
not constructive
LINQ equivalent for GWT === I was reading [this thread][1]. Is any of this project safe to use on the client side of GWT app? [1]: http://stackoverflow.com/questions/1217228/what-is-the-java-equivalent-for-linq
4
5,868,234
05/03/2011 10:38:08
694,103
04/06/2011 03:48:11
1
0
In MS SQL SERVER 2008 I am able to pass Table value parameter to my stored Procedure from NHibernate.How to achieve the same in Oracle
I have created a table as a type in MS SQL SERVER2008. As SQL Server 2008 supports passing table value parameter as IN parameter to stored Procedure.It is working fine. Now I have to perform the same approach in Oracle. I did it through **PLSQLAssociativeArray** but the limitaion of Associative array is they a...
nhibernate
sql-server-2008
stored-procedures
oracle11g
null
null
open
In MS SQL SERVER 2008 I am able to pass Table value parameter to my stored Procedure from NHibernate.How to achieve the same in Oracle === I have created a table as a type in MS SQL SERVER2008. As SQL Server 2008 supports passing table value parameter as IN parameter to stored Procedure.It is working fine. Now...
0
11,377,262
07/07/2012 17:41:37
1,509,004
07/07/2012 16:38:42
1
0
Tools to show roadmap for multi-track projects
Does anyone know any good tool (or set of tools), which can make a graphical representation of a roadmap for project, which have several tracks, taking into account that each project can have several features (latest one contains them all)? As an example, imagine that there is a project, for which the earliest supp...
representation
roadmap
null
null
null
07/10/2012 02:01:26
not constructive
Tools to show roadmap for multi-track projects === Does anyone know any good tool (or set of tools), which can make a graphical representation of a roadmap for project, which have several tracks, taking into account that each project can have several features (latest one contains them all)? As an example, imagine ...
4
7,593,208
09/29/2011 06:12:58
571,319
01/11/2011 13:32:48
121
2
What is difference between subnet / Gatewate / WINS / NetBios /DNS ? ( Clarification needed )
I am Confused between these terms . Whats the Difference between DNS and Netbios ? ( Both are used for conversion of name to IP ) What is a Gateway ? What is its functions ? Why do we put Default Gateway when we configure an IP ? What is a Subnet ? why is it needed? I have two PC. IP :135.29.105.1...
networking
tcp
dns
gateway
subnet
09/29/2011 09:42:23
off topic
What is difference between subnet / Gatewate / WINS / NetBios /DNS ? ( Clarification needed ) === I am Confused between these terms . Whats the Difference between DNS and Netbios ? ( Both are used for conversion of name to IP ) What is a Gateway ? What is its functions ? Why do we put Default Gateway whe...
2
3,970,825
10/19/2010 17:09:11
343,161
05/17/2010 14:46:10
547
60
When does EndReceive return zero bytes
I'm trying to get a better handle on using sockets asynchronously. According to this article, http://msdn.microsoft.com/en-us/library/bew39x2a(v=VS.85).aspx, I ought to be able to check the number of bytes returned by EndReceive, and if it's zero, I know I have all the data, and if it's non-zero, there may or may not b...
.net
sockets
null
null
null
null
open
When does EndReceive return zero bytes === I'm trying to get a better handle on using sockets asynchronously. According to this article, http://msdn.microsoft.com/en-us/library/bew39x2a(v=VS.85).aspx, I ought to be able to check the number of bytes returned by EndReceive, and if it's zero, I know I have all the data, ...
0
10,605,332
05/15/2012 16:47:48
842,411
07/13/2011 09:50:03
90
2
Processing heavy operation in background in Firefox extensions
I am working on a firefox extension that gets the html content from the current tab in the browser. Majority of the processing takes place in popup.js file which is embedded in the popup UI that is displayed on clicking the toolbar icon for the extension. Due to this, the performance of the extension suffers and occasi...
javascript
extension
firefox-addon
xul
null
null
open
Processing heavy operation in background in Firefox extensions === I am working on a firefox extension that gets the html content from the current tab in the browser. Majority of the processing takes place in popup.js file which is embedded in the popup UI that is displayed on clicking the toolbar icon for the extensi...
0
5,733,931
04/20/2011 16:59:48
489,041
10/27/2010 15:34:54
1,209
71
Java String Unicode Value
How can I get the unicode value of a string in java? For example if the string is "Hi" I need something like \uXXXX\uXXXX
java
string
unicode
null
null
null
open
Java String Unicode Value === How can I get the unicode value of a string in java? For example if the string is "Hi" I need something like \uXXXX\uXXXX
0
2,613,803
04/10/2010 15:05:11
307,989
04/02/2010 21:27:59
20
0
How to run windows services into server
I have been made a windows service.in which i have been added project installer.in the project installer we have 2 things one is serviceProcessInstaller1 & second is serviceInstaller1.i have been changed serviceProcessInstaller1 account property as Local system.it is running in my local system but now i want to instal...
c#
null
null
null
null
null
open
How to run windows services into server === I have been made a windows service.in which i have been added project installer.in the project installer we have 2 things one is serviceProcessInstaller1 & second is serviceInstaller1.i have been changed serviceProcessInstaller1 account property as Local system.it is runnin...
0
8,535,018
12/16/2011 13:42:36
435,803
08/31/2010 10:15:00
18
1
Entity Framework - Combining data on two rows
I have two tables. Orders OrderID | UserID | OrderTotal 1 | 1 | 100 2 | 2 | 110 3 | 1 | 120 Users UserId | ProprtyType | PropertyValue 1 | 1 | Kevin 1 | 2 | Nolan 1 | 1 | First...
c#
entity-framework
null
null
null
null
open
Entity Framework - Combining data on two rows === I have two tables. Orders OrderID | UserID | OrderTotal 1 | 1 | 100 2 | 2 | 110 3 | 1 | 120 Users UserId | ProprtyType | PropertyValue 1 | 1 | Kevin 1 | 2 ...
0
5,746,290
04/21/2011 15:28:32
590,840
01/26/2011 15:36:34
384
45
How can I draw in the "bounce" area of a UIScrollView?
I have a custom-drawn view that I include in a UIScrollView that scrolls horizontally. The view draws a background with lines extending horizontally, and some different background colors. When I scroll to the far left such that the scroll view "bounces", I see gray background color. What I would like to do is to dra...
iphone
uiscrollview
drawrect
null
null
null
open
How can I draw in the "bounce" area of a UIScrollView? === I have a custom-drawn view that I include in a UIScrollView that scrolls horizontally. The view draws a background with lines extending horizontally, and some different background colors. When I scroll to the far left such that the scroll view "bounces", I s...
0
7,524,459
09/23/2011 05:03:07
601,862
02/03/2011 16:16:50
26
0
Does TFS 2010 support Optimistic locking?
Does anyone know that whether TFS 2010 support optimistic locking or only pessimistic locking? I'm waiting for answer. Thank you very much
tfs2010
optimistic-locking
null
null
null
null
open
Does TFS 2010 support Optimistic locking? === Does anyone know that whether TFS 2010 support optimistic locking or only pessimistic locking? I'm waiting for answer. Thank you very much
0
7,093,095
08/17/2011 12:50:40
898,640
08/17/2011 12:47:00
1
0
Android GPS chip manufacturer
Is there a way to obtain the manufacturer of the GPS chip of an Android device? I can't find it anywhere...
android
gps
null
null
null
08/17/2011 14:47:55
off topic
Android GPS chip manufacturer === Is there a way to obtain the manufacturer of the GPS chip of an Android device? I can't find it anywhere...
2
10,941,528
06/08/2012 00:06:38
709,038
04/15/2011 01:55:23
97
2
Is there a tool that we can use to do encyption and decryption cross different platforms?
Our platform contains two products, one is a jsp based website the other is a C++ based server. We need to send user's password from jsp to c++. Can anybody tell me what is the best way or most secure way to do it? By the way, we have to use http for now, not https. Should we use public key cryptography? If so...
java
c++
security
cryptography
null
06/08/2012 00:39:09
not a real question
Is there a tool that we can use to do encyption and decryption cross different platforms? === Our platform contains two products, one is a jsp based website the other is a C++ based server. We need to send user's password from jsp to c++. Can anybody tell me what is the best way or most secure way to do it? By the ...
1
11,005,844
06/12/2012 22:34:32
1,261,598
03/10/2012 22:07:13
1
0
Simple jQuery does not work in IE9
I am making chat opening/closing script with cookies and everything is working fantastic in Chrome, but not in IE9. You can see it: http://zauvek2.us.to/chat.html Please help me, thanks in advance
jquery
null
null
null
null
06/13/2012 13:54:33
not a real question
Simple jQuery does not work in IE9 === I am making chat opening/closing script with cookies and everything is working fantastic in Chrome, but not in IE9. You can see it: http://zauvek2.us.to/chat.html Please help me, thanks in advance
1
10,398,162
05/01/2012 13:15:03
1,367,793
05/01/2012 13:08:52
1
0
Layer 4 Protocol
I need to design and Implement a Simple layer 4 protocol for a project I am going to use UML for the simulation I need some suggestions for a simple protocol. Thank You
protocols
network-protocols
null
null
null
05/02/2012 08:55:19
off topic
Layer 4 Protocol === I need to design and Implement a Simple layer 4 protocol for a project I am going to use UML for the simulation I need some suggestions for a simple protocol. Thank You
2
1,401,126
09/09/2009 18:01:27
24,708
10/03/2008 01:46:12
252
11
Moving array items around
Here's my array: [2555] => Array ( [0] => stdClass Object ( [meta_id] => 1246 [post_id] => 2555 [meta_key] => event_date [meta_value] => Sept 24th - 29th ...
php
arrays
null
null
null
null
open
Moving array items around === Here's my array: [2555] => Array ( [0] => stdClass Object ( [meta_id] => 1246 [post_id] => 2555 [meta_key] => event_date [meta_valu...
0
6,680,120
07/13/2011 13:59:58
842,835
07/13/2011 13:59:58
1
0
Your recent binary submission to the App Store -
After I submit my app via archive , **I test in my iphone and I use distribution configuration before i publish** I received email from app store : Invalid Signature - Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that ...
iphone
xcode
configuration
distribution
null
03/21/2012 23:40:44
not a real question
Your recent binary submission to the App Store - === After I submit my app via archive , **I test in my iphone and I use distribution configuration before i publish** I received email from app store : Invalid Signature - Make sure you have signed your application with a distribution certificate, not an ad hoc ...
1
11,483,466
07/14/2012 11:43:46
1,020,704
10/30/2011 13:24:56
152
3
Drawing online simultaneously on the iPad
Is there a Webapp or App for the iPad that enables two users to draw simultaneously on a canvas such that user B can watch in real time what user A is drawing in vice versa. I mean, is there something similar for the iPad as for example can be found at [FlockDraw][1] (which is unfortunatly a flash app) Having su...
ipad
drawing
simultaneous
null
null
07/15/2012 17:38:37
off topic
Drawing online simultaneously on the iPad === Is there a Webapp or App for the iPad that enables two users to draw simultaneously on a canvas such that user B can watch in real time what user A is drawing in vice versa. I mean, is there something similar for the iPad as for example can be found at [FlockDraw][1] (...
2
7,844,661
10/21/2011 03:31:27
884,995
08/08/2011 23:39:46
256
1
CakePHP-2.0: How can i check missing action/ missiong view for a controller?
If someone hits in the browser url bar with this http://mysite/users/unknownaction then i get error. I want to catch that error and redirect to http://mysite/ . How can i do this in CakePHP-2.0.
php
cakephp
cakephp-2.0
null
null
null
open
CakePHP-2.0: How can i check missing action/ missiong view for a controller? === If someone hits in the browser url bar with this http://mysite/users/unknownaction then i get error. I want to catch that error and redirect to http://mysite/ . How can i do this in CakePHP-2.0.
0
3,680,168
09/09/2010 20:05:26
402,011
07/26/2010 07:31:07
102
1
Passing the location of a file from JSP Form to Java Program
String fileToBeRead = "C:/Documents and Settings/Developer/Desktop/Anand exmps/Anand.xls"; I have completed a java program in which the location of a file is assigned to a string as above. But what actually is required is, the end user should select the location of file in a JSP form using `<input type="file"...
java
file
jsp
null
null
null
open
Passing the location of a file from JSP Form to Java Program === String fileToBeRead = "C:/Documents and Settings/Developer/Desktop/Anand exmps/Anand.xls"; I have completed a java program in which the location of a file is assigned to a string as above. But what actually is required is, the end user should s...
0
5,021,254
02/16/2011 19:37:11
564,338
01/05/2011 17:46:21
31
0
PHP Testing, for Procedural Code
Is there any way of testing procedural code? I have been looking at PHPUnit which seems like a great way of creating automated tests. However, it seems to be geared towards procedural code, are there any alternatives for procedural code? Or should I convert the website to object orientated before attempting to test ...
php
null
null
null
null
null
open
PHP Testing, for Procedural Code === Is there any way of testing procedural code? I have been looking at PHPUnit which seems like a great way of creating automated tests. However, it seems to be geared towards procedural code, are there any alternatives for procedural code? Or should I convert the website to object...
0
5,974,097
05/12/2011 06:25:04
581,054
01/19/2011 07:23:47
8
0
Spiltting a array into equal parts using php and codeigniter
This is the array which i need to spilt [["2018-08-02",null],["2018-08-03",null],["2018-08-04",null],["2018-08-05",null],["2018-08-06",null],["2018-08-07",null],["2018-08-08",null],["2018-08-09",null],["2018-08-10",null],["2018-08-11",null],["2018-08-12",null],["2018-08-13",null],["2018-08-14",null],["2018-08-15",n...
php
codeigniter
null
null
null
05/12/2011 09:54:14
not a real question
Spiltting a array into equal parts using php and codeigniter === This is the array which i need to spilt [["2018-08-02",null],["2018-08-03",null],["2018-08-04",null],["2018-08-05",null],["2018-08-06",null],["2018-08-07",null],["2018-08-08",null],["2018-08-09",null],["2018-08-10",null],["2018-08-11",null],["2018-08...
1
4,930,281
02/08/2011 06:38:20
384,619
07/06/2010 14:05:29
33
3
Which technology out of Microsoft .net or Java is the most preferred to develop web application?
I would like to develop ERP web application. I have fair knowledge on Microsoft .net framework and using that I have developed client server application and given to my clients. Please suggest me which technology I should opt for considering these factors 1. Software procurement cost 2. Resource availability for...
java
.net
null
null
null
02/08/2011 06:46:33
not constructive
Which technology out of Microsoft .net or Java is the most preferred to develop web application? === I would like to develop ERP web application. I have fair knowledge on Microsoft .net framework and using that I have developed client server application and given to my clients. Please suggest me which technology I sh...
4
8,712,436
01/03/2012 12:38:59
851,404
07/19/2011 06:51:33
196
12
Panorama hotspot implementation
I've recently developed an application that view a panorama 360 image, using [Panoramagl][1] library for iPhone, and i wanna enhance it and make more features like hotspot. I've tried to look at a `javascript` code that implement this feature, but it's useless. **I don't know from where to start implementing this...
iphone
objective-c
ios
opengl-es
panoramas
null
open
Panorama hotspot implementation === I've recently developed an application that view a panorama 360 image, using [Panoramagl][1] library for iPhone, and i wanna enhance it and make more features like hotspot. I've tried to look at a `javascript` code that implement this feature, but it's useless. **I don't know ...
0
4,667,596
01/12/2011 10:18:04
572,522
01/12/2011 09:57:53
1
0
Cannot figure out how to run a mysqli_multi_query and use the results from the last query.
I've never used mysqli_multi_query before and it's boggling my brain, any examples I find on the net aren't helping me to figure out exactly what it is I want to do. Here is my code: <?php $link = mysqli_connect("server", "user", "pass", "db"); if (mysqli_connect_errno()) { pri...
php
mysql
mysqli-multi-query
null
null
null
open
Cannot figure out how to run a mysqli_multi_query and use the results from the last query. === I've never used mysqli_multi_query before and it's boggling my brain, any examples I find on the net aren't helping me to figure out exactly what it is I want to do. Here is my code: <?php $link = mysql...
0
10,935,222
06/07/2012 15:44:31
1,366,265
04/30/2012 16:38:11
11
1
Hibernate 3.6, are you going to be around for a while?
Is there a "life expectancy" for the different versions of Hibernate? Any one knows if there is a plan to retire 3.6 and force an upgrade to Hibernate 4? If so, when is that due? We are trying to decide if and when to upgrade to Hibernate 4. Thanks in advance!
hibernate
hibernate3
hibernate-4.x
null
null
06/10/2012 16:03:22
off topic
Hibernate 3.6, are you going to be around for a while? === Is there a "life expectancy" for the different versions of Hibernate? Any one knows if there is a plan to retire 3.6 and force an upgrade to Hibernate 4? If so, when is that due? We are trying to decide if and when to upgrade to Hibernate 4. Thanks in a...
2
9,724,324
03/15/2012 16:48:21
494,901
11/02/2010 15:14:22
598
11
PHP object invokation syntax
Given a piece of code such as: {$globalScript->qtip(active_page::getCurrentPageName()=='factsheet','../')} What's the difference in usage in PHP 5 between "->" and "::"?
php
php5
null
null
null
null
open
PHP object invokation syntax === Given a piece of code such as: {$globalScript->qtip(active_page::getCurrentPageName()=='factsheet','../')} What's the difference in usage in PHP 5 between "->" and "::"?
0
4,583,022
01/03/2011 08:29:32
235,825
12/21/2009 06:26:47
10,443
280
C++: Can a macro expand "abc" into 'a', 'b', 'c'?
I've written a variadic template that accepts a variable number of `char` parameters, i.e. template <char... Chars> struct Foo; I was just wondering if there were any macro tricks that would allow me to instantiate this with syntax similar to the following: Foo<"abc"> or Foo<SOME_MACRO("...
c++
string
macros
preprocessor
variadic-template
null
open
C++: Can a macro expand "abc" into 'a', 'b', 'c'? === I've written a variadic template that accepts a variable number of `char` parameters, i.e. template <char... Chars> struct Foo; I was just wondering if there were any macro tricks that would allow me to instantiate this with syntax similar to the fol...
0
8,716,974
01/03/2012 18:33:11
560,287
01/02/2011 11:32:58
449
28
Add today to this PHP generate calendar function
I have been using this function for a while without a problem, although I need to add todays date as a class to the `<td>`. Where would I add this? /** * Returns a HTML calendar * * @return HTML table */ public function generateCalendar($year, $month, $days = array(), $day_name_leng...
php
null
null
null
null
01/04/2012 18:56:14
too localized
Add today to this PHP generate calendar function === I have been using this function for a while without a problem, although I need to add todays date as a class to the `<td>`. Where would I add this? /** * Returns a HTML calendar * * @return HTML table */ public function generateC...
3
5,224,635
03/07/2011 20:04:01
592,667
01/27/2011 18:10:55
90
1
3d cloud viewer?
I have a file which contains a bunch of points with their x,y, z locations.I am looking for a simple viewer where in I can load this point data and view it .Rotation is essential for me to check the depth of the cloud being generated .Can someone point out a light weight viewer with minimum installation overhead for th...
graphics
3d
null
null
null
null
open
3d cloud viewer? === I have a file which contains a bunch of points with their x,y, z locations.I am looking for a simple viewer where in I can load this point data and view it .Rotation is essential for me to check the depth of the cloud being generated .Can someone point out a light weight viewer with minimum instal...
0
818,385
05/04/2009 00:07:01
19,112
09/19/2008 17:28:07
218
18
JQuery UI Tabs widget error handling
When an ajax request fails, the JQuery UI Tabs widget stops responding and the "Loading..." spinner remains on the tab that caused the error. I can get the ajax callback to give me some sort of alert message like so: $('#localtabs > ul').tabs({ ajaxOptions: { success: tabLoadSuccessCallback, error: tabLoadFa...
jquery-ui
tabs
ajax
null
null
null
open
JQuery UI Tabs widget error handling === When an ajax request fails, the JQuery UI Tabs widget stops responding and the "Loading..." spinner remains on the tab that caused the error. I can get the ajax callback to give me some sort of alert message like so: $('#localtabs > ul').tabs({ ajaxOptions: { success...
0
8,573,562
12/20/2011 09:50:21
479,709
10/18/2010 19:34:08
68
5
Handling multiple rewrite conditions (one for live and one for development server)
I have a drupal 7 site. I have the live site and the development site for staging module updates. The live site has an associated domain name, whereas my dev site uses the ip address:port for access. Something like this: www.customersite.com for live and 10.0.1.10:10091 for dev. In the Drupal 7 .htaccess file is co...
apache
drupal
.htaccess
mod-rewrite
null
null
open
Handling multiple rewrite conditions (one for live and one for development server) === I have a drupal 7 site. I have the live site and the development site for staging module updates. The live site has an associated domain name, whereas my dev site uses the ip address:port for access. Something like this: www.custome...
0
11,650,105
07/25/2012 12:49:47
1,551,514
07/25/2012 12:01:07
1
0
change doubango android-ngn-stack sip codec
I'm developing an android app for making sip calls using your android-ngn-stack 2.0 library. The app was working as expected. Lately the client has asked us to make the calls through GSM codecs only. Now the problem is, I'm not aware of how to manipulate codecs and achieve this thing. Please guide me with directions...
sip
null
null
null
null
07/26/2012 12:08:27
too localized
change doubango android-ngn-stack sip codec === I'm developing an android app for making sip calls using your android-ngn-stack 2.0 library. The app was working as expected. Lately the client has asked us to make the calls through GSM codecs only. Now the problem is, I'm not aware of how to manipulate codecs and ac...
3
9,477,676
02/28/2012 06:56:18
1,023,146
11/01/2011 05:49:39
58
0
XCode 4.2 not getting installed on my mac
I want to install XCode 4.2 on my mac. I have the dmg, but when I start the installation process, I get the file size as zero kb. Attaching the screen shot of the same: ![Installation window SCode 4.2][1] Can anyone tell me what the problem might be??? The Mac version i am using is 10.7.2.... I have tried cha...
xcode
xcode4.2
null
null
null
null
open
XCode 4.2 not getting installed on my mac === I want to install XCode 4.2 on my mac. I have the dmg, but when I start the installation process, I get the file size as zero kb. Attaching the screen shot of the same: ![Installation window SCode 4.2][1] Can anyone tell me what the problem might be??? The Mac ver...
0