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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7,952,727 | 10/31/2011 10:55:19 | 455,961 | 09/23/2010 08:48:47 | 57 | 0 | how to display the value instead of parentage in a pie chat made with jqury Highcharts | for a project of mine im using a pie char that made with jqury Highcharts. what like to do is to display the value i inserted instead of the the parentage. example: chart shows firefox - 43.269...% instead i like to show the value firefox -45 clicks. can anyone help me with this. thanks in advance.
Chart code
... | javascript | jquery | null | null | null | null | open | how to display the value instead of parentage in a pie chat made with jqury Highcharts
===
for a project of mine im using a pie char that made with jqury Highcharts. what like to do is to display the value i inserted instead of the the parentage. example: chart shows firefox - 43.269...% instead i like to show the val... | 0 |
11,366,591 | 07/06/2012 17:01:39 | 1,507,378 | 07/06/2012 16:52:26 | 1 | 0 | how to print a set of strings on the same line in C? | I made a C program that when I write a number on the keyboard, I press the second largest number in a string of characters that I've done, only that if for example I'm writing 123 print 1 big, 2 big head and then 3 in the head as big as I print the three strings in large numbers on the same line? | c | arrays | string | null | null | 07/06/2012 19:32:13 | not a real question | how to print a set of strings on the same line in C?
===
I made a C program that when I write a number on the keyboard, I press the second largest number in a string of characters that I've done, only that if for example I'm writing 123 print 1 big, 2 big head and then 3 in the head as big as I print the three strin... | 1 |
1,744,482 | 11/16/2009 19:57:01 | 449,902 | 10/29/2008 17:39:16 | 397 | 42 | Drupal Custom Form Arrangement/Placement | I am just starting out with Drupal but I am pretty clueless how to custom 'place' all of the form elements. I usually have a lot of stuff, like this other dude's thing, so placement and aesthetics are a MUST:
![alt text][1]
Drupal's default way of rendering forums like a questionnaire (one long horizontal column ... | drupal | forms | styling | null | null | null | open | Drupal Custom Form Arrangement/Placement
===
I am just starting out with Drupal but I am pretty clueless how to custom 'place' all of the form elements. I usually have a lot of stuff, like this other dude's thing, so placement and aesthetics are a MUST:
![alt text][1]
Drupal's default way of rendering forums lik... | 0 |
6,240,749 | 06/05/2011 03:01:03 | 145,567 | 07/27/2009 07:10:18 | 1,550 | 53 | Generating a 2D grid in Haskell | Learning haskell and want to generate a 2D grid similar to how you might in C:
int data[10][10]
what's an acceptable and elegant approach? Zip? Foldl?
| haskell | null | null | null | null | null | open | Generating a 2D grid in Haskell
===
Learning haskell and want to generate a 2D grid similar to how you might in C:
int data[10][10]
what's an acceptable and elegant approach? Zip? Foldl?
| 0 |
8,748,828 | 01/05/2012 19:53:55 | 1,013,112 | 10/25/2011 16:24:52 | 312 | 22 | Using less memory filling an PDF Form, with flattening, using iText | I have a web application that uses a couple of PDF forms to create documents of up to 500 pages; each form is one page and has 40-50 fields on it. The completed document is display-and-print only, there is no need to retain the fill-in aspect of the PDF form as the document is being created.
I have working code usi... | java | itext | null | null | null | null | open | Using less memory filling an PDF Form, with flattening, using iText
===
I have a web application that uses a couple of PDF forms to create documents of up to 500 pages; each form is one page and has 40-50 fields on it. The completed document is display-and-print only, there is no need to retain the fill-in aspect of ... | 0 |
11,374,235 | 07/07/2012 10:32:44 | 1,461,413 | 06/17/2012 04:33:36 | 1 | 1 | Java static table maintanance | I want to keep a static table that will be updated over time.
This will be a sizable table so I need to initialize it with another program.
Question: Is it possible to keep the table in existence without keeping the source code that initialized it, once the table is initialized? If yes, how do I go about it; and... | java | table | static | null | null | 07/07/2012 12:51:45 | not a real question | Java static table maintanance
===
I want to keep a static table that will be updated over time.
This will be a sizable table so I need to initialize it with another program.
Question: Is it possible to keep the table in existence without keeping the source code that initialized it, once the table is initialized?... | 1 |
6,293,914 | 06/09/2011 13:56:03 | 496,223 | 11/03/2010 16:56:47 | 4,595 | 272 | Are there any good PHP quiz for testing php knowledge? | Something like this quiz for javascript. http://perfectionkills.com/javascript-quiz/
I have searched it but I came across only on newb quiz.
| php | null | null | null | null | 06/09/2011 14:06:59 | off topic | Are there any good PHP quiz for testing php knowledge?
===
Something like this quiz for javascript. http://perfectionkills.com/javascript-quiz/
I have searched it but I came across only on newb quiz.
| 2 |
6,442,232 | 06/22/2011 15:14:15 | 422,252 | 08/16/2010 22:36:54 | 638 | 24 | Php function names pared with classes | Is it considered bad practice to pair function names with classes?
For example in kohana I could do the following.
function Model($a,$b){
return new Model($a,$b);
}
Then I could drop all references to new, and also I wouldn't have to make a $temp variable.
$temp = Model('book');
$bo... | php | function | null | null | null | 06/24/2011 01:26:53 | not constructive | Php function names pared with classes
===
Is it considered bad practice to pair function names with classes?
For example in kohana I could do the following.
function Model($a,$b){
return new Model($a,$b);
}
Then I could drop all references to new, and also I wouldn't have to make a $temp varia... | 4 |
3,282,368 | 07/19/2010 15:17:44 | 395,943 | 07/19/2010 15:13:16 | 1 | 0 | How to Generate HTML from within ASP.NET MVC? | is it possible to generate HTML code from within ASP.NET MVC, please?
Have a nice day,
Alex | .net | html | asp.net-mvc | dynamically-generated | null | 07/20/2010 04:37:30 | not a real question | How to Generate HTML from within ASP.NET MVC?
===
is it possible to generate HTML code from within ASP.NET MVC, please?
Have a nice day,
Alex | 1 |
6,905,241 | 08/01/2011 22:27:14 | 198,584 | 10/29/2009 01:37:52 | 45 | 1 | Anyone recognize these "hacks?" | My company's hosting account was hacked a while back, and ads for everything from WoW Gold to Nikes were placed on our sites. We've since changed hosts, and downloaded each site and gone through line by line to remove the hacks and ads. We're also updating the sites (read: rebuilding from scratch) to use a new, more se... | asp.net | iis7 | asp | windows-server-2008 | hacks | 08/02/2011 00:08:39 | off topic | Anyone recognize these "hacks?"
===
My company's hosting account was hacked a while back, and ads for everything from WoW Gold to Nikes were placed on our sites. We've since changed hosts, and downloaded each site and gone through line by line to remove the hacks and ads. We're also updating the sites (read: rebuildin... | 2 |
4,896,496 | 02/04/2011 09:38:31 | 51,336 | 01/04/2009 07:33:42 | 322 | 8 | Which relationship should I choose: association or aggregation? | I have a Proffesor table in a database. I would like to create an UML diagram for the code-behind part.
The class structure would be:
- a Proffesor class that maps the information from the database table (id, first name, etc)
- a ProffesorDAL class which connects to the DB and queries it in order to add,remove,upd... | uml | associations | data-access-layer | aggregation | class-diagram | null | open | Which relationship should I choose: association or aggregation?
===
I have a Proffesor table in a database. I would like to create an UML diagram for the code-behind part.
The class structure would be:
- a Proffesor class that maps the information from the database table (id, first name, etc)
- a ProffesorDAL cla... | 0 |
3,097,027 | 06/22/2010 20:47:05 | 310,283 | 04/06/2010 18:11:21 | 21 | 0 | Script to determine if an HTTP reponse is from intended domain. | I am trying to write a script that will send an HTTP "GET" to a URL then determine if the response came from the same domain or not.
I have been playing around with VBS and the WinHttp.WinHttpRequest.5.1 object. Sadly this does not give me any access to where exactly the response came from.
I tried parsing thro... | http | scripting | vbscript | winhttprequest | null | null | open | Script to determine if an HTTP reponse is from intended domain.
===
I am trying to write a script that will send an HTTP "GET" to a URL then determine if the response came from the same domain or not.
I have been playing around with VBS and the WinHttp.WinHttpRequest.5.1 object. Sadly this does not give me any acc... | 0 |
2,980,599 | 06/05/2010 13:51:29 | 359,223 | 06/05/2010 13:50:41 | 1 | 0 | changes are not updated in eclipse | I am new to eclipse. I am trying eclipse with a simple web application. Whenever I make changes in the jsp pages and run the application. The changes are not updated in the server. please let me know the problem. | eclipse | null | null | null | null | null | open | changes are not updated in eclipse
===
I am new to eclipse. I am trying eclipse with a simple web application. Whenever I make changes in the jsp pages and run the application. The changes are not updated in the server. please let me know the problem. | 0 |
10,667,692 | 05/19/2012 18:11:05 | 1,281,833 | 03/20/2012 19:49:15 | 11 | 1 | Non standart sql query | I need to select items with defined idBook from **"exemplar"** table which are currently not ordered(dateReturn field in **"orders"** table is not null).
**Table "orders" can contain previously fulfilled orders with the same idExemplar!**
If exemplar **has at least one record in "orders" table with dateReturned=null*... | mysql | sql | null | null | null | null | open | Non standart sql query
===
I need to select items with defined idBook from **"exemplar"** table which are currently not ordered(dateReturn field in **"orders"** table is not null).
**Table "orders" can contain previously fulfilled orders with the same idExemplar!**
If exemplar **has at least one record in "orders" t... | 0 |
3,726,981 | 09/16/2010 13:11:07 | 264,028 | 02/02/2010 02:54:50 | 20 | 3 | Live Chat support in my website | I just wanted to know if there is any (preferently freeware) solution to provide live chat support in my website, but connected to a Live Messenger account, because I would like to answer by this way...
Thanks! | chat | support | livechat | null | null | 01/20/2012 12:23:39 | not constructive | Live Chat support in my website
===
I just wanted to know if there is any (preferently freeware) solution to provide live chat support in my website, but connected to a Live Messenger account, because I would like to answer by this way...
Thanks! | 4 |
10,346,558 | 04/27/2012 07:31:45 | 969,062 | 09/28/2011 12:29:40 | 6 | 0 | How to use Quickbooks accounting software integration with joomla and virtuemart.? | I want to devlope a website that have three types of user's like customer center,supplier center and sales man center and site administrator can be resposible to create their userId and password.
Customer center: Once we create ID and Password for customer then customer will be able to login in his account and can ... | php | joomla | joomla1.5 | running-other-programs | null | 05/03/2012 17:35:39 | not a real question | How to use Quickbooks accounting software integration with joomla and virtuemart.?
===
I want to devlope a website that have three types of user's like customer center,supplier center and sales man center and site administrator can be resposible to create their userId and password.
Customer center: Once we create I... | 1 |
3,233,611 | 07/13/2010 01:39:09 | 365,734 | 06/13/2010 15:00:50 | 56 | 9 | Why my SharpDevelop didn't have SVN Addin? | My SharpDevelop Version is 4.0.0.
Some one said I can found at Tools->Subversion, but I didn't found.
Should I go to download it? What url is it?
Thanks. | svn | add-in | sharpdevelop | null | null | 09/18/2011 12:18:12 | too localized | Why my SharpDevelop didn't have SVN Addin?
===
My SharpDevelop Version is 4.0.0.
Some one said I can found at Tools->Subversion, but I didn't found.
Should I go to download it? What url is it?
Thanks. | 3 |
10,882,845 | 06/04/2012 14:16:44 | 439,980 | 09/05/2010 10:36:28 | 1 | 0 | ActiveRecord::ConnectionNotEstablished with PostgreSQL 9.1.3 and RoR 3.2.5 | I just installed PostgreSQL with homebrew:
$ brew install postgresql
I installed the pg gem with:
$ gem install pg -- --with-pg-config= '/usr/local/var/postgres/postgresql.conf'
I changed my app's database.yml to
development:
adapter: postgresql
encoding: unicode
databa... | ruby-on-rails | osx | postgresql | homebrew | null | null | open | ActiveRecord::ConnectionNotEstablished with PostgreSQL 9.1.3 and RoR 3.2.5
===
I just installed PostgreSQL with homebrew:
$ brew install postgresql
I installed the pg gem with:
$ gem install pg -- --with-pg-config= '/usr/local/var/postgres/postgresql.conf'
I changed my app's database.yml to
... | 0 |
6,530,379 | 06/30/2011 05:36:59 | 822,393 | 06/30/2011 05:36:59 | 1 | 0 | Virtual embedded wireless device to VGA transmitter | Is there a way to simulate VGA wireless USB transmitter using an embedded wireless device + some kind of driver so the final setup would just need VGA wireless receiver/s instead of having the USB transmitter + USB receiver?
###Target setup###
computer + virtual USB transmitter + embedded Wifi device =======> wir... | linux-kernel | linux-device-driver | embedded-linux | transmission | wireless-connection | 06/30/2011 13:11:03 | off topic | Virtual embedded wireless device to VGA transmitter
===
Is there a way to simulate VGA wireless USB transmitter using an embedded wireless device + some kind of driver so the final setup would just need VGA wireless receiver/s instead of having the USB transmitter + USB receiver?
###Target setup###
computer + vi... | 2 |
10,761,916 | 05/25/2012 22:10:58 | 1,336,427 | 04/16/2012 13:37:31 | 13 | 0 | FormClosing() event loaded twice | I want to show a MessageBox to confirm the exiting before letting a form close. So, a FormClosing event is created.
private void Form_Main_FormClosing(object sender, FormClosingEventArgs e)
{
//nothing here for now
}
I have the MessageBox shown twice. Debugging tool shows that some... | c# | twice | formclosing | null | null | 05/30/2012 19:04:58 | too localized | FormClosing() event loaded twice
===
I want to show a MessageBox to confirm the exiting before letting a form close. So, a FormClosing event is created.
private void Form_Main_FormClosing(object sender, FormClosingEventArgs e)
{
//nothing here for now
}
I have the MessageBox shown ... | 3 |
7,533,775 | 09/23/2011 19:19:51 | 1,209,690 | 04/12/2011 20:35:17 | 81 | 2 | Which database to use- Mysql or Oracle? | If someone is to build a University Management System using PHP, which database would you suggest for that- Mysql or Oracle? Or let me put it this way.. is it okay if someone uses mysql as a database for the University Management System or it is better to use Oracle?
Thanks in Advance | php | mysql | oracle | null | null | 09/23/2011 19:26:20 | not constructive | Which database to use- Mysql or Oracle?
===
If someone is to build a University Management System using PHP, which database would you suggest for that- Mysql or Oracle? Or let me put it this way.. is it okay if someone uses mysql as a database for the University Management System or it is better to use Oracle?
Than... | 4 |
3,582,608 | 08/27/2010 08:50:26 | 279,259 | 02/23/2010 08:24:46 | 4,969 | 140 | How to correctly implement custom iterators and const_iterators ? | I have a custom container class for which I'd like to write the `iterator` and `const_iterator` classes.
I never did this before and I failed to find an appropriate how-to. What are the guidelines regarding iterator creation, and what should I be aware of ?
I'd also like to avoid code duplication (I feel that `co... | c++ | iterator | const-iterator | null | null | null | open | How to correctly implement custom iterators and const_iterators ?
===
I have a custom container class for which I'd like to write the `iterator` and `const_iterator` classes.
I never did this before and I failed to find an appropriate how-to. What are the guidelines regarding iterator creation, and what should I be... | 0 |
2,656,229 | 04/16/2010 21:34:58 | 121,333 | 06/11/2009 13:49:07 | 193 | 22 | Downloading jQuery UI: Ok, so what part of this mess do I copy to the server? | From the "should be simple, but..." files: Trying to get started with jQuery UI. Went to the site, used their custom builder thingy to assemble the parts I need, made myself a custom theme using the Theme Roller, downloaded the zip file thus produced, unzipped it on my local drive. Ok, so I have 37 folders, 311 files, ... | jquery-ui | jquery | file-structure | themeroller | null | null | open | Downloading jQuery UI: Ok, so what part of this mess do I copy to the server?
===
From the "should be simple, but..." files: Trying to get started with jQuery UI. Went to the site, used their custom builder thingy to assemble the parts I need, made myself a custom theme using the Theme Roller, downloaded the zip file ... | 0 |
2,847,662 | 05/17/2010 08:44:49 | 334,380 | 05/06/2010 11:48:18 | 6 | 0 | what is the difference between union and join | i m confused union and join
| sql | null | null | null | null | null | open | what is the difference between union and join
===
i m confused union and join
| 0 |
7,608,336 | 09/30/2011 09:19:52 | 668,970 | 03/21/2011 06:21:45 | 1,156 | 119 | getting error on invocation.invoke() method | Iam working on implementation of singlesingon , users will get link in mail, onclicking the link, he will get the details of his account. This working fine when clicking on the link or pasting the link in addressbar of browser. Now i written stub java class, which will post the user details by invoking the link from th... | java | java-ee | struts2 | null | null | 09/30/2011 09:44:08 | not a real question | getting error on invocation.invoke() method
===
Iam working on implementation of singlesingon , users will get link in mail, onclicking the link, he will get the details of his account. This working fine when clicking on the link or pasting the link in addressbar of browser. Now i written stub java class, which will p... | 1 |
10,759,314 | 05/25/2012 18:04:43 | 640,558 | 03/02/2011 04:50:28 | 1,791 | 47 | Why am I getting different results when using Arrays.fill vs. manually making the list? | I'm not that familiar with all the behavior of Java so sorry if I'm making an obvious mistake. Basically I'm making a program that given a list of items & range it calculates percentages that would could be used to include all items. For example, if you have a basket of fruit and want to put Apple, Pears, Peaches with... | java | null | null | null | null | null | open | Why am I getting different results when using Arrays.fill vs. manually making the list?
===
I'm not that familiar with all the behavior of Java so sorry if I'm making an obvious mistake. Basically I'm making a program that given a list of items & range it calculates percentages that would could be used to include all... | 0 |
2,639 | 08/05/2008 18:07:26 | 434 | 08/05/2008 17:42:54 | 1 | 0 | What are some web-based knowledge-base solutions? | I've used a WordPress blog and a Screwturn Wiki (at two separate jobs) to store private, company-specific KB info, but I'm looking for something that was created to be a knowledge base. Specifically, I'd like to see:
- Free/low cost
- Simple method for users to subscribe to KB (or just sections) to get updates... | language-agnostic | planning | null | null | null | null | open | What are some web-based knowledge-base solutions?
===
I've used a WordPress blog and a Screwturn Wiki (at two separate jobs) to store private, company-specific KB info, but I'm looking for something that was created to be a knowledge base. Specifically, I'd like to see:
- Free/low cost
- Simple method for use... | 0 |
4,734,590 | 01/19/2011 11:18:11 | 577,160 | 01/16/2011 00:36:53 | 16 | 0 | How to read rtf attached to the document to RichTextBox? | I attached rtf document to my app, and I want its content to be display in RichTextBox, I know how to do that with rtf file from disk, but I can't access file in project. | wpf | richtextbox | rtf | null | null | null | open | How to read rtf attached to the document to RichTextBox?
===
I attached rtf document to my app, and I want its content to be display in RichTextBox, I know how to do that with rtf file from disk, but I can't access file in project. | 0 |
5,150,440 | 03/01/2011 04:26:04 | 113,004 | 05/27/2009 08:54:33 | 139 | 8 | Copy selected columns from one DataTable to another | I have a scenario where-in I have a DataTable with certain columns "Col1, Col2, Col3". I want to copy just "Col2, Col3" into another DataTable which has a primary key "ID". What is the best way to copy them. There are 5000+ records and performance is a key factor.
I tried with Select, DefaultView.RowsFilter but no s... | vb.net | datatable | null | null | null | null | open | Copy selected columns from one DataTable to another
===
I have a scenario where-in I have a DataTable with certain columns "Col1, Col2, Col3". I want to copy just "Col2, Col3" into another DataTable which has a primary key "ID". What is the best way to copy them. There are 5000+ records and performance is a key factor... | 0 |
11,500,472 | 07/16/2012 08:19:27 | 808,265 | 06/21/2011 10:52:24 | 72 | 0 | Add increasing time to a date (php) | Hello everybody and thanls for taking the time to read this ;
I was wandering if i have a variable that contains a formated date like this :
> 07/02/2012
That i obtained with the following query
> date_format(data,'%d/%m/%Y') as data_scadenza,
How can i loop this date to have somthingh like this:
>... | php | mysql | null | null | null | null | open | Add increasing time to a date (php)
===
Hello everybody and thanls for taking the time to read this ;
I was wandering if i have a variable that contains a formated date like this :
> 07/02/2012
That i obtained with the following query
> date_format(data,'%d/%m/%Y') as data_scadenza,
How can i loop thi... | 0 |
8,364,402 | 12/03/2011 00:29:37 | 656,224 | 03/12/2011 01:11:11 | 747 | 23 | Member functions for scalar types and operator overloading | I've been thinking about some possible features C++ could have, does anyone know why they aren't supported?
1. **Member functions for built-in types.** This may just not seem necessary, but an interesting feature nonetheless. Example pseudocode: `int int::getFirstBit(void) {return *this & 1;} ... int a = 2; a.getFi... | c++ | null | null | null | null | 12/03/2011 01:23:45 | not constructive | Member functions for scalar types and operator overloading
===
I've been thinking about some possible features C++ could have, does anyone know why they aren't supported?
1. **Member functions for built-in types.** This may just not seem necessary, but an interesting feature nonetheless. Example pseudocode: `int i... | 4 |
6,591,375 | 07/06/2011 03:53:04 | 712,997 | 04/18/2011 07:49:04 | 52 | 1 | ifconfig and interfaces | just a question for my understanding. on my mac when I use `ifconfig` command on my mac I get the following interfaces:
- en0
- en1
- lo0
- fw0
- vment0
- vment1
I don't understand why there are so many. I understand that eth0 would be for LAN connections, and that en0 is the wireless connection. But m... | osx | interface | ip | ifconfig | null | 07/06/2011 11:23:35 | off topic | ifconfig and interfaces
===
just a question for my understanding. on my mac when I use `ifconfig` command on my mac I get the following interfaces:
- en0
- en1
- lo0
- fw0
- vment0
- vment1
I don't understand why there are so many. I understand that eth0 would be for LAN connections, and that en0 is t... | 2 |
5,258,387 | 03/10/2011 10:31:12 | 608,941 | 02/08/2011 23:13:30 | 11 | 3 | Android Calendar | I develop app where I need to use Calendar. I read StackOverflow to make some researches in this topic,
and I'm a little fuzzy.
First of all, my App don't need to sync with any account ( ex with google ), prefer to work online. I need to display events in calendar, only these events that my app create.
Now, I ... | android | calendar | null | null | null | 07/11/2012 17:15:35 | not constructive | Android Calendar
===
I develop app where I need to use Calendar. I read StackOverflow to make some researches in this topic,
and I'm a little fuzzy.
First of all, my App don't need to sync with any account ( ex with google ), prefer to work online. I need to display events in calendar, only these events that my ... | 4 |
8,380,650 | 12/05/2011 03:17:24 | 1,080,810 | 12/05/2011 02:57:52 | 1 | 0 | Constructor DI + Unity 2.0 + issue with resolving dependency | **Controller:**
public class HomeController : Controller
{
IEmployeeTask _employeeTask;
public HomeController()
{
_employeeTask = new UnityContainer().Resolve<IEmployeeTask>();
}
public HomeController(I... | asp.net-mvc-3 | dependency-injection | unity | ioc-container | null | null | open | Constructor DI + Unity 2.0 + issue with resolving dependency
===
**Controller:**
public class HomeController : Controller
{
IEmployeeTask _employeeTask;
public HomeController()
{
_employeeTask = new UnityContainer().Resolve<IEmployeeTask>();... | 0 |
8,650,336 | 12/27/2011 23:32:14 | 688,266 | 04/01/2011 20:42:09 | 324 | 2 | How can I get rails routes to match * for the final parameter of my url? | I would like to allow a user to automatically login if they use their encrypted password in the url. I have the following url that I would like matched with rails routes:
/attendants/update_player_status/game/1/maybe/user_hash/$2a$10$1kY8xvOjkqZJJJGWDd0q2Oeyl7kICSBDPTYzGhkJ6pZnE6YA/nJie
where the latter ... | ruby-on-rails | rails-routing | null | null | null | null | open | How can I get rails routes to match * for the final parameter of my url?
===
I would like to allow a user to automatically login if they use their encrypted password in the url. I have the following url that I would like matched with rails routes:
/attendants/update_player_status/game/1/maybe/user_hash/$2a... | 0 |
4,405,366 | 12/10/2010 03:26:58 | 512,383 | 11/18/2010 16:15:09 | 1 | 0 | show data in listview from webservice according to keypress in android | i am developing a apps for korean client.i have to search a data according to key press. like if i press A then all the data who started from A show in listview where data come from a webservice in listview.is it possible?if yes,then how to do it.if possible give me some code or link which i can use.
thanks | android | null | null | null | null | null | open | show data in listview from webservice according to keypress in android
===
i am developing a apps for korean client.i have to search a data according to key press. like if i press A then all the data who started from A show in listview where data come from a webservice in listview.is it possible?if yes,then how to do ... | 0 |
4,372,374 | 12/07/2010 00:37:14 | 18,091 | 09/18/2008 18:40:50 | 1,872 | 58 | How prevent data in an iOS app from being synced with iTunes | The <a href="http://sites.force.com/blogs/ideaView?c=09a30000000D9xo&id=087300000007DAbAAM">mobile release preview</a> for the new Salesforce for iPhone app states:
<blockquote>Encrypted Data Store: ... To protect data from attacks, this release incorporates an encrypted data store (AES 128bit encryption) that goes ... | cocoa-touch | security | itunes | ios-4.2 | null | null | open | How prevent data in an iOS app from being synced with iTunes
===
The <a href="http://sites.force.com/blogs/ideaView?c=09a30000000D9xo&id=087300000007DAbAAM">mobile release preview</a> for the new Salesforce for iPhone app states:
<blockquote>Encrypted Data Store: ... To protect data from attacks, this release incor... | 0 |
2,438,404 | 03/13/2010 13:01:50 | 50,974 | 01/02/2009 17:37:43 | 1,015 | 24 | What is the best way to monitor a .NET Application ? | What is the best way to monitor a .NET Application ? | .net | monitoring | null | null | null | 03/30/2012 12:28:55 | not constructive | What is the best way to monitor a .NET Application ?
===
What is the best way to monitor a .NET Application ? | 4 |
18,722 | 08/20/2008 20:19:27 | 1,582 | 08/16/2008 20:41:09 | 1 | 0 | Looking for light-weight multi-platform IDE | I've been recently scouring the internet for an IDE to use on some hobby projects. I use VS at one of my jobs and Emacs on the other. I'm looking for something multi-platform and more light-weight than stuff like Eclipse.
Most of the work I do is in C/C++, Python and Lua.
I've looked into Code::Blocks and it seem... | ide | softwaretools | null | null | null | 08/30/2011 14:10:40 | not constructive | Looking for light-weight multi-platform IDE
===
I've been recently scouring the internet for an IDE to use on some hobby projects. I use VS at one of my jobs and Emacs on the other. I'm looking for something multi-platform and more light-weight than stuff like Eclipse.
Most of the work I do is in C/C++, Python and ... | 4 |
5,119,048 | 02/25/2011 15:26:04 | 626,704 | 02/21/2011 13:53:22 | 1 | 0 | jQuery show div if value > x | I've been reading lots of topics about jQuery and showing div's, but I haven't found the answer to my specific question yet. Here's the thing:
Based on my <select> value I want to show either div A or div B. The select field is filled with 20 countries, of which 19 get the same div (B) and only one get's another div... | jquery-selectors | if-statement | div | null | null | null | open | jQuery show div if value > x
===
I've been reading lots of topics about jQuery and showing div's, but I haven't found the answer to my specific question yet. Here's the thing:
Based on my <select> value I want to show either div A or div B. The select field is filled with 20 countries, of which 19 get the same div ... | 0 |
10,133,987 | 04/13/2012 01:04:15 | 1,325,693 | 04/11/2012 05:15:27 | 1 | 1 | Issues with std::string in Android ndk-r7b with gnustl_static | I have a C++ project I am trying to build with ndk-build. As part of the debugging of the program, I am trying to use <iostream>, <fstream> and <string>. As such, I have include APP_STL := gnustl_static in Application.mk.
When I try to build, I get the error:
<code>
In file included from C:/Android/android-n... | string | iostream | gnu | basic-string | android-ndk-r7 | null | open | Issues with std::string in Android ndk-r7b with gnustl_static
===
I have a C++ project I am trying to build with ndk-build. As part of the debugging of the program, I am trying to use <iostream>, <fstream> and <string>. As such, I have include APP_STL := gnustl_static in Application.mk.
When I try to build, I get t... | 0 |
8,255,077 | 11/24/2011 09:52:23 | 9,422 | 09/15/2008 18:45:54 | 355 | 18 | Joining a List<String> in java with commas and and | Given a list
List<String> l = new ArrayList<String>();
l.add("one");
l.add("two");
l.add("three");
I have a method
String join(List<String> messages) {
if (messages.isEmpty()) return "";
if (messages.size() == 1) return messages.get(0);
String message = "";
mess... | java | join | apache-commons | null | null | null | open | Joining a List<String> in java with commas and and
===
Given a list
List<String> l = new ArrayList<String>();
l.add("one");
l.add("two");
l.add("three");
I have a method
String join(List<String> messages) {
if (messages.isEmpty()) return "";
if (messages.size() == 1) return ... | 0 |
5,167,450 | 03/02/2011 12:28:02 | 309,834 | 01/13/2009 12:14:25 | 248 | 2 | How to define dependency between tests in MStest | I have some tests which are dependent on the success and failure of some tests. How can I define dependency as I am using VS2010 Mstest and selenium.
E.g
if test1 is failed then dont run test5, test 6. is this possible. | visual-studio-2010 | testing | automation | selenium | mstest | null | open | How to define dependency between tests in MStest
===
I have some tests which are dependent on the success and failure of some tests. How can I define dependency as I am using VS2010 Mstest and selenium.
E.g
if test1 is failed then dont run test5, test 6. is this possible. | 0 |
11,281,907 | 07/01/2012 12:22:03 | 1,098,357 | 12/14/2011 17:18:36 | 63 | 0 | How to get my dropdown menu and hover effect right? | I've built a horizontal menu with drop-down capabilities and it's almost working correctly. I only have 2 problems with it, which i can't find the right method to solve these issues:
1. The distance between the main menu links and the dropdown menu are a little bit to far, so when you try to move your mouse to the d... | html | css | menu | drop-down-menu | null | null | open | How to get my dropdown menu and hover effect right?
===
I've built a horizontal menu with drop-down capabilities and it's almost working correctly. I only have 2 problems with it, which i can't find the right method to solve these issues:
1. The distance between the main menu links and the dropdown menu are a littl... | 0 |
5,497,916 | 03/31/2011 09:43:38 | 461,564 | 09/29/2010 09:38:55 | 1 | 2 | Real-Time database update at specified time | Given a Database that has a table Called [Bid Transactions], which contains records of all available auctions that are currently running on an ASP.net website .. something similar to Ebay.com, when the deadline of the auction passed, I should close that auction, Send a notification message to both the item owner and th... | c# | asp.net | sql | sql-server | multithreading | null | open | Real-Time database update at specified time
===
Given a Database that has a table Called [Bid Transactions], which contains records of all available auctions that are currently running on an ASP.net website .. something similar to Ebay.com, when the deadline of the auction passed, I should close that auction, Send a n... | 0 |
6,420,385 | 06/21/2011 04:34:07 | 260,151 | 01/27/2010 14:38:49 | 1 | 0 | Worpress 2nd level subpages. | I have this structure in my WP pages.
home<br/>
--submenu<br/>
------ submenu 1<br/>
--submenu<br/>
------ submenu 1<br/>
--submenu<br/>
------ submenu 1<br/>
--submenu<br/>
------ submenu 1<br/>
--submenu<br/>
------ submenu 1<br/>
how do i get all th... | wordpress | content-management-system | null | null | null | null | open | Worpress 2nd level subpages.
===
I have this structure in my WP pages.
home<br/>
--submenu<br/>
------ submenu 1<br/>
--submenu<br/>
------ submenu 1<br/>
--submenu<br/>
------ submenu 1<br/>
--submenu<br/>
------ submenu 1<br/>
--submenu<br/>
------ sub... | 0 |
11,307,720 | 07/03/2012 09:06:36 | 1,353,102 | 04/24/2012 07:37:23 | 66 | 4 | UiDocumentInteraction returns generic icons for images in iPad | i need to make a simple file viewer and this method returns icon images for files.
+ (UIImage *)imageForFile:(NSString *)filePath {
NSURL *url = [NSURL fileURLWithPath:filePath];
UIDocumentInteractionController *c = [UIDocumentInteractionController interactionControllerWithURL:url];
... | iphone | ios | ipad | uidocumentinteraction | null | null | open | UiDocumentInteraction returns generic icons for images in iPad
===
i need to make a simple file viewer and this method returns icon images for files.
+ (UIImage *)imageForFile:(NSString *)filePath {
NSURL *url = [NSURL fileURLWithPath:filePath];
UIDocumentInteractionController *c = [UIDocu... | 0 |
3,497,528 | 08/16/2010 21:29:40 | 56,952 | 01/20/2009 04:39:48 | 923 | 19 | Is there a way to overcome the port limit on a linux system? | Is there a way to overcome the port limit on a linux system? We have a server running that accepts incoming connection and it uses very little memory and cpu. It's rather silly that we have to build a cluster of small linux boxes just to overcome a software limit (number of points of around 60k). Any ideas? | linux | networking | null | null | null | 08/18/2010 01:06:16 | off topic | Is there a way to overcome the port limit on a linux system?
===
Is there a way to overcome the port limit on a linux system? We have a server running that accepts incoming connection and it uses very little memory and cpu. It's rather silly that we have to build a cluster of small linux boxes just to overcome a softw... | 2 |
8,864,197 | 01/14/2012 18:03:42 | 249,819 | 01/13/2010 13:10:13 | 26 | 4 | How to add htaccess rewrite rule in Joomla | I use Joomla 1.5.22 and mod_rewrite with nice links. But I would like to add also a redirection like this:
RewriteRule ^mail /squirrelmail
So if Someone enters www.mypage.com/mail he will be redirected to www.mypage.com/squirrelmail
How to update Joomla .htaccess filein order this to work? For now if I use thi... | .htaccess | mod-rewrite | joomla | joomla1.5 | null | null | open | How to add htaccess rewrite rule in Joomla
===
I use Joomla 1.5.22 and mod_rewrite with nice links. But I would like to add also a redirection like this:
RewriteRule ^mail /squirrelmail
So if Someone enters www.mypage.com/mail he will be redirected to www.mypage.com/squirrelmail
How to update Joomla .htaccess... | 0 |
8,705,569 | 01/02/2012 21:33:30 | 18,480 | 09/19/2008 02:51:41 | 159 | 3 | How to install an INF file without DefaultInstall | How do I install an INF file that lacks a DefaultInstall section? | windows | installer | inf | null | null | 01/03/2012 08:25:51 | not a real question | How to install an INF file without DefaultInstall
===
How do I install an INF file that lacks a DefaultInstall section? | 1 |
2,463,521 | 03/17/2010 15:25:36 | 84,201 | 03/29/2009 07:46:24 | 4,294 | 71 | cross-browser text shadow.. | How to get cross-browser text shadow? including IE6, 7, 8.
is there any css or js solution?
I want to get text-shadow with semantic and valid markup. | css | jquery | javascript | xhtml | sifr | null | open | cross-browser text shadow..
===
How to get cross-browser text shadow? including IE6, 7, 8.
is there any css or js solution?
I want to get text-shadow with semantic and valid markup. | 0 |
6,695,915 | 07/14/2011 15:37:19 | 300,972 | 03/24/2010 16:09:37 | 734 | 43 | Zxing compiles for device fine, but fails in simulator | I have downloaded the latest zxing library via SVN, then integrated according to README file. I was able to integrate, compile and test on device. However, when compiling in the simulator I get:
Missing required architecture i386 in file
"_OBJC_CLASS_$_ZXingWidgetController", referenced from:
objc-clas... | ios | zxing | null | null | null | null | open | Zxing compiles for device fine, but fails in simulator
===
I have downloaded the latest zxing library via SVN, then integrated according to README file. I was able to integrate, compile and test on device. However, when compiling in the simulator I get:
Missing required architecture i386 in file
"_OBJC_CLA... | 0 |
9,482,968 | 02/28/2012 13:40:52 | 1,154,030 | 01/17/2012 13:40:26 | 48 | 1 | What recommended machine learning libriries to use? | I used Mahout, it is great , but need something better that have more implemented algorithms and maybe faster | machine-learning | mahout | null | null | null | 04/26/2012 12:33:45 | not a real question | What recommended machine learning libriries to use?
===
I used Mahout, it is great , but need something better that have more implemented algorithms and maybe faster | 1 |
7,183,302 | 08/24/2011 22:56:27 | 441,082 | 04/09/2010 07:20:18 | 49 | 0 | Makefile: how to find out dependencies are no longer used in other rules | I have a somewhat complicated Makefile which runs perl scripts and other tools and generates some 1000 files. I would like to edit/modify some of those generated files after all files are generated. So I thought I can simply add a new rule to do so like this:
(phony new rule): $LIST_OF_FILES_TO_EDIT
file_m... | makefile | null | null | null | null | null | open | Makefile: how to find out dependencies are no longer used in other rules
===
I have a somewhat complicated Makefile which runs perl scripts and other tools and generates some 1000 files. I would like to edit/modify some of those generated files after all files are generated. So I thought I can simply add a new rule to... | 0 |
5,714,527 | 04/19/2011 09:49:59 | 714,949 | 04/19/2011 09:49:59 | 1 | 0 | why my video cannot come out? | **this is LatestVideo.java**
package com.android.imammuda;
import android.app.Activity;
import android.content.Context;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnBufferingUpdateListener;
import android.media.MediaPlayer.OnCompletionListener;
im... | java | android | xml | null | null | 04/25/2011 12:44:13 | not a real question | why my video cannot come out?
===
**this is LatestVideo.java**
package com.android.imammuda;
import android.app.Activity;
import android.content.Context;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnBufferingUpdateListener;
import android.media.Me... | 1 |
8,327,811 | 11/30/2011 14:52:05 | 996,807 | 10/15/2011 11:52:14 | 23 | 0 | Javascript for dropdown menu | I am trying to copy the dropdown menu (the one with red background) of this site: http://bloggerstore-javatemplates.blogspot.com/ to my blog. I *think* I have copied the css codes but I am not sure how to get the javascript codes. Could you please see what I can do to make the dropdown to my website @ http://allfaceboo... | javascript | html | css | blogs | blogger | 12/01/2011 04:13:01 | not a real question | Javascript for dropdown menu
===
I am trying to copy the dropdown menu (the one with red background) of this site: http://bloggerstore-javatemplates.blogspot.com/ to my blog. I *think* I have copied the css codes but I am not sure how to get the javascript codes. Could you please see what I can do to make the dropdown... | 1 |
9,884,239 | 03/27/2012 06:14:05 | 1,253,909 | 03/07/2012 05:54:47 | 1 | 0 | Richfaces FecesContext not found exception | org.apache.jasper.JasperException: java.lang.RuntimeException: Cannot find FacesContext
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:416)
org.apache.jasper.servlet.JspServlet.serviceJspFile(Jsp... | richfaces | null | null | null | null | 03/27/2012 13:05:30 | not a real question | Richfaces FecesContext not found exception
===
org.apache.jasper.JasperException: java.lang.RuntimeException: Cannot find FacesContext
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:416)
org.apa... | 1 |
7,472,582 | 09/19/2011 14:33:28 | 243,354 | 01/04/2010 17:49:17 | 100 | 8 | Reloading a JSONP request with different params in sencha touch | I have taken code from GeoTweets tutorial from Sencha Touch learning center and it's working great. I got to a point where I want a form with a Submit button which sends new request to the JSON server with changed parameters. Can anyone please guide me towards the right direction, searched for a bit on google but could... | json | sencha-touch | jsonp | null | null | null | open | Reloading a JSONP request with different params in sencha touch
===
I have taken code from GeoTweets tutorial from Sencha Touch learning center and it's working great. I got to a point where I want a form with a Submit button which sends new request to the JSON server with changed parameters. Can anyone please guide m... | 0 |
157,697 | 10/01/2008 13:52:38 | 21,045 | 09/23/2008 11:19:08 | 53 | 6 | Best UI development framework on windows? | I have been developing UI in Win32/MFC, but developing cool UI in Win32/MFC is very difficult and time consuming. Please note, I always want my code to be platform independent, So I prefer programming back-end (Business logic) in C++.
Which is the best framework for developing cool UI on windows platform? I heard o... | user-interface | winapi | mfc | c++ | qt | 09/15/2011 22:11:59 | not constructive | Best UI development framework on windows?
===
I have been developing UI in Win32/MFC, but developing cool UI in Win32/MFC is very difficult and time consuming. Please note, I always want my code to be platform independent, So I prefer programming back-end (Business logic) in C++.
Which is the best framework for de... | 4 |
6,166,069 | 05/29/2011 05:08:28 | 266,711 | 02/05/2010 01:43:25 | 49 | 1 | how difficult would it be for a non-webgeek to set up and host a stack clone? | I'm really interested in getting a stack exchange-type site up and running for economics, since the project over at Area51 has been stalled for over a year and doesn't seem to be approaching critical mass. Some of the prepackaged solutions, like [osqa][1] and [question2answer][2] boast really simple setup, but I don't ... | php | mysql | apache | null | null | 05/29/2011 05:29:53 | off topic | how difficult would it be for a non-webgeek to set up and host a stack clone?
===
I'm really interested in getting a stack exchange-type site up and running for economics, since the project over at Area51 has been stalled for over a year and doesn't seem to be approaching critical mass. Some of the prepackaged solutio... | 2 |
1,678,284 | 11/05/2009 04:08:16 | 199,183 | 10/29/2009 19:29:29 | 6 | 0 | How to test Nhibernate with Nunit? | Sorry for the repost.
I'm using Nhibernate for ORM and have this class I need to perform unit tests using Nunit:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NHibernate;
using NHibernate.Cfg;
using NutritionLibrary.Entity;
using... | nhibernate | c# | nunit | unit-testing | null | null | open | How to test Nhibernate with Nunit?
===
Sorry for the repost.
I'm using Nhibernate for ORM and have this class I need to perform unit tests using Nunit:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NHibernate;
using NHibernate.Cfg;
u... | 0 |
10,579,592 | 05/14/2012 08:09:45 | 1,183,972 | 02/01/2012 23:50:09 | 55 | 4 | Nokia 5800 Messages folder wiped out | my phone has just deleted all the messages i had, so i am trying to recover the data from the SD to restore it.
I can't find any file which seems to me the right one and wouldn't like to get this situation worse.
My phone is a S60 Nokia 5800 (Symbian). Anyone knows which are exactly (or more o less) the folders/f... | backup | symbian | nokia | s60 | cellphone | 05/15/2012 11:46:10 | off topic | Nokia 5800 Messages folder wiped out
===
my phone has just deleted all the messages i had, so i am trying to recover the data from the SD to restore it.
I can't find any file which seems to me the right one and wouldn't like to get this situation worse.
My phone is a S60 Nokia 5800 (Symbian). Anyone knows which ... | 2 |
9,345,543 | 02/19/2012 00:29:45 | 1,200,107 | 02/09/2012 16:15:22 | 1 | 0 | Legal issue: (encrypted) copyrighted ebooks on server | I was wondering whether it's legal to have copyrighted ebooks (which I bought) in my MySQL database - behind a login system - to access them everywhere in the world. If not, is it legal to have encrypted versions in my database?
| mysql | legal | copyright | ebook | null | 02/19/2012 00:42:39 | off topic | Legal issue: (encrypted) copyrighted ebooks on server
===
I was wondering whether it's legal to have copyrighted ebooks (which I bought) in my MySQL database - behind a login system - to access them everywhere in the world. If not, is it legal to have encrypted versions in my database?
| 2 |
7,723,517 | 10/11/2011 08:52:40 | 765,775 | 05/23/2011 09:53:49 | 1 | 1 | How to turn on android mobile network | How to turn on android mobile network in program,like HTC desire's netwrok widget! | android | mobile | null | null | null | 10/11/2011 12:54:51 | not a real question | How to turn on android mobile network
===
How to turn on android mobile network in program,like HTC desire's netwrok widget! | 1 |
1,749,424 | 11/17/2009 14:57:22 | 98,361 | 04/30/2009 08:41:07 | 188 | 2 | Pros and cons of MIT Scheme and DrScheme to study SICP? | All,
In your mind, what are the pros and cons of using MIT Scheme versus DrScheme, in the context of trying to go through SICP (presumably simultaneously to watching some / all the MIT 6.001 videos)?
Please feel free to edit below:
MIT Scheme pros:
- Specifically built for SICP and MIT 6.001.
MIT Sch... | scheme | sicp | drscheme | null | null | 07/02/2012 15:21:58 | not constructive | Pros and cons of MIT Scheme and DrScheme to study SICP?
===
All,
In your mind, what are the pros and cons of using MIT Scheme versus DrScheme, in the context of trying to go through SICP (presumably simultaneously to watching some / all the MIT 6.001 videos)?
Please feel free to edit below:
MIT Scheme pro... | 4 |
6,975,021 | 08/07/2011 18:59:33 | 622,096 | 02/17/2011 20:40:01 | 137 | 3 | Validating number using javascript | I have a 3 textboxes on a page quantity, price and total . When the quantity and price are entered by the user the total is being calculated directly by using javascript.
Below is the code:
function quantity(textvalue) {
var qty = textvalue.value;
var price = document.getElementById('<%=Pri... | javascript | asp.net | null | null | null | null | open | Validating number using javascript
===
I have a 3 textboxes on a page quantity, price and total . When the quantity and price are entered by the user the total is being calculated directly by using javascript.
Below is the code:
function quantity(textvalue) {
var qty = textvalue.value;
var... | 0 |
4,416,387 | 12/11/2010 11:00:33 | 1,162,063 | 12/07/2010 10:47:49 | 3 | 1 | TWITTER COMMENT BOX | am beginner for php...
i want to create a comment box on twiter.. if i write anything in that comment box that will be updated on twitter...how should i do... any one can tell where do i get the source code...
thanking you in advance..
regards
GOWTHAM | php | javascript | jquery | html | twitter | 01/22/2012 14:24:12 | not a real question | TWITTER COMMENT BOX
===
am beginner for php...
i want to create a comment box on twiter.. if i write anything in that comment box that will be updated on twitter...how should i do... any one can tell where do i get the source code...
thanking you in advance..
regards
GOWTHAM | 1 |
25,950 | 08/25/2008 12:34:21 | 1,693 | 08/18/2008 02:25:37 | 588 | 28 | Ruby Performance | I'm pretty keen to develop my first Ruby app, as my company has finally blessed its use internally.
In everything I've read about Ruby up to v1.8, there is never anything positive said about performance, but I've found nothing about version 1.9. The last figures I saw about 1.8 had it drastically slower than just ab... | ruby | performance | null | null | null | null | open | Ruby Performance
===
I'm pretty keen to develop my first Ruby app, as my company has finally blessed its use internally.
In everything I've read about Ruby up to v1.8, there is never anything positive said about performance, but I've found nothing about version 1.9. The last figures I saw about 1.8 had it drastical... | 0 |
8,786,788 | 01/09/2012 10:11:45 | 111,307 | 05/22/2009 21:08:48 | 5,749 | 170 | No longer able to max CPU | I've been programming normally using an AMD 1100 6 core chip. Previously (using the __same__ code) I was able to max out all CPU's (6 threads)
Now, _the same code_ is doing this (still 6 threads):
![low cpu usage][1]
Before, I was able to get them right to 100% (all 6 cores would go straight up and draw strai... | c++ | windows-7 | parallel-processing | null | null | 01/12/2012 04:02:54 | not a real question | No longer able to max CPU
===
I've been programming normally using an AMD 1100 6 core chip. Previously (using the __same__ code) I was able to max out all CPU's (6 threads)
Now, _the same code_ is doing this (still 6 threads):
![low cpu usage][1]
Before, I was able to get them right to 100% (all 6 cores woul... | 1 |
8,820,014 | 01/11/2012 13:23:48 | 209,706 | 11/12/2009 15:30:53 | 2,230 | 98 | SWT: quick way of finding out whether a shell has child shells | I could iterate over all shells reported by `display.getShells()` and check their parents. Is there an alternative to find out whether a shell has child shells (or get all child shells)? | swt | null | null | null | null | null | open | SWT: quick way of finding out whether a shell has child shells
===
I could iterate over all shells reported by `display.getShells()` and check their parents. Is there an alternative to find out whether a shell has child shells (or get all child shells)? | 0 |
8,036,972 | 11/07/2011 13:13:30 | 1,033,787 | 11/07/2011 13:08:23 | 1 | 0 | Facebook App not appearing in search results | I've created a new facebook application at developer.facebook.com with following details:
Canvas Page:
http://apps.facebook.com/utvtribe
However, this app is not appearing in search results, if i am trying to search in under search textbox at facebook, what can be the reason?
Please guide me,
Thanks,
Kul.... | application | facebook-php-sdk | facebook-iframe | facebook-social-plugins | null | 11/07/2011 15:11:17 | off topic | Facebook App not appearing in search results
===
I've created a new facebook application at developer.facebook.com with following details:
Canvas Page:
http://apps.facebook.com/utvtribe
However, this app is not appearing in search results, if i am trying to search in under search textbox at facebook, what can b... | 2 |
8,059,818 | 11/09/2011 02:55:38 | 80,857 | 03/21/2009 12:59:22 | 315 | 10 | JavaScript error says "confirm is not a function" | I'm using jQuery with the validation plugin when I submit a form:
$('.frmProject:visible').validate( {
errorContainer: ".site_details:visible .messageBox1",
errorLabelContainer: ".site_details:visible .messageBox1 span.messagehere",
invalidHandler: function(form, validator) {
},
rules: {
si... | jquery | jquery-ui | validation | jquery-ajax | jquery-plugins | null | open | JavaScript error says "confirm is not a function"
===
I'm using jQuery with the validation plugin when I submit a form:
$('.frmProject:visible').validate( {
errorContainer: ".site_details:visible .messageBox1",
errorLabelContainer: ".site_details:visible .messageBox1 span.messagehere",
invalidHandler: f... | 0 |
5,495,749 | 03/31/2011 05:45:18 | 504,099 | 11/11/2010 05:36:06 | 207 | 5 | ho to switch from one screen to another in black berry RIM developement | I am developing a black berry application I have to switch from one screen to an other from category screen to detail ,when I press the button ,but I dnt know how to switch from one screen to antoher any help plz
| blackberry | null | null | null | null | null | open | ho to switch from one screen to another in black berry RIM developement
===
I am developing a black berry application I have to switch from one screen to an other from category screen to detail ,when I press the button ,but I dnt know how to switch from one screen to antoher any help plz
| 0 |
11,416,672 | 07/10/2012 15:24:49 | 1,512,307 | 07/09/2012 14:46:26 | 1 | 0 | Android Error:Failed to install *.apk on device *: timeout No Check on the Target | I getting the error when I try to debug any program on my android device
>>Failed to install *.apk on device *: timeout
I have tried restarting, and extending the timeout in the DDMS
When I have to select a device there is an red X in the target field next to the numbers
I'm new to android development and I wou... | android | timeout | apk | null | null | null | open | Android Error:Failed to install *.apk on device *: timeout No Check on the Target
===
I getting the error when I try to debug any program on my android device
>>Failed to install *.apk on device *: timeout
I have tried restarting, and extending the timeout in the DDMS
When I have to select a device there is an re... | 0 |
5,362,158 | 03/19/2011 12:48:29 | 641,990 | 03/02/2011 21:38:00 | 1 | 0 | how to display array items whthout knwoing its number? | how to display an array content without using a while loop? coz I don't know how items are within, and without using the function print_r() that displays items with a specific way: array([0]=>..)
I want to display items one by one, exemple: PHP - Ajax - JSON - DOM, u got it?
How to achieve that guys?
Thank u all... | php | arrays | display | null | null | null | open | how to display array items whthout knwoing its number?
===
how to display an array content without using a while loop? coz I don't know how items are within, and without using the function print_r() that displays items with a specific way: array([0]=>..)
I want to display items one by one, exemple: PHP - Ajax - JSON... | 0 |
1,096,972 | 07/08/2009 09:04:22 | 91,607 | 04/16/2009 12:44:26 | 278 | 2 | best book to learn J2EE |
I have a friend who asked me about a good book to learn J2EE as a beginner.
and I thought I would ask other more knowledgeaable people. what book/resources do you recommend for learning J2EEe as a beginner ? | j2eee | java | null | null | null | 09/11/2011 17:21:13 | not constructive | best book to learn J2EE
===
I have a friend who asked me about a good book to learn J2EE as a beginner.
and I thought I would ask other more knowledgeaable people. what book/resources do you recommend for learning J2EEe as a beginner ? | 4 |
10,657,302 | 05/18/2012 17:40:39 | 153,863 | 08/10/2009 17:13:07 | 2,030 | 71 | Non-technical interview questions that make real geeks stand out | I'll be interviewing some candidates for a development position next week, and I've got the "technical test" pretty much covered (typical code writing, code reviewing, low and high level stuff, etc).
I'd like to throw a couple of non-technical questions in there to poke at the candidate's personality to see if he w... | interview-questions | non-technical | null | null | null | 05/20/2012 15:49:48 | off topic | Non-technical interview questions that make real geeks stand out
===
I'll be interviewing some candidates for a development position next week, and I've got the "technical test" pretty much covered (typical code writing, code reviewing, low and high level stuff, etc).
I'd like to throw a couple of non-technical qu... | 2 |
6,856,582 | 07/28/2011 09:11:36 | 350,789 | 05/26/2010 10:18:46 | 193 | 7 | How to build an Active Recond query for the show action in the controller of the nested resource? | I have two models: Books and Chapters, where book has many chapters.
I've set up the route like:
match 'book/:book_title/:chapter/:chapter_title' => 'chapter#show', :as => "chapter"
and the delegation to the Chapters controller, action show works fine.
The problem for me now is to retrieve that chapter in... | ruby-on-rails | ruby-on-rails-3 | activerecord | nested-resources | null | null | open | How to build an Active Recond query for the show action in the controller of the nested resource?
===
I have two models: Books and Chapters, where book has many chapters.
I've set up the route like:
match 'book/:book_title/:chapter/:chapter_title' => 'chapter#show', :as => "chapter"
and the delegation to th... | 0 |
11,105,070 | 06/19/2012 16:13:45 | 1,262,062 | 03/11/2012 09:25:22 | 73 | 0 | Pointer expressions in C | What is the difference between the following pointer expressions
*ptr++
----------
++*ptr
----------
(*ptr)++ | c | null | null | null | null | 06/20/2012 02:55:47 | not constructive | Pointer expressions in C
===
What is the difference between the following pointer expressions
*ptr++
----------
++*ptr
----------
(*ptr)++ | 4 |
10,074,270 | 04/09/2012 13:55:51 | 1,183,263 | 02/01/2012 16:58:55 | 52 | 0 | How can I find the minimum number of lines needed to cover all the zeros in a 2 dimenstional array? | I'm trying to make a decent implementation of the hungarian algorithm however I'm stuck at how to find the minimum number of lines that cover all the zeros in an array
also I need to know these lines to make some computations later
here is the explanation:
http://www.ams.jhu.edu/~castello/362/Handouts/hungaria... | algorithm | null | null | null | null | null | open | How can I find the minimum number of lines needed to cover all the zeros in a 2 dimenstional array?
===
I'm trying to make a decent implementation of the hungarian algorithm however I'm stuck at how to find the minimum number of lines that cover all the zeros in an array
also I need to know these lines to make some... | 0 |
158,512 | 10/01/2008 16:30:58 | 23,794 | 09/30/2008 14:25:57 | 79 | 6 | What books/websites would you recommend to get startet with game development? | What books would you recommend to dive into the world of game-development?<br>
at best no programming-language specific stuff...more about the basics(KI, Basic Code Design).
Thanks for your answers! | books | null | null | null | null | 09/30/2011 00:50:55 | not constructive | What books/websites would you recommend to get startet with game development?
===
What books would you recommend to dive into the world of game-development?<br>
at best no programming-language specific stuff...more about the basics(KI, Basic Code Design).
Thanks for your answers! | 4 |
8,382,907 | 12/05/2011 08:59:11 | 742,102 | 05/06/2011 16:04:04 | 15 | 6 | customvalidator always isvalid=true | I have a custom validator for checking if date enetred is valid. but it is always true that makes it not firing. I used to have a comaprevalidator and daterange but it won't work coz as page refreshes, it validates the date of birth and says invalid when it is. So I changed it to customvalidator hoping I will find luck... | datetime | daterange | custom-validators | null | null | null | open | customvalidator always isvalid=true
===
I have a custom validator for checking if date enetred is valid. but it is always true that makes it not firing. I used to have a comaprevalidator and daterange but it won't work coz as page refreshes, it validates the date of birth and says invalid when it is. So I changed it t... | 0 |
11,177,447 | 06/24/2012 12:32:45 | 550,015 | 12/21/2010 14:07:48 | 1 | 0 | Error Can't get a folder under box.net using sharpbox | i created some code to get a folder from box.NET using the method GetFolder( ) of the CloudStorage object. but when i ran it gave a NullReferenceExeption and i dont know what is the problem. the code work fine for Dropbox. by the way there is no problem with Box.NET credential since i managed to successfully open the c... | c# | cloud | dropbox | null | null | null | open | Error Can't get a folder under box.net using sharpbox
===
i created some code to get a folder from box.NET using the method GetFolder( ) of the CloudStorage object. but when i ran it gave a NullReferenceExeption and i dont know what is the problem. the code work fine for Dropbox. by the way there is no problem with Bo... | 0 |
4,298,593 | 11/28/2010 19:29:28 | 523,149 | 11/28/2010 19:29:28 | 1 | 0 | Video Streaming Server | Hello I'm looking for a open source (or at least free and ad-free) video streaming server/client. Can anybody recommend me one? | video | audio | streaming | live | capture | 06/10/2011 04:30:30 | off topic | Video Streaming Server
===
Hello I'm looking for a open source (or at least free and ad-free) video streaming server/client. Can anybody recommend me one? | 2 |
11,718,170 | 07/30/2012 08:54:34 | 1,488,814 | 06/28/2012 14:09:31 | 73 | 1 | handling telephone calls in c sharp | I'm developing a desktop application that needs to handle telephone calls. how can I achieve this in c sharp programming? are there any libraries for this. please help me with concept to achieve this.
thank you in advance. | c# | visual-studio-2010 | telephony | null | null | 07/30/2012 19:23:44 | not a real question | handling telephone calls in c sharp
===
I'm developing a desktop application that needs to handle telephone calls. how can I achieve this in c sharp programming? are there any libraries for this. please help me with concept to achieve this.
thank you in advance. | 1 |
7,484,738 | 09/20/2011 11:57:37 | 464,685 | 10/02/2010 16:00:54 | 261 | 7 | UIPageControl makes me crazy. How can I center it after device rotation? | I'm trying centralize an UIPageControl in portrait and landscape modes, but it isn't working, the x changes after device rotation.
@interface DetailViewController : UIViewController<UIScrollViewDelegate>
{
UIPageControl *pageControl;
}
- (void)viewDidLoad
{
pageControl... | objective-c | iphone-sdk-4.0 | uipagecontrol | null | null | null | open | UIPageControl makes me crazy. How can I center it after device rotation?
===
I'm trying centralize an UIPageControl in portrait and landscape modes, but it isn't working, the x changes after device rotation.
@interface DetailViewController : UIViewController<UIScrollViewDelegate>
{
UIPageControl *... | 0 |
7,143,292 | 08/22/2011 04:49:35 | 905,262 | 08/22/2011 04:49:35 | 1 | 0 | iPhone App Development Cost | I'm working on a project for a uni assignment where I have to do a cost analysis even though we're making the application for free. What is the typical cost of developing an iPhone application? Please include a source as this is an academic submission and I can't exactly include stackoverflow as a reference as much as ... | iphone | application | analysis | cost | null | 08/22/2011 05:17:04 | off topic | iPhone App Development Cost
===
I'm working on a project for a uni assignment where I have to do a cost analysis even though we're making the application for free. What is the typical cost of developing an iPhone application? Please include a source as this is an academic submission and I can't exactly include stackov... | 2 |
9,161,921 | 02/06/2012 14:48:40 | 1,192,509 | 02/06/2012 14:31:58 | 1 | 0 | I want to create a chat of my own but | I've been trying to create a chat of my own but I dont want to use nobody else code. What should I use to send the text back and forth? I tried java socket, but is missing something. but should I go that route or is there something else out there? any help? by the way Im new at this site. great site! | android | null | null | null | null | 03/03/2012 03:40:08 | not a real question | I want to create a chat of my own but
===
I've been trying to create a chat of my own but I dont want to use nobody else code. What should I use to send the text back and forth? I tried java socket, but is missing something. but should I go that route or is there something else out there? any help? by the way Im new a... | 1 |
5,616,885 | 04/11/2011 04:54:07 | 496,949 | 11/04/2010 08:45:00 | 3,480 | 2 | why there are many compile errors if using jre not coming from jdk | when I use jre not coming witht the JDK, Eclipse reports a lot of errors. Want to know why? | java | eclipse | null | null | null | 06/23/2011 16:37:23 | not a real question | why there are many compile errors if using jre not coming from jdk
===
when I use jre not coming witht the JDK, Eclipse reports a lot of errors. Want to know why? | 1 |
5,588,377 | 04/07/2011 22:23:14 | 600,560 | 02/02/2011 19:56:34 | 437 | 2 | How can I convert foreground color in a .png image file from blue to black? | I have a .png image file of a company logo with blue foreground on white. Can I convert it to black foreground on transparent background, using freeware tools?
| html | css | gimp | null | null | 04/08/2011 10:05:26 | off topic | How can I convert foreground color in a .png image file from blue to black?
===
I have a .png image file of a company logo with blue foreground on white. Can I convert it to black foreground on transparent background, using freeware tools?
| 2 |
8,232,549 | 11/22/2011 19:24:06 | 911,930 | 08/25/2011 11:20:53 | 120 | 0 | Need pagination solution for the following following issue | Right now I use a pagination system that requires url like
http://mypage.com/index.php?page=1 <br />
http://mypage.com/index.php?page=2 <br />
http://mypage.com/index.php?page=3 <br />
http://mypage.com/index.php?page=4 <br />
etc...
So it uses $_GET method to find out what page the user is on.
I decided to ... | php | javascript | mysql | ajax | pagination | null | open | Need pagination solution for the following following issue
===
Right now I use a pagination system that requires url like
http://mypage.com/index.php?page=1 <br />
http://mypage.com/index.php?page=2 <br />
http://mypage.com/index.php?page=3 <br />
http://mypage.com/index.php?page=4 <br />
etc...
So it uses $... | 0 |
10,644,220 | 05/17/2012 22:13:07 | 1,399,394 | 05/16/2012 18:44:37 | 1 | 0 | create and initialize python list | I am stuck on making list using python.
I want to make m x n files such as file00.txt, file01.txt, ..., and file99.txt, but when I tried to make it, it shows some errors. Please let me help out.
filename = []
for i in range(0, sm):
filename.append('')
for j in range(0, sn):
filename... | python | list | file-io | null | null | 05/18/2012 17:52:30 | not a real question | create and initialize python list
===
I am stuck on making list using python.
I want to make m x n files such as file00.txt, file01.txt, ..., and file99.txt, but when I tried to make it, it shows some errors. Please let me help out.
filename = []
for i in range(0, sm):
filename.append('')
... | 1 |
7,238,002 | 08/30/2011 02:11:43 | 789,476 | 06/08/2011 15:37:35 | 383 | 26 | Google Apps email hosting for a GoDaddy-hosted site works locally but not on live site | GoDaddy email issues are plentiful, but I have not been able to find anyone resolve this same problem:
I have a GoDaddy hosted site, and a Google Apps account. The MX info on GoDaddy is correct, as is my server-side code, and the Google Apps credentials in my web.config file (host:smtp.gmail.com, port:587) are corr... | google | smtp | hosting | gmail | godaddy | 08/30/2011 03:14:15 | off topic | Google Apps email hosting for a GoDaddy-hosted site works locally but not on live site
===
GoDaddy email issues are plentiful, but I have not been able to find anyone resolve this same problem:
I have a GoDaddy hosted site, and a Google Apps account. The MX info on GoDaddy is correct, as is my server-side code, an... | 2 |
1,909,059 | 12/15/2009 17:30:55 | 231,651 | 12/14/2009 21:44:46 | 1 | 1 | Building app to Classify / Describe Products - Overwhelmed somewhere between planning & execution | Greetings!
I recently started working for a company that carries a line of 20,000 Surgical Instruments. Our data on all items is currently spotty and chaotic at best. I intend to fix this.
I have been tasked with redesigning the web site. As part of the project, I'm building an app to classify and describe all pr... | cakephp | mysql | architecture | database-design | python | null | open | Building app to Classify / Describe Products - Overwhelmed somewhere between planning & execution
===
Greetings!
I recently started working for a company that carries a line of 20,000 Surgical Instruments. Our data on all items is currently spotty and chaotic at best. I intend to fix this.
I have been tasked wit... | 0 |
3,240,816 | 07/13/2010 19:41:05 | 265,650 | 02/03/2010 21:05:20 | 177 | 13 | What does Google get by offering free email service ? | Google provides many services - Google Adwords, Google Adsense, Google Search APIs which are directly or indirectly generating lot of revenue for Google.
But what does Google gain by providing free email service with 10's of Gigabytes of space at free of cost? And I bet the number of registered users are in millions... | email | google | null | null | null | 07/13/2010 19:43:47 | off topic | What does Google get by offering free email service ?
===
Google provides many services - Google Adwords, Google Adsense, Google Search APIs which are directly or indirectly generating lot of revenue for Google.
But what does Google gain by providing free email service with 10's of Gigabytes of space at free of cos... | 2 |
10,447,721 | 05/04/2012 11:14:12 | 1,196,969 | 02/08/2012 10:52:49 | 54 | 1 | Communication between native app & web app | I want to make the communication between native app and web app in android.How to do it can anyone help me please. | android | web-applications | null | null | null | 05/04/2012 11:18:43 | not a real question | Communication between native app & web app
===
I want to make the communication between native app and web app in android.How to do it can anyone help me please. | 1 |
9,071,156 | 01/30/2012 21:39:44 | 931,726 | 07/21/2011 00:18:51 | 43 | 10 | XCode : /Developer/usr/bin/clang failed with exit code 1 | I just updated my xcode to 4.2 and before my project worked fine. I had to upgrade xcode to be able to install QT creator etc. Now I can no longer run my project. First I could no longer find the header <gmp.h> which I really need. When I then removed all the code connected to that I got the following error.
Ld /Us... | objective-c | xcode | linker | clang | gmp | 01/31/2012 20:26:41 | too localized | XCode : /Developer/usr/bin/clang failed with exit code 1
===
I just updated my xcode to 4.2 and before my project worked fine. I had to upgrade xcode to be able to install QT creator etc. Now I can no longer run my project. First I could no longer find the header <gmp.h> which I really need. When I then removed all th... | 3 |
2,965,575 | 06/03/2010 11:44:05 | 341,868 | 05/15/2010 10:34:31 | 16 | 1 | how to remove stop words in english using java program | How to remove stop words in english using java program. Please help me with simplest program or suggest me some ideas. Thanks in advance | java | null | null | null | null | null | open | how to remove stop words in english using java program
===
How to remove stop words in english using java program. Please help me with simplest program or suggest me some ideas. Thanks in advance | 0 |
9,509,869 | 03/01/2012 02:40:29 | 277,940 | 02/21/2010 03:38:03 | 131 | 26 | TrayMenu cannot hide after clicking other place | I have implemented tray icon menu for QT application. But the tray icon menu would not hide after clicking other places. Following is my code:
m_trayIconMenu = new QMenu(this);
m_trayIconMenu->addAction(m_restoreAction);
m_trayIconMenu->addAction(m_quitAction);
m_trayIcon = new QSystemTrayIcon(thi... | qt | null | null | null | null | null | open | TrayMenu cannot hide after clicking other place
===
I have implemented tray icon menu for QT application. But the tray icon menu would not hide after clicking other places. Following is my code:
m_trayIconMenu = new QMenu(this);
m_trayIconMenu->addAction(m_restoreAction);
m_trayIconMenu->addAction(m_q... | 0 |
4,614,524 | 01/06/2011 11:44:02 | 565,375 | 01/06/2011 11:44:03 | 1 | 0 | Is it possible to omit escaping some html in <c:out value="${str}"> ? | I want make secure display (escaping html characters with c:out) but allow some links (`<img>` `<a href>` and youtube embedded). How can I do this? Is it possible achieve this with c:out? | java | jsp | jstl | null | null | null | open | Is it possible to omit escaping some html in <c:out value="${str}"> ?
===
I want make secure display (escaping html characters with c:out) but allow some links (`<img>` `<a href>` and youtube embedded). How can I do this? Is it possible achieve this with c:out? | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.