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
9,143,270
02/04/2012 18:25:04
199,700
10/30/2009 14:43:43
1,541
30
How's my data structure?
I've put together a simple database for storing information on awards and nominations. I've tried to remove as much data redundancy as possible. Here's how it's presently looking: ![enter image description here][1] The reason for the Nominated table is that I realised that one nomination would have many nominees....
mysql
sql
database
database-design
data-structures
02/08/2012 06:45:09
off topic
How's my data structure? === I've put together a simple database for storing information on awards and nominations. I've tried to remove as much data redundancy as possible. Here's how it's presently looking: ![enter image description here][1] The reason for the Nominated table is that I realised that one nomina...
2
3,994,252
10/22/2010 05:50:40
244,118
01/05/2010 17:06:45
1
0
git precommit hook to ensure HEAD is up to date from master repo
I am moving my team over from an old CVS repository to using git. I was hoping to add in a precommit hook to ensure before a commit is done locally (and pushed) each person has an up to date repo. For instance, in CVS everyone would do a 'cvs up' before making changes, and then committing. I want to force it so peop...
git
hook
pre-commit-hook
null
null
null
open
git precommit hook to ensure HEAD is up to date from master repo === I am moving my team over from an old CVS repository to using git. I was hoping to add in a precommit hook to ensure before a commit is done locally (and pushed) each person has an up to date repo. For instance, in CVS everyone would do a 'cvs up' ...
0
10,621,936
05/16/2012 15:39:07
203,948
11/05/2009 18:36:57
585
2
iTextSharp exception: PDF header signature not found
I'm using iTextSharp to read the contents of PDF documents: PdfReader reader = new PdfReader(pdfPath); using (StringWriter output = new StringWriter()) { for (int i = 1; i <= reader.NumberOfPages; i++) output....
c#
.net
pdf
itextsharp
null
null
open
iTextSharp exception: PDF header signature not found === I'm using iTextSharp to read the contents of PDF documents: PdfReader reader = new PdfReader(pdfPath); using (StringWriter output = new StringWriter()) { for (int i = 1; i <= reade...
0
9,816,739
03/22/2012 05:08:03
1,200,334
02/09/2012 18:11:35
58
0
find files not equal to pattern
I want to find all files/dirs that are not equal to `.git*`, so I tried the following commands, but it has the opposite effect (it prints the paths that contain `.git`). $ find . ! -name "*.git" $ find . ! -name ".*.git" $ find . ! -name "*.git*" $ find . ! -regex "*.git" $ find . ! \( -name ...
osx
find
null
null
null
03/23/2012 17:44:12
off topic
find files not equal to pattern === I want to find all files/dirs that are not equal to `.git*`, so I tried the following commands, but it has the opposite effect (it prints the paths that contain `.git`). $ find . ! -name "*.git" $ find . ! -name ".*.git" $ find . ! -name "*.git*" $ find . ! -re...
2
10,016,852
04/04/2012 18:08:10
1,277,019
03/18/2012 14:43:47
1
0
Seeking LinkedList variant of fixed length, sort of
I know that the title doesn't really say what I'm actually looking for, as its hard to explain in few words. What I'm looking for is a Linked List variant for Java I can iterate over, but which has something of a fixed length in a way. You see, I want to track a ground path of simulated satellite in Kerbal Space ...
java
null
null
null
null
null
open
Seeking LinkedList variant of fixed length, sort of === I know that the title doesn't really say what I'm actually looking for, as its hard to explain in few words. What I'm looking for is a Linked List variant for Java I can iterate over, but which has something of a fixed length in a way. You see, I want to tr...
0
5,294,984
03/14/2011 05:12:13
510,555
11/17/2010 08:53:50
12
0
Is it possible to submit same app with different name?
Has anybody tried to submit the same app with different name to the app store? Assumed that the app is under the same iOS developer program account, and is not a lite version. Thanks ^m^
iphone
ios
apple
app-store
name
05/06/2012 19:50:20
off topic
Is it possible to submit same app with different name? === Has anybody tried to submit the same app with different name to the app store? Assumed that the app is under the same iOS developer program account, and is not a lite version. Thanks ^m^
2
10,956,819
06/08/2012 22:39:32
1,397,765
05/16/2012 05:40:23
7
0
Parse picture from HTML
I am trying to retrieve the image from this html data. <div class="image"> <a href="http://www.website.com/en/105/News/10217/"><img src="/images/cache/105x110/crop/images%7Ccms-image-000005554.gif" width="105" height="110" alt="kollsge (photo: author)" /></a> ...
html
image
parsing
null
null
null
open
Parse picture from HTML === I am trying to retrieve the image from this html data. <div class="image"> <a href="http://www.website.com/en/105/News/10217/"><img src="/images/cache/105x110/crop/images%7Ccms-image-000005554.gif" width="105" height="110" alt="kollsge (photo: auth...
0
312,003
11/23/2008 01:48:21
23,903
09/16/2008 16:05:24
647
25
What is the most ridiculous pessimization you've seen?
We all know that premature optimization is the root of all evil because it leads to unreadable/unmaintainable code. Even worse is pessimization, when someone implements an "optimization" because they *think* it will be faster, but it ends up being slower, as well as being buggy, unmaintainable, etc. What is the most ...
performance
optimization
fun
null
null
10/25/2011 15:30:27
not constructive
What is the most ridiculous pessimization you've seen? === We all know that premature optimization is the root of all evil because it leads to unreadable/unmaintainable code. Even worse is pessimization, when someone implements an "optimization" because they *think* it will be faster, but it ends up being slower, as ...
4
2,825,535
05/13/2010 09:09:51
225,872
12/06/2009 17:32:31
38
2
Emacs CEDET and system include paths
I'd like to add path to the openMPI library headers. So, after i found all openMPI headers are in /usr/lib/openmpi/include/* i added these two lines to my .emacs: (semantic-add-system-include "/usr/lib/openmpi/include" 'c-mode) (semantic-add-system-include "/usr/lib/openmpi/include" 'c++-mode) I think ...
emacs
cedet
null
null
null
null
open
Emacs CEDET and system include paths === I'd like to add path to the openMPI library headers. So, after i found all openMPI headers are in /usr/lib/openmpi/include/* i added these two lines to my .emacs: (semantic-add-system-include "/usr/lib/openmpi/include" 'c-mode) (semantic-add-system-include "/usr/l...
0
7,317,168
09/06/2011 08:43:57
585,919
01/22/2011 20:47:22
380
5
Mobile IP basics
I am a newbie in Mobile IP. Can somebody explain me the meaning of the phrase "changing the link-layer point of attachment to the Internet, yet without changing its IP address". Thanks in advance
mobile
null
null
null
null
09/06/2011 17:42:46
off topic
Mobile IP basics === I am a newbie in Mobile IP. Can somebody explain me the meaning of the phrase "changing the link-layer point of attachment to the Internet, yet without changing its IP address". Thanks in advance
2
9,954,837
03/31/2012 09:46:53
864,113
07/26/2011 18:57:53
13
2
Hash table in bynary file
There is a hash_table structure written by me. Hash_table stores huge structure, that keeps strings, numbers, other structures etc. I want dumping to file and pick up hash_table as fast as possible. If all data will be converted in string representation, it will not be effective. I can't invent format of binary file....
c
hashtable
binaryfiles
null
null
03/31/2012 10:00:46
not a real question
Hash table in bynary file === There is a hash_table structure written by me. Hash_table stores huge structure, that keeps strings, numbers, other structures etc. I want dumping to file and pick up hash_table as fast as possible. If all data will be converted in string representation, it will not be effective. I can'...
1
10,648,345
05/18/2012 07:20:36
1,324,419
04/10/2012 15:21:02
25
1
timer to count up the time and displaying from login onwards in jsp
In my application i want to show the timer to the end user from his login in to the application.i.e, Count time up only.. in jsp either using javascript or java code.. I want to display the time in multiple jsp pages till user log out of the application. So which is good using java code or java script?? Thanks i...
javascript
jsp
timer
stopwatch
null
05/18/2012 15:08:47
not a real question
timer to count up the time and displaying from login onwards in jsp === In my application i want to show the timer to the end user from his login in to the application.i.e, Count time up only.. in jsp either using javascript or java code.. I want to display the time in multiple jsp pages till user log out of the ap...
1
11,547,382
07/18/2012 17:50:15
665,578
03/18/2011 05:49:54
127
15
sublime - how to save file on close automatically
How do I configure Sublime 2 to save files automatically that I close? It should behave like, User opens file, makes edits, closes file, and the edits are automatically saved even though the user did not manually save the edited file. This is close, but I want it to save on file close rather than lose focus. ...
editor
text-editor
sublimetext2
null
null
null
open
sublime - how to save file on close automatically === How do I configure Sublime 2 to save files automatically that I close? It should behave like, User opens file, makes edits, closes file, and the edits are automatically saved even though the user did not manually save the edited file. This is close, but I want...
0
5,670,260
04/14/2011 22:04:28
682,216
03/29/2011 14:10:20
1
0
Android: Best way to automatic connect to a webservice, without user interaction
I am new in android development and I am doing an application that needs to auto-connect to a webservice every X amount of time. For example connect to retrieve data every 30 seconds, without the user's interaction. I tried with android.os.Handler but the problem with this Object is that it is running in the ui thre...
android
null
null
null
null
null
open
Android: Best way to automatic connect to a webservice, without user interaction === I am new in android development and I am doing an application that needs to auto-connect to a webservice every X amount of time. For example connect to retrieve data every 30 seconds, without the user's interaction. I tried with an...
0
1,169,527
07/23/2009 03:55:40
63,235
02/06/2009 08:35:13
913
1
Windows Forms class partial public issue
I am using VSTS 2008 + C# + .Net 2.0 to develop Windows Forms application. I found by default, the new Form we created will be marked as public partial. My concern is whether expose class as public has any security risks? Should we mark it as private? Any impact for functionality if we mark it as private? BTW: I ...
.net
c#
vsts2008
winforms
class
null
open
Windows Forms class partial public issue === I am using VSTS 2008 + C# + .Net 2.0 to develop Windows Forms application. I found by default, the new Form we created will be marked as public partial. My concern is whether expose class as public has any security risks? Should we mark it as private? Any impact for func...
0
7,795,318
10/17/2011 14:35:21
999,344
10/17/2011 14:23:58
1
0
Using Org-Mode With the Gnome 3 Calendar
Gnome 3 has [a beautiful calendar panel][1] that drops down from the menu bar, and includes a space for your upcoming appointments. By default this appointment manager reads from the calendar in Evolution Mail. I was curious as to whether it's possible to get it working with Org-Mode. I know Evolution can import .ic...
org-mode
gnome-3
null
null
null
null
open
Using Org-Mode With the Gnome 3 Calendar === Gnome 3 has [a beautiful calendar panel][1] that drops down from the menu bar, and includes a space for your upcoming appointments. By default this appointment manager reads from the calendar in Evolution Mail. I was curious as to whether it's possible to get it working w...
0
11,558,756
07/19/2012 10:21:53
1,537,577
07/19/2012 10:19:57
1
0
Embedding gimp in another application
Just wondering if it is possible to embed GIMP into another application. I am building an app that requires some image editing within that app; how do I use GIMP as an embedded editor? The application uses gtkmm.
gtkmm
null
null
null
null
null
open
Embedding gimp in another application === Just wondering if it is possible to embed GIMP into another application. I am building an app that requires some image editing within that app; how do I use GIMP as an embedded editor? The application uses gtkmm.
0
6,641,956
07/10/2011 15:31:10
830,651
07/06/2011 00:22:24
1
0
Delete old files from document directory
I would like to delete old files (15 days) from my document directory
objective-c
xcode
null
null
null
07/12/2011 02:28:59
not a real question
Delete old files from document directory === I would like to delete old files (15 days) from my document directory
1
5,181,905
03/03/2011 14:18:54
561,621
01/03/2011 18:44:09
3
1
C# adding data to SQL database
Background: I am trying to add data to a SQL DB with C#. I am currently doing so in my script in another class so im using the same code (the code works). However, my current class is using a bunch of recycled code and i am having issues narrowing down why i can not write to the DB. Below is the code i am using and i...
c#
sql
null
null
null
null
open
C# adding data to SQL database === Background: I am trying to add data to a SQL DB with C#. I am currently doing so in my script in another class so im using the same code (the code works). However, my current class is using a bunch of recycled code and i am having issues narrowing down why i can not write to the DB...
0
2,941,946
05/31/2010 07:16:23
140,803
07/18/2009 22:24:32
1,219
71
Does GAE/OpenID/OAuth support xmlhttp proxy?
Currently, my code would construct the GWT form, which user would submit directly to openId (or any authenticaiton service). Such a method works fine. However, what if I had the gwt page server access the OpenID provider, is there a way/strategy for the server to mediate authentication between its client and the aut...
java
openid
oauth
http-proxy
gae
null
open
Does GAE/OpenID/OAuth support xmlhttp proxy? === Currently, my code would construct the GWT form, which user would submit directly to openId (or any authenticaiton service). Such a method works fine. However, what if I had the gwt page server access the OpenID provider, is there a way/strategy for the server to med...
0
8,630,906
12/25/2011 18:32:05
986,739
10/09/2011 20:41:24
27
0
How to save WebBrowser page in wp7?
I have WebBrowser control in my WP7 app I want to save the page in HTML or PDF or JPG file in isolated memory for read it later.
c#
silverlight
windows-phone-7
webbrowser
null
null
open
How to save WebBrowser page in wp7? === I have WebBrowser control in my WP7 app I want to save the page in HTML or PDF or JPG file in isolated memory for read it later.
0
8,972,242
01/23/2012 13:16:53
938,268
09/10/2011 14:37:12
125
1
adding focus listener to a textarea that doesnt get created until the tree cell is clicked
I have two classes `LayoutListener` and `LayoutClass` `LayoutListener` contains the listeners for the JButtons and a focus listener for the TextArea. A JTextArea is created when a tree cell is clicked. The buttons are created when the class is created. `LayoutListener` only knows about `LayoutClass` I can create...
java
null
null
null
null
02/01/2012 17:23:00
too localized
adding focus listener to a textarea that doesnt get created until the tree cell is clicked === I have two classes `LayoutListener` and `LayoutClass` `LayoutListener` contains the listeners for the JButtons and a focus listener for the TextArea. A JTextArea is created when a tree cell is clicked. The buttons are crea...
3
1,051,428
06/26/2009 21:53:46
129,421
06/26/2009 13:24:33
1
0
What are the best tools for the beta version of Silverlight 3?
What is the best set of tools to use for developing Silverlight 3 applications while it is in beta? I want to be able to easily transition into the released version when it comes out.
silverlight-3.0
null
null
null
null
09/20/2011 14:16:55
not constructive
What are the best tools for the beta version of Silverlight 3? === What is the best set of tools to use for developing Silverlight 3 applications while it is in beta? I want to be able to easily transition into the released version when it comes out.
4
11,010,106
06/13/2012 07:30:36
459,863
09/27/2010 19:37:25
1,271
54
What search engine API is both general purpose and returns the number of results?
It seems surprisingly difficult to run search queries programmatically via an API against the major engines. * Google doesn't have a general purpose API for its search, apparently and surprisingly. They have a "custom search engine" which is designed to for adding a Google-powered search box to a given site and to r...
search
google-api
bing-api
null
null
07/14/2012 14:17:01
not constructive
What search engine API is both general purpose and returns the number of results? === It seems surprisingly difficult to run search queries programmatically via an API against the major engines. * Google doesn't have a general purpose API for its search, apparently and surprisingly. They have a "custom search engin...
4
6,478,837
06/25/2011 15:55:14
636,741
02/27/2011 19:00:03
1
0
Popen falling in Solaris platform
I am facing a weird problem. I was using popen call to get a particular work done and if worked successfully until now. Recently i am getting broken pipe error when i execute the program. I just want to know why was this problem not seen earlier. And one more thing, there was no changes made to the environment on Sola...
c++
solaris
popen
null
null
06/27/2011 03:03:12
not a real question
Popen falling in Solaris platform === I am facing a weird problem. I was using popen call to get a particular work done and if worked successfully until now. Recently i am getting broken pipe error when i execute the program. I just want to know why was this problem not seen earlier. And one more thing, there was no ...
1
8,734,424
01/04/2012 21:37:48
1,006,878
10/21/2011 10:15:05
21
0
Granularity in Hibernate
Can anybody please explain me the term 'Problem of Granularity' in Hibernate? I'm new to Hibernate & i appreciate any suggestion/advice/opinion regarding this. Thanks, Sourav
hibernate
null
null
null
null
01/05/2012 14:50:11
not a real question
Granularity in Hibernate === Can anybody please explain me the term 'Problem of Granularity' in Hibernate? I'm new to Hibernate & i appreciate any suggestion/advice/opinion regarding this. Thanks, Sourav
1
11,110,088
06/19/2012 21:56:57
130,768
06/30/2009 01:39:30
166
4
Load on Heroku Instance seen in heroku run top
When I run `heroku run top` on my server I see a very high load, currently 36.37 I realise this is probably not the dyno that runs the app, but it does seem very high to me, does this explain poor performance in heroku from time to time? Additionally, where in the architecture is heroku running my command? An...
ruby-on-rails
heroku
cedar
null
null
null
open
Load on Heroku Instance seen in heroku run top === When I run `heroku run top` on my server I see a very high load, currently 36.37 I realise this is probably not the dyno that runs the app, but it does seem very high to me, does this explain poor performance in heroku from time to time? Additionally, where in ...
0
5,607,946
04/09/2011 21:12:08
700,330
04/09/2011 21:12:08
1
0
"Bresenham's" circle algorithm filling question
I've implemented "Bresenham's" (midpoint) algorithm to plot circles, and everything went well (C++ and OpenGL). I am wondering now if it is possible to use the same algorithm to fill the circles? Take the following few circles for example: http://imgur.com/S0Qy6 which are plotted with the following algorithm: ...
c++
algorithm
null
null
null
null
open
"Bresenham's" circle algorithm filling question === I've implemented "Bresenham's" (midpoint) algorithm to plot circles, and everything went well (C++ and OpenGL). I am wondering now if it is possible to use the same algorithm to fill the circles? Take the following few circles for example: http://imgur.com/S0Qy...
0
8,839,287
01/12/2012 17:17:11
1,145,954
01/12/2012 16:28:14
1
0
How to edit inline objects with reverse generic relation in Admin Panel?
I would like to be able to add inline Image objects to Gallery in Admin (as I try it in admin.py below). Problem is that Image model doesn't have content_type field. It raises exception. I would like to do the same with Videos objects. Here are my models.py and admin.py and more description below **My models.py** ...
django
django-admin
contenttype
inlines
null
null
open
How to edit inline objects with reverse generic relation in Admin Panel? === I would like to be able to add inline Image objects to Gallery in Admin (as I try it in admin.py below). Problem is that Image model doesn't have content_type field. It raises exception. I would like to do the same with Videos objects. Here a...
0
9,107,917
02/02/2012 06:12:45
49,644
12/28/2008 22:01:09
654
18
Ruby gem to generate GIF CSS sprites from PNGs?
Is there a Ruby gem that can generate CSS sprites from PNG images by combining them into a GIF? I am looking for one that supports command line. I found several but they either work only with Rails or can only produce PNG sprites, never gifs.
css
ruby
gem
png
css-sprites
null
open
Ruby gem to generate GIF CSS sprites from PNGs? === Is there a Ruby gem that can generate CSS sprites from PNG images by combining them into a GIF? I am looking for one that supports command line. I found several but they either work only with Rails or can only produce PNG sprites, never gifs.
0
6,690,876
07/14/2011 09:08:29
631,613
02/24/2011 04:04:24
26
1
Do you know a similar program for watch (unix watch command) on Windows ?
I find unxutils and and gnuwin32 Packages don't have this command...
windows
unix
unix-utils
null
null
null
open
Do you know a similar program for watch (unix watch command) on Windows ? === I find unxutils and and gnuwin32 Packages don't have this command...
0
8,815,727
01/11/2012 07:36:12
1,074,781
12/01/2011 05:22:18
6
0
how to add attachment with MailCore frameWork
Hello I am new and I am making an application with send and recieve mail through smtp ,MailCore is working with simple mail trasfer and recieving but I am not able to attach any file ,please tell me if anyone knows how to add attachment.please tell me if there is any source code.. Thanks in Advance
xcode
cocoa
mailcore
null
null
01/12/2012 16:20:50
not a real question
how to add attachment with MailCore frameWork === Hello I am new and I am making an application with send and recieve mail through smtp ,MailCore is working with simple mail trasfer and recieving but I am not able to attach any file ,please tell me if anyone knows how to add attachment.please tell me if there is any s...
1
9,886,369
03/27/2012 09:04:53
1,079,392
12/03/2011 20:34:46
117
0
Javascript : call a C# function
firstly i have searched a lot and all topics seems to be C# : call or invoke a JavaScript function but i want to do the opposite , i want to create a function on C# and also on JavaScript and i want the JavaScript function call the C# function and retrieve it`s data , it seems like a good questions . The problem is t...
c#
javascript
.net
connection
webbrowser
null
open
Javascript : call a C# function === firstly i have searched a lot and all topics seems to be C# : call or invoke a JavaScript function but i want to do the opposite , i want to create a function on C# and also on JavaScript and i want the JavaScript function call the C# function and retrieve it`s data , it seems like...
0
3,656,905
09/07/2010 08:15:44
120,392
06/10/2009 08:31:07
11
0
Visual Studio 2010 Ultimate Beta 2 ISO
Has anyone got a copy of VS2010 ultimate beta 2 iso?? Really need a copy, I have the full version but I need to install the beta to compare for some work stuff and I deleted my iso a few months back. Thanks
visual-studio-2010
visual
null
null
null
09/07/2010 08:54:23
off topic
Visual Studio 2010 Ultimate Beta 2 ISO === Has anyone got a copy of VS2010 ultimate beta 2 iso?? Really need a copy, I have the full version but I need to install the beta to compare for some work stuff and I deleted my iso a few months back. Thanks
2
11,743,761
07/31/2012 15:34:46
427,762
08/22/2010 17:42:43
114
1
Shouldn't having a jit reduce the need for invokeDynamic?
After doing much reading on invokeDynamic, i am still a bit confused.One repeating theme seems to be how Clojure doesn't really need it, or at least need it less than other dynamic language implementations on the JVM (Jruby,JPython,Groovy etc.).I didn't understand all the details but it seems that having type annotatio...
clojure
jvm
jruby
invokedynamic
null
null
open
Shouldn't having a jit reduce the need for invokeDynamic? === After doing much reading on invokeDynamic, i am still a bit confused.One repeating theme seems to be how Clojure doesn't really need it, or at least need it less than other dynamic language implementations on the JVM (Jruby,JPython,Groovy etc.).I didn't und...
0
7,613,132
09/30/2011 16:10:10
973,087
09/30/2011 12:43:23
1
0
Match with Facebook users' Interest
Can I use the Graph API to display users with the same interest in my website?
facebook-graph-api
match
null
null
null
10/01/2011 06:46:05
not a real question
Match with Facebook users' Interest === Can I use the Graph API to display users with the same interest in my website?
1
3,809,219
09/28/2010 02:10:11
453,438
09/21/2010 03:49:15
20
1
How do I determine if there are two or one numbers at the start of my string and then remove them?
reffering to my previous question([http://stackoverflow.com/questions/3809021/how-do-i-determine-if-there-are-two-or-one-numbers-at-the-start-of-my-string][1]) I now want to remove the number once I have found it and stored it in a variable. [1]: http://stackoverflow.com/questions/3809021/how-do-i-determine-if-t...
c#
html
parsing
text-parsing
null
07/23/2012 19:59:59
not a real question
How do I determine if there are two or one numbers at the start of my string and then remove them? === reffering to my previous question([http://stackoverflow.com/questions/3809021/how-do-i-determine-if-there-are-two-or-one-numbers-at-the-start-of-my-string][1]) I now want to remove the number once I have found it and...
1
9,131,243
02/03/2012 15:37:41
839,471
07/11/2011 18:53:54
1,154
1
What are the limiations of windows server web edition?
I'm trying to understand the practical differences between windows server 2008 r2 standard and web edition. I need to run IIS7, sql server express. What am I missing when I get web edition over standard?
c#
asp.net
windows-server-2008
null
null
02/03/2012 15:42:12
off topic
What are the limiations of windows server web edition? === I'm trying to understand the practical differences between windows server 2008 r2 standard and web edition. I need to run IIS7, sql server express. What am I missing when I get web edition over standard?
2
6,464,781
06/24/2011 07:37:45
569,015
01/09/2011 18:23:28
14
4
How many databases can I create on xeround for 149$/month plan.
I've hosting my ROR applications on heroku and I wanted to host my database on xeround. They didn't mention how many databases I can create on their site for 149$/month. Or are they charging 149$ for a single database? I have many small applications.
ruby-on-rails
heroku
null
null
null
06/24/2011 17:02:55
off topic
How many databases can I create on xeround for 149$/month plan. === I've hosting my ROR applications on heroku and I wanted to host my database on xeround. They didn't mention how many databases I can create on their site for 149$/month. Or are they charging 149$ for a single database? I have many small application...
2
5,649,097
04/13/2011 12:20:12
158,548
08/18/2009 15:07:57
58
2
iOS: Non-square hit areas for buttons
I need to make some triangular buttons that overlap each other. While UIButtons can take transparent images as backgrounds, and UIControls can have custom views, the hit area of these is always square. How can I create a triangular hitarea for my buttons? I come from a FLash background so I would normally create ...
cocoa-touch
ios
button
uikit
null
null
open
iOS: Non-square hit areas for buttons === I need to make some triangular buttons that overlap each other. While UIButtons can take transparent images as backgrounds, and UIControls can have custom views, the hit area of these is always square. How can I create a triangular hitarea for my buttons? I come from a F...
0
8,496,310
12/13/2011 21:20:10
814,861
06/24/2011 23:25:30
232
8
Hide UISearchBar Cancel Button
I have a UISearchDisplayController and UISearchBar hooked up to my ViewController via Outlets from my nib. I'd like to hide the cancel button so that the user never sees it. The problem is that the following code hides the button, but only after displaying it to the user for a millisecond (e.g., it flashes on the si...
objective-c
ios
cocoa-touch
uisearchbar
uisearchdisplaycontroller
null
open
Hide UISearchBar Cancel Button === I have a UISearchDisplayController and UISearchBar hooked up to my ViewController via Outlets from my nib. I'd like to hide the cancel button so that the user never sees it. The problem is that the following code hides the button, but only after displaying it to the user for a mil...
0
6,955,184
08/05/2011 10:55:50
571,319
01/11/2011 13:32:48
116
2
Embedding XLS files on a webpage
I am having many XLS files and i want to embed that on a webpage. How can i do this Dynamically ? I just want to provide the location to the XLS file and see the Content on the webpage I am free to use both PHP / ASP
php
apache
excel
asp
xls
null
open
Embedding XLS files on a webpage === I am having many XLS files and i want to embed that on a webpage. How can i do this Dynamically ? I just want to provide the location to the XLS file and see the Content on the webpage I am free to use both PHP / ASP
0
6,343,922
06/14/2011 13:05:59
36,383
11/11/2008 00:08:22
432
15
Fluent NHibernate HasMany not inserting parent id
I cannot figure out why NHibernate is inserting a child entity without the foreign key. Here are my classes public class Order { public Order() { this.Notes = new List<OrderNote>(); } public virtual int OrderId {get; private set;} public virtual IList<OrderNote>...
nhibernate
fluent-nhibernate
null
null
null
null
open
Fluent NHibernate HasMany not inserting parent id === I cannot figure out why NHibernate is inserting a child entity without the foreign key. Here are my classes public class Order { public Order() { this.Notes = new List<OrderNote>(); } public virtual int OrderId {get;...
0
10,954,703
06/08/2012 19:07:14
240,386
12/29/2009 18:50:54
298
15
Reading a openGL ES texture to a raw array
So, I'm trying to get the bytes from a RGBA texture in openGL ES. I am very much a beginner with openGL in general, so I hope I'm close, but it's not working just yet. I think I'm trying to imitate `glGetTexImage` from vanilla openGL. -(NSMutableData *) getPixelsFromTexture { GLsizei width = (GLsiz...
objective-c
opengl
textures
null
null
null
open
Reading a openGL ES texture to a raw array === So, I'm trying to get the bytes from a RGBA texture in openGL ES. I am very much a beginner with openGL in general, so I hope I'm close, but it's not working just yet. I think I'm trying to imitate `glGetTexImage` from vanilla openGL. -(NSMutableData *) getPixelsFr...
0
8,314,422
11/29/2011 16:44:36
73,747
03/04/2009 16:00:54
628
84
Which DB support 'virtual' tables which contents can be dynamically generated by external services
I need gate into some external storage via DB interface
database
table
null
null
null
11/30/2011 16:06:54
not a real question
Which DB support 'virtual' tables which contents can be dynamically generated by external services === I need gate into some external storage via DB interface
1
10,367,627
04/28/2012 21:20:39
1,118,038
12/27/2011 17:28:16
57
3
Ruby is very slow
I have a PC with 2 processors of 2GHz and 4go of ram. I use RVM with ruby-1.9.3-p194-perf and rails 3.2.3. When I load my rails application, it take a few time and I think it's not normal. This is some example : time rails new speed_test ... real 0m7.240s user 0m4.484s sys 0m0.184s ...
ruby
ruby-on-rails-3
null
null
null
04/28/2012 23:56:43
not a real question
Ruby is very slow === I have a PC with 2 processors of 2GHz and 4go of ram. I use RVM with ruby-1.9.3-p194-perf and rails 3.2.3. When I load my rails application, it take a few time and I think it's not normal. This is some example : time rails new speed_test ... real 0m7.240s user 0m4.484s ...
1
9,146,144
02/05/2012 01:25:27
1,181,517
01/31/2012 22:29:32
3
0
Calling Timer Tick event after enabling timer in another class c#
I must be doing something completely wrong but I cannot figure it out. I have a form and I add in VS a timer control. I also have a class that is watching for an application to start (notepad.exe). When the event arrives it is supposed to enable the timer, set the interval and on each tick do something (like firing a m...
c#
timer
null
null
null
null
open
Calling Timer Tick event after enabling timer in another class c# === I must be doing something completely wrong but I cannot figure it out. I have a form and I add in VS a timer control. I also have a class that is watching for an application to start (notepad.exe). When the event arrives it is supposed to enable the...
0
7,249,955
08/30/2011 21:20:16
920,550
08/30/2011 21:20:16
1
0
Cocos2d Frame Rate
Is there a way to change the frame rate of one layer while keeping the frame rate of another constant? I am currently using [[CCScheduler sharedScheduler] setTimeScale:X]; which effects all layers of a scene. I want it to just affect a single layer. WORD Dave
cocos2d
null
null
null
null
null
open
Cocos2d Frame Rate === Is there a way to change the frame rate of one layer while keeping the frame rate of another constant? I am currently using [[CCScheduler sharedScheduler] setTimeScale:X]; which effects all layers of a scene. I want it to just affect a single layer. WORD Dave
0
3,651,515
09/06/2010 12:39:51
440,245
09/05/2010 23:00:20
6
0
C# listviewitem
I made a listviewitem. It's a list of files in chosen folder. I want to show what's in every file in another listview (these files contain tags and i want to show them in list). I used "Listviewitem.checked" or "listviewitem.selected" but it doesn't work. Why?
c#
listviewitem
null
null
null
09/07/2010 00:58:58
not a real question
C# listviewitem === I made a listviewitem. It's a list of files in chosen folder. I want to show what's in every file in another listview (these files contain tags and i want to show them in list). I used "Listviewitem.checked" or "listviewitem.selected" but it doesn't work. Why?
1
3,281,234
07/19/2010 13:03:34
387,142
07/08/2010 20:33:55
13
2
Getting back into the website development game.
Back in the 90's I used to develop websites using Cold Fusion. We also still used tables for most of our page layout, hehe. I just started getting back into website development again seriously. I'm getting a pretty good handle on the basics with CSS and starting to add Javascript. I'm guessing that I will eventua...
php
javascript
css
getting-started
null
07/20/2010 16:33:24
not a real question
Getting back into the website development game. === Back in the 90's I used to develop websites using Cold Fusion. We also still used tables for most of our page layout, hehe. I just started getting back into website development again seriously. I'm getting a pretty good handle on the basics with CSS and starting...
1
9,384,258
02/21/2012 19:58:15
1,116,644
12/26/2011 18:34:25
1
0
why does this happen?
now i just need to find out why it says Old Version Every time even when $a = true if a is true it should do the if block and none of the others. maybe the version needs to be a post variable i will try it <?php $launcherv = "13"; $gamev = "1326382442000"; $sessid = math.rand(1, 1000000000000000);...
php
version
old
null
null
02/22/2012 07:59:07
too localized
why does this happen? === now i just need to find out why it says Old Version Every time even when $a = true if a is true it should do the if block and none of the others. maybe the version needs to be a post variable i will try it <?php $launcherv = "13"; $gamev = "1326382442000"; $sessid = math...
3
5,964,461
05/11/2011 12:45:27
517,042
11/23/2010 05:53:22
16
0
app that convert male voice to female in iphone sdk
I want to create a sample app that convert male voice to female. Is there any api or sdk that provide such functionality. Or is there any other solution for such sample. Awaiting for you reply. Thanks.
iphone
iphone-sdk-4.0
null
null
null
05/12/2011 21:15:56
off topic
app that convert male voice to female in iphone sdk === I want to create a sample app that convert male voice to female. Is there any api or sdk that provide such functionality. Or is there any other solution for such sample. Awaiting for you reply. Thanks.
2
6,540,053
06/30/2011 19:26:54
823,709
06/30/2011 19:26:54
1
0
Counting sub-document matches in a mongo document
I have a failry simple structure for my documents: {regId: 1, data: {[{val: 123456}, {val: 324234}, {val: 4353453}, .......]}} The data element array may contain between 30 and 60 sub-documents and currently the collection has ~53000 documents, but will grow much larger. Given an array of vals, INPUT, [115...
mongodb
counting
null
null
null
null
open
Counting sub-document matches in a mongo document === I have a failry simple structure for my documents: {regId: 1, data: {[{val: 123456}, {val: 324234}, {val: 4353453}, .......]}} The data element array may contain between 30 and 60 sub-documents and currently the collection has ~53000 documents, but will g...
0
10,151,803
04/14/2012 07:16:11
792,302
06/10/2011 07:20:49
120
7
Javascript replace for equal symbol
I am getting my response as following var val = {&quot;Type&quot;=&gt;&quot;D&quot;,&quot;Number&quot;=&gt;33&quot;} From above i try to change like this var MyArray = {"Type": "D", "Number": "33"}; for(key in MyArray) { alert("key " + key + " has value " ...
javascript
jquery
null
null
null
null
open
Javascript replace for equal symbol === I am getting my response as following var val = {&quot;Type&quot;=&gt;&quot;D&quot;,&quot;Number&quot;=&gt;33&quot;} From above i try to change like this var MyArray = {"Type": "D", "Number": "33"}; for(key in MyArray) { alert("key ...
0
5,119,300
02/25/2011 15:49:34
384,964
07/06/2010 20:47:19
63
2
Why does CSS 3d animations work on safari and not chrome if they are both build using webkit?
I was wondering why the CSS 3d animation work on safari (desktop/ipad/iphone) browser but not on latest chrome 9.0. Aren't chrome and safari both based on the webkit platform??? Also, how can I stay in the loop with Chrome (desktop/android) browser and their plans to support CSS 3d in the future? Link is here: ht...
css
google-chrome
safari
webkit
null
null
open
Why does CSS 3d animations work on safari and not chrome if they are both build using webkit? === I was wondering why the CSS 3d animation work on safari (desktop/ipad/iphone) browser but not on latest chrome 9.0. Aren't chrome and safari both based on the webkit platform??? Also, how can I stay in the loop with Ch...
0
6,611,668
07/07/2011 13:49:41
234,316
12/18/2009 04:49:01
82
5
HOw to intercept And Change SSL TCP/IP
is ther any tool that I could use to intercept and change ssl data? I just want to change the values a bit so that the other side won't be able to encode it..... Any specific tool for this? or command? Thanks A Lot Carlo
ssl
https
tcp
sniffer
tcp-ip
11/09/2011 00:50:40
not a real question
HOw to intercept And Change SSL TCP/IP === is ther any tool that I could use to intercept and change ssl data? I just want to change the values a bit so that the other side won't be able to encode it..... Any specific tool for this? or command? Thanks A Lot Carlo
1
2,440,385
03/13/2010 23:01:25
288,097
03/07/2010 07:04:36
138
0
How to find the physical address of a variable from user-space in Linux?
I want to find the physical address of a variable defined in a user-space process? Is there any way to do it using root privileges?
c
linux
null
null
null
null
open
How to find the physical address of a variable from user-space in Linux? === I want to find the physical address of a variable defined in a user-space process? Is there any way to do it using root privileges?
0
9,881,423
03/26/2012 23:39:33
705,414
04/13/2011 06:40:40
1,597
1
what does determinant euqals to one mean of the transformation matrix?
When the determinant of transformation matrix is 1, what does it mean? Transformation can be orthogonal or perspective.
graphics
null
null
null
null
03/27/2012 08:42:45
off topic
what does determinant euqals to one mean of the transformation matrix? === When the determinant of transformation matrix is 1, what does it mean? Transformation can be orthogonal or perspective.
2
9,019,859
01/26/2012 14:46:51
485,498
10/24/2010 08:50:27
1,392
23
Java program efficiency with different OSs
I cam across a Java related question recently that was (to paraphrase): 1. What reasons are there that a Java application might run at a reasonable speed on Operating System A, but sluggishly slow on Operating System B? 2. What could a programmer do to rectify this problem? My response would be (I know I'm wro...
java
operating-system
jvm
null
null
01/27/2012 06:06:39
not constructive
Java program efficiency with different OSs === I cam across a Java related question recently that was (to paraphrase): 1. What reasons are there that a Java application might run at a reasonable speed on Operating System A, but sluggishly slow on Operating System B? 2. What could a programmer do to rectify this ...
4
4,806,611
01/26/2011 15:52:02
483,163
12/21/2009 14:20:57
391
16
What's a good general approach for apps like pulse, youtube, NYTimes, etc? Use UIWebView or something else?
That may seem like a broad question, but I'm talking specifically here about apps that display a lot of content (image plus some text) pulled from the net in separate cells, rows, etc. And where each of those cells can get loaded asynchronously (independently from all the others). So for example, for iOS, is it too...
iphone
uiwebview
youtube
null
null
null
open
What's a good general approach for apps like pulse, youtube, NYTimes, etc? Use UIWebView or something else? === That may seem like a broad question, but I'm talking specifically here about apps that display a lot of content (image plus some text) pulled from the net in separate cells, rows, etc. And where each of tho...
0
7,790,429
10/17/2011 07:09:50
270,190
02/10/2010 10:31:34
1,687
130
Any tool available for tracing .net application events in server
Earlier I used the tool called SlikEdit for tracing .net events inside visual studio. Is there any tool available to log all the application events in server rather modifying a large code base to include tracing statements manually.
.net
events
null
null
null
null
open
Any tool available for tracing .net application events in server === Earlier I used the tool called SlikEdit for tracing .net events inside visual studio. Is there any tool available to log all the application events in server rather modifying a large code base to include tracing statements manually.
0
11,654,794
07/25/2012 16:53:52
371,174
06/19/2010 18:37:41
142
1
Add the first element to a ConcurrentLinkedQueue atomically
I want to use a [ConcurrentLinkedQueue][1] in an atomic [lock-free][2] manner: Several concurrent threads push events into the queue and some other thread will process them. The queue is not bound and I don't want any thread to wait or get locked. The reading part however may notice that the queue got empty. In a l...
java
multithreading
concurrency
lock-free
null
null
open
Add the first element to a ConcurrentLinkedQueue atomically === I want to use a [ConcurrentLinkedQueue][1] in an atomic [lock-free][2] manner: Several concurrent threads push events into the queue and some other thread will process them. The queue is not bound and I don't want any thread to wait or get locked. The...
0
9,605,179
03/07/2012 16:17:20
988,871
10/11/2011 05:35:56
119
4
Crash when UIAlertView is clicked
When I click the `UIAletView`, I receive the following error. alertView:clickedButtonAtIndex:]: message sent to deallocated instance 0x84c7010 This is the code I have used. UIAlertView *testAlert = [[ UIAlertView alloc]initWithTitle:messageTitle message:messageBody delegate:self cancelButtonTitle:...
iphone
ios
uialertview
null
null
null
open
Crash when UIAlertView is clicked === When I click the `UIAletView`, I receive the following error. alertView:clickedButtonAtIndex:]: message sent to deallocated instance 0x84c7010 This is the code I have used. UIAlertView *testAlert = [[ UIAlertView alloc]initWithTitle:messageTitle message:messa...
0
10,543,273
05/10/2012 22:58:03
121,993
06/12/2009 13:11:22
8,641
224
java swing button does not repaint properly after dialog closed
I have a JButton and pressing it opens a modal dialog. When I close the dialog, the button still look like it is still in a pressed state until I move the mouse. I think this is happening because the JDialog is opened on top of an AWT component (it's a 3rd party component that uses an AWT Canvas, and I can't change th...
java
swing
awt
modal-dialog
repaint
null
open
java swing button does not repaint properly after dialog closed === I have a JButton and pressing it opens a modal dialog. When I close the dialog, the button still look like it is still in a pressed state until I move the mouse. I think this is happening because the JDialog is opened on top of an AWT component (it's ...
0
8,449,570
12/09/2011 17:45:39
1,071,822
11/29/2011 17:22:34
1
0
Adding to a mySQL database
I'm pretty new to PHP so this is probably a pretty easy answer. Anyways I have a mysql table called 'cities' with 10 columns with different city names, then I have a html drop down menu with each of the cities listed. Once they submit I want to add 1 to the mysql table to whichever city they selected. Thanks a ton.
php
null
null
null
null
12/10/2011 07:09:04
not a real question
Adding to a mySQL database === I'm pretty new to PHP so this is probably a pretty easy answer. Anyways I have a mysql table called 'cities' with 10 columns with different city names, then I have a html drop down menu with each of the cities listed. Once they submit I want to add 1 to the mysql table to whichever city ...
1
8,685,139
12/30/2011 23:47:52
464,956
10/03/2010 03:17:00
161
8
Django can't have quoted characters in urls?
I'm following [this thread][1] and adopt the code by peppergrower. But when I add the encrypted and quoted characters to the url and try access this url, Django failed with the following errors: > Traceback (most recent call last): > > File > "C:\Python27\lib\site-packages\django\core\servers\basehttp.py", l...
python
django
null
null
null
null
open
Django can't have quoted characters in urls? === I'm following [this thread][1] and adopt the code by peppergrower. But when I add the encrypted and quoted characters to the url and try access this url, Django failed with the following errors: > Traceback (most recent call last): > > File > "C:\Python27\lib...
0
10,876,119
06/04/2012 03:50:12
1,369,016
05/02/2012 02:25:32
21
0
Android - How can I create a selector for Layouts (like an ImageButton selector)
I have an ImageButton and a LinearLayout wrapping that button, like this: <LinearLayout android:id="@+id/homeButtonLayout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/p_buttons_background" ...
android
xml
background
selector
imagebutton
null
open
Android - How can I create a selector for Layouts (like an ImageButton selector) === I have an ImageButton and a LinearLayout wrapping that button, like this: <LinearLayout android:id="@+id/homeButtonLayout" android:layout_width="wrap_content" android:layout_height="wrap_c...
0
7,754,887
10/13/2011 13:31:40
846,689
07/15/2011 14:59:34
11
0
Jquery tab and mixed HTTP and HTTPS
I’m using a tab design with multiple tabs. There is one tab that needs to work under HTTPS. After a user clicks on the tab I’m getting an error message “Access Denied” with jquery-1.4.2.min.js. jquery-1.4.2.min.js is being loaded by the parent page using HTTP. I tried loading another version of jquery-1.4.2.min.js usin...
jquery
null
null
null
null
null
open
Jquery tab and mixed HTTP and HTTPS === I’m using a tab design with multiple tabs. There is one tab that needs to work under HTTPS. After a user clicks on the tab I’m getting an error message “Access Denied” with jquery-1.4.2.min.js. jquery-1.4.2.min.js is being loaded by the parent page using HTTP. I tried loading an...
0
4,901,545
02/04/2011 18:25:18
109,941
05/20/2009 13:52:16
1,784
84
Web Applications: Allowing super users to impersonate other users - Is there a design pattern for this?
- In my web application, I'd like to allow super users to impersonate other users. My Question: > Is there a generally accepted design pattern that I could use to make this happen? - Generally speaking, I can imagine that I'll need to keep track of the current user and the impersonated user inside of the ses...
asp.net-mvc-2
design-patterns
web-applications
impersonation
architectural-patterns
null
open
Web Applications: Allowing super users to impersonate other users - Is there a design pattern for this? === - In my web application, I'd like to allow super users to impersonate other users. My Question: > Is there a generally accepted design pattern that I could use to make this happen? - Generally speakin...
0
2,074,795
01/15/2010 21:08:21
236,924
12/22/2009 14:50:13
307
1
getting RSS feeds on website
I had this code that I wrote last year and it returns RSS feeds for some term I enter: <html> <body> <form name="form" action="search.php" method="get"> <input type="text" name="q" /> <input type="submit" name="Submit" value="Search" /> </form> <?php ...
rss
null
null
null
null
null
open
getting RSS feeds on website === I had this code that I wrote last year and it returns RSS feeds for some term I enter: <html> <body> <form name="form" action="search.php" method="get"> <input type="text" name="q" /> <input type="submit" name="Submit" value="Search" /> </form>...
0
10,726,231
05/23/2012 19:02:34
1,272,295
03/15/2012 18:11:21
1
1
Running DumpRenderTree on an Android device
I have been trying to run the DumpRenderTree test in Android (on my Android device running ICS) and am unable to figure out how to run it. There is very little documentation and the only other thread I found (that is close to my question) is this: http://stackoverflow.com/questions/1520503/how-do-you-push-android-in...
android
null
null
null
null
null
open
Running DumpRenderTree on an Android device === I have been trying to run the DumpRenderTree test in Android (on my Android device running ICS) and am unable to figure out how to run it. There is very little documentation and the only other thread I found (that is close to my question) is this: http://stackoverflow...
0
7,561,547
09/26/2011 21:29:03
965,775
09/26/2011 20:09:42
1
0
jQuery or JavaScript - Is it possible to change/switch .png's and save in cookie?
I'm looking for a way to change/switch .png's in several classes and save this to a cookie? <body> <div class="xr_ap" id="xr_xr" style="width: 955px; height: 1000px; top:0px; left:50%; margin-left: -478px;"> <i m g class="xr_ap" src="3.png" alt="" title="" style="left: 96px; top: 39px; width: 782px; height: 1...
javascript
jquery
null
null
null
09/26/2011 22:19:42
not a real question
jQuery or JavaScript - Is it possible to change/switch .png's and save in cookie? === I'm looking for a way to change/switch .png's in several classes and save this to a cookie? <body> <div class="xr_ap" id="xr_xr" style="width: 955px; height: 1000px; top:0px; left:50%; margin-left: -478px;"> <i m g class="x...
1
9,420,875
02/23/2012 20:38:00
1,226,752
02/22/2012 19:59:25
11
0
.Net 32 bits to 64 bits migration pb?
I had developed a 32 bits .Net windows application. the application had some custom control using images. When I install it on a 64 bits CPU, all images looks bigger and not on the right position. labels are bigger too. any idea about this problem ?
c#
.net
winforms
64bit
x86
null
open
.Net 32 bits to 64 bits migration pb? === I had developed a 32 bits .Net windows application. the application had some custom control using images. When I install it on a 64 bits CPU, all images looks bigger and not on the right position. labels are bigger too. any idea about this problem ?
0
11,586,058
07/20/2012 19:48:27
310,291
03/02/2010 15:22:39
4,191
21
Doest firebug delete urls after redirect?
It is said here http://www.imperialviolet.org/2012/07/19/hope9talk.html > https://www.citibank.com redirects her to http://www.citibank.com. > They've downgraded the user! From there, the HTTP site should redirect > back to HTTPS, but the damage has been done. An attacker can get in > through the hole. I want...
firefox
ssl
https
firebug
null
07/22/2012 03:11:20
off topic
Doest firebug delete urls after redirect? === It is said here http://www.imperialviolet.org/2012/07/19/hope9talk.html > https://www.citibank.com redirects her to http://www.citibank.com. > They've downgraded the user! From there, the HTTP site should redirect > back to HTTPS, but the damage has been done. An att...
2
11,611,603
07/23/2012 11:26:28
1,091,692
12/10/2011 21:47:22
15
0
need to change valid session properties to invalid
hey there i want to know if there is framework for session properties as using spring in order to change some sessions properties to invalid without using request Intercepter. thanks
java
spring
session
properties
null
07/24/2012 13:11:42
not constructive
need to change valid session properties to invalid === hey there i want to know if there is framework for session properties as using spring in order to change some sessions properties to invalid without using request Intercepter. thanks
4
9,792,098
03/20/2012 17:39:45
156,300
08/14/2009 06:51:32
1
3
Leniently handling conversion exceptions (skip/ignore) using mongo spring-data
Was wondering if there's a way one can handle conversion errors in a lenient way. Given a query that returns a List[ModelObject] If there are 5 DBObjects retrieved, one of them is throwing a ConversionException when converted to ModelObject, is there a way to return the 4 convertible objects and provide a hook fo...
mongodb
spring-data
null
null
null
null
open
Leniently handling conversion exceptions (skip/ignore) using mongo spring-data === Was wondering if there's a way one can handle conversion errors in a lenient way. Given a query that returns a List[ModelObject] If there are 5 DBObjects retrieved, one of them is throwing a ConversionException when converted to M...
0
8,455,414
12/10/2011 08:43:02
670,979
03/22/2011 10:08:07
518
18
One arrow too much
There is an arrow too much and it's only occuring in IE 8. You can see it on http://www.tuxx.nl/test.htm on the right bottom in the red marked link. How can I get rid of the big orange arrow in IE 8? I couldn't find this arrow in the CSS. Many, many thanks! Regards, Kevin
html
css
image
null
null
12/10/2011 17:45:03
not a real question
One arrow too much === There is an arrow too much and it's only occuring in IE 8. You can see it on http://www.tuxx.nl/test.htm on the right bottom in the red marked link. How can I get rid of the big orange arrow in IE 8? I couldn't find this arrow in the CSS. Many, many thanks! Regards, Kevin
1
6,857,610
07/28/2011 10:38:06
848,585
07/17/2011 10:37:08
6
0
GPL license: how to fulfill in commercial applications
is the GPL license fulfilled if someone create a multiplatform application and it is free on linux (must be open source too?) while it is commercial on other paltforms?
gpl
libraries
lgpl
null
null
07/29/2011 16:33:44
off topic
GPL license: how to fulfill in commercial applications === is the GPL license fulfilled if someone create a multiplatform application and it is free on linux (must be open source too?) while it is commercial on other paltforms?
2
2,466,689
03/17/2010 23:37:25
86,537
04/03/2009 03:16:58
230
5
Books/resources for help with extracting useful feedback from clients?
I'm a web application developer looking for a book or something similar that can help with effectively communicating with clients who have a very vague or unrealistic idea of what they'd like out of the work I'm doing. Some fictional, though not by much, examples of situations: - Clients who are not familiar wit...
requirements
teamwork
null
null
null
null
open
Books/resources for help with extracting useful feedback from clients? === I'm a web application developer looking for a book or something similar that can help with effectively communicating with clients who have a very vague or unrealistic idea of what they'd like out of the work I'm doing. Some fictional, though...
0
6,896,834
08/01/2011 10:01:40
872,574
08/01/2011 10:01:40
1
0
Is possible to restrict the DB2 database operators must using "WHERE" clause in "DELETE" statements?
There is a Database in my project. More than 20 guys have the access to operate the data in some of the tables. However, some of them always forget to use "WHERE" clause after "DELETE" or "UPDATE". Is possible to restrict the DB2 database operators must using "WHERE" clause in "DELETE" and "UPDATE" statements? Otherwis...
sql
db2
null
null
null
10/19/2011 19:12:35
not a real question
Is possible to restrict the DB2 database operators must using "WHERE" clause in "DELETE" statements? === There is a Database in my project. More than 20 guys have the access to operate the data in some of the tables. However, some of them always forget to use "WHERE" clause after "DELETE" or "UPDATE". Is possible to r...
1
3,961,071
10/18/2010 16:15:16
421,636
08/16/2010 10:56:31
10
0
Android: how to make a clickable map image with each country producing a different action?
I need to display a pretty image of a map of Europe, and I want my app to, e.g. bring up a different activity, when the user clicks each country - each country on the map needs to have a different onClickListener (or equivalent). Essentially, I need to be able to call a different function when the user taps on Franc...
android
image
null
null
null
null
open
Android: how to make a clickable map image with each country producing a different action? === I need to display a pretty image of a map of Europe, and I want my app to, e.g. bring up a different activity, when the user clicks each country - each country on the map needs to have a different onClickListener (or equival...
0
6,480,140
06/25/2011 19:51:33
98,389
04/30/2009 09:14:47
2,504
86
AppDomain shadow copying not working (original assemblies locked)
Here's a small class I'm using to probe for a list of available plugins: internal static class PluginDirectoryLoader { public static PluginInfo[] ListPlugins(string path) { var name = Path.GetFileName(path); var setup = new AppDomainSetup { ApplicationBase = path, ShadowCopyFiles = "...
c#
.net
reflection
appdomain
null
null
open
AppDomain shadow copying not working (original assemblies locked) === Here's a small class I'm using to probe for a list of available plugins: internal static class PluginDirectoryLoader { public static PluginInfo[] ListPlugins(string path) { var name = Path.GetFileName(path); var setup = new App...
0
11,688,305
07/27/2012 13:02:32
1,364,871
04/30/2012 00:59:39
14
0
Ubuntu installer problems
I am fairly new to Ubuntu and I have some problems. My Ubuntu version is 11.10. For some time now, the Ubuntu software center hasn't been working (when I click on it, it lights up a bit, as if it will start, but nothing happens), and installing from the terminal does nothing as well. Whatever I try to install that way,...
linux
ubuntu
ubuntu-11.10
null
null
07/28/2012 05:41:05
off topic
Ubuntu installer problems === I am fairly new to Ubuntu and I have some problems. My Ubuntu version is 11.10. For some time now, the Ubuntu software center hasn't been working (when I click on it, it lights up a bit, as if it will start, but nothing happens), and installing from the terminal does nothing as well. What...
2
8,968,709
01/23/2012 08:15:16
1,142,527
01/11/2012 06:33:01
3
0
what this code is used for?
i was wondering what this code is used for : if (jQuery.browser.msie) jQuery(window).one("unload", function() { var global = jQuery.timer.global; for ( var label in global ) { var els = global[label], i = els.length; while ( --i ) jQuery.timer.remove(els[i], label); } }...
java
jquery
html
css
null
01/24/2012 05:27:19
not a real question
what this code is used for? === i was wondering what this code is used for : if (jQuery.browser.msie) jQuery(window).one("unload", function() { var global = jQuery.timer.global; for ( var label in global ) { var els = global[label], i = els.length; while ( --i ) jQuery.timer.rem...
1
2,312,341
02/22/2010 16:28:14
278,835
02/22/2010 16:28:14
1
0
Any good vendors of ASP.NET themes/skins out there?
Are there any good vendors out there that supply good ASP.NET themes/skin suites? Are there any graphic artists out there that have a suite for sale? I'll be first to admit that developers are not artists (even though we think we are) and am looking for a nice drop-in theme created by talented designer(s). I'm not l...
themes
null
null
null
null
null
open
Any good vendors of ASP.NET themes/skins out there? === Are there any good vendors out there that supply good ASP.NET themes/skin suites? Are there any graphic artists out there that have a suite for sale? I'll be first to admit that developers are not artists (even though we think we are) and am looking for a nice ...
0
10,624,642
05/16/2012 18:40:48
1,241,849
03/01/2012 04:57:20
14
0
How to save games?
Hello guys i am amateur programmer and i'm currently working on a breakout game a simple one of course. i'm trying to make to create a saved gamestate for how exactly would i go by approaching this. i am making the breakout game in windows forms project by the way.
c#
save
null
null
null
05/16/2012 18:49:27
not a real question
How to save games? === Hello guys i am amateur programmer and i'm currently working on a breakout game a simple one of course. i'm trying to make to create a saved gamestate for how exactly would i go by approaching this. i am making the breakout game in windows forms project by the way.
1
314,768
11/24/2008 16:54:48
40,322
11/24/2008 16:54:48
1
0
Outsourcing Classes by Supporting Unit Tests
I've got an application which developed by employing TDD as methodology (not strictly but mostly). Now I want to outsource some parts of the application because I don't have enough time to develop it. I'm planning use websites such as "Rent A Coder", "elancer" etc. I don't want to give out my code to anyone else,...
outsourcing
.net
business
tdd
privacy
05/06/2012 23:20:56
not constructive
Outsourcing Classes by Supporting Unit Tests === I've got an application which developed by employing TDD as methodology (not strictly but mostly). Now I want to outsource some parts of the application because I don't have enough time to develop it. I'm planning use websites such as "Rent A Coder", "elancer" etc. ...
4
11,708,898
07/29/2012 11:33:28
1,497,737
07/03/2012 04:52:50
4
1
Windows Phone 7 after ios developement
This might sound a bit of the topic, but i really wanna know whether it is a good idea to learn windows phone 7 development after ios development. I am still learning ios, but of the basic stuff is covered. So I was thinking to start windows 7 development side by side. So is it a good idea?
windows-phone-7
ios5
null
null
null
07/30/2012 12:50:30
not constructive
Windows Phone 7 after ios developement === This might sound a bit of the topic, but i really wanna know whether it is a good idea to learn windows phone 7 development after ios development. I am still learning ios, but of the basic stuff is covered. So I was thinking to start windows 7 development side by side. So ...
4
11,695,646
07/27/2012 21:06:12
1,067,665
11/27/2011 07:15:44
34
0
how can i create a html5 calendar as the link belowe
I am wondering: how can I create a html5 calendar as the link: http://html5advent.com/ ? I need a calendar in which, when I click on a date or a day in the calendar it opens a new page with the event, for example, register some kind of job. If somebody knows some good examples or if I can downloads some codes...
html5
calendar
null
null
null
07/27/2012 21:23:43
not a real question
how can i create a html5 calendar as the link belowe === I am wondering: how can I create a html5 calendar as the link: http://html5advent.com/ ? I need a calendar in which, when I click on a date or a day in the calendar it opens a new page with the event, for example, register some kind of job. If somebody...
1
11,214,641
06/26/2012 19:30:11
1,483,786
06/26/2012 19:27:05
1
0
02 wordpress posts with same id
We are trying to create two wordpress posts with same id (different language, one in english and other in urdu) so that user can see posts in either language by using language filter. Would you please advise how can we make two posts with same id.
wordpress
filter
language
posts
null
06/29/2012 03:11:30
not a real question
02 wordpress posts with same id === We are trying to create two wordpress posts with same id (different language, one in english and other in urdu) so that user can see posts in either language by using language filter. Would you please advise how can we make two posts with same id.
1
3,408,735
08/04/2010 18:43:18
77,538
03/13/2009 04:01:51
2,485
102
Pushing messages to clients from a server-side application?
I have a javascript-based client that is currently polling a .NET web service for new content. While polling works...I'm not happy with this approach because I'm using system resources and creating overhead when there aren't any changes to receive. **My question is how do I notify my client(s) that there is new...
.net
javascript
client-server
null
null
null
open
Pushing messages to clients from a server-side application? === I have a javascript-based client that is currently polling a .NET web service for new content. While polling works...I'm not happy with this approach because I'm using system resources and creating overhead when there aren't any changes to receive. ...
0
11,446,968
07/12/2012 07:29:28
1,519,973
07/12/2012 07:19:18
1
0
Flexible open source forum/discussion software needed
I'm looking at setting up a forum/BB/discussion web site. It would be different from standard sites in that - some automated checks would need to be made before a new discussion is allowed to be created (such as examining the contents of any URLs within the message) - would need to do some automated deletion...
drupal
joomla
content-management-system
null
null
07/14/2012 05:09:51
not constructive
Flexible open source forum/discussion software needed === I'm looking at setting up a forum/BB/discussion web site. It would be different from standard sites in that - some automated checks would need to be made before a new discussion is allowed to be created (such as examining the contents of any URLs within...
4
964,177
06/08/2009 10:07:22
66,353
02/14/2009 04:17:33
655
51
What is a running CRC?
I have searched and am not able to find information on what it is and how it is computed.
crc
crc32
null
null
null
null
open
What is a running CRC? === I have searched and am not able to find information on what it is and how it is computed.
0
8,917,070
01/18/2012 20:40:53
1,157,114
01/18/2012 20:33:22
1
0
Cannot get the multi selected rows in jqGrid 4.3.1
Code: ------------------------------------------------------------------------ beforeRequest: function() { try { alert(jQuery('#list').jqGrid('getGridParam','selarrrow')); alert(jQuery("#list").getGridParam("selarrrow")); } catch (e) { alert(e.message); } }, ...
jquery
null
null
null
null
01/18/2012 21:51:43
not a real question
Cannot get the multi selected rows in jqGrid 4.3.1 === Code: ------------------------------------------------------------------------ beforeRequest: function() { try { alert(jQuery('#list').jqGrid('getGridParam','selarrrow')); alert(jQuery("#list").getGridParam("selarrrow")); } ...
1
5,637,160
04/12/2011 14:46:25
82,159
03/24/2009 18:38:06
1,491
74
Guarding resources with Singleton?
I have read quite a few blog posts and answers on SO pointing to Singleton being a bad design. Previously I implemented a singleton CameraControl class. This class controls a camera which is connected to the system. Under the following knowledge: * Under no circumstance will there be more than one camera (the camer...
c++
design-patterns
singleton
null
null
null
open
Guarding resources with Singleton? === I have read quite a few blog posts and answers on SO pointing to Singleton being a bad design. Previously I implemented a singleton CameraControl class. This class controls a camera which is connected to the system. Under the following knowledge: * Under no circumstance will ...
0
2,857,463
05/18/2010 13:03:24
319,254
04/17/2010 14:39:50
32
0
Where to start openGL ES to create and rotate a cube in an iPhone?
I've done some apps on iPhone using Objevtive-C and Cocos2d, and I'd like to start learning 3D. My first goal is to make a simple app that: - Displays a 3D cube in the center of the screen. - And move the camera around the cube as you drag your finger. I want something very simple: no texture, no backgrou...
iphone
opengl-es
3d
null
null
02/01/2012 14:45:37
not a real question
Where to start openGL ES to create and rotate a cube in an iPhone? === I've done some apps on iPhone using Objevtive-C and Cocos2d, and I'd like to start learning 3D. My first goal is to make a simple app that: - Displays a 3D cube in the center of the screen. - And move the camera around the cube as you drag...
1
8,684,018
12/30/2011 20:55:52
1,123,502
12/30/2011 20:24:23
1
0
does non-local type inference in haskell or ocaml really usefull?
First, I assume that local type inference is type inference like Scala and C# type inference. Also, such a definition as fact 0 = 1 fact n = n * fact(n-1) seems to be local type inference. Type inference here is local to function fact. So, I wonder, is there a practical example of at least 2...
haskell
ocaml
type-inference
example
non-local
12/31/2011 03:30:03
not constructive
does non-local type inference in haskell or ocaml really usefull? === First, I assume that local type inference is type inference like Scala and C# type inference. Also, such a definition as fact 0 = 1 fact n = n * fact(n-1) seems to be local type inference. Type inference here is local to fun...
4
6,706,883
07/15/2011 12:22:29
329,755
04/30/2010 12:46:03
104
12
IE 6 issue - page not found
I am trying to access my application (in asp.net iis6 .Net-4.0) on IE6. The login page is displayed but just after loading, error page is shown (the page could not be found). Is there any problem in machine config ? Any idea. It is working fine in other browsers
asp.net
.net-4.0
internet-explorer-6
ie6-bug
null
07/15/2011 21:50:00
not a real question
IE 6 issue - page not found === I am trying to access my application (in asp.net iis6 .Net-4.0) on IE6. The login page is displayed but just after loading, error page is shown (the page could not be found). Is there any problem in machine config ? Any idea. It is working fine in other browsers
1
652,216
03/16/2009 21:26:25
78,775
03/16/2009 21:26:25
1
0
How do you set kAudioServicesPropertyIsUISound via AudioServicesSetProperty?
How do you set kAudioServicesPropertyIsUISound to 0 using AudioServicesSetProperty? Thanks
iphone
null
null
null
null
null
open
How do you set kAudioServicesPropertyIsUISound via AudioServicesSetProperty? === How do you set kAudioServicesPropertyIsUISound to 0 using AudioServicesSetProperty? Thanks
0
7,055,200
08/14/2011 05:25:24
262,703
01/31/2010 00:01:46
128
2
Inaccessible server after DNS server change
After configuring a domain name to use the name server of the new server, the new server had become inaccessible (even if using the IP address). Is this normal?
dns
ip-address
null
null
null
08/14/2011 11:14:37
off topic
Inaccessible server after DNS server change === After configuring a domain name to use the name server of the new server, the new server had become inaccessible (even if using the IP address). Is this normal?
2