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
11,614,334
07/23/2012 14:15:30
426,305
08/20/2010 11:51:58
528
26
Mixing audio with AudioQueue service
I'm looking for some reference on mixing sounds by means of AudioQueue service. Can anybody provide me with some useful link/reference. Official documentation and searching are not fruitful yet. Is it possible to do at all ?
objective-c
ios
audioqueueservices
audioqueue
null
07/24/2012 13:07:48
not a real question
Mixing audio with AudioQueue service === I'm looking for some reference on mixing sounds by means of AudioQueue service. Can anybody provide me with some useful link/reference. Official documentation and searching are not fruitful yet. Is it possible to do at all ?
1
5,917,141
05/06/2011 21:21:33
576,073
01/14/2011 18:57:12
3
0
Can someone explain whywcf service consumed by a apsx website would produce a an error while a wpf application works?
I have a wcf service that i wish to consume by ann aspx website that gets the clientid of a person based on their ip address. On the website, it runs the procedure but immediately has the exception Cannot Find ip address: 127.0.0.1 since that's where i'm testing this. The table that client is a 4 value mysq...
asp.net
mysql
wpf
wcf
null
null
open
Can someone explain whywcf service consumed by a apsx website would produce a an error while a wpf application works? === I have a wcf service that i wish to consume by ann aspx website that gets the clientid of a person based on their ip address. On the website, it runs the procedure but immediately has the ...
0
11,583,548
07/20/2012 16:38:10
1,541,320
07/20/2012 16:29:06
1
0
How to disable the cancel button in rdesktop?
I work in IT for a community college and we're currently trying to re-purpose some yesteryear machines as thin clients. I'm pretty much there, where rdesktop opens up the terminal server login screen beautifully. The missing element is that the kids/users can still hit cancel and get into the linux environment. ...
linux
remote-desktop
thin-client
null
null
07/23/2012 05:41:30
off topic
How to disable the cancel button in rdesktop? === I work in IT for a community college and we're currently trying to re-purpose some yesteryear machines as thin clients. I'm pretty much there, where rdesktop opens up the terminal server login screen beautifully. The missing element is that the kids/users can sti...
2
6,693,189
07/14/2011 12:34:19
531,984
12/06/2010 08:29:33
300
8
Sharpdevelp modify local variable
How does one modify the value of a local variable when debugging/stepping through the code? Its easy enough with visual studio but I cannot seem to find out how to do the same thing in sharpdevelop 4.0
debugging
variables
local
modify
sharpdevelop
null
open
Sharpdevelp modify local variable === How does one modify the value of a local variable when debugging/stepping through the code? Its easy enough with visual studio but I cannot seem to find out how to do the same thing in sharpdevelop 4.0
0
9,277,803
02/14/2012 13:35:32
1,160,126
01/20/2012 07:09:42
1
0
I want to get page heading.in that the name of site will exist?
Hi iam doing sample application i want to have a page heading..like "www.flipkart.com".in that the name of site should exist like "mycart.com".this is my piece of code.. <div id=back style="background-color:orange;min-height:125px;min-width:75px;"> <h1 align="center">Products</h1> </div>
php
null
null
null
null
02/15/2012 07:14:35
not a real question
I want to get page heading.in that the name of site will exist? === Hi iam doing sample application i want to have a page heading..like "www.flipkart.com".in that the name of site should exist like "mycart.com".this is my piece of code.. <div id=back style="background-color:orange;min-height:125px;min-width:7...
1
3,087,090
06/21/2010 17:51:46
115,608
06/01/2009 19:31:12
209
12
google docs wysiwyg editor opensource
I remember earlier this month or last month, perhaps it was during google i/o, but there was some mention of google open sourcing their wysiwyg editor, not the one that's dependent on execCommand, I think that one is in closure, but the one which they built using all custom JS to control everyone from cursors to uh, ev...
google
wysiwyg
null
null
null
05/19/2011 09:44:44
off topic
google docs wysiwyg editor opensource === I remember earlier this month or last month, perhaps it was during google i/o, but there was some mention of google open sourcing their wysiwyg editor, not the one that's dependent on execCommand, I think that one is in closure, but the one which they built using all custom JS...
2
3,995,264
10/22/2010 08:53:45
178,946
09/25/2009 08:32:57
209
8
Why really short timeout in ASP.NET MVC?
I have an MVC 2 application where the timeout is set to 2880 (minutes as I understand it, but even if it is seconds there's a problem): <authentication mode="Forms"> <forms loginUrl="~/Account/LogOn" timeout="2880" /> </authentication> Now this should then mean 48 hours, or at least 48 minutes (if...
asp.net
asp.net-mvc-2
authentication
timeout
null
null
open
Why really short timeout in ASP.NET MVC? === I have an MVC 2 application where the timeout is set to 2880 (minutes as I understand it, but even if it is seconds there's a problem): <authentication mode="Forms"> <forms loginUrl="~/Account/LogOn" timeout="2880" /> </authentication> Now this should ...
0
8,239,354
11/23/2011 08:51:51
1,024,485
11/01/2011 20:47:42
32
0
Can sizeof() be used to define an array length?
I know that in C, arrays are not supposed to be dynamically sized. With that in mind, would the following code be allowed? (Trying to declare an array of chars the same length as a double.) char bytes[sizeof(double)]; My guess is that `sizeof` operates on its argument during program execution and so this w...
c
arrays
memory-allocation
sizeof
null
null
open
Can sizeof() be used to define an array length? === I know that in C, arrays are not supposed to be dynamically sized. With that in mind, would the following code be allowed? (Trying to declare an array of chars the same length as a double.) char bytes[sizeof(double)]; My guess is that `sizeof` operates o...
0
9,352,534
02/19/2012 19:38:48
752,234
05/13/2011 10:56:58
17
0
how do i calculate the cost for a airport calculator?
Hi I have this form that someone made for me but I need to change it a little and aren't that great in PHP to know how: http://paste2.org/p/1909588 here is what I need to change it to: http://jsfiddle.net/QuNRn/ the prices increase by 40% if the time of collection is between 22:00 - 06:00. As you can se...
php
jquery
calculator
null
null
02/19/2012 19:44:19
not a real question
how do i calculate the cost for a airport calculator? === Hi I have this form that someone made for me but I need to change it a little and aren't that great in PHP to know how: http://paste2.org/p/1909588 here is what I need to change it to: http://jsfiddle.net/QuNRn/ the prices increase by 40% if the ti...
1
10,365,929
04/28/2012 17:38:16
102,635
05/07/2009 04:21:08
1,005
13
Hiding a Master View Controller when Selection is Made with Xcode 4.3.2 Storyboards
I want to hide the master view controller when a cell is selected only when the iPad is in portrait view. So the user will click the cell and then the master view controller will go away (like in Mail). Where and how would I do this? ![enter image description here][1] [1]: http://i.stack.imgur.com/ARMz1.png ...
objective-c
xcode
ios5
xcode4.3
null
null
open
Hiding a Master View Controller when Selection is Made with Xcode 4.3.2 Storyboards === I want to hide the master view controller when a cell is selected only when the iPad is in portrait view. So the user will click the cell and then the master view controller will go away (like in Mail). Where and how would I do thi...
0
7,220,159
08/28/2011 09:45:05
882,641
08/07/2011 10:36:14
7
0
php unit test in silverstripe
Want to know how to start write unit test for this function in siverstripe? > function getAvailableScanners($date){ $scanners = self::get("Scanner"); $startDate = date("Y-m-d", strtotime("-".self::$daysNeededAfterLastGig." days", strtotime($date))); $endDate = date("Y-m-d", strtotime("+".s...
php
phpunit
null
null
null
null
open
php unit test in silverstripe === Want to know how to start write unit test for this function in siverstripe? > function getAvailableScanners($date){ $scanners = self::get("Scanner"); $startDate = date("Y-m-d", strtotime("-".self::$daysNeededAfterLastGig." days", strtotime($date))); $endD...
0
11,675,124
07/26/2012 17:52:36
1,555,576
07/26/2012 17:43:23
1
0
In Concrete5 CMS /dashboard/settings/mail/ Page not found(404) Error
All Pages are working correctly except /dashboard/settings/mail page In concrete5. I have checked this page available in pages and themes->single pages and its controllers&single page. IF i will use Index.php?cID=53, It works correctly . But I WANT TO USE PATH NAME TO DISPLAY THAT PAGE.
php
concrete5
mailsettings
null
null
07/27/2012 19:31:52
not a real question
In Concrete5 CMS /dashboard/settings/mail/ Page not found(404) Error === All Pages are working correctly except /dashboard/settings/mail page In concrete5. I have checked this page available in pages and themes->single pages and its controllers&single page. IF i will use Index.php?cID=53, It works correctly . But I WA...
1
1,876,192
12/09/2009 19:22:22
228,232
12/09/2009 19:19:04
1
0
How to make my java search tool work...
So I written up a small script to search in a folder in the current directory named /files/ All files are in *.txt file format and the tool will find any string inside the file. This does not search for file names, only the contents of the file: Example of my problem: 1. Enter string to find: 2. Enter string...
java
null
null
null
null
null
open
How to make my java search tool work... === So I written up a small script to search in a folder in the current directory named /files/ All files are in *.txt file format and the tool will find any string inside the file. This does not search for file names, only the contents of the file: Example of my problem:...
0
7,847,336
10/21/2011 09:16:06
700,825
04/10/2011 12:35:31
387
2
How to return "not found" when return value is const reference
I have a problem that when I use something like this: const MyList& my_list=getListForThisRegion(/*region ID, ...*/); I dont know what to return for not found. My problem is that I would like to have a way to signal(when returning value from getListForThisRegion) not found to the caller. If I was returning po...
c++
reference
null
null
null
null
open
How to return "not found" when return value is const reference === I have a problem that when I use something like this: const MyList& my_list=getListForThisRegion(/*region ID, ...*/); I dont know what to return for not found. My problem is that I would like to have a way to signal(when returning value from ...
0
5,769,441
04/24/2011 08:11:10
646,728
03/06/2011 07:23:45
98
8
how does psd2cssonline work? what executable file can do this?
have you heard of psd2cssonline.com ? it converts a psd file to a website with css and html in it. through a website. what i'm wondering is if there is such a file that can do this? their obviously using some console program to do the conversion if anyone knows the file let me know thanks
php
psd
null
null
null
04/24/2011 14:11:25
off topic
how does psd2cssonline work? what executable file can do this? === have you heard of psd2cssonline.com ? it converts a psd file to a website with css and html in it. through a website. what i'm wondering is if there is such a file that can do this? their obviously using some console program to do the conversion...
2
8,848,025
01/13/2012 08:56:10
700,663
04/10/2011 07:56:33
934
2
make custom TableView collapsing header
the problem is.. I have many data that will group using NSFetchedResultsController, something like this [[[NSFetchedResultsController alloc] initWithFetchRequest:request managedObjectContext:[ThreadClass managedObjectContext] sectionNameKeyPath:@"Building.Title" cacheName:Nil]autorelease]; the result I want i...
uitableviewcell
null
null
null
null
null
open
make custom TableView collapsing header === the problem is.. I have many data that will group using NSFetchedResultsController, something like this [[[NSFetchedResultsController alloc] initWithFetchRequest:request managedObjectContext:[ThreadClass managedObjectContext] sectionNameKeyPath:@"Building.Title" cache...
0
3,615,694
09/01/2010 07:02:34
436,677
09/01/2010 06:56:08
1
1
Screen scrape a website that blocks ips
Hello I want to screen scrape a site like yelp to get phone numbers of italian restaurants.. I created a simple program to do just what I wanted but they blocked my servers ip I am using php to do it. How can I get past the ip block? I've heard about programs like screen-scraper, but I still haven't used it yet ...
php
ip-address
block
screen-scraper
null
09/04/2010 12:24:55
not constructive
Screen scrape a website that blocks ips === Hello I want to screen scrape a site like yelp to get phone numbers of italian restaurants.. I created a simple program to do just what I wanted but they blocked my servers ip I am using php to do it. How can I get past the ip block? I've heard about programs like scre...
4
1,496,412
09/30/2009 06:32:12
167,114
09/02/2009 09:08:54
21
0
How can i use JUnit in Servlet and JSP?
I am writing a web application which should be tested with JUnit framework. So please suggest me how we can use JUnit in Jsp and servlet and also how to generate test case reports using Ant?? Thanks in advance
junit
null
null
null
null
null
open
How can i use JUnit in Servlet and JSP? === I am writing a web application which should be tested with JUnit framework. So please suggest me how we can use JUnit in Jsp and servlet and also how to generate test case reports using Ant?? Thanks in advance
0
715,604
04/03/2009 20:26:58
37,494
11/13/2008 21:59:08
2,077
141
Why dont dynamic languages like Ruby and Python do not have the concept of interface like in Java or C# ?
To my surprise as I am developing more interest towards dynamic languages like Ruby and Python, the claim is that they are 100% object oriented but as I read on several basic concepts like interfaces, method overloading, operator overloading are missing. Is it somehow in-built under the cover thing or these languages j...
dynamic-languages
oop
interface
null
null
null
open
Why dont dynamic languages like Ruby and Python do not have the concept of interface like in Java or C# ? === To my surprise as I am developing more interest towards dynamic languages like Ruby and Python, the claim is that they are 100% object oriented but as I read on several basic concepts like interfaces, method o...
0
9,043,934
01/28/2012 08:30:22
972,789
09/30/2011 09:23:39
89
4
Separate list items by their class or kind_of in ruby
I have a 2 lists a = [1,2,3] b = ["a","b","c"] my list l is l = [a,b].flatten so `l = [1,2,3,"a","b","c"]` I'm looking for an elegant way of splitting the list by type of the items in it in order to have a and b back as they were I could go with each item in the list and test, but that d...
ruby
arrays
list
split
null
null
open
Separate list items by their class or kind_of in ruby === I have a 2 lists a = [1,2,3] b = ["a","b","c"] my list l is l = [a,b].flatten so `l = [1,2,3,"a","b","c"]` I'm looking for an elegant way of splitting the list by type of the items in it in order to have a and b back as they were ...
0
10,234,566
04/19/2012 18:34:55
239,884
12/29/2009 00:11:13
56
2
iphone choice for a developer
I have been developing some iOs stuff using the simulator and a real iPad. Now I think I really need an iPhone but I am not really into taking it around, my Nokia is just perfect for my needs. I was wondering: isn't it better for a developer to get a second hand 3g - 3gs instead of an expensive 4/4s so that the apps c...
iphone
ios
null
null
null
04/21/2012 16:49:26
off topic
iphone choice for a developer === I have been developing some iOs stuff using the simulator and a real iPad. Now I think I really need an iPhone but I am not really into taking it around, my Nokia is just perfect for my needs. I was wondering: isn't it better for a developer to get a second hand 3g - 3gs instead of a...
2
10,375,327
04/29/2012 19:39:22
1,364,565
04/29/2012 19:10:55
1
0
PyOpenGL glutPostRedisplay() access violation
I don't know OpenGL very well, but I need to do some simple 2D animation of a projectile motion. For now, just to test it out I'm simply trying to make a circle bouncing around from side to side. The problem is, that whenever I call glutPostRedisplay() I get: Exception in thread Thread-1: Traceback (most recent c...
python
opengl
glut
access-violation
wx
04/30/2012 20:05:44
too localized
PyOpenGL glutPostRedisplay() access violation === I don't know OpenGL very well, but I need to do some simple 2D animation of a projectile motion. For now, just to test it out I'm simply trying to make a circle bouncing around from side to side. The problem is, that whenever I call glutPostRedisplay() I get: Excep...
3
5,070,750
02/21/2011 20:12:02
458,361
09/25/2010 20:18:38
103
6
Mongoose, Cygwin and MongoDB - not saving
I'm completely new to mongo and node.js so I'm still in a playing stage. I'm running Windows 7 so I have to use Cygwin in order to use node.js. For mongo I copied the binaries to the cygwin/bin/ folder and started mongod - that works so far. I can create databases, tables etc. Now I want to use Mongoose with node...
mongodb
node.js
node
mongo
mongoose
null
open
Mongoose, Cygwin and MongoDB - not saving === I'm completely new to mongo and node.js so I'm still in a playing stage. I'm running Windows 7 so I have to use Cygwin in order to use node.js. For mongo I copied the binaries to the cygwin/bin/ folder and started mongod - that works so far. I can create databases, tabl...
0
4,217,057
11/18/2010 16:21:33
146,392
07/28/2009 13:04:11
253
4
Creating a dually-keyed collection
I have a collection of objects in vb.NET. Each object has two different IDs, lets call them ID1 and ID2. I need to be able to quickly find a specific object in the collection based on one of these IDs. In some cases I have ID1 and in other cases I have ID2. I'm currently using the Collection data structure wit...
vb.net
collections
null
null
null
null
open
Creating a dually-keyed collection === I have a collection of objects in vb.NET. Each object has two different IDs, lets call them ID1 and ID2. I need to be able to quickly find a specific object in the collection based on one of these IDs. In some cases I have ID1 and in other cases I have ID2. I'm currently...
0
10,138,386
04/13/2012 09:30:03
982,998
10/06/2011 20:43:00
1
0
MYSQL Selection from two tables
im using mysql for my database, im fine with , the simple querys are no problem, but now i have to select from two tables and i have no idea how i can do it. i have two tables, one with suppliers one with articles in it. here is my roughly shema: supplierdb: **sid,searchname,name,adress** articlesdb: **...
mysql
query
table
select
multiple
04/14/2012 02:44:00
not a real question
MYSQL Selection from two tables === im using mysql for my database, im fine with , the simple querys are no problem, but now i have to select from two tables and i have no idea how i can do it. i have two tables, one with suppliers one with articles in it. here is my roughly shema: supplierdb: **sid,searchn...
1
5,776,704
04/25/2011 08:42:43
723,466
04/25/2011 08:42:43
1
0
Forms Authentication problem with WebBrowser Class in asp.net
I am developing a site and in this site i m building a functionality to capture a screen shot of a page. In my site i am using forms authentication.now first of all. So when user login to the website he/she has to enter the credentials and then go to their profile page. So now i am just creating a thumbnail o...
asp.net
null
null
null
null
null
open
Forms Authentication problem with WebBrowser Class in asp.net === I am developing a site and in this site i m building a functionality to capture a screen shot of a page. In my site i am using forms authentication.now first of all. So when user login to the website he/she has to enter the credentials and then g...
0
5,901,739
05/05/2011 17:22:08
740,413
05/05/2011 17:04:26
1
0
SplitViewController
Thanks for advanced. I wanted to know if I can call detailViewController methods or get attributes declared as IBOutlets bye me in the class, from another rootViewController I have created. Let me explain it: I have this hierarchy of rootControlViews: [RootViewController] [Cell 1] -> [Cell1RootViewControll...
ipad
null
null
null
null
null
open
SplitViewController === Thanks for advanced. I wanted to know if I can call detailViewController methods or get attributes declared as IBOutlets bye me in the class, from another rootViewController I have created. Let me explain it: I have this hierarchy of rootControlViews: [RootViewController] [Cell 1] ...
0
10,540,161
05/10/2012 18:33:03
1,387,876
05/10/2012 18:23:48
1
0
Android SaxParser StartElement not called instead Characters is called for '<'
Im Using InputStream as Input Source for Sax parser. For first few tags all goes well.After few elements for everything characters is called and things get appended in string buffer.
android
xml
parsing
sax
null
05/11/2012 09:53:49
not a real question
Android SaxParser StartElement not called instead Characters is called for '<' === Im Using InputStream as Input Source for Sax parser. For first few tags all goes well.After few elements for everything characters is called and things get appended in string buffer.
1
5,378,417
03/21/2011 13:43:27
660,527
03/15/2011 12:14:43
16
2
CSS not alligning the image to centre of page
<style type="text/css"> #image1 { left:auto; position:relative; padding-left:40%; padding-top:30%; } #modal-overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; background: #000; display: none; } </st...
c#
asp.net
null
null
null
03/21/2011 13:56:01
not a real question
CSS not alligning the image to centre of page === <style type="text/css"> #image1 { left:auto; position:relative; padding-left:40%; padding-top:30%; } #modal-overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; ...
1
569,410
02/20/2009 12:31:32
26,414
10/09/2008 08:07:53
2,039
89
How do I choose web hosting?
I have a couple of personal projects in the pipeline, and am unable to chose how to host them. I have questions in the area of domain names and actual file hosting (which I believe are separate topics, though many companies provide both). Domain Names ------------ I have a domain name registered with Freeparkin...
hosting
asp.net
null
null
null
07/20/2012 12:31:45
off topic
How do I choose web hosting? === I have a couple of personal projects in the pipeline, and am unable to chose how to host them. I have questions in the area of domain names and actual file hosting (which I believe are separate topics, though many companies provide both). Domain Names ------------ I have a doma...
2
4,022,565
10/26/2010 09:58:48
487,456
10/26/2010 09:54:23
1
0
Collection Framework
Difference between HashSet and treeSet?
java
null
null
null
null
10/26/2010 11:27:10
not a real question
Collection Framework === Difference between HashSet and treeSet?
1
9,627,922
03/09/2012 01:56:02
1,258,346
03/09/2012 01:50:09
1
0
How to restore deleted Facebook page
We've created a page for our company service on Facebook. At the beginning we created our company name like.. www.facebook.com/companyname But one of our staff accidently deleted the page, and we are not be able to use the name forever according to Facebook's policy and terms. Now if we try to access the page w...
facebook
page
support
null
null
03/09/2012 22:01:44
off topic
How to restore deleted Facebook page === We've created a page for our company service on Facebook. At the beginning we created our company name like.. www.facebook.com/companyname But one of our staff accidently deleted the page, and we are not be able to use the name forever according to Facebook's policy and te...
2
7,526,658
09/23/2011 09:08:34
825,024
07/01/2011 14:18:37
447
22
Best place to store config and log files for a Windows service
I am wondering what is the best folder to use to store config files (`ini`, `xml`) and log files for a **Windows service**. According to the special folders list on [msdn][1], it seems that **CommonApplicationData** (= `C:\ProgramData` on *Windows Vista/7/Server 2008 (R2)*) is the best suited place : > CommonAppl...
c#
windows-services
null
null
null
null
open
Best place to store config and log files for a Windows service === I am wondering what is the best folder to use to store config files (`ini`, `xml`) and log files for a **Windows service**. According to the special folders list on [msdn][1], it seems that **CommonApplicationData** (= `C:\ProgramData` on *Windows V...
0
11,660,405
07/25/2012 23:52:02
1,541,913
07/20/2012 22:39:53
8
0
Adding/replacing records in SQL table from PHP: Grab entire table first, or use SELECT as needed?
I am making a piece of PHP code that takes user XML input (containing multiple records/items, usually around 20 to 100), parses it, and then checks it against a database of records. If a record is not in the database, the PHP script should INSERT it. If the record is in the database, the script should either discard it...
php
mysql
performance
query
search
null
open
Adding/replacing records in SQL table from PHP: Grab entire table first, or use SELECT as needed? === I am making a piece of PHP code that takes user XML input (containing multiple records/items, usually around 20 to 100), parses it, and then checks it against a database of records. If a record is not in the database,...
0
1,258,359
08/11/2009 03:35:03
154,119
08/11/2009 03:35:03
1
0
what do you think is the best IDE in struts2
share your idea~
java
struts2
null
null
null
08/11/2009 03:56:34
not a real question
what do you think is the best IDE in struts2 === share your idea~
1
9,660,441
03/12/2012 00:48:15
1,134,898
01/06/2012 18:02:55
14
0
Javascript....driving me crazy....doesn't make sense
Ok...so I have this: if(fname != "" && lname != "" && ruid != "") { isEmpty = false; radioStatus(isEmpty); } and if I fill out all 3 text fields, it makes "isEmpty" false like it should (and when I first load the page, it fails and the "isEmpty" stays true like stated .... but if I fill out all 3...
javascript
null
null
null
null
03/12/2012 12:58:05
not a real question
Javascript....driving me crazy....doesn't make sense === Ok...so I have this: if(fname != "" && lname != "" && ruid != "") { isEmpty = false; radioStatus(isEmpty); } and if I fill out all 3 text fields, it makes "isEmpty" false like it should (and when I first load the page, it fails and the "is...
1
3,519,945
08/19/2010 08:26:52
424,797
08/19/2010 04:39:38
10
0
PHP & MySQL question.
I have this script that loops to make a category tree. But I want it to display specific categories that a user picks like in the example below. On a side note the script loops in-order to build the url link to the category. I guess what I'm trying to say is that I just want to know how to display specific categori...
php
mysql
null
null
null
null
open
PHP & MySQL question. === I have this script that loops to make a category tree. But I want it to display specific categories that a user picks like in the example below. On a side note the script loops in-order to build the url link to the category. I guess what I'm trying to say is that I just want to know how t...
0
11,719,235
07/30/2012 10:03:13
1,321,949
04/09/2012 13:25:09
3
0
What is npapi-msdocs?
What is npapi-msdocs plugin? Is it possible with use this plugin to handle microsoft office document in chrome? for example open doc file instead of download it and save it on server directly. tnx
javascript
google-chrome
office
null
null
07/31/2012 23:10:33
off topic
What is npapi-msdocs? === What is npapi-msdocs plugin? Is it possible with use this plugin to handle microsoft office document in chrome? for example open doc file instead of download it and save it on server directly. tnx
2
7,307,196
09/05/2011 11:12:42
927,002
09/03/2011 20:44:50
21
0
What topics to learn(cover) in Asp.net MVC 3?
i am at a beginner level on Asp.MVC 3. If any one could suggest me on what things one should know in Asp.Net-MVC. i am about to give some interviews to get a job to have a clear idea on what recriuters ask and what should i must learn to get a job in Asp.net MVC please suggest me some topics.. any help would be a...
jquery
asp.net-mvc
asp.net-mvc-3
null
null
09/05/2011 13:13:18
not constructive
What topics to learn(cover) in Asp.net MVC 3? === i am at a beginner level on Asp.MVC 3. If any one could suggest me on what things one should know in Asp.Net-MVC. i am about to give some interviews to get a job to have a clear idea on what recriuters ask and what should i must learn to get a job in Asp.net MVC ple...
4
3,988,920
10/21/2010 15:05:59
483,144
10/21/2010 14:34:54
1
0
Python: Regular expression help
I've got a string looks like this string a = ACdA(a = %b, ccc= 2r2) String b = \ewfsd\ss.jpg Expected outputs: ACdA(a = %b, ccc= 2r2, b_holder = \ewfsd\ss.jpg) Thanks everyone!
python
regex
null
null
null
10/22/2010 01:13:48
not a real question
Python: Regular expression help === I've got a string looks like this string a = ACdA(a = %b, ccc= 2r2) String b = \ewfsd\ss.jpg Expected outputs: ACdA(a = %b, ccc= 2r2, b_holder = \ewfsd\ss.jpg) Thanks everyone!
1
7,926,406
10/28/2011 07:39:52
746,837
05/10/2011 12:34:34
8
1
Can I use GWT frame widget inside a PopupPanel?
I'd like to use a Frame widget inside a PopupPanel widget, so that in this popup I'm able to access some information from a different URL. public class MyPopup extends PopupPanel { public MyPopup() { super(true); Frame frame = new Frame(); frame.setUrl("htt...
gwt
frame
popuppanel
null
null
null
open
Can I use GWT frame widget inside a PopupPanel? === I'd like to use a Frame widget inside a PopupPanel widget, so that in this popup I'm able to access some information from a different URL. public class MyPopup extends PopupPanel { public MyPopup() { super(true); Fram...
0
9,144,735
02/04/2012 21:31:56
1,076,366
12/01/2011 21:53:00
1
0
How to run XML parser on other server
We are about to parse a big XML files. So far we are trying to find solution how it can be done using other server (supporting). Namely, we would like to start parsing on another server to insure no impact on the current live server. As soon as results are ready final data commit should be done to the live server from ...
xml-parsing
mapreduce
parallel-processing
null
null
02/07/2012 09:36:56
not a real question
How to run XML parser on other server === We are about to parse a big XML files. So far we are trying to find solution how it can be done using other server (supporting). Namely, we would like to start parsing on another server to insure no impact on the current live server. As soon as results are ready final data com...
1
8,650,682
12/28/2011 00:29:14
435,406
08/30/2010 22:28:45
302
0
Delphi DBase III component
Hi could anyone recommend a free component that I can use to load dbase III tables into Delphi, preferably without using the BDE. Something like TTable but for Dbase thanks colin
delphi
dbase
null
null
null
null
open
Delphi DBase III component === Hi could anyone recommend a free component that I can use to load dbase III tables into Delphi, preferably without using the BDE. Something like TTable but for Dbase thanks colin
0
141,371
09/26/2008 19:15:51
4,481
09/04/2008 02:59:09
40
8
Which Visual Studio Color Theme?
Which Visual Studio Color Theme do you use? Do you find that the darker themes work best for you? Do they help ease your eye strain? What is your favorite color theme & where can I get it?
visual-studio
color-scheme
color-theme
customization
visualstudio2008
08/09/2011 11:27:38
not constructive
Which Visual Studio Color Theme? === Which Visual Studio Color Theme do you use? Do you find that the darker themes work best for you? Do they help ease your eye strain? What is your favorite color theme & where can I get it?
4
4,839,864
01/29/2011 22:28:53
236,982
12/22/2009 16:05:32
8
0
Weird thing 2 days ago i have 700 records in my table ..now its showing more
plz help me understand.. i have a table in tht i m counting a ID of 2 days b4 its was 700 now its showing 7000 n when i m adding any data its increasing like 7001 so on any idea why this is happening ?
php
mysql
database
table
null
01/30/2011 00:53:08
not a real question
Weird thing 2 days ago i have 700 records in my table ..now its showing more === plz help me understand.. i have a table in tht i m counting a ID of 2 days b4 its was 700 now its showing 7000 n when i m adding any data its increasing like 7001 so on any idea why this is happening ?
1
284,769
11/12/2008 18:00:55
34,596
11/05/2008 08:01:31
55
7
Project-based books / websites
What's your favorite project-based book or website? I really like [The Elements of Computing Systems][1]. This book will show you how to build a computing system from the ground up. In the process, you learn about combinatorial & sequential logic, ALU & memory chips, CPU & von Neumann architecture, machine & assembl...
books
recommendation
computer-science
null
null
07/31/2012 13:34:46
not constructive
Project-based books / websites === What's your favorite project-based book or website? I really like [The Elements of Computing Systems][1]. This book will show you how to build a computing system from the ground up. In the process, you learn about combinatorial & sequential logic, ALU & memory chips, CPU & von Neu...
4
3,704,908
09/13/2010 22:33:05
399,742
09/14/2009 22:54:21
32
3
Parse PHP Array from serialized data
I am using the jQuery plugin from http://mjsarfatti.com/sandbox/nestedSortable/ It does an excellent job on easily sorting the list, but I am having issues with saving it a DB and loading it back up. My question is once you get the array into PHP, serialize it and store it into a database, you end up with something...
php
jquery
arrays
nested
sortable
null
open
Parse PHP Array from serialized data === I am using the jQuery plugin from http://mjsarfatti.com/sandbox/nestedSortable/ It does an excellent job on easily sorting the list, but I am having issues with saving it a DB and loading it back up. My question is once you get the array into PHP, serialize it and store it ...
0
7,973,933
11/01/2011 22:56:03
184,046
10/04/2009 20:35:01
7,814
47
Removing duplicate elements from a Python list containing unhashable elements while preserving order?
I have a datastructure like this: [ [('A', '1'), ('B', '2')], [('A', '1'), ('B', '2')], [('A', '4'), ('C', '5')] ] And I want to obtain this: [ [('A', '1'), ('B', '2')], [('A', '4'), ('C', '5')] ] Is there a good way of doing this while preserving order as shown?...
python
null
null
null
null
null
open
Removing duplicate elements from a Python list containing unhashable elements while preserving order? === I have a datastructure like this: [ [('A', '1'), ('B', '2')], [('A', '1'), ('B', '2')], [('A', '4'), ('C', '5')] ] And I want to obtain this: [ [('A', '1'), ('B', '2')],...
0
9,512,734
03/01/2012 08:17:44
1,201,299
02/10/2012 05:08:26
2
0
redirect 301 and 302
The report from URL-redirect checkers all say that there are redirects 302 in place in my URL, but in my .htaccess there is only 301-type of redirect. Where should I look to fix this problem? thank yoU!
.htaccess
redirect
http-status-code-301
http-status-code-302
null
03/13/2012 20:38:02
off topic
redirect 301 and 302 === The report from URL-redirect checkers all say that there are redirects 302 in place in my URL, but in my .htaccess there is only 301-type of redirect. Where should I look to fix this problem? thank yoU!
2
11,635,176
07/24/2012 16:22:22
1,438,735
06/06/2012 03:08:59
3
0
Regex can this be achieved
I'm too ambitious or is there a way do this `to add a string` **if not present ?** and `remove a the same string` **if present?** Do all of this using Regex and avoid the if else statement Here an example I have string `"admin,artist,location_manager,event_manager"` so can the substring **loc...
regex
regex-negation
regular-language
null
null
null
open
Regex can this be achieved === I'm too ambitious or is there a way do this `to add a string` **if not present ?** and `remove a the same string` **if present?** Do all of this using Regex and avoid the if else statement Here an example I have string `"admin,artist,location_manager,event_manager...
0
11,122,127
06/20/2012 14:47:01
755,401
05/16/2011 09:10:09
389
21
Java EE 6, 5, 7 | List of managed beans or classes: EJBs , JSF beans and .. ?
could someone one the current list of *managed Beans* or classes in Java EE 5,6,7? apart from EJBs and JSF managed beans, are they other classes ? -please don't forget to mention online references and doc - thanks in advance
java
jsf
java-ee
ejb
managed-bean
06/21/2012 14:39:25
not constructive
Java EE 6, 5, 7 | List of managed beans or classes: EJBs , JSF beans and .. ? === could someone one the current list of *managed Beans* or classes in Java EE 5,6,7? apart from EJBs and JSF managed beans, are they other classes ? -please don't forget to mention online references and doc - thanks in advance
4
6,370,274
06/16/2011 10:15:02
669,677
03/21/2011 15:26:29
58
1
Has it any disadvantage to use dynamic stylesheet language?
I have just read about {less}. Do you recommend it? http://lesscss.org/ https://github.com/cloudhead/less.js
html
css
null
null
null
06/16/2011 10:26:26
not constructive
Has it any disadvantage to use dynamic stylesheet language? === I have just read about {less}. Do you recommend it? http://lesscss.org/ https://github.com/cloudhead/less.js
4
9,506,231
02/29/2012 20:37:32
1,235,938
02/27/2012 15:44:29
3
0
jqgrid dependent selects for edit form with coldfusion cfc
I'm trying to set up 3 database derived dependent selects in a jqgrid edit form. Only one is partially set up for column:key in the grid This is the correct data response I get from one of the coldfusion queries using ajax below. thanks very much ...
jquery
json
coldfusion
jqgrid
null
null
open
jqgrid dependent selects for edit form with coldfusion cfc === I'm trying to set up 3 database derived dependent selects in a jqgrid edit form. Only one is partially set up for column:key in the grid This is the correct data response I get from one of the coldfusion queries using ajax below. ...
0
10,137,462
04/13/2012 08:18:41
243,233
01/04/2010 14:22:58
1,991
42
Scala REPL: find where given class / trait is defined
Note: the following discussion applies only to the REPL. If I don't know the full package name for some given class, IDEs such as Eclipse or Netbeans will helpfully tell me the possible paths where the class is defined. Example I have some class `foo.somePackage.someClass` defined in a jar that I drop into `SCAL...
scala
null
null
null
null
null
open
Scala REPL: find where given class / trait is defined === Note: the following discussion applies only to the REPL. If I don't know the full package name for some given class, IDEs such as Eclipse or Netbeans will helpfully tell me the possible paths where the class is defined. Example I have some class `foo.som...
0
9,048,618
01/28/2012 21:07:11
1,050,877
11/17/2011 02:25:52
138
0
What is the best way of project's organization?
I need to develop a simple portable C++ program Billing_Unit. It reads some parameters (telefone number, etc.) and returns the price of call and rest of free minutes. I decided to get data for Billing_Unit from standart input, and output result to standart output. I developed two test units: Test_Unit_Source an...
c++
c
pipe
project-organization
null
04/06/2012 17:20:32
not constructive
What is the best way of project's organization? === I need to develop a simple portable C++ program Billing_Unit. It reads some parameters (telefone number, etc.) and returns the price of call and rest of free minutes. I decided to get data for Billing_Unit from standart input, and output result to standart outpu...
4
7,600,957
09/29/2011 17:17:40
971,641
09/29/2011 17:12:13
1
0
In-App Purchase using Operator not App Store
I am developing an iPhone application that will allow users to subscribe to a news and some other informations that will push to the users , the problem I am phasing is I need to send this application to the operators and they want the in-app purchases done by them , you can take for example the ODP as they are using n...
iphone
ios
in-app-purchase
odp
null
09/30/2011 13:04:47
off topic
In-App Purchase using Operator not App Store === I am developing an iPhone application that will allow users to subscribe to a news and some other informations that will push to the users , the problem I am phasing is I need to send this application to the operators and they want the in-app purchases done by them , yo...
2
7,216,738
08/27/2011 19:12:57
147,601
07/30/2009 05:40:08
6,729
39
"NotFound" error with Silverlight's WebClient
I'm trying to access the REST Disqus API using the following url: http://disqus.com/api/3.0/threads/listPosts.json ?api_key=myKey &forum=myForum &thread:ident=myIdent When I go to the url in Chrome, it works fine. When I try to download it in `WebClient`, I have difficulty: W...
silverlight
windows-phone-7
rest
webclient
null
null
open
"NotFound" error with Silverlight's WebClient === I'm trying to access the REST Disqus API using the following url: http://disqus.com/api/3.0/threads/listPosts.json ?api_key=myKey &forum=myForum &thread:ident=myIdent When I go to the url in Chrome, it works fine. When I try to download it in `...
0
4,718,000
01/17/2011 21:18:01
286,802
03/05/2010 03:13:31
932
3
How can I reload original software back to nexus one
I unlock my nexus one, and compile and install the ginger bread build load to the phone. But now, I realize that it does not have all the google software e.g. gmail, map, market, etc. how can I reset my nexus one back to the original froyo with all the google software? Thank you.
android
null
null
null
null
01/17/2011 22:27:12
off topic
How can I reload original software back to nexus one === I unlock my nexus one, and compile and install the ginger bread build load to the phone. But now, I realize that it does not have all the google software e.g. gmail, map, market, etc. how can I reset my nexus one back to the original froyo with all the googl...
2
987,074
06/12/2009 14:54:40
107,233
05/14/2009 17:52:38
17
0
how to install XP from USB instead of CD-ROM
i do not have a CD-ROM but a USB drive and XP setup files how would i install XP using USB drive
windows-xp
null
null
null
null
04/19/2011 13:24:55
off topic
how to install XP from USB instead of CD-ROM === i do not have a CD-ROM but a USB drive and XP setup files how would i install XP using USB drive
2
7,874,891
10/24/2011 11:26:07
749,041
05/11/2011 15:51:08
846
47
How to remove files starting with a particular letter
I want to rm all files in a directory not starting with the letter I or N - what is the easiest way to do it in bash?
linux
bash
remove
null
null
11/13/2011 12:18:37
off topic
How to remove files starting with a particular letter === I want to rm all files in a directory not starting with the letter I or N - what is the easiest way to do it in bash?
2
9,015,328
01/26/2012 08:11:37
1,146,393
01/12/2012 20:32:39
6
0
Larger Scale Web Project Planning
i am in the process of planning a larger web project. it will be a social network for a very specific purpose (so no facebook clone ;) ). i have prepared a huge amount of outlines, design patterns, database plans and the languages i want to use (and how) - php, js (jquery), ajax, and of course xml, html css. sinc...
collaboration-tools
large-scale-website
null
null
null
01/26/2012 15:53:10
off topic
Larger Scale Web Project Planning === i am in the process of planning a larger web project. it will be a social network for a very specific purpose (so no facebook clone ;) ). i have prepared a huge amount of outlines, design patterns, database plans and the languages i want to use (and how) - php, js (jquery), aja...
2
5,617,428
04/11/2011 06:14:21
701,649
04/11/2011 06:14:21
1
0
login through script to any website
I have username and passwords in database table for many websites. Whenever I need to go through the website I have to copy and paste usernames and passwords to login. Which is very time consuming. So I need a php script by which I only need to click the link of website which I need to login and by using use...
php
mysql
forms
automatic
submission
04/11/2011 06:31:38
not a real question
login through script to any website === I have username and passwords in database table for many websites. Whenever I need to go through the website I have to copy and paste usernames and passwords to login. Which is very time consuming. So I need a php script by which I only need to click the link of websi...
1
1,673,903
11/04/2009 13:59:06
116,169
06/02/2009 18:53:58
210
10
How can a superview interecept a touch sequence before any of its subviews?
I have a view hierarchy that is layed out as follows: parentView scrollView contentViewA containerView contentViewB contentViewC I want contentViewB to respond to touches. Unfortunately scrollView makes this almost impossible because i...
uiscrollview
cocoa-touch
subview
iphone
null
null
open
How can a superview interecept a touch sequence before any of its subviews? === I have a view hierarchy that is layed out as follows: parentView scrollView contentViewA containerView contentViewB contentViewC I want contentViewB to re...
0
9,499,564
02/29/2012 12:56:09
548,433
12/20/2010 09:33:56
27
1
Can we perform an action on the element selected by the 'not selector' in jQuery
There's this simple thing i want to do. I have to add a **current** class to the first `<li>` element and **disabled** class to others. Currently i'm doing it this way: `$('#slideshow li:first').addClass('current');` `$('#slideshow li').not(':first').addClass('disabled');` but i was wondering if we could ...
jquery
null
null
null
null
null
open
Can we perform an action on the element selected by the 'not selector' in jQuery === There's this simple thing i want to do. I have to add a **current** class to the first `<li>` element and **disabled** class to others. Currently i'm doing it this way: `$('#slideshow li:first').addClass('current');` `$('#s...
0
2,822,999
05/12/2010 21:50:03
211,306
11/15/2009 05:04:00
102
9
How to create unique user key
Scenario: I have a fairly generic table (Data), that has an identity column. The data in this table is grouped (lets say by city). The users need an identifier in order for printing on paper forms, etc. The users can only access their cites data, so if they use the identity column for this purpose they will see od...
database
sql-server
null
null
null
null
open
How to create unique user key === Scenario: I have a fairly generic table (Data), that has an identity column. The data in this table is grouped (lets say by city). The users need an identifier in order for printing on paper forms, etc. The users can only access their cites data, so if they use the identity colu...
0
780,365
04/23/2009 04:52:58
33,775
11/03/2008 21:39:38
162
11
Is it possible to develop a Facebook app that filters updates out of a feed?
Namely, does the Facebook API make this possible? I'd like to leave my news feed intact, but remove posts that meet some criteria for things I don't want to see (e.g., don't show me anything that sounds like Dick Cheney might have said it). Does the Facebook API allow apps to customize a user's normal news feed? I s...
facebook
api
null
null
null
null
open
Is it possible to develop a Facebook app that filters updates out of a feed? === Namely, does the Facebook API make this possible? I'd like to leave my news feed intact, but remove posts that meet some criteria for things I don't want to see (e.g., don't show me anything that sounds like Dick Cheney might have said i...
0
11,323,668
07/04/2012 06:39:21
1,237,987
02/28/2012 13:28:08
11
0
I want to use language translator for android but i can not find any api which is freely available.somebody tell what is solution
Please some one give me the solution. I need free Translator API for android/
android
translator
null
null
null
07/04/2012 09:01:12
not constructive
I want to use language translator for android but i can not find any api which is freely available.somebody tell what is solution === Please some one give me the solution. I need free Translator API for android/
4
8,153,600
11/16/2011 14:51:26
1,049,888
11/16/2011 14:43:35
1
0
Who know DelphiXE2's Dll Format?
I want to do Load Dll from Memory,and found many source code(32 bit and 64 bit). If the Dll is 32 bit(Complier in Delphi or Microsoft Visual),it work fine. if the Dll is 64 bit: (1)if the Dll is Complier in Microsoft Visual,it work fine. (2)if the Dll is Complier in DelphiXE2,the APP would Crash. can some bo...
32bit-64bit
null
null
null
null
11/17/2011 03:39:51
not a real question
Who know DelphiXE2's Dll Format? === I want to do Load Dll from Memory,and found many source code(32 bit and 64 bit). If the Dll is 32 bit(Complier in Delphi or Microsoft Visual),it work fine. if the Dll is 64 bit: (1)if the Dll is Complier in Microsoft Visual,it work fine. (2)if the Dll is Complier in DelphiX...
1
4,590,707
01/04/2011 04:42:27
562,089
01/04/2011 04:42:27
1
0
Whats the minimum iOS version which supports OpenGL ES2.0 ?
I am not sure if the question even makes sense. I am writing an iPhone game which uses Opengl ES 2.0. I know that OpenGL ES 2.0 is supported on 3gs and higher. Is there a minimum requirement for iOS version too, like the device needs to have iOS 3.1.3 or higher? Or does it solely depend on the hardware? Thanks! -...
iphone
opengl-es
opengl-es-2.0
null
null
null
open
Whats the minimum iOS version which supports OpenGL ES2.0 ? === I am not sure if the question even makes sense. I am writing an iPhone game which uses Opengl ES 2.0. I know that OpenGL ES 2.0 is supported on 3gs and higher. Is there a minimum requirement for iOS version too, like the device needs to have iOS 3.1.3 or ...
0
3,031,377
06/13/2010 07:06:58
268,733
02/08/2010 15:01:49
992
9
Does correcting a value in an validation method mark the object as dirty?
From the docs: > If you change the input value in a > validate<Key>:error: method, you must > ensure that you only change the value > if it is invalid or uncoerced. The > reason is that, since the object and > context are now dirtied, Core Data may > validate that key again later. If you > keep performing a c...
iphone
core-data
null
null
null
null
open
Does correcting a value in an validation method mark the object as dirty? === From the docs: > If you change the input value in a > validate<Key>:error: method, you must > ensure that you only change the value > if it is invalid or uncoerced. The > reason is that, since the object and > context are now dirtied...
0
8,861,649
01/14/2012 10:34:35
985,338
10/08/2011 12:14:41
31
0
Write File Java
I have this variable, String fileName; byte[] fileContent; Now I want to write this fileContent stream to file with fileName (e.g hello.docx) to specified folder in my computer. How I do that?
java
file
null
null
null
01/14/2012 10:41:03
not a real question
Write File Java === I have this variable, String fileName; byte[] fileContent; Now I want to write this fileContent stream to file with fileName (e.g hello.docx) to specified folder in my computer. How I do that?
1
9,284,983
02/14/2012 22:13:18
449,007
09/16/2010 00:45:08
250
35
Open source library to draw elements from SCADA like systems
I don't want to invent bicycle. I am developing SCADA system like Trace mode 6. So now I am working at graphical editor. The idea is simple: suppose I have a library of graphical elements, which I can drag-and-drop to canvas. Every element has its own algorithm string representation and it also has from 1 to 10 inputs ...
c#
c++
.net
drawing
scada
05/28/2012 21:46:34
not constructive
Open source library to draw elements from SCADA like systems === I don't want to invent bicycle. I am developing SCADA system like Trace mode 6. So now I am working at graphical editor. The idea is simple: suppose I have a library of graphical elements, which I can drag-and-drop to canvas. Every element has its own al...
4
5,094,010
02/23/2011 16:48:25
583,344
01/20/2011 17:20:09
1
1
Can i provide services in Android app
My question may seem foolish to you! I just have a doubt that, what happens if i dev an android app, showing a text that "Do you want an android app like this? Just contact me on abcd@gmail.com" What does happen? Does google ban! Thank you!
android
null
null
null
null
02/23/2011 17:33:27
off topic
Can i provide services in Android app === My question may seem foolish to you! I just have a doubt that, what happens if i dev an android app, showing a text that "Do you want an android app like this? Just contact me on abcd@gmail.com" What does happen? Does google ban! Thank you!
2
7,424,875
09/15/2011 01:21:29
546,060
12/17/2010 12:36:49
1,558
100
Java code optimization tips and tricks
Specifically looking for Java code tips and tricks of the trade for: * reducing memory footprint * increasing performance Personally would like to see answers focusing on the _"how"_ and not the _"when"_ as the consensus among savvy developers is that early optimization is a bad idea as you don't have anything t...
java
performance
optimization
tips-and-tricks
null
09/15/2011 01:30:24
not a real question
Java code optimization tips and tricks === Specifically looking for Java code tips and tricks of the trade for: * reducing memory footprint * increasing performance Personally would like to see answers focusing on the _"how"_ and not the _"when"_ as the consensus among savvy developers is that early optimizatio...
1
1,272,768
08/13/2009 15:37:51
82,238
03/24/2009 20:39:44
1,170
109
Does SPARC v9 have a double word compare and swap instruction?
So; on a 64 bit SPARC CPU which is v9 compliant, there exists I know a cas instruction. This operates on single word length values. I've also seen on the web reference to a casx instruction - but I can't find out anything much more about it. I'm wondering - is this a double word compare and swap? And if not, ...
sparc
c
lock-free
cas
null
null
open
Does SPARC v9 have a double word compare and swap instruction? === So; on a 64 bit SPARC CPU which is v9 compliant, there exists I know a cas instruction. This operates on single word length values. I've also seen on the web reference to a casx instruction - but I can't find out anything much more about it. I'm...
0
8,446,991
12/09/2011 14:33:55
448,568
09/15/2010 15:20:08
938
70
XML for Invoicing - Standards?
I've come across an application that needs to send **invoice information** via FTP to various clients. The XML being output by the application is pretty simple however it does not conform to any particular standards (I imagine its home-grown). Now a colleague has mentioned [**cXML**][1] as a potential standard that ...
xml
standards
dtd
invoices
null
03/14/2012 14:49:44
not constructive
XML for Invoicing - Standards? === I've come across an application that needs to send **invoice information** via FTP to various clients. The XML being output by the application is pretty simple however it does not conform to any particular standards (I imagine its home-grown). Now a colleague has mentioned [**cXML...
4
3,683,211
09/10/2010 08:37:47
279,739
02/23/2010 18:28:47
47
9
iPad Safari mobile seems to ignore z-indexing position for html5 video elements
I got a video element on a page that's working fine both in safari mobile and desktop. I have a seme-transparent pull-down menu that's working fine. The problem is, when the menu is over the video element, on the desktop safari i can see the video under the menu (as desired), while on the mobile version the video elem...
ipad
mobile-safari
html5-video
null
null
null
open
iPad Safari mobile seems to ignore z-indexing position for html5 video elements === I got a video element on a page that's working fine both in safari mobile and desktop. I have a seme-transparent pull-down menu that's working fine. The problem is, when the menu is over the video element, on the desktop safari i can ...
0
6,324,419
06/12/2011 20:21:38
382,920
07/04/2010 02:30:39
420
41
No space left on device: .hg/store/lock on Kenai
I have been tryining to upload some changes to a project on kenai nevertheless i'm always receiving the following message: Output: [pushing to https://Necronet:***@hg.kenai.com/hg/uniimasd~main-repository, searching for changes, abort: HTTP Error 500: No space left on device: .hg/store/lock]
version-control
mercurial
null
null
null
06/14/2011 17:10:29
off topic
No space left on device: .hg/store/lock on Kenai === I have been tryining to upload some changes to a project on kenai nevertheless i'm always receiving the following message: Output: [pushing to https://Necronet:***@hg.kenai.com/hg/uniimasd~main-repository, searching for changes, abort: HTTP Error 500: No sp...
2
9,720,577
03/15/2012 13:22:52
1,271,617
03/15/2012 13:17:46
1
0
how to se t the right click operations of a link in qtwebkit
http://stackoverflow.com/questions/3327222/how-to-edit-qtwebkits-right-click-context-menu-in-qt-creator http://stackoverflow.com/questions/2426053/how-to-get-response-in-qtwebkit https://qt-project.org/forums/viewthread/15149/ i have seen all these threads and more but cant get my anwser i want to set the righ clic...
qt
null
null
null
null
null
open
how to se t the right click operations of a link in qtwebkit === http://stackoverflow.com/questions/3327222/how-to-edit-qtwebkits-right-click-context-menu-in-qt-creator http://stackoverflow.com/questions/2426053/how-to-get-response-in-qtwebkit https://qt-project.org/forums/viewthread/15149/ i have seen all these th...
0
1,369,873
09/02/2009 20:12:45
9,403
09/15/2008 18:42:58
2,676
114
Crash handler printing a backtrace
I want to install a SIGSEGV and friends handler in C++ to print a stack trace and exit on a crash. backtrace\_symbols\_fd from glibc is almost what I want, but it doesn't symbolize calls in anonymous namespaces. However, gdb deals with that just fine (I have symbols compiled in, DWARF etc). What library would you...
c++
crash
exception-handling
null
null
null
open
Crash handler printing a backtrace === I want to install a SIGSEGV and friends handler in C++ to print a stack trace and exit on a crash. backtrace\_symbols\_fd from glibc is almost what I want, but it doesn't symbolize calls in anonymous namespaces. However, gdb deals with that just fine (I have symbols compiled i...
0
8,255,641
11/24/2011 10:35:20
1,063,585
11/24/2011 09:11:27
-1
0
What s the use of count in stored proc?
ex:SELECT @records = COUNT(FS.FILESET_ID) FROM FILE_SET FS WHERE (FILESET_NAME = @FILESET_NAME) thank you
sql
null
null
null
null
11/24/2011 14:04:07
not a real question
What s the use of count in stored proc? === ex:SELECT @records = COUNT(FS.FILESET_ID) FROM FILE_SET FS WHERE (FILESET_NAME = @FILESET_NAME) thank you
1
7,087,288
08/17/2011 02:15:29
897,828
08/17/2011 02:15:29
1
0
time attendance
<html> <pre> can help me with iterating with python I have file: Sukirman 2011-07-01 09:53:43 Sukirman 2011-07-01 13:11:45 Sukirman 2011-07-01 16:36:03 Sukirman 2011-07-01 17:14:22 Sukirman 2011-07-04 12:16:40 Sukirman 2011-07-04 14:39:28 Sukirman 2011...
time-and-attendance
null
null
null
null
01/26/2012 14:07:25
not a real question
time attendance === <html> <pre> can help me with iterating with python I have file: Sukirman 2011-07-01 09:53:43 Sukirman 2011-07-01 13:11:45 Sukirman 2011-07-01 16:36:03 Sukirman 2011-07-01 17:14:22 Sukirman 2011-07-04 12:16:40 Sukirman 2011-07-04 14:39:2...
1
3,565,885
08/25/2010 12:42:06
374,189
06/23/2010 11:50:53
11
3
WCF MaxConcurrentCalls
The default WCF MaxConcurrentCalls=16. My demo app shows this to be 32. Could this be 'coz I have a dual core machine? ie MaxConcurrentCalls=16*[# of cores] ?
wcf
null
null
null
null
null
open
WCF MaxConcurrentCalls === The default WCF MaxConcurrentCalls=16. My demo app shows this to be 32. Could this be 'coz I have a dual core machine? ie MaxConcurrentCalls=16*[# of cores] ?
0
11,217,643
06/27/2012 00:04:53
1,293,859
03/26/2012 19:31:48
195
0
How do you make a .com address into just a string in an email?
MY code creates an email that has the text `<h1>google.com</h1>` in the body of the email. When I take a look at the email that is sent, it shows `google.com` as a link. Is there a way to tag it as not a link but just text via html? Thanks!
html
email
null
null
null
06/28/2012 01:52:35
off topic
How do you make a .com address into just a string in an email? === MY code creates an email that has the text `<h1>google.com</h1>` in the body of the email. When I take a look at the email that is sent, it shows `google.com` as a link. Is there a way to tag it as not a link but just text via html? Thanks!
2
3,289,873
07/20/2010 12:29:59
396,786
07/20/2010 12:29:59
1
0
speeding up jasperreports
i just profiled my reporting application when i tried to generate four times the same report in a row. the first one took 1859ms whereas the following ones only took between 400 and 600ms. what is the explanation for that? could i somehow use it to make my application faster? the reporting module runs on the server a...
java
caching
jasper-reports
performance
null
null
open
speeding up jasperreports === i just profiled my reporting application when i tried to generate four times the same report in a row. the first one took 1859ms whereas the following ones only took between 400 and 600ms. what is the explanation for that? could i somehow use it to make my application faster? the report...
0
6,766,742
07/20/2011 18:34:32
201,934
11/03/2009 17:50:00
1,783
41
issues with 301 redirect
I am having issues with 301 redirects. I placed the following in the .htaccess file at the root of the website redirect 301 /index.php?option=com_content&view=article&id=151&Itemid=53 http://www.rmse.com/ redirect 301 /index.php?option=com_content&view=article&id=148&Itemid=53 http://www.rmse.com/ redi...
php
.htaccess
joomla
null
null
07/24/2011 09:26:23
not a real question
issues with 301 redirect === I am having issues with 301 redirects. I placed the following in the .htaccess file at the root of the website redirect 301 /index.php?option=com_content&view=article&id=151&Itemid=53 http://www.rmse.com/ redirect 301 /index.php?option=com_content&view=article&id=148&Itemid=53 ...
1
8,869,108
01/15/2012 10:46:07
1,150,271
01/15/2012 10:43:00
1
0
How to make a post request for a website from my own website?
I want to know how to make a post request for a website from my own website, I want it to **redirect** the page from my website to the other website including the post request
post
request
null
null
null
01/15/2012 15:58:39
not a real question
How to make a post request for a website from my own website? === I want to know how to make a post request for a website from my own website, I want it to **redirect** the page from my website to the other website including the post request
1
611,898
03/04/2009 18:41:23
347,662
02/02/2009 17:58:45
1
0
Jquery question: How can I break up a multi-part form so that only one fieldset is visible at a time?
I have a firm grasp on XHTML & CSS, but PHP & Javascript look like magic to me. I'm building a discussion site using the PHP-based [Textpattern CMS][1]. When users are logged in, they can use a public-side form to add a new discussion topic. There are a lot of input fields, grouped by the HTML `fieldset` element wit...
jquery-plugins
jquery
webforms
null
null
null
open
Jquery question: How can I break up a multi-part form so that only one fieldset is visible at a time? === I have a firm grasp on XHTML & CSS, but PHP & Javascript look like magic to me. I'm building a discussion site using the PHP-based [Textpattern CMS][1]. When users are logged in, they can use a public-side form...
0
9,573,384
03/05/2012 20:19:30
1,250,698
03/05/2012 20:07:44
1
0
Trouble with simplexml_load_string in PHP with Soap response
I've spent the last 2 days reading everything that I can about simplexml_load and looking for any kind of validation services on the xml. I'm stumped! I need some help. XML response from the web service that I'm working with: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schem...
php
simplexml
simplexml-load-string
null
null
null
open
Trouble with simplexml_load_string in PHP with Soap response === I've spent the last 2 days reading everything that I can about simplexml_load and looking for any kind of validation services on the xml. I'm stumped! I need some help. XML response from the web service that I'm working with: <?xml version="1....
0
3,194,211
07/07/2010 11:24:26
385,462
07/07/2010 11:24:26
1
0
What would be a reasonable expectation for job turnaround on Mechanical Turk?
Has anyone had any success with using Mechnical Turk with large volumes of jobs (100,000 jobs per day+)? We are looking at the possibility of using MT to analyse the sentiment of a large (ongoing) volume of content, but have concerns about the feasibility of doing so, and if there would be enough 'manpower' to turn it ...
amazon-web-services
mechanicalturk
null
null
null
07/07/2010 12:56:16
off topic
What would be a reasonable expectation for job turnaround on Mechanical Turk? === Has anyone had any success with using Mechnical Turk with large volumes of jobs (100,000 jobs per day+)? We are looking at the possibility of using MT to analyse the sentiment of a large (ongoing) volume of content, but have concerns abo...
2
8,970,946
01/23/2012 11:32:22
324,417
04/23/2010 17:03:35
448
10
The meaning of simple regular expression
Can someone help me with these 2 regex: First: "^\\s+|\\s+$" Second: "\\s{2,}"
regex
null
null
null
null
07/13/2012 15:14:40
too localized
The meaning of simple regular expression === Can someone help me with these 2 regex: First: "^\\s+|\\s+$" Second: "\\s{2,}"
3
4,406,077
12/10/2010 05:47:59
232,751
12/16/2009 08:23:01
6
0
Symfony Project Hosting in Godaddy Shared server
I am try to host my symfony 1.1 project in godaddy shared hosting server.First I have freeze my code and uploaded to server.I have modified php5.ini and .htaccess.But still i have got a redirection error. Error:Empty module and/or action after parsing the URL "/frontend_dev.php" Help is highly appreciated Th...
php
symfony
hosting
godaddy
null
null
open
Symfony Project Hosting in Godaddy Shared server === I am try to host my symfony 1.1 project in godaddy shared hosting server.First I have freeze my code and uploaded to server.I have modified php5.ini and .htaccess.But still i have got a redirection error. Error:Empty module and/or action after parsing the URL "/f...
0
6,066,848
05/20/2011 02:23:40
55,693
01/16/2009 01:35:50
2,156
158
Mobile device detection for rending rich web content
1. What are the most web-capable mobile phones to date (models and / or user agents) and 2. What rules should be assessed when trying to determine if they will handle a rich mobile customised site? I am developing a mobile website and currently doing some user agent detection to determine if the mobile device sh...
mobile-web
detection
user-agent
wurfl
rendering-engine
null
open
Mobile device detection for rending rich web content === 1. What are the most web-capable mobile phones to date (models and / or user agents) and 2. What rules should be assessed when trying to determine if they will handle a rich mobile customised site? I am developing a mobile website and currently doing some...
0
11,432,106
07/11/2012 11:54:42
1,338,471
04/17/2012 10:27:13
36
0
Client/Server communication WPF
I found this very useful program that was written for a Console application: <http://www.codeproject.com/Articles/1415/Introduction-to-TCP-client-server-in-C> I ran it and it works but what I want is to do the equivalent with WPF. Could somebody help please?
c#
wpf
tcp-ip
null
null
07/11/2012 18:07:08
too localized
Client/Server communication WPF === I found this very useful program that was written for a Console application: <http://www.codeproject.com/Articles/1415/Introduction-to-TCP-client-server-in-C> I ran it and it works but what I want is to do the equivalent with WPF. Could somebody help please?
3
11,247,183
06/28/2012 14:45:30
1,439,935
06/06/2012 13:57:56
15
0
is it possible and reliable to access sqldatabase using javascript?
I want to get the list of my database's elements. but i wonder, is it possible and reliable to access sqldatabase using javascript?
javascript
.net
null
null
null
null
open
is it possible and reliable to access sqldatabase using javascript? === I want to get the list of my database's elements. but i wonder, is it possible and reliable to access sqldatabase using javascript?
0
7,523,075
09/23/2011 00:39:43
857,100
07/22/2011 01:23:15
1
0
XML Android Permissions List Full
I wish I could find this list before I made it. If for some strange reason you also need this, it is here for you. Only because I care. Now, like never before, give your apps full power. <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES" /> <uses-permission android:name="android.permi...
android
xml
permissions
null
null
09/24/2011 00:47:03
not a real question
XML Android Permissions List Full === I wish I could find this list before I made it. If for some strange reason you also need this, it is here for you. Only because I care. Now, like never before, give your apps full power. <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES" /> <uses...
1
10,694,990
05/22/2012 02:19:52
1,064,473
11/24/2011 18:07:47
1
0
LESS CSS background with relative path
I'm facing with a problem when using LESS as stylesheet for my website. Personally, I'd rather use relative path in CSS than an absolute path (only my habit), but now when I use LESS with importing feature, I have a problem as following demonstration. I have a `main.less` file in root folder @import "inc/inc....
css
less
null
null
null
null
open
LESS CSS background with relative path === I'm facing with a problem when using LESS as stylesheet for my website. Personally, I'd rather use relative path in CSS than an absolute path (only my habit), but now when I use LESS with importing feature, I have a problem as following demonstration. I have a `main.less` ...
0
3,849,514
10/03/2010 11:14:36
437,744
09/02/2010 08:41:42
17
0
linkage error c++ unresolved external symbol
I'm writing a Matrix program: I have a class to represent a Regular matrix (RegMatrix), and a class to represent a sparse matrix (SparseMatrix), that is: represent only the none-zero's values. In the begining of each H file, i write the opposite class declaration. For example, in SparseMatrix.h I write class RegMatr...
c++
linkage
null
null
null
null
open
linkage error c++ unresolved external symbol === I'm writing a Matrix program: I have a class to represent a Regular matrix (RegMatrix), and a class to represent a sparse matrix (SparseMatrix), that is: represent only the none-zero's values. In the begining of each H file, i write the opposite class declaration. Fo...
0
11,450,521
07/12/2012 11:08:05
570,930
01/11/2011 07:25:53
1,781
98
ListView: How to display item selector when rows have clickable widgets?
I've been struggling with this for quite some time now, although I am pretty sure this problem has been solved a thousand times over. I have looked at various other similar questions on SO and elsewhere but I haven't been able to solve this. The core issue is: > When I have clickable components in my list items, ...
android
android-listview
null
null
null
null
open
ListView: How to display item selector when rows have clickable widgets? === I've been struggling with this for quite some time now, although I am pretty sure this problem has been solved a thousand times over. I have looked at various other similar questions on SO and elsewhere but I haven't been able to solve this. ...
0
8,180,231
11/18/2011 09:24:58
19,851
09/21/2008 05:18:08
1,010
53
Efficiently find the first of many keywords in a large NSString
I need to find all of the keywords in a large `NSString` (for a parsing source code), and my current implementation is too slow, but I'm unsure how to improve it. I'm using `NSRegularExpression`, based on the assumption it is more optimised than anything I could write, but the performance is slower than I'd expect. ...
objective-c
regex
string
performance
cocoa
null
open
Efficiently find the first of many keywords in a large NSString === I need to find all of the keywords in a large `NSString` (for a parsing source code), and my current implementation is too slow, but I'm unsure how to improve it. I'm using `NSRegularExpression`, based on the assumption it is more optimised than an...
0