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
4,895,084
02/04/2011 06:09:46
475,349
09/08/2010 13:04:04
61
1
cross sign in android project appearing
I am developing an android application.Its showing no errors in xml or java file.iTS displaying message Your project contains errors.Please fix them before running application what should i do next.How should i pursue. Thanks in advance Tushar sahni
android
null
null
null
null
04/30/2011 16:14:05
not a real question
cross sign in android project appearing === I am developing an android application.Its showing no errors in xml or java file.iTS displaying message Your project contains errors.Please fix them before running application what should i do next.How should i pursue. Thanks in advance Tushar sahni
1
3,856,293
10/04/2010 14:42:12
416,575
10/03/2009 18:49:04
21
0
how to convert seconds to time format ?
for some reason i convert a time format like : 03:30 to seconds 3*3600 + 30*60 , now .. i wanna convert it back to it's first ( same ) format upthere ... how could that be ? My attempt : 3*3600 + 30*60 = 12600 12600 / 60 = 210 / 60 = 3.5 , floor(3.5) = 3 = hour now .. what about the minutes ?? consider...
php
time
format
null
null
null
open
how to convert seconds to time format ? === for some reason i convert a time format like : 03:30 to seconds 3*3600 + 30*60 , now .. i wanna convert it back to it's first ( same ) format upthere ... how could that be ? My attempt : 3*3600 + 30*60 = 12600 12600 / 60 = 210 / 60 = 3.5 , floor(3.5) = 3 = hour ...
0
5,609,894
04/10/2011 05:02:53
616,280
02/14/2011 13:43:10
130
11
Problem with installing
I don't know what happen with my apps. it never happen before. it showing error like this. > [2011-04-10 11:53:22 - Rocket Project] Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED > [2011-04-10 11:53:22 - Rocket Project] Please check logcat output for more details. > [2011-04-10 11:53:22 - Rocket...
android
null
null
null
null
null
open
Problem with installing === I don't know what happen with my apps. it never happen before. it showing error like this. > [2011-04-10 11:53:22 - Rocket Project] Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED > [2011-04-10 11:53:22 - Rocket Project] Please check logcat output for more details. > ...
0
5,297,343
03/14/2011 10:27:08
448,078
09/15/2010 06:58:29
75
2
Best free tool for managing java keystores and security certificates
What is best free tool for managing java keystores and security certificates? Thanks.
java
security
certificate
keystore
null
09/19/2011 12:10:42
not constructive
Best free tool for managing java keystores and security certificates === What is best free tool for managing java keystores and security certificates? Thanks.
4
11,671,926
07/26/2012 14:47:13
842,358
07/13/2011 09:19:49
158
9
How to solve MySQL 2002 - The server is not responding .....on Windows 7
I have installed **XAMPP 1.7.4** on my Windows 7 64-bit desktop. The **Apache 2.2** service is running properly but the **mysql** service is not running. On running **phpMyAdmin**, in the browser, it says : > #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) I...
mysql
sockets
xampp
null
null
07/28/2012 21:00:46
off topic
How to solve MySQL 2002 - The server is not responding .....on Windows 7 === I have installed **XAMPP 1.7.4** on my Windows 7 64-bit desktop. The **Apache 2.2** service is running properly but the **mysql** service is not running. On running **phpMyAdmin**, in the browser, it says : > #2002 - The server is not res...
2
9,941,368
03/30/2012 10:36:26
1,172,914
01/27/2012 06:14:07
81
2
What is the format of Indian mobile number
I know that a mobile number is composed of Mcc+mnc+lac+cellid as per http://www.opencellid.org/ but now how can i find it for an Indian mobile number ? as per 1) MCC (Mobile country code) 2)MNC (Mobile decimal code) 3)Lac (Local area code) 4)cell id ( cell id)
mobile
numberformat
mobile-country-code
null
null
04/24/2012 03:17:58
off topic
What is the format of Indian mobile number === I know that a mobile number is composed of Mcc+mnc+lac+cellid as per http://www.opencellid.org/ but now how can i find it for an Indian mobile number ? as per 1) MCC (Mobile country code) 2)MNC (Mobile decimal code) 3)Lac (Local area code) 4)cell id ( cell id...
2
2,509,051
03/24/2010 15:41:53
117,039
06/04/2009 03:26:15
580
0
database design tool question
is there a good database design tool can generate sql script to create database (tables) in major database (Oracle, MySQL, SQL server, Sybase) without any changes? Which design tool are you think is good.
database
database-design
null
null
null
06/03/2012 05:23:19
not constructive
database design tool question === is there a good database design tool can generate sql script to create database (tables) in major database (Oracle, MySQL, SQL server, Sybase) without any changes? Which design tool are you think is good.
4
6,138,848
05/26/2011 12:57:56
771,336
05/26/2011 12:57:56
1
0
Ubuntu 11.04: Installing PIL into a virtualenv with PIP
I have spent hours now trying to figure this out. I do the following: sudo apt-get install python-dev sudo apt-get install libjpeg8-dev sudo apt-get install libfreetype6 libfreetype6-dev mkvirtualenv -p python2.7 --no-site-packages foobar pip install PIL Whenever I try to upload an image in my django-cms we...
python
ubuntu
pil
virtualenv
pip
01/15/2012 04:21:04
not a real question
Ubuntu 11.04: Installing PIL into a virtualenv with PIP === I have spent hours now trying to figure this out. I do the following: sudo apt-get install python-dev sudo apt-get install libjpeg8-dev sudo apt-get install libfreetype6 libfreetype6-dev mkvirtualenv -p python2.7 --no-site-packages foobar pip install...
1
3,870,463
10/06/2010 07:56:43
43,907
12/06/2008 09:03:27
1,908
0
Is there any script for Open/Close sql-server 2008 ?
Is there any script (any batch file) for Open/Close sql-server 2008 ? thank's in advance
sql-server-2008
null
null
null
null
10/06/2010 08:40:34
not a real question
Is there any script for Open/Close sql-server 2008 ? === Is there any script (any batch file) for Open/Close sql-server 2008 ? thank's in advance
1
5,231,726
03/08/2011 11:18:53
649,696
03/08/2011 11:18:53
1
0
iPhone app crash with iOS 4.3
This is an image with the error I get http://cl.ly/549l the app works fine with iOS 4.2.1 and with previous versions. Please somebody tell me what it mean! Thanks
iphone
xcode4
ios4.3
null
null
07/21/2011 01:28:29
too localized
iPhone app crash with iOS 4.3 === This is an image with the error I get http://cl.ly/549l the app works fine with iOS 4.2.1 and with previous versions. Please somebody tell me what it mean! Thanks
3
674,505
03/23/2009 17:53:48
1,492
08/15/2008 21:46:00
490
19
Looking for an alternative to Trac: Project management and bug tracking system for multiple projects.
We are using **[Trac][1]** as the main project management / bug tracking tool in our job. The pros in Trac: - Free software (free as in free beer and free speech). - SVN integration. - Easy to use, user-friendly, etc. - Different permissions. We started using it for our software projects, one instance of T...
project-management
bug-tracking
null
null
null
null
open
Looking for an alternative to Trac: Project management and bug tracking system for multiple projects. === We are using **[Trac][1]** as the main project management / bug tracking tool in our job. The pros in Trac: - Free software (free as in free beer and free speech). - SVN integration. - Easy to use, user-fr...
0
6,014,325
05/16/2011 07:32:25
701,049
04/10/2011 17:16:09
172
5
Password strength
I wonder how to measure password strength best. I found two different pages: http://rumkin.com/tools/password/passchk.php and http://www.passwordmeter.com/ and they give completely different results about different passwords. Somehow it's obvious to measure in bit, but than it could be hard to tell how many diffe...
passwords
bit
null
null
null
05/16/2011 08:30:35
off topic
Password strength === I wonder how to measure password strength best. I found two different pages: http://rumkin.com/tools/password/passchk.php and http://www.passwordmeter.com/ and they give completely different results about different passwords. Somehow it's obvious to measure in bit, but than it could be hard...
2
10,240,286
04/20/2012 04:29:03
1,338,942
04/17/2012 13:47:09
6
0
Not getting an output from my inputs
http://pastebin.com/YmeB2D1N Essentially, my program has two EditTexts, a Button, and a TextView. You input a number/string into the EditText, and an output is supposed to be shown in the TextView. However, all i get is a 'There is no Department'. How do i fix this?
android
eclipse
output
null
null
null
open
Not getting an output from my inputs === http://pastebin.com/YmeB2D1N Essentially, my program has two EditTexts, a Button, and a TextView. You input a number/string into the EditText, and an output is supposed to be shown in the TextView. However, all i get is a 'There is no Department'. How do i fix this?
0
1,798,077
11/25/2009 16:17:45
207,335
11/09/2009 21:57:04
41
8
Good opensource OCR in C#
Is there a good open source OCR implementation in C#. I am trying to solve below problem. I have a document which contains boxes and people enter their id number in the box. Now I want to figure out the id number in program. Thank you, Bala
csharp
ocr
null
null
null
06/05/2012 23:12:21
not constructive
Good opensource OCR in C# === Is there a good open source OCR implementation in C#. I am trying to solve below problem. I have a document which contains boxes and people enter their id number in the box. Now I want to figure out the id number in program. Thank you, Bala
4
11,384,515
07/08/2012 15:55:30
945,682
09/14/2011 23:08:50
20
2
database structure for school
I have to develop a web app for school please need help **how to manage attendance of students and teachers**
php
mysql
database
query
database-design
07/08/2012 16:08:11
not a real question
database structure for school === I have to develop a web app for school please need help **how to manage attendance of students and teachers**
1
9,873,346
03/26/2012 13:48:09
1,288,965
03/23/2012 18:48:45
6
0
Visual basic 6 Error 3011 Jet Engine cannot find Object when using RecordSource property on Data Control
I'm trying to filter a Grid using the RecordSource parameter but it give me error 3011, the RecordSource works well when you only specify the name of the table, but when you want to specify a query is when it give me the error. This is the query i want to perform: Data1.RecordSource = "Select TELEFONO,INTERNO...
query
basic
null
null
null
03/27/2012 14:18:48
not a real question
Visual basic 6 Error 3011 Jet Engine cannot find Object when using RecordSource property on Data Control === I'm trying to filter a Grid using the RecordSource parameter but it give me error 3011, the RecordSource works well when you only specify the name of the table, but when you want to specify a query is when it g...
1
1,766,339
11/19/2009 20:37:40
214,953
11/19/2009 20:37:40
1
0
When should I give out my iPhone UDID?
When should I give out my iPhone UDID? A company is developing an application for my company for the iphone wants my UDID. Are there any risks to me as an individual giving this out? Many thanks
iphone
udid
mobile
smart
phone
11/20/2009 22:02:20
off topic
When should I give out my iPhone UDID? === When should I give out my iPhone UDID? A company is developing an application for my company for the iphone wants my UDID. Are there any risks to me as an individual giving this out? Many thanks
2
7,667,334
10/05/2011 20:29:37
342,059
05/15/2010 18:53:52
341
4
Increasing capacity of RAID5 array
Assume that I built an 2TB RAID5 array and its running and some data is stored on it. Now I need to increase its size to 5TB. Can I increase capacity (By adding extra drives)? How? If Yes is it possible to do this while RAID array is working? Thanks
raid
capacity
raid5
null
null
10/05/2011 20:42:22
off topic
Increasing capacity of RAID5 array === Assume that I built an 2TB RAID5 array and its running and some data is stored on it. Now I need to increase its size to 5TB. Can I increase capacity (By adding extra drives)? How? If Yes is it possible to do this while RAID array is working? Thanks
2
7,802,199
10/18/2011 03:46:46
995,668
10/14/2011 15:21:14
2
0
Any clue on what hash was used in this?
I want to know what it was used for this to hash 2418c997-4a7b-4bd1-8297-f7c5ce7d75e0 Also how come this 2418c997-4a7b-4bd1-8297-f7c5ce7d75e0`.axd` can show a photo?
php
hash
null
null
null
10/18/2011 03:52:18
not a real question
Any clue on what hash was used in this? === I want to know what it was used for this to hash 2418c997-4a7b-4bd1-8297-f7c5ce7d75e0 Also how come this 2418c997-4a7b-4bd1-8297-f7c5ce7d75e0`.axd` can show a photo?
1
8,776,906
01/08/2012 10:50:53
880,182
08/05/2011 08:33:16
39
1
Allow user to register to Openfire server using OpenLDAP
I've successfully setup Openfire 3.7.1 communicating with OpenLDAP 2.4.28 on ArchLinux 2011.08.19. I want XMPP users to be able to register and the registration should be accepted by OpenLDAP server and (because it's LDAP) the registration should be global. So if a user comes in, registers through XMPP, he should be ab...
active-directory
ldap
xmpp
openfire
openldap
01/08/2012 22:55:07
off topic
Allow user to register to Openfire server using OpenLDAP === I've successfully setup Openfire 3.7.1 communicating with OpenLDAP 2.4.28 on ArchLinux 2011.08.19. I want XMPP users to be able to register and the registration should be accepted by OpenLDAP server and (because it's LDAP) the registration should be global. ...
2
7,057,956
08/14/2011 16:04:34
893,390
08/13/2011 20:55:19
268
10
Multiple associations with one table
I've searched a bit before asking this but I definitely can't get it working... I've got a Group model which has a manager_id, a designer_id and other user ids corresponding to different user roles in this group. They are has_one User associations in the Group model with different foreign keys. I've tried multipl...
ruby-on-rails-3
null
null
null
null
null
open
Multiple associations with one table === I've searched a bit before asking this but I definitely can't get it working... I've got a Group model which has a manager_id, a designer_id and other user ids corresponding to different user roles in this group. They are has_one User associations in the Group model with dif...
0
435,588
01/12/2009 14:34:22
12,254
09/16/2008 13:45:48
301
18
What is the best way to implement a variable-sized multi-line UITableCell?
I'm trying to display a table full of twitter statuses (yes, this is the [Stanford Presence 2][1] assignment), which are variably sized. I can relatively easily determine the appropriate height for my rows with code that approximates (from [accompanying lecture 9][2]): - (CGFloat)tableView:(UITableView *)tableV...
iphone
objective-c
cocoa-touch
null
null
null
open
What is the best way to implement a variable-sized multi-line UITableCell? === I'm trying to display a table full of twitter statuses (yes, this is the [Stanford Presence 2][1] assignment), which are variably sized. I can relatively easily determine the appropriate height for my rows with code that approximates (from...
0
10,716,383
05/23/2012 08:40:03
824,624
07/01/2011 09:43:47
8
1
in drupal 7, how can drupal link to another remote service, consume the data in the web service such as nodejs?
I am using the drupal 7 for my CMS server, at the same time, I have a nodejs based server, I need the drupal link to my nodejs server in order to make drupal consume the data in the nodejs based server, which will expose the restful service interface Is there such a module that could link to the remote web service ...
drupal
node.js
remote-server
null
null
05/23/2012 23:49:01
not constructive
in drupal 7, how can drupal link to another remote service, consume the data in the web service such as nodejs? === I am using the drupal 7 for my CMS server, at the same time, I have a nodejs based server, I need the drupal link to my nodejs server in order to make drupal consume the data in the nodejs based server, ...
4
11,031,122
06/14/2012 10:22:40
936,917
09/09/2011 14:06:04
74
5
Can't get all avents for a Google Calendar
with google-api-java-client I would like to get/retrieve all the event for a specific Calendar, is it possible ? I have initialized my CalendarService and Feed : CalendarService service = new CalendarService("Toto"); service.setUserCredentials(userName, userPassword); CalendarFeed safescreenFeed =...
google-calendar
google-api-java-client
null
null
null
null
open
Can't get all avents for a Google Calendar === with google-api-java-client I would like to get/retrieve all the event for a specific Calendar, is it possible ? I have initialized my CalendarService and Feed : CalendarService service = new CalendarService("Toto"); service.setUserCredentials(userName, use...
0
10,872,439
06/03/2012 17:29:49
1,030,166
11/04/2011 17:32:03
110
9
jQuery Datatables fnRender not returning data after Ajax Loaded Page
I have ajQuery Datatables table rendered which is using dynamically loaded data. The fnRender function shows a <a href link with an image for editing the table row. via a seperate page. Everything works perfect if the page is loaded normally. If I dynamically load the page into a div section, via ajax and call the...
asp.net-mvc
datatables
null
null
null
06/21/2012 12:28:19
not a real question
jQuery Datatables fnRender not returning data after Ajax Loaded Page === I have ajQuery Datatables table rendered which is using dynamically loaded data. The fnRender function shows a <a href link with an image for editing the table row. via a seperate page. Everything works perfect if the page is loaded normally. ...
1
11,491,338
07/15/2012 11:03:56
1,175,434
01/28/2012 16:13:04
16
1
My program usage more memory, help me
Hello i made a program which use webbrowser control and 2 timers. each timer (100 and 800 interval) work with same time. when i run program, it'll usage memory more and more... thread could help? please guide me how to fix it? thank you.
c#
.net
visual-studio-2010
winapp
null
07/15/2012 11:16:24
not a real question
My program usage more memory, help me === Hello i made a program which use webbrowser control and 2 timers. each timer (100 and 800 interval) work with same time. when i run program, it'll usage memory more and more... thread could help? please guide me how to fix it? thank you.
1
5,250,215
03/09/2011 18:09:07
647,023
03/06/2011 15:07:24
1
1
need help on auto generated school year
How to make auto generated school year like this 2010-2011 in vb6 ?? any idea? guys! need help!
vb6
null
null
null
null
07/20/2012 17:59:30
too localized
need help on auto generated school year === How to make auto generated school year like this 2010-2011 in vb6 ?? any idea? guys! need help!
3
8,384,783
12/05/2011 11:44:45
1,060,671
10/26/2010 20:29:38
13
1
Database structure Facebook status post
What is the database design Facebook uses for it's wall posts ? At facebook we can place a status update that could be any of the following objects: - a message - a video - a url (renders preview of the url) - a photo - etc Most of these objects share a lot of similarity. If we want to create ...
mysql
facebook
database-design
null
null
12/05/2011 11:54:23
not a real question
Database structure Facebook status post === What is the database design Facebook uses for it's wall posts ? At facebook we can place a status update that could be any of the following objects: - a message - a video - a url (renders preview of the url) - a photo - etc Most of these objects share ...
1
4,532,999
12/26/2010 06:42:42
243,213
01/04/2010 13:52:34
1,408
166
Will HTML5 replace silverlight?
A while ago I read a news [here][1], that **Microsoft changed its strategy for silverlight and will replace it with HTML5**. As it is a controversial discussion, some guys from Microsoft and other corporation wrote about it and some agreed and some don't? As it is important to be aware of near future of tools tha...
html
silverlight
html5
survey
news
12/26/2010 07:20:58
off topic
Will HTML5 replace silverlight? === A while ago I read a news [here][1], that **Microsoft changed its strategy for silverlight and will replace it with HTML5**. As it is a controversial discussion, some guys from Microsoft and other corporation wrote about it and some agreed and some don't? As it is important to...
2
47,278
09/06/2008 06:16:34
3,839
08/31/2008 10:11:12
292
28
How to get the most of out laptop batteries
What strategies should you employ to make laptop batteries last?
osx
laptop
hardware
null
null
08/14/2011 23:29:14
off topic
How to get the most of out laptop batteries === What strategies should you employ to make laptop batteries last?
2
3,965,373
10/19/2010 04:39:44
193,251
10/20/2009 16:38:35
660
19
Recommend classes for handling xml configuration file in C#?
I am writing a program that need to store some configuration information. I thought XML would be a good choice, but I do not want to learn XML in C# from scratch. Could you recommend good ways/classes handling this task?
c#
xml
configuration
null
null
06/13/2012 13:31:27
not constructive
Recommend classes for handling xml configuration file in C#? === I am writing a program that need to store some configuration information. I thought XML would be a good choice, but I do not want to learn XML in C# from scratch. Could you recommend good ways/classes handling this task?
4
9,905,613
03/28/2012 10:28:05
1,297,862
03/28/2012 10:15:03
1
0
Please suggest best practices for decompse a user story in TDD way (Java)
Please suggest best practices for decompse a user story in TDD way. Best practices and tips for decomposing a given user story in short time by following TDD approch. If explain with example, it would be helpfull alot.
java
tdd
agile
decomposition
pp
03/28/2012 10:34:23
off topic
Please suggest best practices for decompse a user story in TDD way (Java) === Please suggest best practices for decompse a user story in TDD way. Best practices and tips for decomposing a given user story in short time by following TDD approch. If explain with example, it would be helpfull alot.
2
10,603,848
05/15/2012 15:19:17
1,180,313
01/31/2012 12:28:45
6
0
Send notification to perticular client in a room in nodeJS
I want to send a notification to a selected client among all users in a particular room. Is there anyway that i can set the client Id to the user id and later search for the user id in a particular room and send the notification. Thanks in advance
node.js
push-notification
socket.io
null
null
05/16/2012 20:56:34
too localized
Send notification to perticular client in a room in nodeJS === I want to send a notification to a selected client among all users in a particular room. Is there anyway that i can set the client Id to the user id and later search for the user id in a particular room and send the notification. Thanks in advance
3
11,319,683
07/03/2012 21:48:22
1,500,037
07/03/2012 21:35:27
1
0
Removing elements individually without effecting Add Elements function
I'm working on a project involving html/xml generated-qr codes and I want to find a solution on how to delete form elements individually without effecting the Add Elements button(adds form elements with a button). So here are the codes I have so far: '<script> $(document).ready(function() { ...
javascript
null
null
null
null
07/03/2012 21:50:08
not a real question
Removing elements individually without effecting Add Elements function === I'm working on a project involving html/xml generated-qr codes and I want to find a solution on how to delete form elements individually without effecting the Add Elements button(adds form elements with a button). So here are the codes I hav...
1
9,560,514
03/05/2012 01:14:16
1,218,198
02/18/2012 15:08:41
46
3
Does anyone have a good tutorial in nosql with php
I am trying to get to understand nosql and how to use it with php so if anybody have a link to a tutorial that would be nice. Thanks in advance.
php
nosql
null
null
null
03/05/2012 18:20:41
not a real question
Does anyone have a good tutorial in nosql with php === I am trying to get to understand nosql and how to use it with php so if anybody have a link to a tutorial that would be nice. Thanks in advance.
1
11,749,256
07/31/2012 21:27:18
1,526,641
07/15/2012 08:17:01
1
0
I am looking for good JEE programming books
I need a recommendation about books on J2EE programming and also on developing web applications in JAVA. Thanks in advance.
java
null
null
null
null
07/31/2012 21:28:59
not a real question
I am looking for good JEE programming books === I need a recommendation about books on J2EE programming and also on developing web applications in JAVA. Thanks in advance.
1
4,991,984
02/14/2011 12:08:59
497,006
11/04/2010 09:42:01
3
0
context menu is not display in web project in flex
context menu is working well in desktop project but not display in web project...........kindly help and suggest if anyone has some suitable answer
flex
actionscript-3
null
null
null
null
open
context menu is not display in web project in flex === context menu is working well in desktop project but not display in web project...........kindly help and suggest if anyone has some suitable answer
0
10,206,295
04/18/2012 09:12:11
1,271,519
03/15/2012 12:34:54
11
3
Enable email keyboard on android for input type email
Is it possible to show email friendly keyboard on android, similar to iphone when you have a text field with input type="email".
android
email
types
input
keyboard
04/18/2012 16:03:27
not a real question
Enable email keyboard on android for input type email === Is it possible to show email friendly keyboard on android, similar to iphone when you have a text field with input type="email".
1
6,912,669
08/02/2011 13:14:25
810,220
06/22/2011 11:15:41
9
0
onPictureTaken function the light is automatically go down
I've run into such a problem. The problem is that when I use onPictureTaken function the light is automatically go down. What should I do with it? I want the light not to turn off. Photo : if (v == shot) { camera.takePicture (null, null, nu...
android
camera
null
null
null
null
open
onPictureTaken function the light is automatically go down === I've run into such a problem. The problem is that when I use onPictureTaken function the light is automatically go down. What should I do with it? I want the light not to turn off. Photo : if (v == shot) ...
0
3,989,319
10/21/2010 15:48:06
104,767
05/11/2009 12:47:30
1,922
45
Zip N IEnumerable<T>s together? Iterate over them simultaneously?
I have:- IEnumerable<IEnumerable<T>> items; and I'd like to create:- IEnumerable<IEnumerable<T>> results; where the first item in "results" is an IEnumerable of the first item of each of the IEnumerables of "items", the second item in "results" is an IEnumerable of the second item of each of "items"...
c#
.net
linq
null
null
null
open
Zip N IEnumerable<T>s together? Iterate over them simultaneously? === I have:- IEnumerable<IEnumerable<T>> items; and I'd like to create:- IEnumerable<IEnumerable<T>> results; where the first item in "results" is an IEnumerable of the first item of each of the IEnumerables of "items", the second it...
0
9,239,516
02/11/2012 10:35:18
647,782
03/07/2011 08:03:30
286
31
Android Inflate Exception occurred
What i have to do for this memory problem ? 02-11 15:40:30.959: E/AndroidRuntime(5108): FATAL EXCEPTION: main 02-11 15:40:30.959: E/AndroidRuntime(5108): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.firewards/com.firewards.Menu}: android.view.InflateException: Binary XML file line #122: Er...
android
memory
null
null
null
null
open
Android Inflate Exception occurred === What i have to do for this memory problem ? 02-11 15:40:30.959: E/AndroidRuntime(5108): FATAL EXCEPTION: main 02-11 15:40:30.959: E/AndroidRuntime(5108): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.firewards/com.firewards.Menu}: android.view.Inflate...
0
254,152
10/31/2008 16:41:28
14,673
09/17/2008 01:55:17
81
5
How NULLs are stored into a database ?
I'm curious to know how NULLs are stored into a database ? It surely depends on the database server but I would like to have an general idea about it. *** First try: Suppose that the server put a undefined value (could be anything) into the field for a NULL value. Could you be very lucky and retrieve the NUL...
null
database
value
nullvalue
null
null
open
How NULLs are stored into a database ? === I'm curious to know how NULLs are stored into a database ? It surely depends on the database server but I would like to have an general idea about it. *** First try: Suppose that the server put a undefined value (could be anything) into the field for a NULL value. ...
0
2,226,897
02/09/2010 05:13:48
264,843
02/02/2010 23:58:44
173
0
Open panel appears then disappears immediately
I am using this code: NSOpenPanel *openPanel = [NSOpenPanel openPanel]; [openPanel beginForDirectory:nil file:nil types:[NSImage imageFileTypes] modelessDelegate:self didEndSelector:NULL contextInfo:NULL]; This is the only code in the method. When the method is called, the open panel appears on-screen ...
cocoa
objective-c
appkit
xcode
null
null
open
Open panel appears then disappears immediately === I am using this code: NSOpenPanel *openPanel = [NSOpenPanel openPanel]; [openPanel beginForDirectory:nil file:nil types:[NSImage imageFileTypes] modelessDelegate:self didEndSelector:NULL contextInfo:NULL]; This is the only code in the method. When the...
0
11,539,277
07/18/2012 10:27:21
1,534,427
07/18/2012 10:17:53
1
0
AIR HTMLLoader, loaded swf full screen no interactive
When I load webpage into AIR's mx:HTML component, and webpage contains flash with full screen option, after going full screen nothing happens no interaction with object. The most strange thing is if I load swf with simple 'full screen app' with 1 or 2 objects on stage, it works perfect, but if loaded something like gam...
actionscript-3
flex
air
fullscreen
null
null
open
AIR HTMLLoader, loaded swf full screen no interactive === When I load webpage into AIR's mx:HTML component, and webpage contains flash with full screen option, after going full screen nothing happens no interaction with object. The most strange thing is if I load swf with simple 'full screen app' with 1 or 2 objects o...
0
6,735,807
07/18/2011 16:02:51
565,635
01/06/2011 15:21:05
7,962
369
Writing a programming language
#Disclaimer: Yes I know this will take 3 years, at least. I am looking forward to writing a new interpreted programming language. I have a quite solid idea of what I want in terms of dynamicness, syntax, object model, etc, etc. Now that I have the idea, I have a few questions before I start: 1. Should I begin ...
programming-languages
null
null
null
null
07/18/2011 18:42:18
off topic
Writing a programming language === #Disclaimer: Yes I know this will take 3 years, at least. I am looking forward to writing a new interpreted programming language. I have a quite solid idea of what I want in terms of dynamicness, syntax, object model, etc, etc. Now that I have the idea, I have a few questions b...
2
7,841,085
10/20/2011 19:21:21
407,236
07/31/2010 00:57:36
1,170
8
Suggestion needed for package names
I have a couple of packages I have trouble naming. - This package contains classes and interfaces for communicating with external servers through client software. The external servers are not part of our system, but required for daily operations. - This package contains classes and interfaces that import and export...
java
naming
null
null
null
10/26/2011 14:06:01
not constructive
Suggestion needed for package names === I have a couple of packages I have trouble naming. - This package contains classes and interfaces for communicating with external servers through client software. The external servers are not part of our system, but required for daily operations. - This package contains clas...
4
10,140,022
04/13/2012 11:33:27
510,746
11/17/2010 12:10:22
58
1
When traverse a HashMap, I get NullPointerException
This is my code: HashMap<String, HashSet<String>> map; .... for(Map.Entry<String, HashSet<String>> entry : map.entrySet()) { } And I get the exception: **Exception in thread "main" java.lang.NullPointerException at key.test.EnwikiOutlink.main(EnwikiOutlink.java:68)** The map ob...
java
map
null
null
null
04/14/2012 20:09:38
not a real question
When traverse a HashMap, I get NullPointerException === This is my code: HashMap<String, HashSet<String>> map; .... for(Map.Entry<String, HashSet<String>> entry : map.entrySet()) { } And I get the exception: **Exception in thread "main" java.lang.NullPointerException at key.test....
1
2,839,660
05/15/2010 09:52:32
192,339
10/19/2009 09:55:26
19
2
Is there an easy way to convert autocad polygons to adobe swf format?
I am looking for a easy way to convert Autocad polygons to swf files. Is there a converter for that? Or is there an intermediatory format that can be used to convert from polygons to the adobe flash swfs. Each polygon would be a swf file.
autocad
flash
swf
dwg
null
null
open
Is there an easy way to convert autocad polygons to adobe swf format? === I am looking for a easy way to convert Autocad polygons to swf files. Is there a converter for that? Or is there an intermediatory format that can be used to convert from polygons to the adobe flash swfs. Each polygon would be a swf file.
0
4,752,838
01/20/2011 21:30:53
583,633
01/20/2011 21:30:53
1
0
Dynamic Manifest File for "android_secret_code"
Hi I'm following http://android.amberfog.com/?p=422 to start an activity by a secret code using below code: <action android:name="android.provider.Telephony.SECRET_CODE" /> <data android:scheme="android_secret_code" android:host="4636" /> What I would like to do is to have an option in the application itself, ...
android
dynamic
manifest
secret
null
null
open
Dynamic Manifest File for "android_secret_code" === Hi I'm following http://android.amberfog.com/?p=422 to start an activity by a secret code using below code: <action android:name="android.provider.Telephony.SECRET_CODE" /> <data android:scheme="android_secret_code" android:host="4636" /> What I would like t...
0
5,327,840
03/16/2011 15:47:55
662,803
03/16/2011 15:47:55
1
0
Finding the set of words that can be spelled with a given set of letters
The problem I'm facing is to create an efficient algorithm that returns the list of words from a fixed word list that can be spelled by using a certain set of letters (this set being the input), with this set having no upper bound (or no useful one at least). More specifically, this algorithm needs to provide soluti...
c#
java
c++
regex
real-time
null
open
Finding the set of words that can be spelled with a given set of letters === The problem I'm facing is to create an efficient algorithm that returns the list of words from a fixed word list that can be spelled by using a certain set of letters (this set being the input), with this set having no upper bound (or no usef...
0
5,687,173
04/16/2011 14:30:31
506,374
11/13/2010 00:02:51
3
0
php GD problem, black image created
i'v been pulling my hair over this for a couple of hours now, i am working on an image cropping module for magento, it works fine on my localhost but when i upload the file online it doesn't work! gd creates a black image. i'v tried everything.. checked permission, file paths, and it doesn't show any errors.. he...
php
magento
gd
null
null
null
open
php GD problem, black image created === i'v been pulling my hair over this for a couple of hours now, i am working on an image cropping module for magento, it works fine on my localhost but when i upload the file online it doesn't work! gd creates a black image. i'v tried everything.. checked permission, file paths...
0
7,066,669
08/15/2011 15:12:11
299,785
03/23/2010 10:21:49
93
3
Boost lock() analog
For my cross-thread application i start to use boost. And i can't understand HOW i can implement code to reproduce behavior of standard critical section in Win32API or .net lock analog? I want to write method Foo(), whose can be called from different threads(#1!), to control write operations to a shared fields. B...
c++
multithreading
boost
synchronization
critical-section
null
open
Boost lock() analog === For my cross-thread application i start to use boost. And i can't understand HOW i can implement code to reproduce behavior of standard critical section in Win32API or .net lock analog? I want to write method Foo(), whose can be called from different threads(#1!), to control write operati...
0
4,756,022
01/21/2011 06:26:51
579,452
01/18/2011 05:31:36
1
0
Best books/sites/blogs to learn DataStructures and Algorithms as a starting level?????
Could you please, can any one tell me the best books/sites/blogs to learn DataStructures and Algorithms as a starting level? Thanks in advance.
data-structures
null
null
null
null
07/18/2012 10:09:57
not constructive
Best books/sites/blogs to learn DataStructures and Algorithms as a starting level????? === Could you please, can any one tell me the best books/sites/blogs to learn DataStructures and Algorithms as a starting level? Thanks in advance.
4
6,812,631
07/25/2011 06:52:40
861,020
07/25/2011 06:41:40
1
0
HTML with PHP and FPDF, how to embed dynamic PDFs?
I have a website that dynamically generates PDFs using FPDF (from fpdf.org) based on an HTML form passed to a PHP script. As of right now, it all works fine to the point where the information passes through and the FPDF generates the PDF. However, I've been looking into embedding options and can't quite get it to work...
php
html
pdf-generation
embed
fpdf
null
open
HTML with PHP and FPDF, how to embed dynamic PDFs? === I have a website that dynamically generates PDFs using FPDF (from fpdf.org) based on an HTML form passed to a PHP script. As of right now, it all works fine to the point where the information passes through and the FPDF generates the PDF. However, I've been looki...
0
3,767,742
09/22/2010 09:05:14
454,840
09/22/2010 09:05:14
1
0
please help me with this
i want to send a file using c in an adhoc network in mt linux platform...plz help me with the header files and functions that i need to use
c
null
null
null
null
09/22/2010 11:00:23
not a real question
please help me with this === i want to send a file using c in an adhoc network in mt linux platform...plz help me with the header files and functions that i need to use
1
10,784,016
05/28/2012 11:34:37
1,034,801
11/08/2011 01:51:54
79
0
Increase/Decrease a textfield value using PHP
I have a reservation system and I allow guest to input # of room in a textfield. I want to know if the room is still available after he/she enter in the textbox using PHP. I am thinking about two buttons with negative(-) and positive (+) value. But I don't want to reload the page because of this. I am thinking about...
php
jquery
ajax
null
null
05/28/2012 11:45:10
not a real question
Increase/Decrease a textfield value using PHP === I have a reservation system and I allow guest to input # of room in a textfield. I want to know if the room is still available after he/she enter in the textbox using PHP. I am thinking about two buttons with negative(-) and positive (+) value. But I don't want to r...
1
9,701,888
03/14/2012 12:22:09
1,268,726
03/14/2012 10:30:10
1
0
Good OO implemented newsletter solution, PHP based (free or onetime fee for source code)?
we are using Malchimp for handling our newsletters. But we need more (specific) features, then its offering. So we decided to develop required features (whole new solution) and run it by ourself. But for sure we don't want start from zero and reinventing wheel. Thus we are looking for some already existing newsletter s...
php
email
projects-and-solutions
newsletter
null
03/14/2012 17:30:59
not constructive
Good OO implemented newsletter solution, PHP based (free or onetime fee for source code)? === we are using Malchimp for handling our newsletters. But we need more (specific) features, then its offering. So we decided to develop required features (whole new solution) and run it by ourself. But for sure we don't want st...
4
5,713,183
04/19/2011 07:47:21
690,067
04/03/2011 17:51:17
1
0
basic fetching of a url's html body with python 3.x
I'm a Python newbie. I have been a little confused by the differences between the old urllib and urllib2 in Python 2.x and the new urllib in Python 3, and among other things I'm not sure when data needs to be encoded before being sent to urlopen. I have been trying to fetch the html body of a url, using a POST so th...
python
url
urllib2
fetching
null
null
open
basic fetching of a url's html body with python 3.x === I'm a Python newbie. I have been a little confused by the differences between the old urllib and urllib2 in Python 2.x and the new urllib in Python 3, and among other things I'm not sure when data needs to be encoded before being sent to urlopen. I have been t...
0
10,730,177
05/24/2012 01:57:45
1,337,444
04/16/2012 23:11:15
1
0
SQL srever join unrelated tables
i have two unrelaled table: PEOPLE table: NAME | AGE ---------- DAVE | 43 ANNE | 25 MIKE | 58 PLACES table: COUNTRY | TOWN ---------------- USA | WILMINGTON GER | BERLIN POR | LISBON JPN | KYOTO I want a Result like this: NAME | ...
sql
sql-server
tsql
sql-server-2005
null
05/24/2012 11:21:04
not a real question
SQL srever join unrelated tables === i have two unrelaled table: PEOPLE table: NAME | AGE ---------- DAVE | 43 ANNE | 25 MIKE | 58 PLACES table: COUNTRY | TOWN ---------------- USA | WILMINGTON GER | BERLIN POR | LISBON JPN | KYOTO I w...
1
6,368,131
06/16/2011 06:53:56
788,711
06/08/2011 07:02:38
1
0
STL Map as a default arguement.
How to pass stl map as a default arguement?
c++
stl
null
null
null
06/16/2011 08:41:30
not a real question
STL Map as a default arguement. === How to pass stl map as a default arguement?
1
4,901,283
02/04/2011 17:57:30
548,744
12/20/2010 14:28:13
81
6
Anything else like Skybound Stylizer out there?
I hate to say it but I'm crack addicted to [Sybound Stylizer 5][1] It's a rare purchase for me because I normally only go with open-source or software that has 'per user' licensing. The license and DRM on this thing are horrid. It does a hardware check (including a check for the existance of a battery) and only...
css
null
null
null
null
12/21/2011 04:33:30
not constructive
Anything else like Skybound Stylizer out there? === I hate to say it but I'm crack addicted to [Sybound Stylizer 5][1] It's a rare purchase for me because I normally only go with open-source or software that has 'per user' licensing. The license and DRM on this thing are horrid. It does a hardware check (inclu...
4
7,292,287
09/03/2011 09:28:09
396,732
07/20/2010 11:39:44
644
17
What will probably be the biggest changes (losses) switching from Seam 2 to plain JavaEE 6?
Question pretty much says it all, though explicitly I'm looking for the things I will probably miss about Seam 2 in a Java EE 6 environment ("losses"). For my latest (small) project JavaEE 6 or more specifically JSF 2 was a fix requirement, so using Seam 2 wasn't an option (and won't be). Even though some people sai...
seam
java-ee-6
seam2
seam3
null
null
open
What will probably be the biggest changes (losses) switching from Seam 2 to plain JavaEE 6? === Question pretty much says it all, though explicitly I'm looking for the things I will probably miss about Seam 2 in a Java EE 6 environment ("losses"). For my latest (small) project JavaEE 6 or more specifically JSF 2 wa...
0
6,984,193
08/08/2011 15:06:09
884,320
08/08/2011 15:06:09
1
0
Jersey client API WebResource accept() not setting MIME header correctly?
public static WebResource createWebResource() { final ClientConfig cc = new DefaultClientConfig(); final Client c = Client.create(cc); final WebResource wr = c.resource("http://localhost:19801/wtg_inventory_war/wtg/rest") .path(inv); ...
jersey
null
null
null
null
null
open
Jersey client API WebResource accept() not setting MIME header correctly? === public static WebResource createWebResource() { final ClientConfig cc = new DefaultClientConfig(); final Client c = Client.create(cc); final WebResource wr = c.resource("http://localhost:19801/wtg_inve...
0
10,985,340
06/11/2012 18:11:18
1,395,850
05/15/2012 10:03:09
29
2
How to read line to line when my txt is in the raw folder?
I have a txt in my raw folder with this text: 38.706937,-0.494406,Alcoy,Alcoy,Comunidad Valenciana 37.605651,-0.991294,Vuelo1,Cartagena,Región de Murcia 37.652022,-0.719147,Vuelo2,La Manga del Mar Menor,Región de Murcia 42.817988,-1.644183,Vuelo3,Pamplona,Navarra 36.750779,-5.812395,Vuelo4,Arcos de la frontera,A...
android
raw
null
null
null
null
open
How to read line to line when my txt is in the raw folder? === I have a txt in my raw folder with this text: 38.706937,-0.494406,Alcoy,Alcoy,Comunidad Valenciana 37.605651,-0.991294,Vuelo1,Cartagena,Región de Murcia 37.652022,-0.719147,Vuelo2,La Manga del Mar Menor,Región de Murcia 42.817988,-1.644183,Vuelo3,Pam...
0
2,368,034
03/03/2010 00:41:06
25,549
10/06/2008 16:41:39
1,510
59
Any early impressions of PyCharm for Python, Django and web development?
I just discovered [PyCharm][1], which is a Python/Django/web IDE currently in "public preview" being developed by JetBrains. Has anyone been using it for the last month it has been available, and if so, what are your impressions of it compared to other IDEs that are available such as: - Komodo - Wing IDE - Ec...
pycharm
python
django
ide
null
03/03/2012 01:57:12
not constructive
Any early impressions of PyCharm for Python, Django and web development? === I just discovered [PyCharm][1], which is a Python/Django/web IDE currently in "public preview" being developed by JetBrains. Has anyone been using it for the last month it has been available, and if so, what are your impressions of it com...
4
5,991,830
05/13/2011 12:28:41
752,354
05/13/2011 12:28:41
1
0
shuffle array elements
I found this code online for shuffling array elements, it works well, but I can't understand the `for` loop here shuffle = function(o) { for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x); return o; }; any help is appreciated, than...
jquery
for-loop
null
null
null
null
open
shuffle array elements === I found this code online for shuffling array elements, it works well, but I can't understand the `for` loop here shuffle = function(o) { for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x); return o; }; a...
0
9,333,232
02/17/2012 18:08:42
1,121,213
12/29/2011 12:56:53
30
0
Declare array of objects, in simpliest way?
How can I shorten declare and instantied array of objects? <code> class clsPerson{public int x, y;} ... clsPerson[] objArr = new clsPerson[1000]; //<strong>How invoke here constructor? without creating for loop and objArr[i] = new clsPerson(); </strong> </code>
c#
arrays
object
constructor
new-operator
null
open
Declare array of objects, in simpliest way? === How can I shorten declare and instantied array of objects? <code> class clsPerson{public int x, y;} ... clsPerson[] objArr = new clsPerson[1000]; //<strong>How invoke here constructor? without creating for loop and objArr[i] = new clsPerson(); </s...
0
5,586,775
04/07/2011 19:51:39
38
08/01/2008 12:44:28
970
32
Control flow graph of a program
I'm taking a compiler class right now and we're at the point where we have to build a CFG in order to implement optimizations. One thing I can't figure out is how many CFGs are there for a program? Every example I ever see seems to be the CGF of a simple code segment. So, if you have a program that has say three functi...
computer-science
compiler-theory
compiler-design
cfg
null
null
open
Control flow graph of a program === I'm taking a compiler class right now and we're at the point where we have to build a CFG in order to implement optimizations. One thing I can't figure out is how many CFGs are there for a program? Every example I ever see seems to be the CGF of a simple code segment. So, if you hav...
0
5,567,941
04/06/2011 14:23:58
213,926
11/18/2009 16:54:39
133
8
Custom Keyboard Shortcuts in Windows
Does anyone know if it is possible to define a keyboard shortcut sequence that can result in the insert of text? I do a lot of editing and tend to repeat certain sequences of html codes in textboxes and textareas in the browser. I would like to be able to define a shortcut sequence that inserts the html codes au...
keyboard-shortcuts
null
null
null
null
04/06/2011 14:51:40
off topic
Custom Keyboard Shortcuts in Windows === Does anyone know if it is possible to define a keyboard shortcut sequence that can result in the insert of text? I do a lot of editing and tend to repeat certain sequences of html codes in textboxes and textareas in the browser. I would like to be able to define a shortc...
2
528,922
02/09/2009 16:47:21
258
08/04/2008 07:59:04
109
6
How should I structure this application?
I am writing an iPhone application which requires the user to enter their mobile no and pin code and press an accept button before they continue into the application. Previously I had (each view is in a different Xib) AppDelegate - if {registered add load RootView (which is main view)} else {load RegistrationView...
iphone
objective-c
null
null
null
null
open
How should I structure this application? === I am writing an iPhone application which requires the user to enter their mobile no and pin code and press an accept button before they continue into the application. Previously I had (each view is in a different Xib) AppDelegate - if {registered add load RootView (wh...
0
11,229,779
06/27/2012 15:27:56
334,369
05/06/2010 11:37:11
566
10
Is there any differance between Deleting/Editing field from UI through Custom code in Sharepoint List?
Is there any differance between Deleting/Editing field from UI through Custom code in Sharepoint List? I am deleting task list field from UI, field setting-> delete field. Writing code getting SPField objec and deleting field. Do we have any differance?
list
sharepoint
delete
spfield
null
06/27/2012 16:40:54
not a real question
Is there any differance between Deleting/Editing field from UI through Custom code in Sharepoint List? === Is there any differance between Deleting/Editing field from UI through Custom code in Sharepoint List? I am deleting task list field from UI, field setting-> delete field. Writing code getting SPField objec...
1
11,395,387
07/09/2012 12:51:12
4,241
09/02/2008 13:53:20
842
25
Should I ignore SCSS?
I consider myself and excellent CSS writer. Lately, I have had some requests to code in SCSS. However, I don't run Ruby in my environment and am weighing whether I should deal with that overhead. And yes, I know there are some work arounds to compile the SCSS. So, should I go out of my way to learn and support SCSS,...
ruby-on-rails
ruby
scss
null
null
07/09/2012 13:10:17
not constructive
Should I ignore SCSS? === I consider myself and excellent CSS writer. Lately, I have had some requests to code in SCSS. However, I don't run Ruby in my environment and am weighing whether I should deal with that overhead. And yes, I know there are some work arounds to compile the SCSS. So, should I go out of my way...
4
4,328,498
12/01/2010 19:58:10
770,022
08/30/2010 15:25:57
218
1
HTML Homework that doesnt pass validation but displays fine.
I was asked by the professor to use http://validator.w3.org/ this web site to validate my html file. It gives me errors. The first error is: Line 1, Column 1: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>" Second error is: Line 11, Column 64: required attribute "ALT" not specified <p align="ce...
html
null
null
null
null
null
open
HTML Homework that doesnt pass validation but displays fine. === I was asked by the professor to use http://validator.w3.org/ this web site to validate my html file. It gives me errors. The first error is: Line 1, Column 1: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>" Second error is: Line 11...
0
4,740,704
01/19/2011 21:00:38
582,106
01/19/2011 21:00:38
1
0
Mod_rewrite matching both subdomain and query string
I'm currently mod_rewriting domain.com/a/123/abc to page.php?this=123&that=abc with: RewriteRule ^a/([^/]+)/([^/]+)/?$ page.php?this=$1&that=$2 [L] Additionally I now want to mod_rewrite a.domain.com/123/abc to page.php?this=123&that=abc So both a.domain.com/123/abc and domain.com/a/123/abc will redirect t...
php
apache
.htaccess
httpd
null
null
open
Mod_rewrite matching both subdomain and query string === I'm currently mod_rewriting domain.com/a/123/abc to page.php?this=123&that=abc with: RewriteRule ^a/([^/]+)/([^/]+)/?$ page.php?this=$1&that=$2 [L] Additionally I now want to mod_rewrite a.domain.com/123/abc to page.php?this=123&that=abc So both a.d...
0
9,102,763
02/01/2012 20:24:14
13,227
09/16/2008 17:43:51
6,875
137
Is there a nice html5 2D graphics library that can be used nicely with Three.js?
I'm using Three.js to create some 3D graphics using webgl in a canvas element. Is there a nice library to draw 2D elements over the top of the 3D graphics. Something like the HUD of a 3D game. I want to draw some images or text on the screen over the 3D stuff. Any ideas? Can it be done with Three.js?
html5
graphics
canvas
2d
three.js
null
open
Is there a nice html5 2D graphics library that can be used nicely with Three.js? === I'm using Three.js to create some 3D graphics using webgl in a canvas element. Is there a nice library to draw 2D elements over the top of the 3D graphics. Something like the HUD of a 3D game. I want to draw some images or text on the...
0
5,648,234
04/13/2011 11:13:26
640,627
03/02/2011 05:49:18
21
2
html-php form submission after validation through javascript
Whait i intend to do is : first validate a form and then process if some conditions are satisfied. I have pasted the prototype of my code below. I have cross checked for any minor/silly errors. Thanks code: <form id = "myform" action = process.php method = 'post'> //some form elements here <input...
php
javascript
javascript-events
html-form
null
04/13/2011 11:23:48
not a real question
html-php form submission after validation through javascript === Whait i intend to do is : first validate a form and then process if some conditions are satisfied. I have pasted the prototype of my code below. I have cross checked for any minor/silly errors. Thanks code: <form id = "myform" action = proce...
1
2,227,621
02/09/2010 08:12:57
269,304
02/09/2010 07:50:45
1
0
How to move a particular texture around screen in android using opengl es ?
I am very new to OpenGL ES. I am implementing some demo app to load multiple textures on the screen. For demo purpose I have loaded 2 textures in 2 different locations on the screen using glTranslatef() and glBindTextures() twice. Now I am able to see 2 different images on the screen. Now I want to move one particul...
android
opengl-es
null
null
null
null
open
How to move a particular texture around screen in android using opengl es ? === I am very new to OpenGL ES. I am implementing some demo app to load multiple textures on the screen. For demo purpose I have loaded 2 textures in 2 different locations on the screen using glTranslatef() and glBindTextures() twice. Now I...
0
8,383,388
12/05/2011 09:43:00
769,677
05/25/2011 13:42:35
138
19
Pagination without query number of pages?
How can I do a pagination system without query number of elements and without getting all elements from db
php
mysql
null
null
null
12/05/2011 17:26:26
not a real question
Pagination without query number of pages? === How can I do a pagination system without query number of elements and without getting all elements from db
1
2,561,768
04/01/2010 16:00:31
86,381
04/02/2009 19:35:18
493
14
C# Property Access vs Interface Implementation
I'm writing a class to represent a [Pivot](http://www.getpivot.com) Collection, the root object recognized by Pivot. A Collection has several attributes, a list of facet categories (each represented by a `FacetCategory` object) and a list of items (each represented by a `PivotItem` object). Therefore, an extremely simp...
c#
collections
inheritance
null
null
null
open
C# Property Access vs Interface Implementation === I'm writing a class to represent a [Pivot](http://www.getpivot.com) Collection, the root object recognized by Pivot. A Collection has several attributes, a list of facet categories (each represented by a `FacetCategory` object) and a list of items (each represented by...
0
10,808,889
05/30/2012 01:26:56
173,634
09/15/2009 10:21:27
1,935
2
Given a day name in a string, how can I get a Time object representing that day within the current week?
Given a string with day name, i.e. `"Wednesday"`, how can I get a Time object representing that day within the current week (Monday - Sunday)? So for example, if the current day is Tuesday 29 May, and the string is `"Monday"`, the time object should represent `Monday 28 May`. If the string is `"Friday"`, it should b...
ruby-on-rails
ruby
ruby-on-rails-3
time
null
null
open
Given a day name in a string, how can I get a Time object representing that day within the current week? === Given a string with day name, i.e. `"Wednesday"`, how can I get a Time object representing that day within the current week (Monday - Sunday)? So for example, if the current day is Tuesday 29 May, and the st...
0
11,026,550
06/14/2012 04:11:48
1,352,747
04/24/2012 03:28:10
117
9
What is suitable Xcode for 10.6.8?
Can anybody tell me that what is suitable Xcode version for 10.6.8(snow leopard)?Does Xcode 4.2 installed on it?
iphone
ios
xcode
null
null
null
open
What is suitable Xcode for 10.6.8? === Can anybody tell me that what is suitable Xcode version for 10.6.8(snow leopard)?Does Xcode 4.2 installed on it?
0
8,078,913
11/10/2011 11:37:54
517,595
11/23/2010 15:03:45
41
1
Magento upsell_products raises error "must be an instance of Mage_Catalog_Model_Resource_Eav_Mysql4_Product_Collection"
Putting this line to view.phtml ... <?php echo $this->getChildHtml('upsell_products') ?> ... raises this error: Recoverable Error: Argument 1 passed to Mage_Catalog_Block_Product_Abstract::_addProductAttributesAndPrices() must be an instance of Mage_Catalog_Model_Resource_Eav_Mysql4_Product_Collection,...
php
error-message
magento
null
null
null
open
Magento upsell_products raises error "must be an instance of Mage_Catalog_Model_Resource_Eav_Mysql4_Product_Collection" === Putting this line to view.phtml ... <?php echo $this->getChildHtml('upsell_products') ?> ... raises this error: Recoverable Error: Argument 1 passed to Mage_Catalog_Block_Product...
0
8,812,759
01/11/2012 00:52:24
322,177
04/21/2010 10:40:42
5
0
Android: Expandable List View Item Buttons Get Pressed When Item Gets Pressed
I have an expandable list, with an list item layout that has check box buttons in it. I have state list drawables for the buttons. When the user touches the list item, the buttons transition to pressed state. When the user releases the press, the buttons return to normal state. I'd like the buttons not to transition to...
java
android
null
null
null
null
open
Android: Expandable List View Item Buttons Get Pressed When Item Gets Pressed === I have an expandable list, with an list item layout that has check box buttons in it. I have state list drawables for the buttons. When the user touches the list item, the buttons transition to pressed state. When the user releases the p...
0
10,512,898
05/09/2012 09:01:42
1,163,736
01/22/2012 18:08:34
104
0
Passing array using jquery Post
var sc = new Array(); var i =0; el.find(".colorable").each(function () { sc[i++] = $(this).attr("src"); }); $.post("/Edit/ChangeImageColor", { src : sc , s: source, t: target }, function () { alert("done"); }); I am trying to pass array `( sc ) ` to server but it shows ...
javascript
jquery
null
null
null
05/29/2012 04:35:30
too localized
Passing array using jquery Post === var sc = new Array(); var i =0; el.find(".colorable").each(function () { sc[i++] = $(this).attr("src"); }); $.post("/Edit/ChangeImageColor", { src : sc , s: source, t: target }, function () { alert("done"); }); I am trying to pass ar...
3
2,707,860
04/25/2010 10:29:24
325,418
05/09/2009 15:50:29
3,192
104
In SQL, can we always write an inner join statement as a main query and subquery if we only want to find the intersection?
In SQL, can we always write an inner join statement as a main query and subquery or vice versa if we only want to find the intersection? For example, select * from gifts g where g.giftID in (select giftID from sentGifts); can do a join and show the gifts sent in the sentGifts table, but it won't be able t...
sql
mysql
join
subquery
inner-join
null
open
In SQL, can we always write an inner join statement as a main query and subquery if we only want to find the intersection? === In SQL, can we always write an inner join statement as a main query and subquery or vice versa if we only want to find the intersection? For example, select * from gifts g where g.g...
0
2,926,421
05/28/2010 03:06:31
352,538
05/28/2010 03:06:31
1
0
Regular Expression - capturing contents of <select>
I'm trying to use a regular expression to capture the contents of all option values inside an HTML select element For example, in: <select name="test"> <option value="blah">one</option> <option value="mehh">two</option> <option value="rawr">three</option> </select> I'd like to...
javascript
html
regex
null
null
null
open
Regular Expression - capturing contents of <select> === I'm trying to use a regular expression to capture the contents of all option values inside an HTML select element For example, in: <select name="test"> <option value="blah">one</option> <option value="mehh">two</option> <option value=...
0
9,474,180
02/27/2012 23:42:01
514,641
11/20/2010 11:49:40
46
7
zend select statement with string
I've spent 2 hours for just a select statement. What am I doing wrong? public function fetchSpecific($moderatorid = 1) { $resultSet = $this->getDbTable()->fetchAll("moderatorid = ".$moderatorid); $entries = array(); foreach ($resultSet as $row) { ...
php
sql
string
zend-framework
select
null
open
zend select statement with string === I've spent 2 hours for just a select statement. What am I doing wrong? public function fetchSpecific($moderatorid = 1) { $resultSet = $this->getDbTable()->fetchAll("moderatorid = ".$moderatorid); $entries = array(); ...
0
2,184,407
02/02/2010 13:44:23
255,560
01/21/2010 07:20:23
8
1
When typing in a cell beyond the size, only that cell should temporarily go beyond its boundaries (like excel)
When typing in a datagrid cell beyond the size, only that cell should temporarily go beyond its boundaries (like excel)
flex
null
null
null
null
02/24/2010 04:14:31
not a real question
When typing in a cell beyond the size, only that cell should temporarily go beyond its boundaries (like excel) === When typing in a datagrid cell beyond the size, only that cell should temporarily go beyond its boundaries (like excel)
1
6,463,448
06/24/2011 04:39:42
815,068
06/13/2011 17:17:04
1
0
How to upload remote_url Images using paperclip plugin in Ruby on Rails
I am new ROR Developer. i want to upload more than 500000 remote url images using paperclip. i got an error Error = Too many links - /var/www/railsapp/sample_app/public/system/photos/5815 Error = Too many links - /var/www/railsapp/sample_app/public/system/photos/48347 Time Out : Error = execut...
ruby
null
null
null
null
null
open
How to upload remote_url Images using paperclip plugin in Ruby on Rails === I am new ROR Developer. i want to upload more than 500000 remote url images using paperclip. i got an error Error = Too many links - /var/www/railsapp/sample_app/public/system/photos/5815 Error = Too many links - /var/www/railsa...
0
7,724,761
10/11/2011 10:44:33
622,905
02/18/2011 09:55:43
1
0
Need concept for php chat application
I need to develop a module called 'chat with doctor'. User can able to chat with the doctor for that he has to pay some amount to website. Say example user got purchase the Package worth : 2$ =>5min. After 5 min chat will be closed , timer should be shown while chatting. How can we do this?
php
javascript
mysql
null
null
10/11/2011 11:07:48
not a real question
Need concept for php chat application === I need to develop a module called 'chat with doctor'. User can able to chat with the doctor for that he has to pay some amount to website. Say example user got purchase the Package worth : 2$ =>5min. After 5 min chat will be closed , timer should be shown while chatting. How c...
1
9,716,080
03/15/2012 08:22:02
966,638
09/27/2011 08:52:12
601
15
Beginner - Jquery syntax about Url.Content
currentObject = someValue; var src = '<%=Url.Content("~/Content/images/locations/" + currentObject + ".jpg")%>'; But since Url.Content is in ', the currentObject is 'currentObject', and not its value. How to write the above code with currentObject's value, not name?
jquery
null
null
null
null
null
open
Beginner - Jquery syntax about Url.Content === currentObject = someValue; var src = '<%=Url.Content("~/Content/images/locations/" + currentObject + ".jpg")%>'; But since Url.Content is in ', the currentObject is 'currentObject', and not its value. How to write the above code with currentObject's value, ...
0
6,691,452
07/14/2011 10:03:16
251,304
01/08/2010 15:08:23
714
54
Basic concept of development of multiplayer online game?
I want to develop a game for multi user can play at a time with together in iphone, i don't have any idea about concept of online game development. please help me out?
iphone
null
null
null
null
07/14/2011 16:32:32
not constructive
Basic concept of development of multiplayer online game? === I want to develop a game for multi user can play at a time with together in iphone, i don't have any idea about concept of online game development. please help me out?
4
11,019,514
06/13/2012 16:43:31
1,373,214
05/03/2012 17:38:22
29
1
Efficient way to replicate a database over the internet
I need to code a solution to replicate a database from one physical site to a cloud server over HTTP (preferably using Java). I would like some recomendations on how to do that. The porpose of this is to remotely monitor (using a java web application) a process that is happening at the orginal database site. I need ...
http
database-replication
null
null
null
06/14/2012 17:50:20
not constructive
Efficient way to replicate a database over the internet === I need to code a solution to replicate a database from one physical site to a cloud server over HTTP (preferably using Java). I would like some recomendations on how to do that. The porpose of this is to remotely monitor (using a java web application) a pr...
4
2,795,224
05/08/2010 18:47:28
336,265
05/08/2010 16:18:48
1
0
Android: How/where to put gesture code into IME?
I'm new to Android but I'm trying to create an IME that allows for gesture-character recognition. I can already do simple apps that perform gesture recognition but am not sure where to hook in the gesture views/obj with an IME. Here is a starting skeleton of what I have for the IME so far. I would like to use androi...
android
ime
gestures
character
gesture-recognition
null
open
Android: How/where to put gesture code into IME? === I'm new to Android but I'm trying to create an IME that allows for gesture-character recognition. I can already do simple apps that perform gesture recognition but am not sure where to hook in the gesture views/obj with an IME. Here is a starting skeleton of what ...
0
3,010,344
06/09/2010 22:06:30
18,565
09/19/2008 06:03:39
2,892
189
Is there a good (standalone) PHPDoc parser class or function in PHP?
I'm looking for some method of converting a PHP Docblock (as used for generating documentation by tools like Doxygen) into a structure I can inspect in PHP. For example, I want to parse the following lines: <pre><code> /** * Multiply two values * @CHECKME * * @author someone * @...
php
parsing
phpdoc
null
null
05/02/2012 19:03:06
not a real question
Is there a good (standalone) PHPDoc parser class or function in PHP? === I'm looking for some method of converting a PHP Docblock (as used for generating documentation by tools like Doxygen) into a structure I can inspect in PHP. For example, I want to parse the following lines: <pre><code> /** * Mult...
1
5,317,141
03/15/2011 19:47:07
295,675
03/17/2010 13:26:39
1,274
81
Memory issues without hitting Heap Limit?
So, for my particular application, I have a pretty large list of items in my ListView, upwards of 10,000+ items. I don't keep all the items in memory, but rather I lazy-load them around 150 at a time from a database. I'm using an LRU cache to only keep the last 500 or so items around, but the problem is that even so, s...
android
outofmemoryexception
null
null
null
null
open
Memory issues without hitting Heap Limit? === So, for my particular application, I have a pretty large list of items in my ListView, upwards of 10,000+ items. I don't keep all the items in memory, but rather I lazy-load them around 150 at a time from a database. I'm using an LRU cache to only keep the last 500 or so i...
0
2,680,816
04/21/2010 06:43:42
34,537
11/05/2008 03:00:23
4,362
97
What is a read only collection in C#?
I ran a security code analyst i found myself having a [CA2105 warning](http://msdn.microsoft.com/en-us/library/ms182299%28VS.100%29.aspx). I looked at the grade tampering example. I didnt realize you can assign int[] to a readonly int. I thought readonly was like the C++ const and makes it illegal. The How to Fix Vi...
c#
readonly
readonlycollection
null
null
null
open
What is a read only collection in C#? === I ran a security code analyst i found myself having a [CA2105 warning](http://msdn.microsoft.com/en-us/library/ms182299%28VS.100%29.aspx). I looked at the grade tampering example. I didnt realize you can assign int[] to a readonly int. I thought readonly was like the C++ const...
0
9,972,764
04/02/2012 08:00:40
1,257,239
03/08/2012 14:42:28
8
1
Good books about Java-Rest-Webservices?
What are good books about creating Rest-Service in Java (preferrably using Glassfish)? I would be especially interested in best practices or patterns. Maybe anyone also knows any good web resources regarding Rest.
java
rest
glassfish
null
null
04/03/2012 02:30:17
not constructive
Good books about Java-Rest-Webservices? === What are good books about creating Rest-Service in Java (preferrably using Glassfish)? I would be especially interested in best practices or patterns. Maybe anyone also knows any good web resources regarding Rest.
4
2,929,474
05/28/2010 13:43:58
213,828
11/18/2009 14:53:54
1
1
Using MAC STYLE with Qt
How do I apply the "mac style" on my forms and windows? Using Qt (C + +)
c++
qt
qt4
creator
null
null
open
Using MAC STYLE with Qt === How do I apply the "mac style" on my forms and windows? Using Qt (C + +)
0
4,850,018
01/31/2011 10:52:04
568,960
01/09/2011 17:24:02
68
1
Error List is not populating in my visual studio 2008.
Error List is not populating in my visual studio.What might be the problem? Regards, NSJ
visual-studio-2008
null
null
null
null
01/31/2011 12:54:19
not a real question
Error List is not populating in my visual studio 2008. === Error List is not populating in my visual studio.What might be the problem? Regards, NSJ
1