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,612,438
05/16/2012 05:18:51
559,648
01/01/2011 05:02:03
551
39
Javascript reload the page with hash value
I am trying to refresh the page with this statement in external javascript file after some processes. window.location.href = window.location.href It perfectly reload the page but I want to scroll to the specific location after reload. So, I put this on the page. <a name="mypara"></a> And change the...
javascript
jquery
null
null
null
null
open
Javascript reload the page with hash value === I am trying to refresh the page with this statement in external javascript file after some processes. window.location.href = window.location.href It perfectly reload the page but I want to scroll to the specific location after reload. So, I put this on the page...
0
7,977,746
11/02/2011 08:57:03
876,142
08/03/2011 08:05:08
386
14
Customizing jFree Chart
I have a special requirement to display a TimeSeries chart using jFree Chart. I need some thing like the image below, where there is a line apart from the chart which shows average temp. Can anyone help me how to achieve it?? [Time Series Chart (Custom)][1] [1]: http://i.stack.imgur.com/VMFnz.jpg
java
jasper-reports
jfreechart
ireport
null
null
open
Customizing jFree Chart === I have a special requirement to display a TimeSeries chart using jFree Chart. I need some thing like the image below, where there is a line apart from the chart which shows average temp. Can anyone help me how to achieve it?? [Time Series Chart (Custom)][1] [1]: http://i.stack...
0
7,251,124
08/31/2011 00:01:00
523,168
11/28/2010 20:02:52
420
9
How generate DAO with Hibernate Tools in Eclipse?
I'm using : Eclipse Java EE IDE Web Developers version:Indigo Release with hibernate tools, i'm new to hibernate in Eclipse, so i learn how configure the hibernate and generate the POJO's with annotations (which i think is better than .xml). So after generate my POJO's and DAO's i try to make a insertion, but l...
java
eclipse
hibernate
java-ee
null
null
open
How generate DAO with Hibernate Tools in Eclipse? === I'm using : Eclipse Java EE IDE Web Developers version:Indigo Release with hibernate tools, i'm new to hibernate in Eclipse, so i learn how configure the hibernate and generate the POJO's with annotations (which i think is better than .xml). So after genera...
0
8,975,823
01/23/2012 17:23:26
1,155,884
01/18/2012 09:52:31
8
0
How to get current date in objective C
I want to get the current date and want to give it with my php post query. This is my code -(void) postMessage:(NSString *) onderwerp withName:(NSString *) nieuwtje withName:(NSString *) datum { if (onderwerp != nil && nieuwtje !=nil) { NSMutableString *postString = [NSMuta...
php
objective-c
nsdate
null
null
01/24/2012 18:44:26
not a real question
How to get current date in objective C === I want to get the current date and want to give it with my php post query. This is my code -(void) postMessage:(NSString *) onderwerp withName:(NSString *) nieuwtje withName:(NSString *) datum { if (onderwerp != nil && nieuwtje !=nil) { ...
1
8,984,727
01/24/2012 09:49:48
1,144,851
01/12/2012 06:37:04
22
1
QGIS 1.7.3 and pyqt4 version mismatch
I installed QGIS 1.7.3 using OSGeo4W installer.I have python 2.7 and pyqt4-py2.7 installed on my system in c drive.My system paths are: PATH:C:\Python27\Lib\site-packages\PyQt4;C:\OSGeo4W\apps\qgis\bin;C:\OSGeo4W\bin; PYTHONPATH:C:\OSGeo4W\apps\qgis\python When i try to run my .py files i get following error: ...
python
plugins
pyqt
null
null
null
open
QGIS 1.7.3 and pyqt4 version mismatch === I installed QGIS 1.7.3 using OSGeo4W installer.I have python 2.7 and pyqt4-py2.7 installed on my system in c drive.My system paths are: PATH:C:\Python27\Lib\site-packages\PyQt4;C:\OSGeo4W\apps\qgis\bin;C:\OSGeo4W\bin; PYTHONPATH:C:\OSGeo4W\apps\qgis\python When i try ...
0
10,981,662
06/11/2012 14:02:58
1,309,022
04/02/2012 20:45:01
8
0
QLabel showing an image inside a QScrollArea
I've successfully implemented a Image Viewer (for DICOM) in Qt. I can see the image and I can zoom in and out correctly. Now, I want to see scroll bars if the image is too big to show when I zoom in. I've used the UI. I placed a **QScrollArea**. Inside, the **QLabel**. The *verticalScrollBarPolicy* is *ScrollBa...
image
qt
scrollbar
qlabel
qscrollarea
null
open
QLabel showing an image inside a QScrollArea === I've successfully implemented a Image Viewer (for DICOM) in Qt. I can see the image and I can zoom in and out correctly. Now, I want to see scroll bars if the image is too big to show when I zoom in. I've used the UI. I placed a **QScrollArea**. Inside, the **QLa...
0
8,570,912
12/20/2011 04:44:37
743,595
05/08/2011 03:17:41
1
0
Replace word in template page with title of page in php
I am now starting to realize the infinite ways a person can utilize php. I have created a template page called new-member.php that calls in the content from another page so that when I add a new member, it is fast and easy. The path I use now is: #1) I add a new page with the company name as the title. #2 I choose...
php
null
null
null
null
null
open
Replace word in template page with title of page in php === I am now starting to realize the infinite ways a person can utilize php. I have created a template page called new-member.php that calls in the content from another page so that when I add a new member, it is fast and easy. The path I use now is: #1) I a...
0
7,682,550
10/07/2011 02:40:27
176,841
09/21/2009 22:46:27
941
26
What is the "Hello World" of concurrent programs?
I'm looking for some canonical, simple concurrency problems, suitable for demonstrating usage of a library for concurrent computations I'm working on. To clarify what I mean by "concurrency": I'm interested in algorithms that utilize non-deterministic communicating processes, not in e.g. making algorithms like quick...
algorithm
language-agnostic
concurrency
null
null
null
open
What is the "Hello World" of concurrent programs? === I'm looking for some canonical, simple concurrency problems, suitable for demonstrating usage of a library for concurrent computations I'm working on. To clarify what I mean by "concurrency": I'm interested in algorithms that utilize non-deterministic communicat...
0
5,545,800
04/05/2011 00:20:08
683,068
03/30/2011 00:18:50
8
0
Firefox 4 awful ClearType text rendering.
I don't know what to think, I've recently installed the latest FF, and it renders websites like everything is between B/STRONG tags. Example, well known JSFiddle's menu. Above top - Opera (looks almost the same in IE8, Safari and Chrome), below FF4: [Image link because "new" users are not allowed to post images :...
firefox
firefox4
cleartype
null
null
04/05/2011 02:17:47
off topic
Firefox 4 awful ClearType text rendering. === I don't know what to think, I've recently installed the latest FF, and it renders websites like everything is between B/STRONG tags. Example, well known JSFiddle's menu. Above top - Opera (looks almost the same in IE8, Safari and Chrome), below FF4: [Image link becau...
2
1,833,757
12/02/2009 15:47:14
223,004
12/02/2009 15:47:14
1
0
Zend Framework - shared view script path ( global partials )
How is it possible to set up a shared view script path for partials to create global partials within the Zend Framework? We know that you can call partials between modules e.g - echo $this->partial('partial_title','module_name'); but we need to set up a partial folder in the root ( i.e below modules)...
zend-framework
zend
partials
php
null
null
open
Zend Framework - shared view script path ( global partials ) === How is it possible to set up a shared view script path for partials to create global partials within the Zend Framework? We know that you can call partials between modules e.g - echo $this->partial('partial_title','module_name'); but w...
0
6,807,434
07/24/2011 14:37:00
860,304
07/24/2011 14:37:00
1
0
How to Create CSS3 Paper Curls Without Images
How to Create CSS3 Paper Curls Without Images sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...
css3
null
null
null
null
07/24/2011 15:26:28
not a real question
How to Create CSS3 Paper Curls Without Images === How to Create CSS3 Paper Curls Without Images ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss...
1
512,166
02/04/2009 16:39:26
82
08/01/2008 16:28:35
692
41
(C#)The foreach identifier and closures
In the two following snippets, is the first one safe or must you do the second one? By safe I mean is each thread guaranteed to call the method on the Foo from the same loop iteration in which the thread was created? Or must you copy the reference to a new variable "local" to each iteration of the loop? va...
c#
foreach
closures
null
null
null
open
(C#)The foreach identifier and closures === In the two following snippets, is the first one safe or must you do the second one? By safe I mean is each thread guaranteed to call the method on the Foo from the same loop iteration in which the thread was created? Or must you copy the reference to a new variable "lo...
0
11,035,716
06/14/2012 14:51:15
1,448,276
06/11/2012 06:28:19
1
0
access struct fields in a concurrent way using threads
suppose I have a data structure with a lot of fields. I want to access it in a concurrent way using threads. Anyway I don't want to lock the entire struct (eg with a completely exclusive access to it using a big mutex ) but i'd like that a thread can access a field even if other threads are accessing OTHER fields. Is ...
multithreading
data-structures
concurrency
mutex
null
null
open
access struct fields in a concurrent way using threads === suppose I have a data structure with a lot of fields. I want to access it in a concurrent way using threads. Anyway I don't want to lock the entire struct (eg with a completely exclusive access to it using a big mutex ) but i'd like that a thread can access a ...
0
11,157,293
06/22/2012 13:37:55
1,280,271
03/20/2012 07:34:33
81
1
making two input fields editable with a button click
I have got two input fields which i would like to make editable with a button click. The data of these two fields is to be written to database in two separate columns which can be achieved by ajax. But i would like to know about the first part. Tried to google a lot but didnt found a viable solution :(
php
jquery
html
ajax
null
06/22/2012 19:50:04
not a real question
making two input fields editable with a button click === I have got two input fields which i would like to make editable with a button click. The data of these two fields is to be written to database in two separate columns which can be achieved by ajax. But i would like to know about the first part. Tried to g...
1
2,168,624
01/30/2010 16:58:46
315,635
01/30/2010 16:36:33
1
0
Django: Moving from XAMPP to Django questions
I've worked with XAMPP, WAMPP, MAMPP, etc and am starting to look at Django. A majority of the work we do is very CMS orientated; although we've been told not to use third-party CMS' (mainly because of user's find them hard to use, and other issues), I've found that I can code a very simple CMS using Cake, CodeIgnit...
django
null
null
null
null
null
open
Django: Moving from XAMPP to Django questions === I've worked with XAMPP, WAMPP, MAMPP, etc and am starting to look at Django. A majority of the work we do is very CMS orientated; although we've been told not to use third-party CMS' (mainly because of user's find them hard to use, and other issues), I've found that...
0
5,941,242
05/09/2011 19:02:02
505,990
11/12/2010 16:23:27
121
9
Physics simulation examples
im starting to study physics simulation and i was hoping i could get code examples... anyone knows where i can find some? i would love it in c#... but any other would be fine too...
physics
null
null
null
null
05/11/2011 15:38:02
not a real question
Physics simulation examples === im starting to study physics simulation and i was hoping i could get code examples... anyone knows where i can find some? i would love it in c#... but any other would be fine too...
1
1,394,695
09/08/2009 15:36:19
160,677
08/21/2009 09:49:50
306
0
C# - Property Clarification
According to the definition : <i> <b> "As interface is not an object by itself ,I can't initialize it.If interface were allowed to declare fileds, then it needs storage location,so we can not declare fields inside interface." </i> </b> Incase of property say example when i declare string...
c#
null
null
null
null
null
open
C# - Property Clarification === According to the definition : <i> <b> "As interface is not an object by itself ,I can't initialize it.If interface were allowed to declare fileds, then it needs storage location,so we can not declare fields inside interface." </i> </b> Incase of property say example ...
0
7,852,776
10/21/2011 17:02:47
310,291
03/02/2010 15:22:39
3,294
20
conditional html without javascript: why can't I see my html code
i tried just this: <table><tr><td> <!--[if !IE]> non ie browser <![endif]--> </tr></td></table> on firefox I can't see what I expect: "non ie browser" why?
html
firefox
null
null
null
10/26/2011 14:06:46
not a real question
conditional html without javascript: why can't I see my html code === i tried just this: <table><tr><td> <!--[if !IE]> non ie browser <![endif]--> </tr></td></table> on firefox I can't see what I expect: "non ie browser" why?
1
1,261,658
08/11/2009 16:56:38
104,060
05/09/2009 13:16:27
656
9
Exercises to advance a student programmer on down time?
Currently on an internship from my CS degree, we have some down time and I'd like to spend it working through a series of problems (although none too large) that would advance my programming skills and allow me to dip my toes in a large breadth of different topics and areas. Unfortunately, everything I do must be done...
vb.net
asp.net
career-development
education
null
11/29/2011 12:49:46
not constructive
Exercises to advance a student programmer on down time? === Currently on an internship from my CS degree, we have some down time and I'd like to spend it working through a series of problems (although none too large) that would advance my programming skills and allow me to dip my toes in a large breadth of different t...
4
9,764,607
03/19/2012 03:21:53
1,158,716
01/19/2012 14:35:16
5
0
GEF Shapes Example: How can I change the TargetDecoration for Connections?
In the GEF shapes example, there are two types of connections, they differ by line style only (`int Graphics.LINE_DASH` or `int Graphics.LINE_SOLID`). Now I wanna change the TargetDecoration (or rather set it to `null`) for one of them. How do I do this? I've tried an `if` in the below method (below is the origin...
gui
user-interface
connection
eclipse-rcp
eclipse-gef
null
open
GEF Shapes Example: How can I change the TargetDecoration for Connections? === In the GEF shapes example, there are two types of connections, they differ by line style only (`int Graphics.LINE_DASH` or `int Graphics.LINE_SOLID`). Now I wanna change the TargetDecoration (or rather set it to `null`) for one of them. ...
0
7,454,177
09/17/2011 10:45:05
938,851
09/11/2011 04:54:27
162
36
Best way to display pages
Which one of these is better : include("up.php"); content here include("down.php"); up.php file contains each page up part down.php file contains each page footer part or $sivu = $_GET['sivu']; $sivu = str_replace("/", "", $sivu); //only this directory allowed include("".$si...
php
html
null
null
null
09/17/2011 13:14:29
not constructive
Best way to display pages === Which one of these is better : include("up.php"); content here include("down.php"); up.php file contains each page up part down.php file contains each page footer part or $sivu = $_GET['sivu']; $sivu = str_replace("/", "", $sivu); //only this direct...
4
5,645,962
04/13/2011 07:45:16
681,256
03/29/2011 02:36:29
37
0
Is there a hello world heap overflow example?
Anyone has a demo? thanks in advance!
c
linux
heap
null
null
04/14/2011 19:07:22
not a real question
Is there a hello world heap overflow example? === Anyone has a demo? thanks in advance!
1
7,332,758
09/07/2011 11:01:48
208,446
11/11/2009 06:38:55
2,901
261
What makes other languages faster than Java in terms of Rapid Development?
Many people say developing in Python, Ruby, PHP ...etc is much faster than Java. Question is, why? In terms of coding, IDEs, available libraries... etc. Or is the speed in making the first prototype only? I'm interested in answers from people who worked long time on Java and long time on other languages. Note...
java
php
.net
python
ruby
09/07/2011 11:10:44
off topic
What makes other languages faster than Java in terms of Rapid Development? === Many people say developing in Python, Ruby, PHP ...etc is much faster than Java. Question is, why? In terms of coding, IDEs, available libraries... etc. Or is the speed in making the first prototype only? I'm interested in answers fr...
2
299,658
11/18/2008 18:26:24
37,754
11/14/2008 18:28:38
6
1
Employee Scheduling Software? Web/Browser Based
Just wondering if any of you guys know of any web-based/browser-based employee scheduling software/tools? Currently doing it all in Excel, but it just isnt intelligent enough... any product suggestions? Needs to handle multiple employees time over weeks and months... to schedule in work short-term and long-term,...
employee
scheduling
web-applications
project-planning
null
07/16/2011 09:42:19
off topic
Employee Scheduling Software? Web/Browser Based === Just wondering if any of you guys know of any web-based/browser-based employee scheduling software/tools? Currently doing it all in Excel, but it just isnt intelligent enough... any product suggestions? Needs to handle multiple employees time over weeks and mo...
2
7,467,415
09/19/2011 06:56:43
618,091
02/15/2011 15:41:59
1
0
Computer Scince PhD School Selection: focus on ranking rather than the group?
I was wondering how much the University ranking is important for a PhD school selection. I think that it could really be established a discussion about University rankings and their reliability. It seems to me that top schools are there because they are the most famous ones, even in the subject ranking. More spec...
university
graduate-school
null
null
null
09/19/2011 07:04:09
off topic
Computer Scince PhD School Selection: focus on ranking rather than the group? === I was wondering how much the University ranking is important for a PhD school selection. I think that it could really be established a discussion about University rankings and their reliability. It seems to me that top schools are the...
2
832,551
05/07/2009 01:42:41
84,631
03/30/2009 13:57:34
1
0
Rails: How can I log on which site my javascript is embedded?
My site provides a javascript that shows the rate of the Dutch equivalent of the Dow Jones index. Users can embed this script in their website. It looks like this: <script type="text/javascript" src="http://www.aexscript.nl/r/gratis"></script> The corresponding controller action looks like this: def...
ruby-on-rails
javascript
embed
logging
null
null
open
Rails: How can I log on which site my javascript is embedded? === My site provides a javascript that shows the rate of the Dutch equivalent of the Dow Jones index. Users can embed this script in their website. It looks like this: <script type="text/javascript" src="http://www.aexscript.nl/r/gratis"></script>...
0
9,279,973
02/14/2012 15:55:32
1,093,486
12/12/2011 10:09:24
1
0
PHP's mysql_real_escape_string and MySQL Injection
I have been trying to figure out how exactly **\x00, \n, \r, \\, or \x1a** can cause an SQL Injection (as it is mentioned at http://nl3.php.net/manual/en/function.mysql-real-escape-string.php) I understand the idea of single quote and double quotes, but how and why I need to take care of the other items to make my q...
mysql-real-escape-string
null
null
null
null
null
open
PHP's mysql_real_escape_string and MySQL Injection === I have been trying to figure out how exactly **\x00, \n, \r, \\, or \x1a** can cause an SQL Injection (as it is mentioned at http://nl3.php.net/manual/en/function.mysql-real-escape-string.php) I understand the idea of single quote and double quotes, but how and...
0
7,410,290
09/14/2011 01:22:03
257,583
01/23/2010 22:28:23
1,463
4
How do I get SLIME + Emacs set up?
[According to this answer][1], Emacs + Slime already has much advanced functionality. So how can I get syntax coloring, auto-completion, and perhaps even version control management, set up and running in my copy of Lispbox? [1]: http://stackoverflow.com/questions/1997838/what-are-the-good-rich-ides-for-lisp/2018...
emacs
ide
slime
null
null
null
open
How do I get SLIME + Emacs set up? === [According to this answer][1], Emacs + Slime already has much advanced functionality. So how can I get syntax coloring, auto-completion, and perhaps even version control management, set up and running in my copy of Lispbox? [1]: http://stackoverflow.com/questions/1997838/w...
0
6,165,869
05/29/2011 03:57:06
402,610
07/26/2010 18:23:17
373
9
Grouping mysql records fortnightly
I want to group the records on its timestamp field Fortnightly. I am doing it weekly now but i want it to be fortnightly also. How do i do that ? Is there a specific way to do this like how we group by weeks using WEEK('timestamp','%d-%m-%Y') function ?
mysql
null
null
null
null
null
open
Grouping mysql records fortnightly === I want to group the records on its timestamp field Fortnightly. I am doing it weekly now but i want it to be fortnightly also. How do i do that ? Is there a specific way to do this like how we group by weeks using WEEK('timestamp','%d-%m-%Y') function ?
0
7,145,981
08/22/2011 10:18:07
576,510
01/15/2011 05:51:55
384
0
which one is fast in performance, stored procedure or in line sql quries?
Can you please guide (in using SQL Server 2005 with C#) which one is fast ? calling sotred procedure or using inline sql text quries for CRUD operations ?
c#
sql-server
null
null
null
08/22/2011 11:33:35
not constructive
which one is fast in performance, stored procedure or in line sql quries? === Can you please guide (in using SQL Server 2005 with C#) which one is fast ? calling sotred procedure or using inline sql text quries for CRUD operations ?
4
4,523,772
12/24/2010 01:58:15
338,204
03/29/2010 14:31:57
92
30
How do you think why Facebook decides to deprecate REST API ?
As we know, facebook is using new Graph API to replace Old REST API as [here][1]. We know that REST is new architecture design style compared with SOAP etc. Just wonder why REST will be deprecated by facebook. Maybe there are a lot reasons, and facebook will not oepn them and know themselves. My purpose post que...
facebook
rest
facebook-connect
facebook-graph-api
null
12/26/2010 13:45:44
off topic
How do you think why Facebook decides to deprecate REST API ? === As we know, facebook is using new Graph API to replace Old REST API as [here][1]. We know that REST is new architecture design style compared with SOAP etc. Just wonder why REST will be deprecated by facebook. Maybe there are a lot reasons, and faceb...
2
11,035,738
06/14/2012 14:52:19
182,867
10/02/2009 02:37:14
137
7
How to install php memcache in a production server?
Is there any way to install memcache without pecl/phpize ? http://in2.php.net/manual/en/memcache.installation.php It's a production server, its a good practice to install pecl/phpize into it ?
php
linux
php5
null
null
06/14/2012 15:00:13
off topic
How to install php memcache in a production server? === Is there any way to install memcache without pecl/phpize ? http://in2.php.net/manual/en/memcache.installation.php It's a production server, its a good practice to install pecl/phpize into it ?
2
9,541,697
03/02/2012 23:13:55
1,066,894
11/26/2011 12:56:43
14
1
JSP/Servlets necessity for JSF development
I am an intermediate java developer and i was tying to get to know the java web application capablities, i want to learn JSF java EE for web application development, because am already in the field of web development using Ruby and PHP. should i learn jsp/servlets first? or Java Web Application Frameworks do not ...
java
jsp
jsf
servlets
null
03/02/2012 23:19:30
not constructive
JSP/Servlets necessity for JSF development === I am an intermediate java developer and i was tying to get to know the java web application capablities, i want to learn JSF java EE for web application development, because am already in the field of web development using Ruby and PHP. should i learn jsp/servlets f...
4
220,844
10/21/2008 05:18:43
22,162
09/25/2008 13:28:13
177
21
Saved Search Options in ASP.net
I am having an ASP.net page with some 15 controls and each using as filter filter parameter query for search (Select * from Table 1 where (all control values). I need to saved these searches on clicking the button. (I need to hold this in a table what are the things that are searched by user. Please tell me which is...
asp.net
null
null
null
null
11/10/2008 06:37:34
off topic
Saved Search Options in ASP.net === I am having an ASP.net page with some 15 controls and each using as filter filter parameter query for search (Select * from Table 1 where (all control values). I need to saved these searches on clicking the button. (I need to hold this in a table what are the things that are searche...
2
8,156,280
11/16/2011 17:51:20
1,037,772
11/09/2011 13:44:48
-4
0
Reportlab: dynamic color for table column (color stored in django model) in reportlab
I have django model called TestResults models.py ---------- Class TestResults(models) chemical_name charfield value floatfield unit charfield method charfield normal_limit charfield caution_limit charfield color charfield Now, The below code ...
reportlab
null
null
null
null
04/26/2012 09:47:56
too localized
Reportlab: dynamic color for table column (color stored in django model) in reportlab === I have django model called TestResults models.py ---------- Class TestResults(models) chemical_name charfield value floatfield unit charfield method charfield normal_limit cha...
3
6,744,795
07/19/2011 09:10:19
564,340
01/05/2011 17:49:33
1
0
Example of an iPhone app which uses long press option
I need an example of an iPhone application that uses the long press option. Please, show me just one, :), and I'd like it to be free Best regards
iphone
null
null
null
null
07/19/2011 22:16:02
not constructive
Example of an iPhone app which uses long press option === I need an example of an iPhone application that uses the long press option. Please, show me just one, :), and I'd like it to be free Best regards
4
6,711,640
07/15/2011 18:32:47
846,929
07/15/2011 17:51:46
1
0
Native APIs vs Web frameworks like Sencha,PhoneGap vs Appcelarator
I have been recently exploring some of HTML5/Javascript mobile frameworks like Sencha, Appcelerator and native app development for mobile and tablet apps. Can you pl let me know me which option will be good based on harnessing device capabilities and performance point of view. Thanks
iphone
android
mobile
appcelerator
sencha
07/15/2011 18:34:54
not constructive
Native APIs vs Web frameworks like Sencha,PhoneGap vs Appcelarator === I have been recently exploring some of HTML5/Javascript mobile frameworks like Sencha, Appcelerator and native app development for mobile and tablet apps. Can you pl let me know me which option will be good based on harnessing device capabiliti...
4
9,778,232
03/19/2012 21:29:00
1,000,343
10/18/2011 03:41:52
2,352
95
ggplot unexplained outcome
I started making a reproducible example to ask another question and can't even get past that. Anyway I am attempting to plot categorical data into a faceted bar plot. So I made my own data set using CO3 (code at bottom). Just plotting x by itself seems normal: ![enter image description here][1] but then gets fun...
r
ggplot2
null
null
null
null
open
ggplot unexplained outcome === I started making a reproducible example to ask another question and can't even get past that. Anyway I am attempting to plot categorical data into a faceted bar plot. So I made my own data set using CO3 (code at bottom). Just plotting x by itself seems normal: ![enter image descripti...
0
6,158,728
05/27/2011 23:57:04
482,473
10/21/2010 02:30:33
93
0
UILabel not responding to touch
label_win3=[[UILabel alloc] initWithFrame:CGRectMake(55, 358, 210,15)]; label_win3.text=@"Click here"; label_win3.textColor=[UIColor cyanColor]; label_win3.backgroundColor=[UIColor clearColor]; label_win3.font=[UIFont fontWithName:@"Helvetica" size: 14.0]; label_win3.textAlignment=UITextAlignmen...
iphone
null
null
null
null
05/28/2011 01:31:55
not a real question
UILabel not responding to touch === label_win3=[[UILabel alloc] initWithFrame:CGRectMake(55, 358, 210,15)]; label_win3.text=@"Click here"; label_win3.textColor=[UIColor cyanColor]; label_win3.backgroundColor=[UIColor clearColor]; label_win3.font=[UIFont fontWithName:@"Helvetica" size: 14.0]; la...
1
10,165,294
04/15/2012 19:29:02
273,330
02/15/2010 08:24:03
255
3
Unable to update DoDataExchange method : VS 2000 Project converted to Visual Studio 2008 or VS 2010 Options
I am having a problem. I have a project "MicroSIP" which is used for SIP based call voice over IP. I am running it into VS 2010 and I need to customize it according to my need. For this as soon as I edit the main dialog ( Dialer ) and add some other controls ( like edit control of CEdit) and add member variable...
visual-studio-2010
visual-studio-2008
visual-c++
mfc
null
null
open
Unable to update DoDataExchange method : VS 2000 Project converted to Visual Studio 2008 or VS 2010 Options === I am having a problem. I have a project "MicroSIP" which is used for SIP based call voice over IP. I am running it into VS 2010 and I need to customize it according to my need. For this as soon as I edit...
0
3,525,838
08/19/2010 20:15:44
378,435
06/28/2010 20:53:07
26
3
Need help replacing swprintf
I am using some cross platform stuff called nutcracker to go between Windows and Linux, to make a long story short its limited in its support for wide string chars. I have to take the code below and replace what the swprintf is doing and I have no idea how. My experience with low level byte manipulation sucks. Can some...
string
null
null
null
null
null
open
Need help replacing swprintf === I am using some cross platform stuff called nutcracker to go between Windows and Linux, to make a long story short its limited in its support for wide string chars. I have to take the code below and replace what the swprintf is doing and I have no idea how. My experience with low level...
0
7,620,135
10/01/2011 12:10:45
807,014
06/15/2011 03:25:20
42
1
UINavigationController Disappears
I am building an app that makes use of a navigation controller. The nav controller works fine, except when I try to switch views using the following code in an IBAction: settingsViewController *controller = [[settingsViewController alloc] initWithNibName:@"settingsViewController" bundle:nil]; contr...
objective-c
ios
uinavigationcontroller
uinavigationbar
presentmodalviewcontrolle
null
open
UINavigationController Disappears === I am building an app that makes use of a navigation controller. The nav controller works fine, except when I try to switch views using the following code in an IBAction: settingsViewController *controller = [[settingsViewController alloc] initWithNibName:@"settingsVie...
0
256,103
11/01/2008 21:01:40
26,123
10/08/2008 12:33:24
101
4
Some good example of RESTful web api?
Can you suggest some good example of some real-world and really well-done REST web api?
rest
web-services
web-api
null
null
11/27/2011 14:11:49
not constructive
Some good example of RESTful web api? === Can you suggest some good example of some real-world and really well-done REST web api?
4
11,244,390
06/28/2012 12:13:23
1,488,433
06/28/2012 11:48:27
1
0
Converting Number Into Word In Power Builder 9.0
Hi My Dear Programmers!!!. I Just Wanna Corresponding Word From The Field **"Net Amount"**. for Example =========== Net Amount : **2500**. But The Answer Should Be Displayed In **"Two Thousand And Five Hundred"** My Query ======== Filewrite(Job,char(15)+space(50)+"G"+**" Net Amount : "** +f_lpad(ld_tot -...
powerbuilder
null
null
null
null
06/29/2012 13:12:51
not a real question
Converting Number Into Word In Power Builder 9.0 === Hi My Dear Programmers!!!. I Just Wanna Corresponding Word From The Field **"Net Amount"**. for Example =========== Net Amount : **2500**. But The Answer Should Be Displayed In **"Two Thousand And Five Hundred"** My Query ======== Filewrite(Job,char(1...
1
6,103,212
05/23/2011 21:23:49
158,756
08/18/2009 20:05:17
365
8
MYSQL - How do I delete duplicate rows and keep the first row
I made a mistake and I have unwanted duplicates. I have a table with 4 key fields. A1, k1, k2, k3. A1 is auto increment and the primary key. the combination of k1,k2 and k3 is supposed to be unique and I have to delete the duplicate rows before I create a unique index. Some row have one duplicate, some have ma...
mysql
null
null
null
null
null
open
MYSQL - How do I delete duplicate rows and keep the first row === I made a mistake and I have unwanted duplicates. I have a table with 4 key fields. A1, k1, k2, k3. A1 is auto increment and the primary key. the combination of k1,k2 and k3 is supposed to be unique and I have to delete the duplicate rows before...
0
5,265,924
03/10/2011 21:07:36
404,020
07/28/2010 01:02:19
744
4
Can't edit code after running simulation in Modelsim
If I run a simulation in Modelsim and then try to go back to editing the code, I can't edit it sometimes. I have to exit and restart Modelsim in order to do so. Why is that?
simulation
verilog
modelsim
null
null
03/11/2011 04:25:05
not a real question
Can't edit code after running simulation in Modelsim === If I run a simulation in Modelsim and then try to go back to editing the code, I can't edit it sometimes. I have to exit and restart Modelsim in order to do so. Why is that?
1
862,917
05/14/2009 11:56:50
45,311
12/11/2008 11:47:59
194
12
ASP.NET Membership - Can I allow anonymous access and still use automated login using Active Directory?
I hope this is not to paradoxal, but I don't know how this should be done... I have a VS2008 ASP.NET MVC Project with the following Web.Config entry: <authentication mode="Windows"> <forms name=".ADAuthCookie" timeout="10" /> </authentication> This makes the visitor logon automatically ...
asp.net-membership
windows-authentication
impersonation
iis
null
null
open
ASP.NET Membership - Can I allow anonymous access and still use automated login using Active Directory? === I hope this is not to paradoxal, but I don't know how this should be done... I have a VS2008 ASP.NET MVC Project with the following Web.Config entry: <authentication mode="Windows"> <forms...
0
11,628,418
07/24/2012 09:58:09
1,548,233
07/24/2012 09:41:29
1
0
GIT - Can't ignore .suo file
i'm trying to work using Git - Extension with a colleague, in an application written in C #. We have been added on the file .gitignore the file "project1.suo" but every time one of us have to commit the project, Git seems tell us to commit the file "project1.suo". we have try many method to add the file in .gitig...
c#
null
null
null
null
null
open
GIT - Can't ignore .suo file === i'm trying to work using Git - Extension with a colleague, in an application written in C #. We have been added on the file .gitignore the file "project1.suo" but every time one of us have to commit the project, Git seems tell us to commit the file "project1.suo". we have try man...
0
6,328,970
06/13/2011 09:59:08
530,340
12/04/2010 10:20:09
193
1
having problem storing data from sql queries into my own data structures
i am needed to fire certain sql queries (on a SQL Server 2008) and then collect this data and put it into my own data structures (like lists and Dictionary's) Can you show me how to do this. what will be the code to store the data from SELECT CURRENT_TIMESTAMP into a string ? Similarly if i have a sql query returning ...
c#
sql
sql-server
null
null
06/13/2011 11:53:35
not a real question
having problem storing data from sql queries into my own data structures === i am needed to fire certain sql queries (on a SQL Server 2008) and then collect this data and put it into my own data structures (like lists and Dictionary's) Can you show me how to do this. what will be the code to store the data from SELEC...
1
7,695,783
10/08/2011 08:56:41
887,020
08/10/2011 02:01:43
10
0
Strange error using google maps tile server and Google Maps utility in PHP
I have a question regarding Map tile server and coordinates conversion in Google Maps using the Google Maps Utility library. My tile server accesses a database with thousands of gps coordinates (lat,lng), and for every (lat,lng) point, checks if the point is inside the geographical bounds of the tile; if it does, co...
php
overlay
tile
gmaps
null
null
open
Strange error using google maps tile server and Google Maps utility in PHP === I have a question regarding Map tile server and coordinates conversion in Google Maps using the Google Maps Utility library. My tile server accesses a database with thousands of gps coordinates (lat,lng), and for every (lat,lng) point, c...
0
9,402,595
02/22/2012 20:42:54
468,312
10/06/2010 18:10:45
1,027
10
Wordpress sort posts by custom meta in navigation
I'm sorting my posts by a custom meta value named "size". $querystr = " SELECT $wpdb->posts.* FROM $wpdb->posts, $wpdb->postmeta WHERE $wpdb->posts.ID = $wpdb->postmeta.post_id AND $wpdb->postmeta.meta_key = 'size' AND $wpdb->posts.post_status = 'publish' ...
php
wordpress
custom-fields
null
null
null
open
Wordpress sort posts by custom meta in navigation === I'm sorting my posts by a custom meta value named "size". $querystr = " SELECT $wpdb->posts.* FROM $wpdb->posts, $wpdb->postmeta WHERE $wpdb->posts.ID = $wpdb->postmeta.post_id AND $wpdb->postmeta.meta_key = 'size'...
0
9,586,754
03/06/2012 15:33:59
1,252,564
03/06/2012 15:24:41
1
0
how remove watermarking from a flash gallery template
I have a flash gallery template and is watermarked with the name of the website created the template I need to use the template soon for my university camp photos to upload it in our website I'm not good in Adobe design stuff I tried to look for the way in how to get rid of the water mark but so far no result. can som...
xml
flash
templates
null
null
03/07/2012 03:39:58
off topic
how remove watermarking from a flash gallery template === I have a flash gallery template and is watermarked with the name of the website created the template I need to use the template soon for my university camp photos to upload it in our website I'm not good in Adobe design stuff I tried to look for the way in how ...
2
5,819,003
04/28/2011 13:00:00
729,340
04/28/2011 13:00:00
1
0
i want to know that how to insert data from more than one dropdownlists in to the single column of the database
linebreak add 2 spaces at end.
c#
null
null
null
null
04/28/2011 15:24:31
not a real question
i want to know that how to insert data from more than one dropdownlists in to the single column of the database === linebreak add 2 spaces at end.
1
5,241,573
03/09/2011 05:03:17
576,605
01/15/2011 09:31:41
25
0
draw travelling route on google maps
I have gone through all the suggested links n answers and have come to this stage wherein i am able to calculate distance but can not draw route, all i can get is a straight line between the last two points of the kml file here is my code.....kindly lemme know how can i overcome this as i have to draw the complete trav...
android
google
null
null
null
06/13/2011 13:07:28
not a real question
draw travelling route on google maps === I have gone through all the suggested links n answers and have come to this stage wherein i am able to calculate distance but can not draw route, all i can get is a straight line between the last two points of the kml file here is my code.....kindly lemme know how can i overcom...
1
10,308,094
04/25/2012 01:10:33
1,355,021
04/25/2012 01:07:28
1
0
Simple regex expression needed
Should be simple and unfortunately I don't really need to learn Regex, it's just one of those occasions.. What is the expression to find something like this: wordhere_478234828 where the numbers could be random, but the word is always the same?
regex
null
null
null
null
04/25/2012 02:38:27
not a real question
Simple regex expression needed === Should be simple and unfortunately I don't really need to learn Regex, it's just one of those occasions.. What is the expression to find something like this: wordhere_478234828 where the numbers could be random, but the word is always the same?
1
10,407,785
05/02/2012 04:34:44
1,011,816
10/24/2011 23:13:35
438
1
Why does CSS styling distort my Google maps zooming?
Here is a working version http://jsfiddle.net/tH78C/ Here is a broken version (Zooming widget is no longer properly displayed) with Bootstrap styling http://jsfiddle.net/3sjAU/ Why does it break?
html
css
google-maps
twitter-bootstrap
null
null
open
Why does CSS styling distort my Google maps zooming? === Here is a working version http://jsfiddle.net/tH78C/ Here is a broken version (Zooming widget is no longer properly displayed) with Bootstrap styling http://jsfiddle.net/3sjAU/ Why does it break?
0
11,008,212
06/13/2012 04:27:59
1,153,739
01/17/2012 10:52:05
56
5
Fundamentals of Deserialization in .NET?
I have been working with XML for past couple of months with .NET Basically all the work I do involve XML in oneway of another so I thought it would be good to learn the serialization and deserialization part of the game. My work mostly involves the 'Deserialization' part of it. Almost every time I have an XML file wh...
c#
.net
deserialization
null
null
06/13/2012 04:39:55
not constructive
Fundamentals of Deserialization in .NET? === I have been working with XML for past couple of months with .NET Basically all the work I do involve XML in oneway of another so I thought it would be good to learn the serialization and deserialization part of the game. My work mostly involves the 'Deserialization' part ...
4
10,392,247
05/01/2012 00:42:08
98,145
04/30/2009 00:58:43
892
14
Functional language equivalent to Codeacademy?
Is there anything like Codeacademy for a functional language? I'm particularly interested in Lisp, Clojure, Scala and Haskel.
functional-programming
education
null
null
null
05/03/2012 08:07:45
off topic
Functional language equivalent to Codeacademy? === Is there anything like Codeacademy for a functional language? I'm particularly interested in Lisp, Clojure, Scala and Haskel.
2
11,138,839
06/21/2012 13:06:33
1,111,452
12/22/2011 09:38:58
40
2
Regex for telephone number in ITU format
I want to validate the phone number only in ITU format like +xx xxxxxxxxxx only any help will be greatly appreciated thanks
javascript
regex
regular-language
null
null
07/06/2012 22:16:35
not a real question
Regex for telephone number in ITU format === I want to validate the phone number only in ITU format like +xx xxxxxxxxxx only any help will be greatly appreciated thanks
1
1,377,807
09/04/2009 07:56:50
125,540
06/19/2009 05:05:09
9
1
How to generate a flat map of earth with day/night highlighting?
Does anybody know of an easy-to-use, FOSS equivalent of the program generating this 'live' [colored, earth map][1]. Alternatively, equally appreciated would be enough pointers on the logic, API, and data to use to write such a program on my own in Java or C? **What I Basically Want** 1. I need to be able to ge...
flat
map
earth
null
null
06/06/2012 19:00:11
not constructive
How to generate a flat map of earth with day/night highlighting? === Does anybody know of an easy-to-use, FOSS equivalent of the program generating this 'live' [colored, earth map][1]. Alternatively, equally appreciated would be enough pointers on the logic, API, and data to use to write such a program on my own in...
4
3,083,405
06/21/2010 09:23:35
372,005
06/21/2010 09:12:56
1
0
CodeIgniter / Xinha ImageManager not uploading images
I'm using the Xinha text editor in a CodeIgniter project, and normally it works very well, but this has got me stumped. When I click the ImageManager icon in the Xinha, it loads the dialog box as usual, and allows me to upload an image. Within the editor, it shows that my image is uploaded, yet when I look directly ...
codeigniter
null
null
null
null
null
open
CodeIgniter / Xinha ImageManager not uploading images === I'm using the Xinha text editor in a CodeIgniter project, and normally it works very well, but this has got me stumped. When I click the ImageManager icon in the Xinha, it loads the dialog box as usual, and allows me to upload an image. Within the editor, it...
0
6,724,783
07/17/2011 15:22:06
604,843
02/05/2011 23:48:02
504
1
php: redirect() !!??
This is not a request for a solution, but just to clarify something. When I do a redirect in php I use header() but while going through someone else's class code I came across this: // Redirect to target redirect(proxifyURL($url, 'norefer')); What the heck is that? And php does not seem to ...
php
redirect
null
null
null
null
open
php: redirect() !!?? === This is not a request for a solution, but just to clarify something. When I do a redirect in php I use header() but while going through someone else's class code I came across this: // Redirect to target redirect(proxifyURL($url, 'norefer')); What the heck is that?...
0
1,595,806
10/20/2009 16:19:17
193,237
10/20/2009 16:19:17
1
0
Read a single registry key value on a remote machine using python 3
I am having a very tough time achieving this one seemingly very simple goal... I have to gather the value of a single registry key on several machines for the sake of auditing whether the machines scanned need to be patched with newer versions of software. I am only permitted to use python 3 as per our company poli...
python
remote-registry
winreg
windows
null
null
open
Read a single registry key value on a remote machine using python 3 === I am having a very tough time achieving this one seemingly very simple goal... I have to gather the value of a single registry key on several machines for the sake of auditing whether the machines scanned need to be patched with newer versions ...
0
6,984,297
08/08/2011 15:12:09
846,224
07/15/2011 10:06:55
6
0
$_FILES array is not working properly
Hi guys actually I want to create an application in which I have to create undefined numbers of file type controle.And I have created this thing but I am unable to find the temporary pathof that file.$_FILES[][] is also not working properly.So please help me by providing relevent information.
php
javascript
html
null
null
08/08/2011 15:14:51
not a real question
$_FILES array is not working properly === Hi guys actually I want to create an application in which I have to create undefined numbers of file type controle.And I have created this thing but I am unable to find the temporary pathof that file.$_FILES[][] is also not working properly.So please help me by providing relev...
1
4,128,153
11/08/2010 21:17:34
810,896
11/08/2010 21:17:34
1
0
Can't access hadoop web ui for job tracker
I'm trying to set up hadoop and nutch to run on EC2. To get started, I have followed the excellent <a href="http://wiki.apache.org/nutch/NutchHadoopTutorial">NutchHadoopTutorial</a>. Most everything works as it should, except that I am unable to access any of the web interfaces (e.g. JobTracker). The JobTracker starts ...
jobs
jetty
hadoop
nutch
tracker
05/17/2012 19:42:02
too localized
Can't access hadoop web ui for job tracker === I'm trying to set up hadoop and nutch to run on EC2. To get started, I have followed the excellent <a href="http://wiki.apache.org/nutch/NutchHadoopTutorial">NutchHadoopTutorial</a>. Most everything works as it should, except that I am unable to access any of the web inte...
3
7,401,495
09/13/2011 11:59:38
942,009
09/13/2011 07:24:45
1
0
How to display placeholder's text in HTML5's number-typed input
Is there a way I can show placeholder text inside an input tag of type=number? Detailed Q: The property 'placeholder' of an HTML's input tag is used to show description about the input tag in the UI when the element is not focused - the descriptive text goes blank when the same field gets focus. The problem is no t...
html
input
placeholder
null
null
null
open
How to display placeholder's text in HTML5's number-typed input === Is there a way I can show placeholder text inside an input tag of type=number? Detailed Q: The property 'placeholder' of an HTML's input tag is used to show description about the input tag in the UI when the element is not focused - the descriptiv...
0
24,045
08/23/2008 06:42:01
163
08/02/2008 20:40:09
77
8
AnkhSVN versus VisualSVN
I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN? AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch.
subversion
visual-studio
ankhsvn
visualsvn
null
07/18/2012 12:04:19
not constructive
AnkhSVN versus VisualSVN === I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN? AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason ...
4
10,812,765
05/30/2012 08:37:00
998,704
10/17/2011 07:35:23
6
0
paypal reseller
Hello I'd like to set up a web application that will use paypal as payment method. I want that my application works as reseller. I will post on my website goods of third parties and sell them to consumers. I'd like only to keep a fee on the transaction and just forward the money to the companyowner of the good. A...
paypal
reseller
null
null
null
null
open
paypal reseller === Hello I'd like to set up a web application that will use paypal as payment method. I want that my application works as reseller. I will post on my website goods of third parties and sell them to consumers. I'd like only to keep a fee on the transaction and just forward the money to the companyow...
0
10,655,221
05/18/2012 15:13:33
30,512
10/22/2008 19:44:43
1,607
98
Multiple matching substring selectors
I'm trying to create a rule to match all classes beginning with `icon-` which also have the `btn` class. `[class^="icon-"] {` matches the first condition, but how do I add "that also have the .btn class?
css
css3
css-selectors
null
null
null
open
Multiple matching substring selectors === I'm trying to create a rule to match all classes beginning with `icon-` which also have the `btn` class. `[class^="icon-"] {` matches the first condition, but how do I add "that also have the .btn class?
0
9,529,481
03/02/2012 07:21:59
585,101
01/21/2011 21:46:19
1,043
75
How to implement different attributes sharing one element with sass?
I have the following code: ul.post, ul.user_profile { /* this attributes are the same for both classes */ margin-top: 1em; list-style: none; padding-bottom: 20px; border-bottom: 1px solid #CCC; /* how to implement different attributes for ul.user_profile li.minithu...
css
sass
null
null
null
null
open
How to implement different attributes sharing one element with sass? === I have the following code: ul.post, ul.user_profile { /* this attributes are the same for both classes */ margin-top: 1em; list-style: none; padding-bottom: 20px; border-bottom: 1px solid #CCC; ...
0
4,499,928
12/21/2010 13:50:00
413,770
08/07/2010 10:34:36
49
3
android mediaplayer bacgroung loading
how can i load a file into mediaplayer while showing a splash screen in the foregroung ,i mean after splash sceen i want to display video on the screen directly without wait
android
null
null
null
null
null
open
android mediaplayer bacgroung loading === how can i load a file into mediaplayer while showing a splash screen in the foregroung ,i mean after splash sceen i want to display video on the screen directly without wait
0
8,018,217
11/05/2011 04:37:45
1,030,755
11/05/2011 04:33:13
1
0
How to create a data model for a boat?
How would one create a model for a boat in javascript that exists as a grid reference in a cartesian plane? I would like to learn javascript by creating clone of the popular game Battleship! To this end I need assistance in my quest to start programming boats!
javascript
data
model
null
null
null
open
How to create a data model for a boat? === How would one create a model for a boat in javascript that exists as a grid reference in a cartesian plane? I would like to learn javascript by creating clone of the popular game Battleship! To this end I need assistance in my quest to start programming boats!
0
73,147
09/16/2008 14:48:33
11,820
09/16/2008 11:33:27
1
8
I need an ID3 tag reader library for Java - preferably a fast one
I'd like to know a good ID3 tag reader library for Java. Would be good if it was easy to use or had very good documentation, but my main criteria is speed - I want to be able to read ID3 tags from over 10,000 files as quickly as possible.
java
mp3
id3
null
null
06/04/2012 14:47:27
not constructive
I need an ID3 tag reader library for Java - preferably a fast one === I'd like to know a good ID3 tag reader library for Java. Would be good if it was easy to use or had very good documentation, but my main criteria is speed - I want to be able to read ID3 tags from over 10,000 files as quickly as possible.
4
2,185,491
02/02/2010 16:04:14
781
08/08/2008 21:28:19
4,819
134
Where can I find commercial grade IP geolocation webservices?
I need a webservice that will return the country location given an IP address. I only have two requirements: 1. It must be able to take thousands for requests per second. 2. It must be a service where I don't have maintain the data. I know there are very similar questions here on SO, but most of the stuff people...
api
sdk
geolocation
ip-geolocation
web-services
null
open
Where can I find commercial grade IP geolocation webservices? === I need a webservice that will return the country location given an IP address. I only have two requirements: 1. It must be able to take thousands for requests per second. 2. It must be a service where I don't have maintain the data. I know there ...
0
2,626,390
04/13/2010 01:08:50
175,989
09/19/2009 18:05:58
8
0
C# Communication between threads.
I am using .NET 3.5 and am trying to wrap my head around a problem (not being a supreme threading expert bear with me). I have a windows service which has a very intensive process that is always running, I have put this process onto a separate thread so that the main thread of my service can handle operational tasks...
c#
multithreading
null
null
null
null
open
C# Communication between threads. === I am using .NET 3.5 and am trying to wrap my head around a problem (not being a supreme threading expert bear with me). I have a windows service which has a very intensive process that is always running, I have put this process onto a separate thread so that the main thread of ...
0
5,664,483
04/14/2011 14:06:33
654,756
03/09/2011 07:21:26
1
0
social networking website using ASP.NET
hey friends i am gonna make a social networking website with ASP.NET should i use visual studio 2008 or 2010 and sql server 2005 or 2008 so please suggest me. i am learning from *chris payne* **LEARN ASP.NET IN 21 DAYS** and another book *andrew siemers* which is an excellent book. also what is the difference between...
asp.net
null
null
null
null
06/04/2011 01:50:26
not a real question
social networking website using ASP.NET === hey friends i am gonna make a social networking website with ASP.NET should i use visual studio 2008 or 2010 and sql server 2005 or 2008 so please suggest me. i am learning from *chris payne* **LEARN ASP.NET IN 21 DAYS** and another book *andrew siemers* which is an excelle...
1
7,414,403
09/14/2011 09:56:19
613,976
02/12/2011 05:51:46
1
0
What is a PCIe switch
I am looking for a motherboard that may support 4 full BW PCIe2.0 x16 slots. These are the two I have narrowed down to http://www.supermicro.com/products/motherboard/QPI/5500/X8DTG-QF.cfm http://www.supermicro.com/products/motherboard/QPI/5500/X8DTG-QF_.cfm Apart from dimensions both sport similar configurati...
intel
pci
motherboard
pci-bus
chipset
09/14/2011 10:19:18
off topic
What is a PCIe switch === I am looking for a motherboard that may support 4 full BW PCIe2.0 x16 slots. These are the two I have narrowed down to http://www.supermicro.com/products/motherboard/QPI/5500/X8DTG-QF.cfm http://www.supermicro.com/products/motherboard/QPI/5500/X8DTG-QF_.cfm Apart from dimensions bot...
2
5,530,397
04/03/2011 15:07:15
300,675
03/24/2010 09:44:35
139
0
flex: how to prevent PASTE (ctrl+V) in a flex3 textinput ?
I need to disable pasting text in a textinout (flex3) : CTRL+V Any idea ? reagrds
flex
flex3
null
null
null
null
open
flex: how to prevent PASTE (ctrl+V) in a flex3 textinput ? === I need to disable pasting text in a textinout (flex3) : CTRL+V Any idea ? reagrds
0
4,555,784
12/29/2010 16:18:20
427,205
08/21/2010 17:33:25
312
23
How to make event pass through visible DOM element
Let us have this code: <div id="outer_container"> <div id="inner_child_1"></div> <div id="inner_child_2"></div> </div> div#outer_container { position: relative; width: 200px; height: 200px; background-color: green; } div#inner_child_1 ...
javascript
events
dom
layout
null
null
open
How to make event pass through visible DOM element === Let us have this code: <div id="outer_container"> <div id="inner_child_1"></div> <div id="inner_child_2"></div> </div> div#outer_container { position: relative; width: 200px; height: 200px; backgrou...
0
5,526,768
04/03/2011 00:27:51
108,541
05/17/2009 23:29:13
59
2
Reading feeds in Java
What java library for reading RSS/Atom do you use?
rss
atom
null
null
null
04/04/2011 08:01:35
not constructive
Reading feeds in Java === What java library for reading RSS/Atom do you use?
4
3,238,034
07/13/2010 14:14:29
389,525
07/12/2010 13:33:11
28
0
How to install android plateform offline?
I download abdroid SDK components from http://dl-ssl.google.com/android/repository/repository.xml. Now my question is that How to install these components? I am using eclipse and the plugin for android ADT is install.
android
eclipse
null
null
null
null
open
How to install android plateform offline? === I download abdroid SDK components from http://dl-ssl.google.com/android/repository/repository.xml. Now my question is that How to install these components? I am using eclipse and the plugin for android ADT is install.
0
7,978,236
11/02/2011 09:39:32
625,832
02/21/2011 00:58:38
1
0
Oracle VMWare Licensing
We currently have an application written in Oracle. Most of our customers wish to run on VMWare internally or via third party. My understanding of Oracle licensing is that you must licence against all the underlying hardware unless you use Oracle's own virtualisation software. However, most hosting organisations u...
oracle
licensing
vmware
null
null
11/18/2011 16:06:22
off topic
Oracle VMWare Licensing === We currently have an application written in Oracle. Most of our customers wish to run on VMWare internally or via third party. My understanding of Oracle licensing is that you must licence against all the underlying hardware unless you use Oracle's own virtualisation software. However,...
2
11,329,491
07/04/2012 12:50:34
767,920
08/30/2009 07:49:27
1,137
19
Tools usefull for dotnet developer vs2008
Can anyone tell me which are tools that helps developer in **coding, testing the service(wcf, webservices), in html alignment, formatting the code** as i haven’t used any tools it would be great if you can tell me which are the tools that are freely available to download and use it any help on this would be grea...
visual-studio-2008
null
null
null
null
07/04/2012 19:41:53
not constructive
Tools usefull for dotnet developer vs2008 === Can anyone tell me which are tools that helps developer in **coding, testing the service(wcf, webservices), in html alignment, formatting the code** as i haven’t used any tools it would be great if you can tell me which are the tools that are freely available to downlo...
4
11,521,891
07/17/2012 11:51:05
878,520
08/04/2011 11:51:24
114
2
Payment System API or Company
I'm building a market in which a lot of merchants sell their own products. I've not used Paypal, Google checkout, or whatever payments system yet. So I have no any idea about them. What I'm looking for is safe payment system where customers purchase products and pay my market for them and when customers have ...
python
paypal
payment-gateway
payment
checkout
07/18/2012 00:12:53
not constructive
Payment System API or Company === I'm building a market in which a lot of merchants sell their own products. I've not used Paypal, Google checkout, or whatever payments system yet. So I have no any idea about them. What I'm looking for is safe payment system where customers purchase products and pay my marke...
4
9,306,787
02/16/2012 06:50:35
1,147,361
01/13/2012 09:29:48
35
1
SEVERE: Context [/dynamicjavaproject] startup failed due to previous errors
On running java project It gives such error . I have tried all on internet , but unable to fix this error, I am building a dynamic web project by ant tool. On running of project it give error code 404. Please Help me .. Thank you.
java
tomcat
null
null
null
05/03/2012 19:17:01
not a real question
SEVERE: Context [/dynamicjavaproject] startup failed due to previous errors === On running java project It gives such error . I have tried all on internet , but unable to fix this error, I am building a dynamic web project by ant tool. On running of project it give error code 404. Please Help me .. Thank you.
1
10,542,600
05/10/2012 21:44:35
1,308,986
04/02/2012 20:24:52
76
0
What are some good resources (that you recommend) for improving coding style?
I'm wondering if any experienced Java programmers could point out a few resources (can be websites, books, ebooks, videos, etc) that show a programmer good programming styles. I look at my code and compare it to some example source online and mine just looks bloated, poorly formatted, and just not as readable as ot...
java
coding-style
null
null
null
05/10/2012 21:49:53
off topic
What are some good resources (that you recommend) for improving coding style? === I'm wondering if any experienced Java programmers could point out a few resources (can be websites, books, ebooks, videos, etc) that show a programmer good programming styles. I look at my code and compare it to some example source o...
2
5,561,216
04/06/2011 03:45:23
224,142
12/03/2009 18:24:31
60
5
Does Hibernate HQL support aliasing subqueries?
I'm using Hibernate 3.2.6 and I'm attempting to make a query like so: select a, (select min(date) as someAlias from B b where a.id = b.id) from A a where someAlias is not null and someAlias between :start and :end Imagine that this query makes sense in the context that I'm op...
java
mysql
sql
hibernate
hql
null
open
Does Hibernate HQL support aliasing subqueries? === I'm using Hibernate 3.2.6 and I'm attempting to make a query like so: select a, (select min(date) as someAlias from B b where a.id = b.id) from A a where someAlias is not null and someAlias between :start and :end Imagine t...
0
10,520,460
05/09/2012 16:43:50
1,319,509
04/07/2012 19:18:18
1
0
Get instance failure when trying connect to ms sql server
Trying connect to ms sql from c# code, but get this error. If I make simple connection like this: String connect = "server=MY-PC\\SQLEXPRESS; database=mydb; Integrated Security=SSPI;"; con.ConnectionString = connect; But when I try connecto from app.config, I get this error: ...
.net
ado
null
null
null
null
open
Get instance failure when trying connect to ms sql server === Trying connect to ms sql from c# code, but get this error. If I make simple connection like this: String connect = "server=MY-PC\\SQLEXPRESS; database=mydb; Integrated Security=SSPI;"; con.ConnectionString = connect; But w...
0
10,219,614
04/18/2012 23:32:45
761,164
05/19/2011 13:35:27
42
0
Class to edit pdf Android
I need to edit an existing pdf file in my Android app. I search on internet but i only found apps to show/edit it. I need a class to edit it from java. Where I can find it?
java
android
pdf
null
null
05/16/2012 21:24:46
too localized
Class to edit pdf Android === I need to edit an existing pdf file in my Android app. I search on internet but i only found apps to show/edit it. I need a class to edit it from java. Where I can find it?
3
9,761,868
03/18/2012 20:13:33
1,150,859
01/15/2012 20:42:54
3
0
Index Out of Bounds Exception in Binary Search
I'm confused at exactly where this happens. I've traced this simple code out on paper as well as used the computer but I can't figure out. In my example I created an array of {1, 2, 3, 4, 5} and it came up with this error for numbers 4 and 5. It worked fine for numbers 1, 2, and 3, as well as numbers not in the array. ...
java
binary-search
indexoutofboundsexception
null
null
null
open
Index Out of Bounds Exception in Binary Search === I'm confused at exactly where this happens. I've traced this simple code out on paper as well as used the computer but I can't figure out. In my example I created an array of {1, 2, 3, 4, 5} and it came up with this error for numbers 4 and 5. It worked fine for number...
0
4,840,465
01/30/2011 00:52:45
95,265
04/24/2009 01:28:43
1,099
11
show current user location?
I know this has been asked by many others, I just wanted to know that by now the simulator is still unable to detect the current location (it always detects it as Cupertino). Is this true? Has apple actually did some update on this issue?
iphone
objective-c
null
null
null
null
open
show current user location? === I know this has been asked by many others, I just wanted to know that by now the simulator is still unable to detect the current location (it always detects it as Cupertino). Is this true? Has apple actually did some update on this issue?
0
7,850,368
10/21/2011 13:51:37
445,117
09/11/2010 14:07:48
117
6
Android - 4.0 is out, which version to use?
I'm just starting to learn Android development and writing my first app. I started with V2.2 but up until now mostly wrote generic Java code. Now that I started to write Android specific code I saw that a new version was out. After installing it, eclipse IDE lets me choose between v2.1 and v4.0. non of the others are...
android
null
null
null
null
11/20/2011 00:50:59
not a real question
Android - 4.0 is out, which version to use? === I'm just starting to learn Android development and writing my first app. I started with V2.2 but up until now mostly wrote generic Java code. Now that I started to write Android specific code I saw that a new version was out. After installing it, eclipse IDE lets me ch...
1
11,275,380
06/30/2012 15:36:44
1,493,201
06/30/2012 15:29:00
1
0
EXPECTED an indented block error in python .. make a MYsql database on server
i get an error EXPECTED an indented block error when running $ #!/usr/bin/env python import socket import MySQLdb TCP_IP = "10.23.4.2" TCP_PORT = 32000 BUFFER_SIZE = 40 # ClearDB. Deletes the entire tracking table def ClearDB(curs,d ): curs.execute ("INSERT I...
python
mysql
database
ubuntu
null
06/30/2012 15:52:31
not a real question
EXPECTED an indented block error in python .. make a MYsql database on server === i get an error EXPECTED an indented block error when running $ #!/usr/bin/env python import socket import MySQLdb TCP_IP = "10.23.4.2" TCP_PORT = 32000 BUFFER_SIZE = 40 # ClearDB. Deletes...
1
10,575,767
05/13/2012 22:34:52
935,780
09/08/2011 21:46:05
571
17
Evaluating polynomials?
Why does evaluating polynomials with n points using the Fast Fourier Transform take O(n log n) time? I am specifically talking about implementing a divide and conquer algorithm that divides the polynomial A(x) into its even powers and odd powers and then uses recursion.
math
computer-science
null
null
null
05/14/2012 16:02:49
off topic
Evaluating polynomials? === Why does evaluating polynomials with n points using the Fast Fourier Transform take O(n log n) time? I am specifically talking about implementing a divide and conquer algorithm that divides the polynomial A(x) into its even powers and odd powers and then uses recursion.
2
1,289,751
08/17/2009 18:55:01
152,092
08/06/2009 21:20:24
42
2
ASP.net - Using a jQuery datepicker in a custom control
I'm trying to use the jquery datepicker - http://jqueryui.com/demos/datepicker/ in a custom control (.ascx). To enable the datepicker, I need to add the following script at the top for an input: $("#dateinput").datepicker({}); The problem is, that the id of the element changes when the custom control is on...
asp.net
jquery
jquery-datepicker
custom-controls
null
null
open
ASP.net - Using a jQuery datepicker in a custom control === I'm trying to use the jquery datepicker - http://jqueryui.com/demos/datepicker/ in a custom control (.ascx). To enable the datepicker, I need to add the following script at the top for an input: $("#dateinput").datepicker({}); The problem is, tha...
0
8,484,490
12/13/2011 04:51:31
1,095,033
12/13/2011 04:46:38
1
0
Is there any signal generated if we copy/delete a file from Linux folder? How to trap it?
Hi I am working on a situation in which i need to trap a signal whenever there is a change in a linux folder? Does any signal generated if we copy/delete/modify the files inside a linux folder? I can trap signals like: ctrl+c , ctrl+z but not able to identify if my situation generates a signal? Warm Regards, K...
linux
null
null
null
null
null
open
Is there any signal generated if we copy/delete a file from Linux folder? How to trap it? === Hi I am working on a situation in which i need to trap a signal whenever there is a change in a linux folder? Does any signal generated if we copy/delete/modify the files inside a linux folder? I can trap signals like: ctr...
0
7,642,434
10/04/2011 01:32:46
440,677
09/06/2010 13:30:59
715
32
Is there a way to implement methods like __len__ of __eq__ as classmethods?
It is pretty easy to implement `__len__(self)` method in Python so that it handles `len(inst)` calls like this one: class A(object): def __len__(self): return 7 a = A() len(a) # gives us 7 And there are plenty of alike methods you can define (`__eq__`, `__str__`, `__repr__` etc.)...
python
class
null
null
null
null
open
Is there a way to implement methods like __len__ of __eq__ as classmethods? === It is pretty easy to implement `__len__(self)` method in Python so that it handles `len(inst)` calls like this one: class A(object): def __len__(self): return 7 a = A() len(a) # gives us 7 And there ...
0
306,504
11/20/2008 19:14:34
22,761
09/26/2008 16:18:36
1
0
Good way to maintain ASP.NET Panel states?
I'm creating a multi-part web form in ASP.NET that uses Panels for the different steps, making only the Panel for the current step visible. On Step 1, I have a drop-down list that uses a Javascript function to reconfigure some of the fields in the same Panel via "onchange". Obviously, since the client-side script is o...
c#
panel
state
null
null
null
open
Good way to maintain ASP.NET Panel states? === I'm creating a multi-part web form in ASP.NET that uses Panels for the different steps, making only the Panel for the current step visible. On Step 1, I have a drop-down list that uses a Javascript function to reconfigure some of the fields in the same Panel via "onchang...
0
9,894,807
03/27/2012 17:45:44
993,797
10/13/2011 15:26:43
13
0
Duplicate component id in JSF
I am working through an example in the "JSF in action book" which displays a dynamic grid(html table) of numbers driven by an input. The jsp portion is below <p> <h:panelGrid id="controlPanel" binding="#{helloBean.controlPanel}" columns="20" border="1" cellspacing="0"/> </p> <h:command...
jsf
components
null
null
null
null
open
Duplicate component id in JSF === I am working through an example in the "JSF in action book" which displays a dynamic grid(html table) of numbers driven by an input. The jsp portion is below <p> <h:panelGrid id="controlPanel" binding="#{helloBean.controlPanel}" columns="20" border="1" cellspac...
0
11,421,379
07/10/2012 20:25:37
416,623
08/10/2010 21:12:27
1,072
75
Mule ESB: XSLT Transformers or Java Transformers?
Is there any performance improvement if I use a custom Java transformer in place of an XSLT transformer in Mule? I have a cxf proxy-service and proxy-client pattern, and my transformers are being used to change the payload so that it is a valid input for subsequent SOAP web-service calls.
xml
performance
esb
mule
null
null
open
Mule ESB: XSLT Transformers or Java Transformers? === Is there any performance improvement if I use a custom Java transformer in place of an XSLT transformer in Mule? I have a cxf proxy-service and proxy-client pattern, and my transformers are being used to change the payload so that it is a valid input for subseq...
0