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
10,203,158
04/18/2012 05:11:03
1,340,364
04/18/2012 04:59:14
1
0
HOW: List all Comments in my Domain
I am using the HTML5 version of Facebook Comment in my website. I have my own FB APP Id. Using Graph-API, and FQL (I think this is how to do it), I want to list all the Comments posted in my website. Example - Page Title1 --Comment1 --Comment2 --Comment3 Page Title2 --Comment1 --Comment2 --Comment3 ...
javascript
facebook-graph-api
facebook-fql
facebook-comments
null
null
open
HOW: List all Comments in my Domain === I am using the HTML5 version of Facebook Comment in my website. I have my own FB APP Id. Using Graph-API, and FQL (I think this is how to do it), I want to list all the Comments posted in my website. Example - Page Title1 --Comment1 --Comment2 --Comment3 Page Tit...
0
5,532,232
04/03/2011 20:22:23
690,172
04/03/2011 19:45:59
1
0
Is Python's Easy Install unprofessional to use?
Is it unprofessional to use Easy Install to install Python modules?
python
null
null
null
null
04/03/2011 20:28:38
not a real question
Is Python's Easy Install unprofessional to use? === Is it unprofessional to use Easy Install to install Python modules?
1
5,148,612
02/28/2011 23:02:29
599,046
02/01/2011 20:34:27
6
0
date time now format
I need only the day +month +year in c#?
c#
null
null
null
null
03/01/2011 07:58:30
not a real question
date time now format === I need only the day +month +year in c#?
1
7,144,002
08/22/2011 06:51:54
902,069
08/19/2011 08:28:45
10
0
pass result form current activity to first activity when go back android
I have two classes NoteEdit and NoteView, in NoteView class I press edit button it direct me to NoteEidt class, suppose I want to pass my updated body information to NoteView, and the previous body information should have been updated in NoteView interface, but it still remain the same, this is part of my code, please...
android
null
null
null
null
null
open
pass result form current activity to first activity when go back android === I have two classes NoteEdit and NoteView, in NoteView class I press edit button it direct me to NoteEidt class, suppose I want to pass my updated body information to NoteView, and the previous body information should have been updated in Note...
0
3,518,278
08/19/2010 02:29:08
417,690
05/31/2010 22:22:54
10
2
attempting to initialize a mutable array, and then load it with images that are referenced by name
I am _trying_ to write my first iOS app that is not out of a book (though I guess I am stitching things together like crazy....) At this point, I am attempting to initialize a mutable array, and then load it with images that are referenced by name (they are in with the project.) This is what I have so far, and ba...
iphone
xcode
ios4
null
null
null
open
attempting to initialize a mutable array, and then load it with images that are referenced by name === I am _trying_ to write my first iOS app that is not out of a book (though I guess I am stitching things together like crazy....) At this point, I am attempting to initialize a mutable array, and then load it with ...
0
2,646,154
04/15/2010 14:29:10
51,295
01/04/2009 01:56:11
1,261
73
Best VS2010 Extensions
What are in your opinion the "must have" Visual Studio 2010 extensions? [OData Protocol Visualizer][1] is fine [1]: http://visualstudiogallery.msdn.microsoft.com/en-us/f4ac856a-796e-4d78-9a3d-0120d8137722
vs2010
extension
null
null
null
06/26/2012 14:08:27
not constructive
Best VS2010 Extensions === What are in your opinion the "must have" Visual Studio 2010 extensions? [OData Protocol Visualizer][1] is fine [1]: http://visualstudiogallery.msdn.microsoft.com/en-us/f4ac856a-796e-4d78-9a3d-0120d8137722
4
11,185,260
06/25/2012 07:41:31
865,768
07/27/2011 15:25:24
347
3
How to auto login when I run the Android Application
Assume that I have login to system using PHP + MySQL, then, after I exit the apps, I run the apps again, no need to login again and auto login, Please help to solve the problem.
android
null
null
null
null
06/25/2012 09:17:24
not a real question
How to auto login when I run the Android Application === Assume that I have login to system using PHP + MySQL, then, after I exit the apps, I run the apps again, no need to login again and auto login, Please help to solve the problem.
1
5,277,468
03/11/2011 19:33:48
484,638
10/22/2010 20:13:03
82
5
Sed with multiple lines does not replace pattern
I have been massaging with sed (found tutorial here: [Grymoire](http://www.grymoire.com/Unix/Sed.html) ) ASCII files we get from our hardware suppliers. Files have a structure like so Model-Manufacturer:D12-500 Test_Version:2.6.3 But some files we receive are randomly "broken" and miss an entry for "Mode...
sed
null
null
null
null
null
open
Sed with multiple lines does not replace pattern === I have been massaging with sed (found tutorial here: [Grymoire](http://www.grymoire.com/Unix/Sed.html) ) ASCII files we get from our hardware suppliers. Files have a structure like so Model-Manufacturer:D12-500 Test_Version:2.6.3 But some files we rec...
0
8,529,637
12/16/2011 04:04:40
905,745
08/22/2011 11:07:12
108
5
Gallery losing focus bug
I have dialog with 2 horizontal galleries and one linearLayout, and i have problem with focus. It looks like this: ------------- Gallery 1 ------------- Gallery 2 ------------- LinearLayout ------------- Gallery 2 is some kind of submenu of Gallery 1. I've implemented onItemSelected listener for both...
android
focus
gallery
null
null
null
open
Gallery losing focus bug === I have dialog with 2 horizontal galleries and one linearLayout, and i have problem with focus. It looks like this: ------------- Gallery 1 ------------- Gallery 2 ------------- LinearLayout ------------- Gallery 2 is some kind of submenu of Gallery 1. I've implemented on...
0
10,652,217
05/18/2012 11:56:23
672,018
03/22/2011 21:26:26
449
6
Why it's possible to connect to SQL server database from Windown Mobile, but not from WP7?
I'd like to connect directly from my wp7 phone to a SQL server database. It seems to be impossible according to [this][1]. However it seems to be possible to do so from a WM phone. According to [this][2] Why is WP7 so limited comparing to much older WM? [1]: http://stackoverflow.com/questions/4380862/connect...
sql-server
windows-phone-7
windows-mobile
null
null
05/18/2012 12:57:16
not constructive
Why it's possible to connect to SQL server database from Windown Mobile, but not from WP7? === I'd like to connect directly from my wp7 phone to a SQL server database. It seems to be impossible according to [this][1]. However it seems to be possible to do so from a WM phone. According to [this][2] Why is WP7 so ...
4
2,900,827
05/24/2010 22:41:35
24,545
10/02/2008 15:44:37
16,780
446
What is your experience with Nitrogen on Erlang?
I've been checking out the [Nitrogen Project][1] which is supposed to be the most mature web development framework for Erlang. Erlang, as a language, is extremely impressive. However, with regards to Nitrogen, what I am not too keen about is using Erlang's rather uncommon syntax (unless you're native in PROLOG) to b...
erlang
web-frameworks
nitrogen
null
null
null
open
What is your experience with Nitrogen on Erlang? === I've been checking out the [Nitrogen Project][1] which is supposed to be the most mature web development framework for Erlang. Erlang, as a language, is extremely impressive. However, with regards to Nitrogen, what I am not too keen about is using Erlang's rather...
0
3,485,844
08/15/2010 01:32:44
78,351
03/15/2009 19:37:58
662
18
Object creation in Java is slow
My experience shows that object creation in Java is very slow. Often, I optimize my code by just removing object creation and using the same objects repeatedly. I am wondering if its similarly slow in other language with OOP base, because, to me, it is very counter intuitive that a language that's hardcore object o...
java
object
null
null
null
08/15/2010 02:06:12
not constructive
Object creation in Java is slow === My experience shows that object creation in Java is very slow. Often, I optimize my code by just removing object creation and using the same objects repeatedly. I am wondering if its similarly slow in other language with OOP base, because, to me, it is very counter intuitive th...
4
5,789,261
04/26/2011 10:54:58
725,202
04/26/2011 10:42:57
1
0
Sql database and dotnet
how to pass the values from dot net to sql database how to insert with string values in quotes ? means we already done connectivity from dotnet and we declaired variables too like(int S_no, string First_Name, string Last_Name)to sql but now how to give Values of these in main.cs for database .. ? Plzz.. solve my pr...
sql-server-2005
null
null
null
null
04/26/2011 11:13:46
not a real question
Sql database and dotnet === how to pass the values from dot net to sql database how to insert with string values in quotes ? means we already done connectivity from dotnet and we declaired variables too like(int S_no, string First_Name, string Last_Name)to sql but now how to give Values of these in main.cs for databa...
1
464,717
01/21/2009 10:22:41
3,497
08/28/2008 19:06:00
188
14
Redirecting an event in wxWidgets
Coming from [this question][1], I have a wxComboCtrl with a custom popup made of a panel with a bunch of radiobuttons.. My problem is that when I open the popup the combo doesn't get keystrokes, because the events get handled by the panel itself.. I'd like to redirect those KeyEvents to the textctrl of the combo, but I...
wxpython
wxwidgets
event-handling
null
null
null
open
Redirecting an event in wxWidgets === Coming from [this question][1], I have a wxComboCtrl with a custom popup made of a panel with a bunch of radiobuttons.. My problem is that when I open the popup the combo doesn't get keystrokes, because the events get handled by the panel itself.. I'd like to redirect those KeyEve...
0
2,454,023
03/16/2010 11:50:28
293,674
03/15/2010 02:43:25
9
0
What are the two types of memory leaks in Java?
Do these types of memory leaks have fixed names?
memory
leak
java
null
null
null
open
What are the two types of memory leaks in Java? === Do these types of memory leaks have fixed names?
0
1,398,325
09/09/2009 08:31:18
118,802
06/07/2009 12:53:59
11
1
Seam Best practices
Is there any document or article regarding the seam best practices.
seam
null
null
null
null
06/09/2012 15:32:09
not constructive
Seam Best practices === Is there any document or article regarding the seam best practices.
4
9,078,938
01/31/2012 11:42:54
809,938
06/22/2011 08:15:32
11
0
HTML 5 and java integration
i need to use html 5 for GUI and JAXB framework ( eclipse ) for coding. i am not able to understand how would i integrate both ? I appreciate if any of you suggest a good idea
java
html5
jaxb
null
null
01/31/2012 12:39:34
not a real question
HTML 5 and java integration === i need to use html 5 for GUI and JAXB framework ( eclipse ) for coding. i am not able to understand how would i integrate both ? I appreciate if any of you suggest a good idea
1
9,621,794
03/08/2012 17:09:56
1,257,179
03/08/2012 14:13:02
1
0
Symfony2: Is possible to get the user object in app_dev.php
Hello I would like to call a task/function that must be performed always in any page of our site. I dont know if its possible to do it in the app_dev.php or where you can recommend me I should do it. I though on create a class and define it as a service, but I really dont know how to start that service. We need tha...
symfony-2.0
null
null
null
null
03/09/2012 17:46:12
not a real question
Symfony2: Is possible to get the user object in app_dev.php === Hello I would like to call a task/function that must be performed always in any page of our site. I dont know if its possible to do it in the app_dev.php or where you can recommend me I should do it. I though on create a class and define it as a servi...
1
78,991
09/17/2008 01:38:24
14,468
09/17/2008 00:13:33
1
0
Why is Github more popular than Gitorious?
[Gitorious][1] has been around longer and the two sites seem to cover the same ground, yet a quick [Google Fight][2] shows [Github][3] almost two orders of magnitude higher. Is there a larger distinction that I'm not aware of? [1]: http://gitorious.org/ [2]: http://www.googlefight.com/index.php?lang=en_GB&...
git
github
gitorious
null
null
02/09/2011 10:37:52
not constructive
Why is Github more popular than Gitorious? === [Gitorious][1] has been around longer and the two sites seem to cover the same ground, yet a quick [Google Fight][2] shows [Github][3] almost two orders of magnitude higher. Is there a larger distinction that I'm not aware of? [1]: http://gitorious.org/ [2]: ...
4
7,175,361
08/24/2011 12:25:41
619,741
02/16/2011 13:43:33
164
0
Extra row to SELECT statement, crosstab? Access 2007
I'm working with some biostats people and of course than love SAS. I have a select statement below that works for testing the presence of certain problems a person can have. It's a binary thing so they either do or they don't. If a person has heart problem and a respiratory problem, then they're patientID will be li...
sql
tsql
ms-access
null
null
null
open
Extra row to SELECT statement, crosstab? Access 2007 === I'm working with some biostats people and of course than love SAS. I have a select statement below that works for testing the presence of certain problems a person can have. It's a binary thing so they either do or they don't. If a person has heart problem an...
0
7,160,893
08/23/2011 12:16:25
907,693
08/23/2011 12:16:25
1
0
Got Problem With Join Quey :(
i have two tables table_a id | name | in1 | in2 | _______________________ 1 | jose | 1 | 2 | 2 | John | 2 | 3 | 3 | Mary | 1 | 2 | _______________________ table_b id | itemName | ________________ 1 | sugar | 2 | Pepper | 3 | salt | ________________ I need the ou...
sql
join
null
null
null
08/23/2011 20:45:04
not a real question
Got Problem With Join Quey :( === i have two tables table_a id | name | in1 | in2 | _______________________ 1 | jose | 1 | 2 | 2 | John | 2 | 3 | 3 | Mary | 1 | 2 | _______________________ table_b id | itemName | ________________ 1 | sugar | 2 | Pepper | 3 | salt | ...
1
9,231,421
02/10/2012 16:46:28
989,853
10/11/2011 15:39:50
19
1
Dynamic Copyright With NoScript
I already have the code for displaying a dynamic year for a copyright in javascript, however I am wondering if there is a need to also put a <noscript> tag, to display something for users who don't have javascript enabled, if so what is the "legal"/proper way to say content is copyrighted in the <noscript> tag where I ...
javascript
copyright
null
null
null
02/10/2012 23:30:39
off topic
Dynamic Copyright With NoScript === I already have the code for displaying a dynamic year for a copyright in javascript, however I am wondering if there is a need to also put a <noscript> tag, to display something for users who don't have javascript enabled, if so what is the "legal"/proper way to say content is copyr...
2
3,726,987
09/16/2010 13:11:50
3,797
08/30/2008 21:52:47
2,374
225
Build and Archive Option in XCode and Submit to iTunes
Although I have already submitted my app using Build And Archive and then clicking on the Submit to iTunes connect I will ask the question anyway. Apple says that select a Distribution profile when submitting to Apple. So, I went on iTunes and downloaded the Distribution profile. I added profile to xCode. I did the bui...
iphone
xcode
null
null
null
null
open
Build and Archive Option in XCode and Submit to iTunes === Although I have already submitted my app using Build And Archive and then clicking on the Submit to iTunes connect I will ask the question anyway. Apple says that select a Distribution profile when submitting to Apple. So, I went on iTunes and downloaded the D...
0
4,435,548
12/14/2010 03:13:20
437,503
09/02/2010 01:30:22
121
8
is it legal to scan wifi hotspot on ios4
is it legal to scan nearby wifi hotsopt and get their signal strength and use this information using iphon4???
iphone
null
null
null
null
12/15/2010 18:52:15
off topic
is it legal to scan wifi hotspot on ios4 === is it legal to scan nearby wifi hotsopt and get their signal strength and use this information using iphon4???
2
4,007,592
10/24/2010 08:50:30
313,421
04/10/2010 10:36:10
427
53
Security hole in windows server 2008, how to make money out of it ?
Playing with windows server 2008 and IIS 7 I encountered a weakness which allows running an executable on the web server. I tried my friends VPS server and it seems working on at least on web and enterprise editions. I'm not a hacker and just found it accidentally when I was testing my web application. The question ...
security
windows-server-2008
weaknesses
null
null
10/24/2010 09:27:16
off topic
Security hole in windows server 2008, how to make money out of it ? === Playing with windows server 2008 and IIS 7 I encountered a weakness which allows running an executable on the web server. I tried my friends VPS server and it seems working on at least on web and enterprise editions. I'm not a hacker and just foun...
2
8,459,698
12/10/2011 20:39:09
1,091,627
12/10/2011 20:28:12
1
0
I don't know whats wrong with my java program, it won't compile?
My program won't compile at all and I don't know whats wrong with it, here is my code to my java program: import java.util.Scanner; /* Design, build and test a program to input the number of workers followed by their name, hours worked, hourly rate of pay, overtime rate of pay, status (married or single) for each. ...
java
null
null
null
null
12/11/2011 21:18:34
too localized
I don't know whats wrong with my java program, it won't compile? === My program won't compile at all and I don't know whats wrong with it, here is my code to my java program: import java.util.Scanner; /* Design, build and test a program to input the number of workers followed by their name, hours worked, hourly ra...
3
1,710,994
11/10/2009 20:33:00
3,126
08/26/2008 20:00:36
177
17
FireFox handling of disabled fields
I have an HTML form with a select list and a radio button, both of which are initially set with disabled = true. At some point, these elements are enabled via JavaScript (i.e., disabled = false). This works fine in IE and Chrome, but in FireFox the element remains disabled. It appears to be enabled, but doesn't resp...
firefox
html
javascript
null
null
null
open
FireFox handling of disabled fields === I have an HTML form with a select list and a radio button, both of which are initially set with disabled = true. At some point, these elements are enabled via JavaScript (i.e., disabled = false). This works fine in IE and Chrome, but in FireFox the element remains disabled. I...
0
9,022,314
01/26/2012 17:17:09
295,840
03/17/2010 16:32:23
41
3
Is there a way to install software that prompts for privilege escalation(UAC) programmaticly?
Basically I either need to Click the UAC button with my program(which i don't believe is possible) or somehow make it so I dont need to click the button to install the software. I will also need to click buttons during the install with my program but I know how to do that. I am only concerned with the UAC things. Th...
windows
uac
null
null
null
null
open
Is there a way to install software that prompts for privilege escalation(UAC) programmaticly? === Basically I either need to Click the UAC button with my program(which i don't believe is possible) or somehow make it so I dont need to click the button to install the software. I will also need to click buttons during th...
0
11,697,997
07/28/2012 03:23:00
1,556,941
07/27/2012 07:31:53
1
0
220 unresolved symbols
I'm trying to get "animadead" an animation library I downloaded to work with one of its demos. I worked 1 on 1 with the owner but he just fixed the library issues mostly. Tried to help but doesn't have the time. He gave me his visual .sln but that didn't do all the work. I compiled the library and it produces an an...
c++
linker
null
null
null
07/28/2012 10:59:36
not a real question
220 unresolved symbols === I'm trying to get "animadead" an animation library I downloaded to work with one of its demos. I worked 1 on 1 with the owner but he just fixed the library issues mostly. Tried to help but doesn't have the time. He gave me his visual .sln but that didn't do all the work. I compiled the l...
1
10,788,439
05/28/2012 17:32:17
1,414,009
05/24/2012 03:10:23
15
3
Nested NSUserDefaults arrays read/write
I have the following structure of data: - Cards -- Item 0 --- Name: Card Name --- Number: Card Number --- Type: Card Type -- Item 1 --- Name: Card Name --- Number: Card Number --- Type: Card Type ... The user can add as many cards as he wants, so Name, ...
objective-c
ios
arrays
nsuserdefaults
null
null
open
Nested NSUserDefaults arrays read/write === I have the following structure of data: - Cards -- Item 0 --- Name: Card Name --- Number: Card Number --- Type: Card Type -- Item 1 --- Name: Card Name --- Number: Card Number --- Type: Card Type ... The user...
0
2,506,604
03/24/2010 09:46:30
131,565
07/01/2009 08:57:08
28
0
java Finalize method call
The following is my Class code import java.net.*; import java.util.*; import java.sql.*; import org.apache.log4j.*; class Database { private Connection conn; private org.apache.log4j.Logger log ; private static Database dd=new Database(); private Database(){ try{ log= Lo...
java
finalize
methods
call
null
null
open
java Finalize method call === The following is my Class code import java.net.*; import java.util.*; import java.sql.*; import org.apache.log4j.*; class Database { private Connection conn; private org.apache.log4j.Logger log ; private static Database dd=new Database(); private Database(){ ...
0
7,908,552
10/26/2011 20:31:44
800,190
06/15/2011 18:25:55
64
8
XSLT - Retreiving SQLdata with PHP
I'm having a surreal amount of trouble implementing XSLT that will have a simple effect on my current webpage text. I have an XSLT that displays basic text and tables on a webpage. I want to have a **TextInput** and a **Button** that will add to my SQL database when used. However, I can't figure out how to even acce...
php
sql
query
xslt
null
null
open
XSLT - Retreiving SQLdata with PHP === I'm having a surreal amount of trouble implementing XSLT that will have a simple effect on my current webpage text. I have an XSLT that displays basic text and tables on a webpage. I want to have a **TextInput** and a **Button** that will add to my SQL database when used. Howe...
0
6,399,373
06/18/2011 22:50:12
753,152
05/13/2011 23:21:13
1
0
Choosing the right Java web framework
I am trying to choose a good Java web framework to work with.I have couple of years java swing experience and also jsp and servelet experience with tomcat. As i was doing my research to find the right Java Framework I came across many and it is hard to make a choice . My final choice came down to GWT and Spring-Roo. ...
java
null
null
null
null
06/19/2011 00:11:48
not constructive
Choosing the right Java web framework === I am trying to choose a good Java web framework to work with.I have couple of years java swing experience and also jsp and servelet experience with tomcat. As i was doing my research to find the right Java Framework I came across many and it is hard to make a choice . My fin...
4
10,744,827
05/24/2012 20:29:59
622,074
02/17/2011 20:30:55
60
1
How to change the name of a NetworkAdapter in c#?
People claim the following VB script works for changing network adapter names. However I am having a shitty time trying to convert this to a c# appliaction that can do the same thing. The problem I seem to be facing is that calls to the NetworkInterface.Name is readonly. Option Explicit Const NETWORK_CONN...
c#
networking
script
adapter
name
null
open
How to change the name of a NetworkAdapter in c#? === People claim the following VB script works for changing network adapter names. However I am having a shitty time trying to convert this to a c# appliaction that can do the same thing. The problem I seem to be facing is that calls to the NetworkInterface.Name is rea...
0
5,217,446
03/07/2011 08:30:51
644,420
03/04/2011 09:17:11
8
0
how to extract Removable memory device in java
i want to make a program that can extract the data from a removable memory device
java
null
null
null
null
03/07/2011 08:49:40
not a real question
how to extract Removable memory device in java === i want to make a program that can extract the data from a removable memory device
1
7,225,612
08/29/2011 02:49:13
820,338
06/29/2011 03:45:46
1
0
SFTP exit code error: 255 Exit status out of range
I encounter this error code 255 when trying to download file from an external sftp server. How do i investigate on what exactly went wrong? Or is there anyway to turn on verbose logging? Thanks
shell
null
null
null
null
08/29/2011 03:38:04
off topic
SFTP exit code error: 255 Exit status out of range === I encounter this error code 255 when trying to download file from an external sftp server. How do i investigate on what exactly went wrong? Or is there anyway to turn on verbose logging? Thanks
2
4,664,341
01/12/2011 00:45:41
564,409
01/05/2011 18:42:49
10
0
Loading views in codeigniter HMVC not working
I am trying to load a view from a second controller's view within my first controller but it gives the error that the view cannot be found, even though it is there. Example Module -> music Views -> new -> file1.php Views -> old -> file2.php Controller -> new.php From within the new.php I am using the...
codeigniter
hmvc
null
null
null
null
open
Loading views in codeigniter HMVC not working === I am trying to load a view from a second controller's view within my first controller but it gives the error that the view cannot be found, even though it is there. Example Module -> music Views -> new -> file1.php Views -> old -> file2.php Controller -...
0
3,764,470
09/21/2010 21:05:44
375,348
06/24/2010 14:12:11
76
4
Sneaking behind China's Great Firewall : DNS issues
I have a website hosted on appengine, and I use my own domain name on it. It appears that mysite.appspot.com can be accessed (I checked on http://just-ping.com) but that mysite.com is blocked. How can I manage that?
url
redirect
dns
firewall
chinese
05/23/2011 09:01:11
off topic
Sneaking behind China's Great Firewall : DNS issues === I have a website hosted on appengine, and I use my own domain name on it. It appears that mysite.appspot.com can be accessed (I checked on http://just-ping.com) but that mysite.com is blocked. How can I manage that?
2
4,795,809
01/25/2011 16:06:33
900,119
01/21/2010 09:42:44
127
4
telerik grid and ajax
I'm trying to create a page using ASP.NET MVC 2 which shows two things: 1. the upper half of the page should show a form 2. the lower half should show the results based on the information from the form What I tried to do was using Ajax.BeginForm and update the lower half of the page using the UpdateTarge...
asp.net-mvc-2
telerik
null
null
null
06/06/2012 12:10:35
too localized
telerik grid and ajax === I'm trying to create a page using ASP.NET MVC 2 which shows two things: 1. the upper half of the page should show a form 2. the lower half should show the results based on the information from the form What I tried to do was using Ajax.BeginForm and update the lower half of the...
3
11,554,965
07/19/2012 06:16:38
1,209,226
02/14/2012 13:57:12
6
0
What's the default order of linux sort?
For a long period I think the default behavior of sort program is using ASCII. However, when I input the following lines into sort without any arguments: # @ I got: @ # But according to the ASCII, # is 35 and @ is 64. Another example is: A a And the output is: a A A...
linux
null
null
null
null
07/19/2012 11:40:42
off topic
What's the default order of linux sort? === For a long period I think the default behavior of sort program is using ASCII. However, when I input the following lines into sort without any arguments: # @ I got: @ # But according to the ASCII, # is 35 and @ is 64. Another example is: A ...
2
9,667,011
03/12/2012 12:28:29
1,264,074
03/12/2012 12:17:54
1
0
Hotel booking: 5 days flat rate, each additional day 20% off.
I am a University student, and i have to create a solution on excel for a scenario. The scenario is in regards to booking for a hotel where 1-5 days costs $100.00 per day, and each additional day is discounted by %20. For example, 5 days will cost $500.00, 6 days $580.00, 7 days $680.00 and so on. I need to wri...
excel
if-statement
vb
discount
null
03/12/2012 14:07:28
not a real question
Hotel booking: 5 days flat rate, each additional day 20% off. === I am a University student, and i have to create a solution on excel for a scenario. The scenario is in regards to booking for a hotel where 1-5 days costs $100.00 per day, and each additional day is discounted by %20. For example, 5 days will cost $...
1
8,100,878
11/11/2011 22:45:54
191,338
10/16/2009 17:19:15
76
3
Apache httpd - how to figure which server is the request going to
I am new to httpd. I have single Apache httpd server running, and is load balancing JBoss servers. Round robin, non-sticky bit configuration. I need to find out which of the JBoss servers is getting the request. I can't log to each JBoss servers, but, can log on to the httpd server. How do I do that? Thank you. ...
httpd
mod-jk
null
null
null
null
open
Apache httpd - how to figure which server is the request going to === I am new to httpd. I have single Apache httpd server running, and is load balancing JBoss servers. Round robin, non-sticky bit configuration. I need to find out which of the JBoss servers is getting the request. I can't log to each JBoss servers, bu...
0
8,490,504
12/13/2011 14:05:17
485,498
10/24/2010 08:50:27
1,228
18
Is a stack necessary?
My limited understanding of the stack/heap is that reference types are put onto the heap (dynamically allocated), and value types are put on the stack. Theoretically (as in a theoretical machine, compiler, programming language), is the stack a necessity? Couldn't all memory be placed onto the heap?
stack
computer-science
heap
null
null
12/13/2011 14:18:36
off topic
Is a stack necessary? === My limited understanding of the stack/heap is that reference types are put onto the heap (dynamically allocated), and value types are put on the stack. Theoretically (as in a theoretical machine, compiler, programming language), is the stack a necessity? Couldn't all memory be placed onto ...
2
7,256,613
08/31/2011 11:59:18
911,669
08/25/2011 09:18:36
11
0
Chromium extension animated gif icon
is there any way to set animated gif as icon in chromium extension. I found sample http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/pageAction/set_icon/ but this is manual animation
animation
icons
gif
chromium
null
null
open
Chromium extension animated gif icon === is there any way to set animated gif as icon in chromium extension. I found sample http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/pageAction/set_icon/ but this is manual animation
0
7,073,158
08/16/2011 02:54:12
264,950
02/03/2010 03:58:00
358
3
do you know any alternative port number for zend server?
do you know any alternative port number for zend server ? because my port 80 is already occupied by xampp <?php echo "help me install"; ?>
php
zend-framework
zend-server
null
null
null
open
do you know any alternative port number for zend server? === do you know any alternative port number for zend server ? because my port 80 is already occupied by xampp <?php echo "help me install"; ?>
0
11,485,725
07/14/2012 17:08:34
908,621
08/23/2011 22:57:58
774
46
NSRegularExpression memory hog
I have been trying to bring down the memory usage of my app, and after profiling it turns out that NSRegularExpression is quite a memory hog. One of my fistMatchInString calls (the first one?) allocates 1 MB of memory which is never released. And each call to firstMatchInString leaks a "NSConcreteValue" (whatever th...
ios
memory-leaks
nsregularexpression
null
null
null
open
NSRegularExpression memory hog === I have been trying to bring down the memory usage of my app, and after profiling it turns out that NSRegularExpression is quite a memory hog. One of my fistMatchInString calls (the first one?) allocates 1 MB of memory which is never released. And each call to firstMatchInString le...
0
11,154,958
06/22/2012 11:02:50
1,407,789
05/21/2012 11:53:42
6
1
Error in Blackberry code(Null pointer exception)
This is my simple code. I have an issue with it.It giving me null pointer exception. Can Anybody tell me why it is giving me error "NULL Pointer exception"? I cant understand it. Please reply your thought about it. public final class MyScreen extends MainScreen implements FieldChangeListener {...
blackberry
nullpointerexception
null
null
null
06/22/2012 17:14:33
too localized
Error in Blackberry code(Null pointer exception) === This is my simple code. I have an issue with it.It giving me null pointer exception. Can Anybody tell me why it is giving me error "NULL Pointer exception"? I cant understand it. Please reply your thought about it. public final class MyScreen ex...
3
6,386,436
06/17/2011 13:26:48
49,850
12/29/2008 14:44:34
688
35
How handle priority for subdirectories in Makefile.am
I am having a problem with a Makefile.am file (automake file). Here an extract of the Makefile.am in the root directory: SUBDIRS = $(lib_dir) \ src The problem is that make tries to build src before the lib_dir. Is there a way to define priority for the subdirectories builds?
makefile
autoconf
automake
null
null
06/17/2011 22:22:55
too localized
How handle priority for subdirectories in Makefile.am === I am having a problem with a Makefile.am file (automake file). Here an extract of the Makefile.am in the root directory: SUBDIRS = $(lib_dir) \ src The problem is that make tries to build src before the lib_dir. Is there a way to ...
3
10,106,941
04/11/2012 13:31:02
1,326,650
04/11/2012 13:08:21
1
0
EmailComposer Plugin is not working with Xcode 3.2.6 and Cordova 1.5.0
I need your help with getting the EmailComposer plugin to work with Cordova 1.5.0 on Xcode 3.2.6. I did everything I read: 1. Added the .m and .h files to the plugins folder (By dragging the files to folder in Xcode and also by adding existing files to the folder). 2. Added the .js file to the www folder, by add...
xcode
phonegap
cordova
null
null
null
open
EmailComposer Plugin is not working with Xcode 3.2.6 and Cordova 1.5.0 === I need your help with getting the EmailComposer plugin to work with Cordova 1.5.0 on Xcode 3.2.6. I did everything I read: 1. Added the .m and .h files to the plugins folder (By dragging the files to folder in Xcode and also by adding exis...
0
10,369,226
04/29/2012 02:28:41
1,347,783
04/21/2012 02:52:19
8
0
AS3 How to simulate the throwing of something?
So I have started this game, and the premise is you are going to be running around, and balls are going to be thrown from the sides of the screens. You have to try to dodge the balls. What I want to know is how do you make the balls act like they are actually being thrown. Like what would be the formula or whatever for...
actionscript-3
flash-cs5
null
null
null
04/30/2012 05:33:48
not a real question
AS3 How to simulate the throwing of something? === So I have started this game, and the premise is you are going to be running around, and balls are going to be thrown from the sides of the screens. You have to try to dodge the balls. What I want to know is how do you make the balls act like they are actually being th...
1
2,271,641
02/16/2010 09:06:22
196,517
10/26/2009 09:04:38
53
0
How can I bookmark a video from other site to youtube ?
How can I bookmark a video from other site to youtube ?
youtube
null
null
null
null
null
open
How can I bookmark a video from other site to youtube ? === How can I bookmark a video from other site to youtube ?
0
11,371,396
07/07/2012 00:50:03
1,502,541
07/04/2012 21:51:14
3
0
PHP - Execute PHP Script On Page Load?
I'm wanting a PHP script which adds one every time to the database when the page is loaded, which executes the PHP script. Kind of like a sales counter script, which increments by one when the page loads. Let's say, when the user is resubmitted back to the site via Paypal they load the page thankyou.php which on lo...
php
sql
script
count
counter
07/10/2012 04:32:00
not constructive
PHP - Execute PHP Script On Page Load? === I'm wanting a PHP script which adds one every time to the database when the page is loaded, which executes the PHP script. Kind of like a sales counter script, which increments by one when the page loads. Let's say, when the user is resubmitted back to the site via Paypal...
4
8,446,230
12/09/2011 13:35:30
777,843
05/31/2011 14:23:48
1
1
PrintDocument scale to fit page
Let’s say I have a PrintDocument with unknown number of pages. How could I scale it to fit everything on one page?
c#
printing
printdocument
null
null
12/09/2011 15:34:54
not a real question
PrintDocument scale to fit page === Let’s say I have a PrintDocument with unknown number of pages. How could I scale it to fit everything on one page?
1
2,362,008
03/02/2010 09:19:26
284,253
03/02/2010 09:14:39
1
0
compare two images pixel by pixel in java programming
hii to all I m doing a final year project on data extraction from an image for that purpose i want to know how, can I compare two images pixel by pixel in java can any body give me answer plz its important to me also code plz if possible
java
null
null
null
null
06/18/2011 15:00:46
not a real question
compare two images pixel by pixel in java programming === hii to all I m doing a final year project on data extraction from an image for that purpose i want to know how, can I compare two images pixel by pixel in java can any body give me answer plz its important to me also code plz if possible
1
10,009,445
04/04/2012 10:37:00
1,312,388
04/04/2012 08:58:13
1
0
Bug with 'Region' in 'Sign Up for Facebook Credits'
I try register my company to be able to use the credits for my application, in application settings, but I keep getting an error "Please only use English characters for Company Region". I learned that this is a bug http://developers.facebook.com/bugs/313525032022386/?browse=search_4f2f6b7e127b69f18406969, the last Upda...
facebook
registration
facebook-credits
null
null
null
open
Bug with 'Region' in 'Sign Up for Facebook Credits' === I try register my company to be able to use the credits for my application, in application settings, but I keep getting an error "Please only use English characters for Company Region". I learned that this is a bug http://developers.facebook.com/bugs/313525032022...
0
4,510,861
12/22/2010 15:46:20
175,976
09/19/2009 16:57:18
507
21
How can I find the jdbc connection timeout of a hibernate session
I currently have a long running thread which uses a hibernate session to perform many updates. We currently have our c3p0 connection timeout set to 20 minutes and it's timing out sometimes because of the number of updates we're performing. The solution I have is to periodically return the connection to the pool v...
hibernate
jdbc
null
null
null
null
open
How can I find the jdbc connection timeout of a hibernate session === I currently have a long running thread which uses a hibernate session to perform many updates. We currently have our c3p0 connection timeout set to 20 minutes and it's timing out sometimes because of the number of updates we're performing. The...
0
5,715,897
04/19/2011 11:51:19
271,106
02/11/2010 13:42:22
1,363
97
NHibernate Joined-Subclass Get Problem
I have the following mapped classes: <class name="Company" table="Company"> <id name="ID" column="CompanyID"> <generator class="native"/> </id> <joined-subclass name="CompanyAccounting" table="company_accounting" lazy="true"> <key column="CompanyID"/> </joined-subclass> <joined-subc...
nhibernate
query
inheritance
nhibernate-mapping
null
null
open
NHibernate Joined-Subclass Get Problem === I have the following mapped classes: <class name="Company" table="Company"> <id name="ID" column="CompanyID"> <generator class="native"/> </id> <joined-subclass name="CompanyAccounting" table="company_accounting" lazy="true"> <key column="CompanyI...
0
9,148,682
02/05/2012 11:00:58
1,157,372
01/18/2012 23:27:34
3
0
Sending foreign characters in c
I tested this but it won't work. The foreign characters get lost. char message = "stringtobesendedwithforeigncharacters도쿄"; t = 39; while(curler < t) { r = send(sockfd, message, t, 0); if(r > 0) { curler += r; } } What's the easiest way to do this?
c
utf-8
send
null
null
null
open
Sending foreign characters in c === I tested this but it won't work. The foreign characters get lost. char message = "stringtobesendedwithforeigncharacters도쿄"; t = 39; while(curler < t) { r = send(sockfd, message, t, 0); if(r > 0) { curler += r; } } ...
0
924,089
05/29/2009 02:00:19
4,928
09/06/2008 18:16:34
677
17
What are some good resources for learning how to write a debugger
There seems to be a [lot of good references][1] for learning how to write a compiler. But I haven't been able to find much in the way of how to write a debugger. Is each debugger completely unique, or are there common techniques used to implement them? I'm particularly interested in debugging interpreted languages, but...
debugging
resources
implementation
education
null
11/29/2011 14:51:56
not constructive
What are some good resources for learning how to write a debugger === There seems to be a [lot of good references][1] for learning how to write a compiler. But I haven't been able to find much in the way of how to write a debugger. Is each debugger completely unique, or are there common techniques used to implement th...
4
6,423,670
06/21/2011 10:14:43
590,157
01/26/2011 05:44:26
21
0
MYSQL dynamic crosstab question
Newbie here. I'm using codeigniter and mysql How can I dynamically (number of names may change) convert table from: +------+-------+-------+ | date | name | value | +------+-------+-------+ | 06-01| A | 1 | | 06-02| A | 2 | | 06-02| B | 3 | | 06-03| ...
php
mysql
codeigniter
pivot
crosstab
null
open
MYSQL dynamic crosstab question === Newbie here. I'm using codeigniter and mysql How can I dynamically (number of names may change) convert table from: +------+-------+-------+ | date | name | value | +------+-------+-------+ | 06-01| A | 1 | | 06-02| A | 2 | | 0...
0
4,839,303
01/29/2011 20:41:35
180,783
09/28/2009 22:58:27
718
7
Convert image sequence to lossless movie
I have a sequence of images in TIF format, and I would like to create a movie at a fixed FPS (say 10 images per second) and that is lossless. Is there an easy way to do that? I've been trying with `convert` from Imagemagick, and `ffmpeg`, but I just can't figure out what settings to use to avoid any compression.
ffmpeg
imagemagick
movie
null
null
11/16/2011 17:30:32
off topic
Convert image sequence to lossless movie === I have a sequence of images in TIF format, and I would like to create a movie at a fixed FPS (say 10 images per second) and that is lossless. Is there an easy way to do that? I've been trying with `convert` from Imagemagick, and `ffmpeg`, but I just can't figure out what se...
2
9,179,735
02/07/2012 16:16:33
1,195,098
02/07/2012 16:07:35
1
0
SFTP and Compression
All, I'm looking for a tool (open-source if possible) which can sit on a remote (Win 2k8) machine and decompress, decrypt via SFTP and monitor directories/move files. Is there a single tool which can do this or will I need a combination (WatchDirectory, PuTTY etc... Cheers
compression
sftp
decompression
null
null
02/07/2012 18:21:47
off topic
SFTP and Compression === All, I'm looking for a tool (open-source if possible) which can sit on a remote (Win 2k8) machine and decompress, decrypt via SFTP and monitor directories/move files. Is there a single tool which can do this or will I need a combination (WatchDirectory, PuTTY etc... Cheers
2
5,101,172
02/24/2011 06:26:01
573,604
01/13/2011 02:37:32
6
2
Why is the keyboard not showing when view loads?
I have this code in my viewdidload: [_txtName setDelegate:self]; [_txtName becomeFirstResponder]; _txtName.enabled = YES; _txtName.text = @""; But when my view loads, the keyboard does not show, any idea why? _txtName is the UITextField
uitextfield
null
null
null
null
null
open
Why is the keyboard not showing when view loads? === I have this code in my viewdidload: [_txtName setDelegate:self]; [_txtName becomeFirstResponder]; _txtName.enabled = YES; _txtName.text = @""; But when my view loads, the keyboard does not show, any idea why? _txtName is the UITextField
0
10,228,660
04/19/2012 13:00:54
762,063
05/20/2011 02:50:58
16
2
Recommendation for HTML and PDF Scraping tool in .NET
I am looking for a scrapping tool for HTML and PDF documents. Documents are mainly receipts that needs to be scrapped to extract some information and export to XML. I am preferably interested in any .NET based solution that provides plug-in feature so that i can hook my own code if needed. But still it should serve ...
pdf
screen-scraping
web-scraping
null
null
null
open
Recommendation for HTML and PDF Scraping tool in .NET === I am looking for a scrapping tool for HTML and PDF documents. Documents are mainly receipts that needs to be scrapped to extract some information and export to XML. I am preferably interested in any .NET based solution that provides plug-in feature so that i...
0
3,848,708
10/03/2010 05:28:23
458,502
09/26/2010 03:32:57
59
7
whats the best way to secure content on another web site / subdomain of a public facing web site?
I have a public facing web site living at www.somedomain.com. This web site renders pages with links to images that live at photos.somedomain.com. All users that view images on www.somedomain.com must be authenticated with forms authentication and they are authenticated by the asp.net membership provider running in t...
security
iis
authentication
authorization
null
12/03/2011 07:05:09
too localized
whats the best way to secure content on another web site / subdomain of a public facing web site? === I have a public facing web site living at www.somedomain.com. This web site renders pages with links to images that live at photos.somedomain.com. All users that view images on www.somedomain.com must be authenticat...
3
3,886,524
10/07/2010 23:02:08
469,694
10/07/2010 23:02:08
1
0
Hosting Student Projects on IIS7 in cloud
I am planning to teach an ASP.NET MVC course some time. I would like to host the students project's on a web server accessible via internet. To this effect I am planning to rent a Windows machine on Amazon ec2. The students will be uploading their ASP.NET Websites so that they can see their projects online and allow ot...
iis
iis7
iis6
cloud-hosting
null
null
open
Hosting Student Projects on IIS7 in cloud === I am planning to teach an ASP.NET MVC course some time. I would like to host the students project's on a web server accessible via internet. To this effect I am planning to rent a Windows machine on Amazon ec2. The students will be uploading their ASP.NET Websites so that ...
0
2,728,580
04/28/2010 10:23:14
327,750
04/28/2010 10:23:14
1
0
exit from a stored procedure
i hv some loop and a condition..if codition is match then i want to stop or exit from the stored procedure..how to do that? while @@fetch_status=0 begin if x=0 'exit stored procedure end
stored-procedure
null
null
null
null
null
open
exit from a stored procedure === i hv some loop and a condition..if codition is match then i want to stop or exit from the stored procedure..how to do that? while @@fetch_status=0 begin if x=0 'exit stored procedure end
0
6,017,534
05/16/2011 12:41:56
755,636
05/16/2011 12:41:56
1
0
display data from more than one table
I am learning cakephp and doing an example.I have many tables in my database such as User,Post,Comment,Friend,Photo and each table has a foreign key user_id.Now I want to display user's photo,his/her friend's posts, comments on those posts,user's friends etc like any social networking site after successfull login.can a...
cakephp
null
null
null
null
null
open
display data from more than one table === I am learning cakephp and doing an example.I have many tables in my database such as User,Post,Comment,Friend,Photo and each table has a foreign key user_id.Now I want to display user's photo,his/her friend's posts, comments on those posts,user's friends etc like any social ne...
0
5,026,169
02/17/2011 07:25:15
293,358
03/14/2010 11:37:46
205
3
Java API to Split Oggs
I'm looking for a Java API to split Ogg vorbis files. JCraft seems good for playing oggs; seems like there should be a good way to utilize that to split them, but I don't see any documentation on the topic, and wouldn't really know where to start to accomplish that in JOrbis. Does anyone know of any such librarie...
java
audio
ogg
null
null
null
open
Java API to Split Oggs === I'm looking for a Java API to split Ogg vorbis files. JCraft seems good for playing oggs; seems like there should be a good way to utilize that to split them, but I don't see any documentation on the topic, and wouldn't really know where to start to accomplish that in JOrbis. Does anyo...
0
10,025,240
04/05/2012 08:35:00
1,161,553
01/20/2012 22:04:36
1
0
WBXML Parser/decoder
As the title suggest I'm looking for a WBXML Parser/decoder for Java(+Android) that follow version 1.3. I could even consider calling native code if that's necessarily. Thanks.
java
android
wbxml
null
null
null
open
WBXML Parser/decoder === As the title suggest I'm looking for a WBXML Parser/decoder for Java(+Android) that follow version 1.3. I could even consider calling native code if that's necessarily. Thanks.
0
8,189,690
11/18/2011 21:59:37
838,123
07/11/2011 02:10:28
105
0
How should I go about making a Digital magazine
I'm a iOS developer looking to make a digital magazine and my dilemma is to make one by scratch using Xcode sdk iOS 5 or look to invest into Digital publishing software (Quark Express or Adobe Digital publishing suite)? I would prefer to make it using Xcode sdk iOS but is it worth it when there seems to be some nice so...
xcode
ipad
ios5
iphone-sdk-5.0
null
12/09/2011 00:28:02
off topic
How should I go about making a Digital magazine === I'm a iOS developer looking to make a digital magazine and my dilemma is to make one by scratch using Xcode sdk iOS 5 or look to invest into Digital publishing software (Quark Express or Adobe Digital publishing suite)? I would prefer to make it using Xcode sdk iOS b...
2
1,106,797
07/09/2009 22:35:19
135,949
07/09/2009 22:35:19
1
0
Make one field of Gridview the select link?
In ASP.NET 3.5, you can assign a Select link and change what the link actually displays. But can you you assign one of the fields in the gridview to act as a select button? For instance, all my records have a "SAMPLE ID" Field. It would be great to have each unique SAMPLE ID be a link that goes to the details view. ...
asp.net
gridview
c#
select
field
null
open
Make one field of Gridview the select link? === In ASP.NET 3.5, you can assign a Select link and change what the link actually displays. But can you you assign one of the fields in the gridview to act as a select button? For instance, all my records have a "SAMPLE ID" Field. It would be great to have each unique SA...
0
11,648,866
07/25/2012 11:39:03
1,354,853
04/24/2012 22:31:06
72
1
Use windows or linux to start work with Ruby On Rails?
I'm new to Ruby On Rails and I want to know which is better to use for work with it. Windows or Linux. I've never worked with Linux before but I heard It's better to work with it. Is it necessary for someone like me to install linux or I can use windows and the results will be same with linux?
ruby-on-rails
ruby
ruby-on-rails-3.1
null
null
null
open
Use windows or linux to start work with Ruby On Rails? === I'm new to Ruby On Rails and I want to know which is better to use for work with it. Windows or Linux. I've never worked with Linux before but I heard It's better to work with it. Is it necessary for someone like me to install linux or I can use windows and th...
0
10,649,555
05/18/2012 08:53:55
1,402,907
05/18/2012 08:42:29
1
0
Can VBA be used to check whether a workbook specified using a named range is open?
I've tried to scrabble together several other pieces of VBA to achieve this, but am a beginner with the language so have had no luck. I would like to use VBA to achieve the following: - Run the below on load: - Check whether another workbook is currently open. This workbook is specified by a named range (input_shee...
excel
vba
workbook
null
null
null
open
Can VBA be used to check whether a workbook specified using a named range is open? === I've tried to scrabble together several other pieces of VBA to achieve this, but am a beginner with the language so have had no luck. I would like to use VBA to achieve the following: - Run the below on load: - Check whether ano...
0
8,289,025
11/27/2011 21:04:38
964,249
09/26/2011 01:41:47
6
0
page_proxy and Invalid or no certificate authority error
I am getting this error in my error.log files. What does it mean? And what ip is 10.12.42.10 ? [Sun Nov 27 12:59:42 2011] [error] [client 10.12.42.10] Invalid or no certificate authority found, using bundled information, referer: http://static.ak.facebook.com/platform/page_proxy.php?v=4
certificate
null
null
null
null
03/29/2012 08:33:57
too localized
page_proxy and Invalid or no certificate authority error === I am getting this error in my error.log files. What does it mean? And what ip is 10.12.42.10 ? [Sun Nov 27 12:59:42 2011] [error] [client 10.12.42.10] Invalid or no certificate authority found, using bundled information, referer: http://static.ak.facebo...
3
448,258
01/15/2009 20:03:52
40,007
11/23/2008 01:54:52
1,029
35
Calling virtual method in base class constructor
I know that calling a virtual method from a base class constructor can be dangerous since the child class might not be in a valid state. (at least in C#) My question is what if the virtual method is the one who initializes the state of the object ? Is it good practice or should it be a two step process, first to cre...
c#
.net
oop
java
c++
null
open
Calling virtual method in base class constructor === I know that calling a virtual method from a base class constructor can be dangerous since the child class might not be in a valid state. (at least in C#) My question is what if the virtual method is the one who initializes the state of the object ? Is it good pra...
0
8,405,028
12/06/2011 18:41:11
1,026,343
11/02/2011 19:07:35
6
0
pass variable from php scope to another php scope in same page
i want to get a value of variable stored in another php scope <?php $count=3; ?> <?php echo($count);//does not print the value ?> the 2 php scopes are in the same page
php
scopes
null
null
null
12/07/2011 00:49:25
too localized
pass variable from php scope to another php scope in same page === i want to get a value of variable stored in another php scope <?php $count=3; ?> <?php echo($count);//does not print the value ?> the 2 php scopes are in the same page
3
130,800
09/25/2008 00:30:34
14,022
09/16/2008 21:44:13
28
14
Data visualization in desktop applications
I would like to create data visualizations in desktop apps, using frameworks, languages and libraries that help with this kind of task. Visualizations should be interactive: clickable, draggable, customizable, animated... What I would like to create is something similar to the examples seen here: http://www.visualco...
c#
.net
c++
mfc
visualization
null
open
Data visualization in desktop applications === I would like to create data visualizations in desktop apps, using frameworks, languages and libraries that help with this kind of task. Visualizations should be interactive: clickable, draggable, customizable, animated... What I would like to create is something simila...
0
9,202,105
02/08/2012 21:54:31
1,195,959
02/07/2012 23:33:49
1
0
Math in Javascript - Simple Multiplcation
Ok, so our assignment is this: "Paul’s Paint store wants you to create a screen to calculate the cost of painting for his employees. The following is the specifications and screen prints of how Paul wants his application to work. Prompt your user to enter the number of square feet to be painted. You are charging 8 ...
javascript
homework
null
null
null
02/09/2012 08:30:07
too localized
Math in Javascript - Simple Multiplcation === Ok, so our assignment is this: "Paul’s Paint store wants you to create a screen to calculate the cost of painting for his employees. The following is the specifications and screen prints of how Paul wants his application to work. Prompt your user to enter the number of ...
3
11,312,967
07/03/2012 14:21:46
1,405,409
05/19/2012 17:36:48
1
0
Custom calendar on winfrom c#
Could someone could explain how to insert this into Tabpage and how that import to c# ? [Link][1] [1]: http://www.daypilot.org/demo/Month/
c#
calendar
null
null
null
07/03/2012 17:58:57
not a real question
Custom calendar on winfrom c# === Could someone could explain how to insert this into Tabpage and how that import to c# ? [Link][1] [1]: http://www.daypilot.org/demo/Month/
1
5,882,236
05/04/2011 10:49:18
251,569
01/15/2010 14:01:40
457
21
Problem with JavaScript alert on button click
I have next code: if (GetSelectedUsers().Count() > 0) { string script = "alert('not show this message');"; System.Web.UI.ScriptManager.RegisterClientScriptBlock(btnActivateDeactivate, this.GetType(), "Test", script, true); Response.Redirect("FUserManagement...
c#
javascript
asp.net
null
null
null
open
Problem with JavaScript alert on button click === I have next code: if (GetSelectedUsers().Count() > 0) { string script = "alert('not show this message');"; System.Web.UI.ScriptManager.RegisterClientScriptBlock(btnActivateDeactivate, this.GetType(), "Test", script, tru...
0
5,208,925
03/06/2011 05:35:17
646,680
03/06/2011 05:35:17
1
0
security through obscurity
The aphorism "security through obscurity" suggests that hiding information provides some level of security. Give an example of a situation in which hiding information does not add appreciably to the security of a system. Then give an example of a situation in which it does.
security
null
null
null
null
03/06/2011 05:37:22
not a real question
security through obscurity === The aphorism "security through obscurity" suggests that hiding information provides some level of security. Give an example of a situation in which hiding information does not add appreciably to the security of a system. Then give an example of a situation in which it does.
1
7,782,941
10/16/2011 07:27:38
671,805
03/22/2011 18:53:15
1
0
Gaussian Noise in emgucv
How can I add gaussian noise ( with a particular mean and variance ) to an image using emgucv ?
emgucv
gaussian
null
null
null
null
open
Gaussian Noise in emgucv === How can I add gaussian noise ( with a particular mean and variance ) to an image using emgucv ?
0
2,184,778
02/02/2010 14:36:17
258,863
01/25/2010 23:16:58
5
0
Android Navigation Bar Top
How can i make a Navigation Bar at the top of my application? I would like something like the top bar in the photo: [link text][1] [1]: http://blog.podgrove.com/iph-1.jpg
android
uinavigationbar
null
null
null
null
open
Android Navigation Bar Top === How can i make a Navigation Bar at the top of my application? I would like something like the top bar in the photo: [link text][1] [1]: http://blog.podgrove.com/iph-1.jpg
0
11,164,620
06/22/2012 21:52:25
1,476,006
06/22/2012 21:45:09
1
0
How to differ these two functions with each other in python
def test1(): return a() def test2(x): return x So my question is how to define function a() to make and test2 differ with each other?
python
function
null
null
null
06/22/2012 23:15:08
not a real question
How to differ these two functions with each other in python === def test1(): return a() def test2(x): return x So my question is how to define function a() to make and test2 differ with each other?
1
8,943,894
01/20/2012 15:39:11
283,538
03/01/2010 10:53:04
925
20
warm up solutions for asp.net (mvc) sites
I understand that the page load of asp.net (mvc 2.0ish) sites can suffer for many reasons after some idle time. There are some free and commercial solutions that hit such sites in time intervals to prevent this. Am I right in assuming that these solutions only help in speeding up the page load of the main/home p...
asp.net
asp.net-mvc
null
null
null
null
open
warm up solutions for asp.net (mvc) sites === I understand that the page load of asp.net (mvc 2.0ish) sites can suffer for many reasons after some idle time. There are some free and commercial solutions that hit such sites in time intervals to prevent this. Am I right in assuming that these solutions only help ...
0
10,989,238
06/12/2012 00:40:57
1,420,724
05/27/2012 23:42:53
16
1
Center align image within div horizontally
This is probably a stupid question but since the usual ways of center aligning an image are not working i thought id ask. How can I center align (horizontally) the image inside its container div? Heres the HTML: <div id="artiststhumbnail"> <a href="'.$row['artisturl'].'"> <!--image here--> <im...
html
css
null
null
null
null
open
Center align image within div horizontally === This is probably a stupid question but since the usual ways of center aligning an image are not working i thought id ask. How can I center align (horizontally) the image inside its container div? Heres the HTML: <div id="artiststhumbnail"> <a href="'.$row[...
0
7,993,980
11/03/2011 11:19:09
795,607
06/13/2011 08:25:05
6
0
Windows Phone Mango : Has anyone seen Bing Search Extras in action?
The new feature Bing search extras, provides deep integration with your applications so that user's search could be re-directed to your application. Microsoft has published detailed how-tos: http://msdn.microsoft.com/en-us/library/hh286420(v=VS.92).aspx And you would watch video here to witness the demostration: ...
windows-phone-7
silverlight-4.0
null
null
null
11/22/2011 06:52:35
not constructive
Windows Phone Mango : Has anyone seen Bing Search Extras in action? === The new feature Bing search extras, provides deep integration with your applications so that user's search could be re-directed to your application. Microsoft has published detailed how-tos: http://msdn.microsoft.com/en-us/library/hh286420(v=VS...
4
8,161,455
11/17/2011 02:43:05
714,232
04/18/2011 22:14:24
31
1
Hg-Git and the Current Version (2) of Mercurial?
Any compatibility or stability issues with using Hg-Git with version 2 of Mercurial? I am tempted to use Hg-Git to allow me to use Hg but use Github as my repository. Most web chatter about both seems to be about earlier versions. Any current stability or compatibility concerns? Thanks.
git
version-control
mercurial
github
hg-git
11/18/2011 03:31:19
too localized
Hg-Git and the Current Version (2) of Mercurial? === Any compatibility or stability issues with using Hg-Git with version 2 of Mercurial? I am tempted to use Hg-Git to allow me to use Hg but use Github as my repository. Most web chatter about both seems to be about earlier versions. Any current stability or compatibil...
3
9,921,019
03/29/2012 07:39:01
1,027,167
11/03/2011 07:48:28
471
34
use css for alignment and filling
I want to have a div that contains two other divs, a top div and a bottom div. The top div should be aligned to the top and have a auto-height, which depends on the content of the top div. The bottom div should fill out the empty area of the parent div. I would like to make the alignment only with the use of CSS. I ...
javascript
css
positioning
alignment
null
null
open
use css for alignment and filling === I want to have a div that contains two other divs, a top div and a bottom div. The top div should be aligned to the top and have a auto-height, which depends on the content of the top div. The bottom div should fill out the empty area of the parent div. I would like to make the...
0
4,561,750
12/30/2010 10:14:52
515,060
11/21/2010 11:50:46
1
0
whte is the best , use php framework or classec php code
i am use php to create many php site and sometime i use php frame work (codeigniter or cakephp) and sametime i dont use it and i write a clssec php code (use classes) without any framework now whate the best and the correct way use framework or write code from ziro
php
class
frameworks
null
null
12/31/2010 01:25:17
not constructive
whte is the best , use php framework or classec php code === i am use php to create many php site and sometime i use php frame work (codeigniter or cakephp) and sametime i dont use it and i write a clssec php code (use classes) without any framework now whate the best and the correct way use framework or wri...
4
4,117,659
11/07/2010 12:16:32
359,984
06/07/2010 01:56:25
42
6
Problem uploading iPad 4.2 app to Apple
I have two iPad apps prepared for version 4.2 with the new GM SDK. When I use Application Loader, the apps pass through all verification steps, and then I get an error: "An error occurred uploading to the iTunes store" Nothing else. I get this on both the HD-lite and HD versions. Is Apple not accepting these...
ipad
sdk
apple
itunes
null
06/02/2012 03:30:28
too localized
Problem uploading iPad 4.2 app to Apple === I have two iPad apps prepared for version 4.2 with the new GM SDK. When I use Application Loader, the apps pass through all verification steps, and then I get an error: "An error occurred uploading to the iTunes store" Nothing else. I get this on both the HD-lite a...
3
11,090,325
06/18/2012 20:12:20
1,419,339
05/26/2012 18:05:50
6
0
Assistance with mysql
Can someone please explain how I can make a MySQL database then a user enters stuff in a form and it goes to MySQL and then when they login the page can echo the info they had entered before
php
mysql
sql
database
php5
06/19/2012 04:57:47
not a real question
Assistance with mysql === Can someone please explain how I can make a MySQL database then a user enters stuff in a form and it goes to MySQL and then when they login the page can echo the info they had entered before
1
9,543,877
03/03/2012 05:53:32
135,852
07/09/2009 19:03:13
693
22
Any .net implementation of MailDir specification
or perhaps a newer spec as maildir is rather dated I found some references to mbox but a search on mbox and mailbox proved futile
.net
email
maildir
null
null
03/12/2012 21:44:57
not constructive
Any .net implementation of MailDir specification === or perhaps a newer spec as maildir is rather dated I found some references to mbox but a search on mbox and mailbox proved futile
4
5,785,608
04/26/2011 03:32:11
34,537
11/05/2008 03:00:23
8,746
154
copy or load sqlite db in memory? C#?
Theres a few dozen sqlite files i need to process and they are taking a few minutes each. Is there a way to copy or load the db into memory? IO (specifically reads as no writes are being code) is the bottleneck taking up 70% of the time. Is there a short/quick solution i can use? Note: It will finish in <40minutes ...
c#
sqlite
null
null
null
null
open
copy or load sqlite db in memory? C#? === Theres a few dozen sqlite files i need to process and they are taking a few minutes each. Is there a way to copy or load the db into memory? IO (specifically reads as no writes are being code) is the bottleneck taking up 70% of the time. Is there a short/quick solution i ca...
0
225,772
10/22/2008 13:41:07
27,439
10/13/2008 14:32:21
508
33
Compare two MySQL databases
I have a database in MySQL that I am currently developing. I have a copy of this database on my development machine which I modify as fast as I develop and a copy on a test server. My question is: Is there a way to compare the two instances of the database to see if there was any changes? Its not a real problem t...
mysql
diff
database
null
null
07/03/2012 14:30:47
not constructive
Compare two MySQL databases === I have a database in MySQL that I am currently developing. I have a copy of this database on my development machine which I modify as fast as I develop and a copy on a test server. My question is: Is there a way to compare the two instances of the database to see if there was any cha...
4
7,364,119
09/09/2011 15:39:29
529,024
12/03/2010 06:47:24
107
4
How to use SpannableString with Regex in android?
I am trying to color part of a string using spannableString and regular expressions in Android using this function: public static String StringReplace(String source) { String find = "ABC"; SpannableString replace = new SpannableString(find); replace.setSpan(new ForegroundColorSpan...
java
android
regex
null
null
null
open
How to use SpannableString with Regex in android? === I am trying to color part of a string using spannableString and regular expressions in Android using this function: public static String StringReplace(String source) { String find = "ABC"; SpannableString replace = new SpannableString(find);...
0
3,863,674
10/05/2010 12:40:41
131,640
07/01/2009 11:19:16
884
20
Image Color Picking Script
I have a bunch of sports team logos. What I want to do is find the color that is used for the highest percentage of pixels. So, for the patriots logo below, I would pick out the blue or #000f47, as this is used for the highest percentage of pixels. Obviously I can eyeball each image, use the color picker tool in Gim...
image
image-processing
png
imagemagick
jpeg
null
open
Image Color Picking Script === I have a bunch of sports team logos. What I want to do is find the color that is used for the highest percentage of pixels. So, for the patriots logo below, I would pick out the blue or #000f47, as this is used for the highest percentage of pixels. Obviously I can eyeball each image, ...
0
8,218,521
11/21/2011 21:05:00
1,047,813
11/15/2011 14:48:18
22
0
Cakephp loadModel bindmodel not working
I have hasMany Through table which is Chats table with Chat model and I'm using loadModel in User controller to load Chat model then ran below query to bindModel with Chat.user_id and User.id : $this->loadModel('Chat'); $this->Chat->bindModel(array( 'belongsTo' => array( 'User' =>...
php
cakephp
null
null
null
null
open
Cakephp loadModel bindmodel not working === I have hasMany Through table which is Chats table with Chat model and I'm using loadModel in User controller to load Chat model then ran below query to bindModel with Chat.user_id and User.id : $this->loadModel('Chat'); $this->Chat->bindModel(array( ...
0
7,991,070
11/03/2011 06:34:30
1,025,124
11/02/2011 07:04:53
6
0
can cuda + thrust projects be splitted to more than 1 file
im building and project which uses both Thrust (cuda api) and openMP technologies.the main purpose of my program is to present an interface to calculate something , simultaneously speaking. in order to do that i've decided to use the STRATEGY design pattern , which basically means that we need to define a base class w...
cuda
thrust
null
null
null
null
open
can cuda + thrust projects be splitted to more than 1 file === im building and project which uses both Thrust (cuda api) and openMP technologies.the main purpose of my program is to present an interface to calculate something , simultaneously speaking. in order to do that i've decided to use the STRATEGY design patte...
0