PostId
int64
13
11.8M
PostCreationDate
stringlengths
19
19
OwnerUserId
int64
3
1.57M
OwnerCreationDate
stringlengths
10
19
ReputationAtPostCreation
int64
-33
210k
OwnerUndeletedAnswerCountAtPostTime
int64
0
5.77k
Title
stringlengths
10
250
BodyMarkdown
stringlengths
12
30k
Tag1
stringlengths
1
25
Tag2
stringlengths
1
25
Tag3
stringlengths
1
25
Tag4
stringlengths
1
25
Tag5
stringlengths
1
25
PostClosedDate
stringlengths
19
19
OpenStatus
stringclasses
5 values
unified_texts
stringlengths
47
30.1k
OpenStatus_id
int64
0
4
4,165,193
11/12/2010 13:42:09
486,115
10/25/2010 06:38:57
17
0
having null pointer exception
I am facing some problem in this function where i m getting null values and also i m getting the null pointer exception.sqlDate and sqlTime i m getting null.Can anyone please help me in solving this problem. //code private void setCalendarComboDetails(Map tenantConnInfo, HttpSession session, HttpServletReq...
java
null
null
null
null
11/13/2010 01:39:34
not a real question
having null pointer exception === I am facing some problem in this function where i m getting null values and also i m getting the null pointer exception.sqlDate and sqlTime i m getting null.Can anyone please help me in solving this problem. //code private void setCalendarComboDetails(Map tenantConnInfo, ...
1
2,946,861
06/01/2010 01:45:07
301,209
03/24/2010 21:05:41
18
0
index of nth bigger item on pyhton list
and i cant edit or sort the list..
python
list
null
null
null
06/01/2010 10:20:07
not a real question
index of nth bigger item on pyhton list === and i cant edit or sort the list..
1
5,584,305
04/07/2011 16:22:04
116,395
06/03/2009 06:44:14
665
31
Calling Action method from javascript
If I need to call some action method of a controller from within javascript code I can call it just passing the href, right? Something like that: $.colorbox({ href: '/Calendar/SessionPropertiesEditbox?starts='+start+' }) That's not gonna work. The problem is the exact link should include the domain name also...
javascript
asp.net-mvc-3
actionlink
null
null
null
open
Calling Action method from javascript === If I need to call some action method of a controller from within javascript code I can call it just passing the href, right? Something like that: $.colorbox({ href: '/Calendar/SessionPropertiesEditbox?starts='+start+' }) That's not gonna work. The problem is the exa...
0
8,334,735
11/30/2011 23:49:23
679,096
03/27/2011 16:12:42
45
1
Can't figure out why I'm gettign an error in php/MySql code
Dreamweaver is telling me I have an error on line 5. Line that starts iwth mysql_select_db This is the error that I'm getting. **Parse error: syntax error, unexpected T_STRING in /www/studentweb.comminfo.rutgers.edu/htdocs/2011-9-330-01/willkara/number1.php on line 5** <?php // connectDatabase.php ...
php
sql
database
forms
null
12/01/2011 13:58:21
not a real question
Can't figure out why I'm gettign an error in php/MySql code === Dreamweaver is telling me I have an error on line 5. Line that starts iwth mysql_select_db This is the error that I'm getting. **Parse error: syntax error, unexpected T_STRING in /www/studentweb.comminfo.rutgers.edu/htdocs/2011-9-330-01/willkar...
1
2,367,739
03/02/2010 23:32:36
284,855
03/02/2010 23:16:14
1
0
Inconsistent crash due to "message sent to deallocated instance" in iPhone App
Originally, my application was crashing do to BAD_EXEC_ACCESS. I turned on NSZombieEnabled, that output is below. The crashing is extremely inconsistent, If it crashes, it always crashes in one of three places, but it doesn't always crash when passing over those lines of code. I.e. sometimes it crashes at one of those ...
iphone
objective-c
cocoa
cocoa-touch
null
null
open
Inconsistent crash due to "message sent to deallocated instance" in iPhone App === Originally, my application was crashing do to BAD_EXEC_ACCESS. I turned on NSZombieEnabled, that output is below. The crashing is extremely inconsistent, If it crashes, it always crashes in one of three places, but it doesn't always cra...
0
10,458,805
05/05/2012 04:19:35
1,202,349
02/10/2012 15:40:43
331
4
Best practices / tools for high performance IIS?
Recently I come across high performance web server nginx. I would wonder, where does IIS stands as far as performance matters? What are the tools/best practices to increase IIS 7 / 7.5 performance for a web application hosted on IIS. Web Servers like Apache, nginx, or IIS plays an important role in performance...
performance
iis
webserver
scalability
null
05/06/2012 11:08:02
not constructive
Best practices / tools for high performance IIS? === Recently I come across high performance web server nginx. I would wonder, where does IIS stands as far as performance matters? What are the tools/best practices to increase IIS 7 / 7.5 performance for a web application hosted on IIS. Web Servers like Apache...
4
9,416,832
02/23/2012 16:14:33
1,197,801
02/08/2012 17:15:55
1
0
Displaying data in Android from a MySQL database similar to a Twitter Feed
I'm in need of a bit of help with regards to showing data stored in a mysql database in a ListView! I'm aiming to have the ListView look similar to this screenshot: http://4.bp.blogspot.com/_K6NH2gxxhAc/Swg0hqNDlTI/AAAAAAAAEQU/4qG-YjJRuBM/s1600/Android_ButtonOnListView.png The idea is to create something akin ...
php
android
mysql
database
listview
null
open
Displaying data in Android from a MySQL database similar to a Twitter Feed === I'm in need of a bit of help with regards to showing data stored in a mysql database in a ListView! I'm aiming to have the ListView look similar to this screenshot: http://4.bp.blogspot.com/_K6NH2gxxhAc/Swg0hqNDlTI/AAAAAAAAEQU/4qG-YjJR...
0
7,625,581
10/02/2011 09:29:20
642,022
03/02/2011 21:55:20
97
3
php, how to look through multiple arrays?
i have an array that looks like this? Array ( [0] => 15 [id] => 15 ) Array ( [0] => 16 [id] => 16 ) i was wondering how can i know one from each other, if i want to echo the values separately? $getid = mysql_query($query); while ($get_id = mysql_fetch_array($getid)){ print_r($get_id); }...
php
null
null
null
null
null
open
php, how to look through multiple arrays? === i have an array that looks like this? Array ( [0] => 15 [id] => 15 ) Array ( [0] => 16 [id] => 16 ) i was wondering how can i know one from each other, if i want to echo the values separately? $getid = mysql_query($query); while ($get_id = mysql_fe...
0
8,371,031
12/03/2011 21:06:26
1,032,772
11/06/2011 21:06:03
15
0
Controller in mvc
Controller should look like blocks? Take, for example user controller, he is responsible for the content. And what prwą and left half? Blocks would be configured from a database, each would have id and name. How to perform a class of Blocks, anyone knows?
php
null
null
null
null
12/04/2011 00:27:47
not a real question
Controller in mvc === Controller should look like blocks? Take, for example user controller, he is responsible for the content. And what prwą and left half? Blocks would be configured from a database, each would have id and name. How to perform a class of Blocks, anyone knows?
1
8,419,222
12/07/2011 16:55:21
579,299
01/18/2011 01:48:41
6
1
writing a DB driven time tracking software that is both local and online
**General Problem:**<br /> I am tasked with creating a time tracking software that will work locally (no internet access) but also sync with a server database when prompted (and also allow online access to server db using a web page) **General Approach:**<br /> I decided to use a local access DB and try to connect...
javascript
ado
access
null
null
05/06/2012 13:16:56
not constructive
writing a DB driven time tracking software that is both local and online === **General Problem:**<br /> I am tasked with creating a time tracking software that will work locally (no internet access) but also sync with a server database when prompted (and also allow online access to server db using a web page) **Ge...
4
9,654,414
03/11/2012 11:09:05
172,729
09/13/2009 11:35:40
145
9
How to write this Regex in javascript?
I want to extract data from string I have but I don't know how to do it with regex. The string is: validate[required,maxSize[255],....] '....' means it maybe another digits and letters. So what is the regex I should use to extract the 255 value ? (the maxsize value).
javascript
regex
null
null
null
null
open
How to write this Regex in javascript? === I want to extract data from string I have but I don't know how to do it with regex. The string is: validate[required,maxSize[255],....] '....' means it maybe another digits and letters. So what is the regex I should use to extract the 255 value ? (the maxsize va...
0
2,711,877
04/26/2010 08:02:03
325,777
04/26/2010 08:02:03
1
0
What tools do you use when developing html?
What applications/services do you guys used when building websites/web applications with web technologies? Windows? Mac?
html
null
null
null
null
04/26/2010 15:41:54
not constructive
What tools do you use when developing html? === What applications/services do you guys used when building websites/web applications with web technologies? Windows? Mac?
4
9,179,040
02/07/2012 15:34:27
1,195,015
02/07/2012 15:31:19
1
0
XML parse error on ë
i have a crash in an xml file. it occurs on a ë, in this case belgië (dutch for belgium). I'm busy with searching for an answer but i just can't find a solution. Does anyone have a bright idea here? I'm using the sax parser under Android. error: org.apache.harmony.xml.ExpatParser$ParseException: At line 2, colum...
android
xml
sax
null
null
null
open
XML parse error on ë === i have a crash in an xml file. it occurs on a ë, in this case belgië (dutch for belgium). I'm busy with searching for an answer but i just can't find a solution. Does anyone have a bright idea here? I'm using the sax parser under Android. error: org.apache.harmony.xml.ExpatParser$ParseE...
0
3,444,197
08/09/2010 21:05:16
137,639
07/13/2009 19:20:14
120
1
Multiple Havings not working
I have a database with the following schema: <pre> ID PositionId LeagueId 1 4 5 3 4 5 3 8 5 4 1 6 </pre> I have this sql query in Access: SELECT [lp.PositionId] FROM Leagues l INNER JOIN Lineups lp ON (l.Leagu...
sql
ms-access
sum
having
iif-function
null
open
Multiple Havings not working === I have a database with the following schema: <pre> ID PositionId LeagueId 1 4 5 3 4 5 3 8 5 4 1 6 </pre> I have this sql query in Access: SELECT [lp.PositionId] FROM Leagues l ...
0
7,760,260
10/13/2011 20:50:10
992,107
10/12/2011 19:06:33
1
0
.load and .slideDown does not work first time it runs
Im trying to load external html documents inside a div with .load and .slideDown, but the first time I click on a thumb is doesnt run the animation after the first time it works fine. If I put a alert between .load and .slideDown the first time it shows the content before I dismiss the alert, after that it waits unt...
javascript
jquery
css
null
null
null
open
.load and .slideDown does not work first time it runs === Im trying to load external html documents inside a div with .load and .slideDown, but the first time I click on a thumb is doesnt run the animation after the first time it works fine. If I put a alert between .load and .slideDown the first time it shows the ...
0
10,232,267
04/19/2012 16:11:56
1,342,369
04/18/2012 19:46:15
23
0
First argument when doing onload=fn
When I do : img.onload=fn; The function fn gets the argument[0] [object Event]. How can I avoid that ?
javascript
null
null
null
null
null
open
First argument when doing onload=fn === When I do : img.onload=fn; The function fn gets the argument[0] [object Event]. How can I avoid that ?
0
3,591,020
08/28/2010 14:10:17
325,228
04/25/2010 02:53:40
47
6
Bind Python objects to CherryPy sessions
I'm using CherryPy to make a web-based frontend for SymPy that uses an asynchronous process library on the server side to allow for processing multiple requests at once without waiting for each one to complete. So as to allow for the frontend to function as expected, I am using one process for the entirety of each ses...
python
multithreading
session
cherrypy
asynchronous-processing
null
open
Bind Python objects to CherryPy sessions === I'm using CherryPy to make a web-based frontend for SymPy that uses an asynchronous process library on the server side to allow for processing multiple requests at once without waiting for each one to complete. So as to allow for the frontend to function as expected, I am ...
0
10,408,268
05/02/2012 05:38:52
1,212,823
02/16/2012 01:53:12
13
0
Learning Django from a PHP background
I recently found myself tinkering with Django again for the first time in years. The documentation for Django is amazing and truly inviting. I am just finishing the intro tutorial now (again) and I am about to try to build my first Django app to test drive my new found knowledge. What I am wondering is if anyone ...
php
django
null
null
null
05/02/2012 13:37:41
not constructive
Learning Django from a PHP background === I recently found myself tinkering with Django again for the first time in years. The documentation for Django is amazing and truly inviting. I am just finishing the intro tutorial now (again) and I am about to try to build my first Django app to test drive my new found know...
4
11,602,680
07/22/2012 18:00:37
986,437
10/09/2011 14:31:13
47
0
whats the sense of this code?
void f(int **m, int w, int h ) { int i,j; for(i=0;i < w ; i++) { for(j=0;j<h;j++) { printf("%5d", m[i][j]); // *( *(m + i) + j ) ?? } printf("\n"); } return; } this code is tryng to print a 2d matrix but I've a seg fault.
c
null
null
null
null
07/22/2012 20:09:33
not constructive
whats the sense of this code? === void f(int **m, int w, int h ) { int i,j; for(i=0;i < w ; i++) { for(j=0;j<h;j++) { printf("%5d", m[i][j]); // *( *(m + i) + j ) ?? } printf("\n"); } return; } this code is tryng to print a 2d matrix b...
4
3,143,305
06/29/2010 17:44:08
118,154
06/05/2009 17:08:56
889
10
Eclipse ID license
I work at a corporation. We want to use Eclipse to create our product for java. Do we need to buy a license? Why would someone buy a license?
java
eclipse
null
null
null
06/29/2010 19:26:36
off topic
Eclipse ID license === I work at a corporation. We want to use Eclipse to create our product for java. Do we need to buy a license? Why would someone buy a license?
2
7,037,430
08/12/2011 08:25:28
161,307
08/22/2009 16:09:48
130
5
About using MongoDB and Linq. What's better or worse with Norm?
I'd like to use MongoDB with Linq, simply because I do not like to not being able to check the query at compile time. So I searched a bit and found Norm. However I am having a hard time deciding if it's "safe" to move from the official driver. So I was wondering if can someone tell me the key differences between th...
mongodb
mongodb-csharp
null
null
null
null
open
About using MongoDB and Linq. What's better or worse with Norm? === I'd like to use MongoDB with Linq, simply because I do not like to not being able to check the query at compile time. So I searched a bit and found Norm. However I am having a hard time deciding if it's "safe" to move from the official driver. So ...
0
7,179,327
08/24/2011 16:55:49
910,105
08/24/2011 16:55:49
1
0
ButtonBar issue when we try to set icon in CSS in Flex
I am sending a dataprovider to ButtonBar with objects containing toolTip and setting the style for the firstButtonStyleName and lastButtonStyleName in CSS like following code For some reason its not loading the image on to the buttons in the ButtonBar .I suspect something wrong with the code in ButtonBar. icon:Em...
flex3
null
null
null
null
09/02/2011 05:55:11
not a real question
ButtonBar issue when we try to set icon in CSS in Flex === I am sending a dataprovider to ButtonBar with objects containing toolTip and setting the style for the firstButtonStyleName and lastButtonStyleName in CSS like following code For some reason its not loading the image on to the buttons in the ButtonBar .I su...
1
2,773,553
05/05/2010 13:25:10
303,155
03/27/2010 11:58:14
89
1
Consistent tabs through out the application
I have created an apk which has activities. I have included tabs in my program through which the user can select the required activity. But my main problem is that i couldnt find a way to display the tabs throughout the application. For example, on clicking a tab the corresponding tab opens. But when i click on a butto...
android
tabs
null
null
null
null
open
Consistent tabs through out the application === I have created an apk which has activities. I have included tabs in my program through which the user can select the required activity. But my main problem is that i couldnt find a way to display the tabs throughout the application. For example, on clicking a tab the cor...
0
10,115,069
04/11/2012 22:47:55
727,429
03/23/2011 20:06:13
1,164
49
Amazon cloud confusion, which product for my ubuntu instance?
I need to set up an amazon server. I always here "setup ubuntu on amazon ec2" which sounds simple enough in theory, but what are all these other things! <img src="http://i42.tinypic.com/der18m.png"> The main question is `"sure I can google ec2 setup, but are these other web services offerings any better suite...
amazon-s3
amazon-ec2
amazon
null
null
04/12/2012 15:22:12
not constructive
Amazon cloud confusion, which product for my ubuntu instance? === I need to set up an amazon server. I always here "setup ubuntu on amazon ec2" which sounds simple enough in theory, but what are all these other things! <img src="http://i42.tinypic.com/der18m.png"> The main question is `"sure I can google ec2...
4
7,472,191
09/19/2011 14:03:51
952,820
09/19/2011 14:03:51
1
0
How to send a WM_CHAR Message to Firefox
I am trying to send a message of WM_CHAR from an out of process application. I've got the handle to the Firefox window. The FF web page is setup to Yahoo Mail and I would like to populate the user name and password via SendMessage or PostMessage. Does FF process WM_CHAR messages and if not what would be other means of ...
c++
api
visual
null
null
null
open
How to send a WM_CHAR Message to Firefox === I am trying to send a message of WM_CHAR from an out of process application. I've got the handle to the Firefox window. The FF web page is setup to Yahoo Mail and I would like to populate the user name and password via SendMessage or PostMessage. Does FF process WM_CHAR mes...
0
10,504,960
05/08/2012 19:13:11
177,308
09/22/2009 17:39:49
416
11
Show initial view every time the app launches
For security reasons I need the user to log in each time my app is opened. What I would like to do is when the app is about to close reset it to the initial view. I know from a view controller I can use the following code: [[self navigationController] popToRootViewControllerAnimated:NO]; I'm not sure how to...
ios
ios5
uiapplicationdelegate
null
null
null
open
Show initial view every time the app launches === For security reasons I need the user to log in each time my app is opened. What I would like to do is when the app is about to close reset it to the initial view. I know from a view controller I can use the following code: [[self navigationController] popToRoo...
0
1,016,928
06/19/2009 08:36:27
11,828
09/16/2008 11:37:23
3,836
114
Is there any direct way to do what pin_ptr does?
Can the behaviour of pin_ptr be achieved directly in C++/CLI? For example, is it possible to write CLR code directly, something like `asm` for native apps? An example of what I would like to do is a wrapper for a `pin_ptr` (impossible because of the restrictions on `pin_ptr`s). class WrappedPtr { pu...
c++-cli
null
null
null
null
null
open
Is there any direct way to do what pin_ptr does? === Can the behaviour of pin_ptr be achieved directly in C++/CLI? For example, is it possible to write CLR code directly, something like `asm` for native apps? An example of what I would like to do is a wrapper for a `pin_ptr` (impossible because of the restrictions ...
0
6,095,197
05/23/2011 09:16:54
57,428
01/21/2009 08:23:46
55,054
1,480
How do SQL Azure and Azure Table Storage compare?
Currently I have a prototype that runs in IIS on my local machine and uses SQL Server Express 2005 for storing data in three SQL tables. I run queries with transactions that employ up to two of those three tables. Now I need to move my prototype to Windows Azure and can't decide which to choose - SQL Azure or Azure ...
sql-server
database
azure
windows-azure-storage
azure-storage-tables
06/07/2012 23:11:24
not constructive
How do SQL Azure and Azure Table Storage compare? === Currently I have a prototype that runs in IIS on my local machine and uses SQL Server Express 2005 for storing data in three SQL tables. I run queries with transactions that employ up to two of those three tables. Now I need to move my prototype to Windows Azure...
4
3,736,094
09/17/2010 14:14:34
225,142
12/04/2009 22:33:00
19
0
How do I increment (add one to) or decrement (subtract one from) a number, in Common Lisp?
It's all in the title, really.
lisp
common-lisp
increment
decrement
null
09/21/2010 00:56:58
not a real question
How do I increment (add one to) or decrement (subtract one from) a number, in Common Lisp? === It's all in the title, really.
1
8,747,100
01/05/2012 17:43:33
1,069,279
11/28/2011 12:02:28
27
0
How to move text dynamically in the TextView with fixed width?
I write calculator application. The source code is: TextView display = new TextView (this); display.setMaxLines(1); When user calculates a long expression , he sees in the "display" only the beginning of this expression and doesn't see its end. I can change the code in order to show, for example, the la...
android
android-widget
null
null
null
null
open
How to move text dynamically in the TextView with fixed width? === I write calculator application. The source code is: TextView display = new TextView (this); display.setMaxLines(1); When user calculates a long expression , he sees in the "display" only the beginning of this expression and doesn't see ...
0
1,879,892
12/10/2009 09:46:04
11,705
09/16/2008 10:27:19
833
49
How to create iText PDF with CMY colors only
I need to create pdfs with iText (for the moment, other lib suggestions are appreciated) in the CMY colorspace. It's not CMYK: All colors and black should be converted to CMY only so that the black plate is empty when saving my created PDF. I know, black would look some sort of brown, but I have to requirement to no...
itext
pdf-generation
colors
separate
pdf
null
open
How to create iText PDF with CMY colors only === I need to create pdfs with iText (for the moment, other lib suggestions are appreciated) in the CMY colorspace. It's not CMYK: All colors and black should be converted to CMY only so that the black plate is empty when saving my created PDF. I know, black would look s...
0
3,582,574
08/27/2010 08:45:45
1,068
08/12/2008 08:44:09
1,811
49
What are good books/reading material for Physical Design
I did not find a place holder for asking questions related to Digital design - Frontend / Backend(Physical) on stackexchange. So i proposed one there on area51. So for time being asking my question here - 1]I am looking for a book on Physical Design/Backend design for beginners. I am basically a software developer,h...
physical-design
null
null
null
null
08/27/2010 13:38:58
off topic
What are good books/reading material for Physical Design === I did not find a place holder for asking questions related to Digital design - Frontend / Backend(Physical) on stackexchange. So i proposed one there on area51. So for time being asking my question here - 1]I am looking for a book on Physical Design/Back...
2
3,952,680
10/17/2010 09:28:51
71,074
02/25/2009 21:20:12
5,295
183
Can an experianced coder learn Java from the Java Specification?
I'm an experienced C / C++ programmer who now has to learn Java. Is reading [The Java Language Specification][1] a useful and efficient way to get up to speed or is there some better resource, say something similar to the wonderful [Accelerated C++][2] by Koenig? Currently I'm reading [Java Software Solutions][3] and...
java
null
null
null
null
10/19/2010 01:19:53
not constructive
Can an experianced coder learn Java from the Java Specification? === I'm an experienced C / C++ programmer who now has to learn Java. Is reading [The Java Language Specification][1] a useful and efficient way to get up to speed or is there some better resource, say something similar to the wonderful [Accelerated C++]...
4
1,617,596
10/24/2009 10:22:16
175,416
09/18/2009 09:12:07
3
0
What is ideal software setup for programming web applications (editing php, javascript, xhtml, css) ?
I've been developing web applications for 2 years now, and have been into simpler web pages for many more. I've been using Notepad, then ConText, then Crimson Editor (was my favorite for a long time) and I've been trying with Notepad++. I have NetDrive setup so I can edit and save files directly on the ftp server. On F...
php
editor
portability
ide
null
09/02/2011 15:01:56
not constructive
What is ideal software setup for programming web applications (editing php, javascript, xhtml, css) ? === I've been developing web applications for 2 years now, and have been into simpler web pages for many more. I've been using Notepad, then ConText, then Crimson Editor (was my favorite for a long time) and I've been...
4
9,281,668
02/14/2012 17:45:21
713,087
04/18/2011 09:01:20
76
1
convert text file content into string and pass as a function in F#
I want to read a text File and count the number of vowels in it. I want to know how to convert "ParseFile" content in to a string then pass as a variable to countVowels Obviously, the way I am trying (passing the function) is not working. open System.IO open System let ParseFile = File.ReadAllLines("C:\\Use...
.net
f#
f#-interactive
c#-to-f#
f#-scripting
02/16/2012 04:03:43
not a real question
convert text file content into string and pass as a function in F# === I want to read a text File and count the number of vowels in it. I want to know how to convert "ParseFile" content in to a string then pass as a variable to countVowels Obviously, the way I am trying (passing the function) is not working. ope...
1
5,738,709
04/21/2011 02:00:48
553,779
12/25/2010 10:37:32
72
0
how to create a pdf reader for android
i need your help i want to create a pdf reader for android, can you help me create a code or component to read a pdf..
android
pdf
null
null
null
04/21/2011 02:05:26
too localized
how to create a pdf reader for android === i need your help i want to create a pdf reader for android, can you help me create a code or component to read a pdf..
3
8,161,657
11/17/2011 03:12:15
956,853
09/21/2011 11:45:27
30
0
Binding List<Collection<string>> To grid view in asp.net
I have a "List <Collection<string>>" object with 10,000 objects in it and I want to show those strings as report(in a grid view), but binding the object directly to grid produces me no result.So can anyone help me out as to how to bind the collection of strings as different columns with the header name that I need.
asp.net
list
gridview
null
null
null
open
Binding List<Collection<string>> To grid view in asp.net === I have a "List <Collection<string>>" object with 10,000 objects in it and I want to show those strings as report(in a grid view), but binding the object directly to grid produces me no result.So can anyone help me out as to how to bind the collection of stri...
0
11,030,882
06/14/2012 10:07:49
1,190,958
02/05/2012 18:07:32
318
18
How to get Host IP address in android?
Q:-Now a days I am facing problem in getting IP address of android device using programming. Can any one give ma a code for solving that problem. I have already read lot of thread about it but not getting solid answer from that. Please give me any suggesting about it its appreciated. Thanks in advance.
java
android
null
null
null
null
open
How to get Host IP address in android? === Q:-Now a days I am facing problem in getting IP address of android device using programming. Can any one give ma a code for solving that problem. I have already read lot of thread about it but not getting solid answer from that. Please give me any suggesting about it its appr...
0
1,711,642
11/10/2009 22:19:12
68,268
02/19/2009 08:52:49
336
20
What is the real benefit of release mode for ASP.Net
I know there are several questions asking the same question "Why should I use release mode". The problem I have with the answers is that they simply state, quite strongly, that you should always use release mode when a website is in production. Why? I understand that the code is optimised in the assemblies, but ...
asp.net
release-mode
null
null
null
null
open
What is the real benefit of release mode for ASP.Net === I know there are several questions asking the same question "Why should I use release mode". The problem I have with the answers is that they simply state, quite strongly, that you should always use release mode when a website is in production. Why? I und...
0
5,201,298
03/05/2011 02:48:09
635,923
02/26/2011 21:40:48
3
0
Having Trouble Recalculate Width Of RichTextBox Control...
I am creating this program that requires the recalculation of a RichTextBox control's width. The problem is that it keeps recalculating wrong. I used the correct formulas to convert point to inches, then inches to pixels and then pixels times number of characters to get the width. Here is the code below: ...
c#
.net
visual-studio-2010
richtextbox
dpi
null
open
Having Trouble Recalculate Width Of RichTextBox Control... === I am creating this program that requires the recalculation of a RichTextBox control's width. The problem is that it keeps recalculating wrong. I used the correct formulas to convert point to inches, then inches to pixels and then pixels times number of cha...
0
4,735,190
01/19/2011 12:25:52
581,404
01/19/2011 12:23:51
1
0
Calculating average
I want to calculate weekly,monthly,yearly averages based on daily averages. for ex: Daily avg. can be calculated by adding (previous avg+today value)/2. using this daily avg i want to calculate above said averages. anybody have a formula for this?
average
null
null
null
null
01/19/2011 15:55:42
not a real question
Calculating average === I want to calculate weekly,monthly,yearly averages based on daily averages. for ex: Daily avg. can be calculated by adding (previous avg+today value)/2. using this daily avg i want to calculate above said averages. anybody have a formula for this?
1
4,763,352
01/21/2011 20:15:20
581,306
01/19/2011 11:03:37
1
0
error in Generic
Why following code does not work? public void getData<T>(T ConnectionStirng) { OleDbConnection con = new OleDbConnection(connectionString);\\compile error }
c#
generics
null
null
null
01/23/2011 00:23:34
not a real question
error in Generic === Why following code does not work? public void getData<T>(T ConnectionStirng) { OleDbConnection con = new OleDbConnection(connectionString);\\compile error }
1
4,009,526
10/24/2010 17:46:39
485,761
10/24/2010 17:46:39
1
0
write an filter like photoshops's displace filter?
I want to write photoshop's displace filter in Java. Does anyone know where I can find some background information about this topic? ch
java
filter
photoshop
math
null
02/05/2012 00:38:22
not a real question
write an filter like photoshops's displace filter? === I want to write photoshop's displace filter in Java. Does anyone know where I can find some background information about this topic? ch
1
5,010,043
02/15/2011 22:01:26
610,151
02/09/2011 17:30:56
3
2
Export .dat to Xml or readable file with help of .fmt
I downloaded a database from http://opendb.lightspeedsystems.com/contentupdate/database.htm it was a zip archive. Anyway my question is, there are two files: `virussignatures.dat` and `virussignatures.fmt`. I've heard that I should extract the database as SQL by using BCP. The contents of `virussignatures.fmt` is: ` ...
sql
database
vb.net
bcp
virus
null
open
Export .dat to Xml or readable file with help of .fmt === I downloaded a database from http://opendb.lightspeedsystems.com/contentupdate/database.htm it was a zip archive. Anyway my question is, there are two files: `virussignatures.dat` and `virussignatures.fmt`. I've heard that I should extract the database as SQL b...
0
7,200,745
08/26/2011 06:22:24
593,747
01/28/2011 11:40:06
165
0
Importing a specific module thats not part of my current Python 2.X version
My webhost where our website is runs Python 2.4 & the website uses the SQLite3 python module (which is only part of Python 2.5 & up). This means that I cant use the module SQLite3 because its not part of Python 2.4. Is there a way for me to upload the python SQLite3 module myself & just import/refernce that in my sc...
python
mysql
sqlite
web-hosting
null
null
open
Importing a specific module thats not part of my current Python 2.X version === My webhost where our website is runs Python 2.4 & the website uses the SQLite3 python module (which is only part of Python 2.5 & up). This means that I cant use the module SQLite3 because its not part of Python 2.4. Is there a way for m...
0
10,934,680
06/07/2012 15:14:16
1,081,926
12/05/2011 16:32:31
331
2
Im having trouble exluding certian extensions
Here is my code: DirectoryInfo dirInfoWO = new DirectoryInfo( Server.MapPath( "Clients/" + GetDistFolderName( (int)Session[ "Distid" ] ) + "/Work_Orders" ) ); ListViewWorkOrders.DataSource = dirInfoWO.GetFiles(); ListViewWorkOrders.DataBind(); Th...
c#
asp.net
null
null
null
null
open
Im having trouble exluding certian extensions === Here is my code: DirectoryInfo dirInfoWO = new DirectoryInfo( Server.MapPath( "Clients/" + GetDistFolderName( (int)Session[ "Distid" ] ) + "/Work_Orders" ) ); ListViewWorkOrders.DataSource = dirInfoWO.GetFiles()...
0
9,823,864
03/22/2012 14:05:10
7,849
09/15/2008 14:32:34
188
6
Delimiting tokens containing wildcards and alternate endings anltr
I have to write a parser for a legacy programming language to translate it into another. SQL statements can be embedded directly in assignments. Since I don't need to actually parse SQL, but just pass it as a string to a library function of the target environment, I wanted to recognize SQL statements as tokens at t...
antlr
lexer
null
null
null
null
open
Delimiting tokens containing wildcards and alternate endings anltr === I have to write a parser for a legacy programming language to translate it into another. SQL statements can be embedded directly in assignments. Since I don't need to actually parse SQL, but just pass it as a string to a library function of the...
0
3,477,438
08/13/2010 13:48:37
13,989
09/16/2008 21:37:38
4,236
99
How to replicate iPhoto's "Enhance" action with ImageMagick tools?
I don't really know what iPhoto's Enhance actually do, so, I guess we could start by finding out exactly what it's doing. I'd wager some mix of auto-levels, sharpen, and color adjustment. I'd like to, then, do something as similar as possible with the ImageMagick shell tools, or, if need be, with some programming th...
shell
image-manipulation
imagemagick
photography
graphicsmagick
07/15/2012 01:53:53
off topic
How to replicate iPhoto's "Enhance" action with ImageMagick tools? === I don't really know what iPhoto's Enhance actually do, so, I guess we could start by finding out exactly what it's doing. I'd wager some mix of auto-levels, sharpen, and color adjustment. I'd like to, then, do something as similar as possible wi...
2
11,585,134
07/20/2012 18:39:49
843,787
07/14/2011 02:36:57
890
35
Simple js replace and return text?
this is probably pretty simple. Basically, i want to replace the `_` with nothing and return the text. Take a look.. http://jsfiddle.net/NcG78/
jquery
null
null
null
null
07/23/2012 20:51:14
not a real question
Simple js replace and return text? === this is probably pretty simple. Basically, i want to replace the `_` with nothing and return the text. Take a look.. http://jsfiddle.net/NcG78/
1
11,113,940
06/20/2012 06:26:35
1,468,287
06/20/2012 06:23:03
1
0
How To Add Form controlls value into Report viewer in c#
I tried Many ways to add a text box value for taking a printout. Since am having three tables and from this i want take print out
c#
sql
server
null
null
06/20/2012 08:48:01
not a real question
How To Add Form controlls value into Report viewer in c# === I tried Many ways to add a text box value for taking a printout. Since am having three tables and from this i want take print out
1
3,118,723
06/25/2010 14:18:09
434,051
10/22/2009 09:12:01
2,013
5
Is there any framework or library alowing a deweloper push his pipe thru the NAT and recive it on back end as a pipe?
So I have an app on 1 pc creating a pipe, local pipe. I want to take it as a stream (like only last data in it or incoming data from it) and stream its data thru\over NAT (using nat traversal) to other pc somewhere ower NAT (so neather I or He has uniqe IP adress but we use nat traversal server\programm to comunicate) ...
pipes
named-pipes
nat
nat-traversal
null
null
open
Is there any framework or library alowing a deweloper push his pipe thru the NAT and recive it on back end as a pipe? === So I have an app on 1 pc creating a pipe, local pipe. I want to take it as a stream (like only last data in it or incoming data from it) and stream its data thru\over NAT (using nat traversal) to o...
0
439,759
01/13/2009 16:47:39
51,482
01/05/2009 00:05:43
52
1
Is a PHP, Python, PostgreSQL design suitable for a business application?
I'm looking for some quick thoughts about a business application I am looking to build. I'd like to separate the three layers of **presentation**, **domain logic**, and **data** using **PHP**, **Python**, and **PostgreSQL**, respectively. I would like to hear, possibly from other folks who have gone down this path bef...
php
python
postgresql
software-engineering
null
04/05/2012 13:49:21
not constructive
Is a PHP, Python, PostgreSQL design suitable for a business application? === I'm looking for some quick thoughts about a business application I am looking to build. I'd like to separate the three layers of **presentation**, **domain logic**, and **data** using **PHP**, **Python**, and **PostgreSQL**, respectively. I ...
4
8,698,271
01/02/2012 07:05:56
1,105,373
12/19/2011 06:47:25
8
1
What is good for social networking site either server side validation or clientside validation
I am doing project in php and use codeigniter. i have to be done validation of form in that and i am confuse to use either serverside validation or client side validation.?? what is good for social networking site either server side validation or clientside validation.?? is anybody know what strategy is used by ...
php5
validation
codeigniter
server-side-validation
null
01/16/2012 16:04:02
not constructive
What is good for social networking site either server side validation or clientside validation === I am doing project in php and use codeigniter. i have to be done validation of form in that and i am confuse to use either serverside validation or client side validation.?? what is good for social networking site ei...
4
9,450,325
02/26/2012 03:36:04
761,793
05/19/2011 21:15:49
187
11
Preferred method for using/writing template with PHP and HTML
In creating my own template, there seems to be two ways of displaying my body content using PHP and HTML. Which method tends to be the preferred, or **most correct**, method? Both of them are clumsy at first to write. ***Method #1*** <?php //Begins with <body> templateGetAboveContent(); ...
php
html
templates
null
null
02/27/2012 14:47:59
not constructive
Preferred method for using/writing template with PHP and HTML === In creating my own template, there seems to be two ways of displaying my body content using PHP and HTML. Which method tends to be the preferred, or **most correct**, method? Both of them are clumsy at first to write. ***Method #1*** <?...
4
11,410,486
07/10/2012 09:36:58
1,259,132
03/09/2012 10:56:37
1
0
I need to set autorepair to a mysql table
I have a table which have thousands of data. I want to set auto repair to the table . Will mysql support auto repair ? What is the syntax
mysql
null
null
null
null
null
open
I need to set autorepair to a mysql table === I have a table which have thousands of data. I want to set auto repair to the table . Will mysql support auto repair ? What is the syntax
0
7,860,228
10/22/2011 14:27:47
758,241
05/17/2011 22:23:08
12
0
Usage of Web Browsers among Programmers
I am trying to build a web application in HTML5 aimed at programmers, so it is important that I know the percentage of programmers that won't use our site (because of Internet Explorer). I've searched around the web and have found no good statistics. Do any of you guys know?
browser
null
null
null
null
10/22/2011 16:14:26
off topic
Usage of Web Browsers among Programmers === I am trying to build a web application in HTML5 aimed at programmers, so it is important that I know the percentage of programmers that won't use our site (because of Internet Explorer). I've searched around the web and have found no good statistics. Do any of you guys kno...
2
7,089
08/10/2008 08:08:21
889
08/10/2008 08:04:03
1
0
What is the best way to create rounded corners using CSS?
What is the best way to create rounded corners using CSS?
css
null
null
null
null
07/13/2012 09:19:47
not constructive
What is the best way to create rounded corners using CSS? === What is the best way to create rounded corners using CSS?
4
7,035,384
08/12/2011 03:46:52
573,373
01/12/2011 21:26:54
79
5
Does the product Singing and Dancing automatically remove email addresses which bounce back?
If I add a csv with 5000 of my collected emails to Singing & Dancing, will the false emails be removed automatically?
plone
null
null
null
null
08/12/2011 05:39:19
off topic
Does the product Singing and Dancing automatically remove email addresses which bounce back? === If I add a csv with 5000 of my collected emails to Singing & Dancing, will the false emails be removed automatically?
2
5,791,710
04/26/2011 14:18:36
725,505
04/26/2011 13:57:18
1
0
Import .txt file to SQL Server 2008.
I want to import the text file to SQL Server 2008. Obviously, the text file is like, AA89ATOZ MR 1 PMANUAL >0 1 0 0 0 0 0 0 0 0 0 0 1. The record has thousand records like this. When I load the text file using excel, it will be set all texts in one ro...
sql-server-2008
null
null
null
null
null
open
Import .txt file to SQL Server 2008. === I want to import the text file to SQL Server 2008. Obviously, the text file is like, AA89ATOZ MR 1 PMANUAL >0 1 0 0 0 0 0 0 0 0 0 0 1. The record has thousand records like this. When I load the text file using...
0
2,086,674
01/18/2010 14:35:04
87,274
04/05/2009 12:08:55
33
3
Drupal: how to rate node filefields?
I have a node type called 'movie' which may contain several subtitle files using the CCK FileField module. Now I'm dealing with FiveStars module, I need to rate each subtitle separately! so the user should rate for subtitles associated with a movie, not the movie itself. confused enough! any idea?
drupal
cck
rating
null
null
01/18/2010 15:03:20
off topic
Drupal: how to rate node filefields? === I have a node type called 'movie' which may contain several subtitle files using the CCK FileField module. Now I'm dealing with FiveStars module, I need to rate each subtitle separately! so the user should rate for subtitles associated with a movie, not the movie itself. con...
2
11,327,774
07/04/2012 11:01:39
1,495,735
07/02/2012 10:09:37
1
4
How to manage image upload in android?
**Hello there, I want to make a one click image sharing application. The flow is like , once I login to the application and click a button then I am redirected to gallery and there I select an image and once the image is selected it is uploaded either the path or whatever is beneficial. And in a different activity, ...
android
null
null
null
null
07/05/2012 13:07:56
not a real question
How to manage image upload in android? === **Hello there, I want to make a one click image sharing application. The flow is like , once I login to the application and click a button then I am redirected to gallery and there I select an image and once the image is selected it is uploaded either the path or whatever is...
1
1,116,828
07/12/2009 20:19:39
137,041
07/12/2009 16:00:14
3
0
how to make current page - link different to rest...
I'm currently building www.scenes-online.co.uk/test/ I've got this code sliding up and down the links on hover using jquery... <script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> google.load("jquery", "1.3.2"); //load version 1.3.2 o...
jquery
navigation
hover
current
hyperlink
null
open
how to make current page - link different to rest... === I'm currently building www.scenes-online.co.uk/test/ I've got this code sliding up and down the links on hover using jquery... <script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> ...
0
9,774,131
03/19/2012 16:39:07
935,936
09/09/2011 00:36:17
68
1
Facebook Turn Based Games iOS
Does anybody know of any resources/tutorials which would help me implement Facebook turn based gaming in iOS? Something similar to Words With Friends or Draw Something, where once you have logged in you have a list of friends who you can challenge to a game. I found a tutorial using Game Center, but I think usi...
ios
facebook
null
null
null
03/20/2012 16:48:01
not constructive
Facebook Turn Based Games iOS === Does anybody know of any resources/tutorials which would help me implement Facebook turn based gaming in iOS? Something similar to Words With Friends or Draw Something, where once you have logged in you have a list of friends who you can challenge to a game. I found a tutorial...
4
7,527,403
09/23/2011 10:11:52
801,042
06/16/2011 08:01:29
2,043
156
execute inline script from Ajax request
On my application homepage, I built a 'widgets' system. The source of the widgets is generated server side, and pushed to the client through Ajax. Ext.Ajax.request({ url: '/get-widgets', success: function( response ) { var boxes = Ext.decode( response.responseText ); Ext.each( boxes, fu...
javascript
extjs
null
null
null
null
open
execute inline script from Ajax request === On my application homepage, I built a 'widgets' system. The source of the widgets is generated server side, and pushed to the client through Ajax. Ext.Ajax.request({ url: '/get-widgets', success: function( response ) { var boxes = Ext.decode( respon...
0
9,705,194
03/14/2012 15:44:48
1,049,997
11/16/2011 15:34:45
25
1
Replace special characters in a string with _
I want to replace special characters from a string and replace them with _ character For example: string = "img_realtime_tr~ading3$" result_string should looks like "img_realtime_tr_ading3_"; special characters need to replace: & / \ # , + ( ) $ ~ % .. ' " : * ? < > { } Thanks in advance
javascript
jquery
null
null
null
03/14/2012 17:28:59
too localized
Replace special characters in a string with _ === I want to replace special characters from a string and replace them with _ character For example: string = "img_realtime_tr~ading3$" result_string should looks like "img_realtime_tr_ading3_"; special characters need to replace: & / \ # , + ( ) $ ~ % .. ' ...
3
1,826,593
12/01/2009 14:37:11
210,411
11/13/2009 12:17:29
6
0
Silverlight 3 - How to "refresh" a DataGrid content?
I have the following scenery: 1 using System; 2 using System.Windows; 3 using System.Windows.Controls; 4 using System.Windows.Documents; 5 using System.Windows.Ink; 6 using System.Windows.Input; 7 using System.Windows.Media; 8 using System.Windows.Media...
silverlight
c#
datagrid
null
null
null
open
Silverlight 3 - How to "refresh" a DataGrid content? === I have the following scenery: 1 using System; 2 using System.Windows; 3 using System.Windows.Controls; 4 using System.Windows.Documents; 5 using System.Windows.Ink; 6 using System.Windows.Input; 7 using ...
0
6,228,982
06/03/2011 15:15:45
632,951
02/24/2011 19:10:47
1,456
1
can someone think of an `actual use case` whereby we will **ever** require the use of `getAttributeNode` and/or `getAttributeNodeNS` ?
can someone think of an `actual use case` whereby we will **ever** require the use of `getAttributeNode` and/or `getAttributeNodeNS` ? Afaik `getAttribute` and/or `getAttributeNS` settles all use cases, hence this question.
javascript
web-services
web-applications
null
null
06/04/2011 02:37:53
not constructive
can someone think of an `actual use case` whereby we will **ever** require the use of `getAttributeNode` and/or `getAttributeNodeNS` ? === can someone think of an `actual use case` whereby we will **ever** require the use of `getAttributeNode` and/or `getAttributeNodeNS` ? Afaik `getAttribute` and/or `getAttributeN...
4
7,802,509
10/18/2011 04:41:46
1,000,365
10/18/2011 04:07:22
1
0
I have to do a data collection project.
I have to collect data from social media sites. The source that I have selected is Huffington post. I have to collect data from that site related to a particular topic, do some filtering based on my topic and store that data in the database. I am stuck before I start. What are the ways by which I can do it.. I mean wha...
java
null
null
null
null
10/18/2011 09:09:16
not a real question
I have to do a data collection project. === I have to collect data from social media sites. The source that I have selected is Huffington post. I have to collect data from that site related to a particular topic, do some filtering based on my topic and store that data in the database. I am stuck before I start. What a...
1
10,000,361
04/03/2012 19:53:59
1,311,275
04/03/2012 19:38:12
1
0
Java - TCP Server can't read from TCP Client
I am trying to have a client and server talk to each other using TCP. The original code ran fine until I modified it to add some more functionality. Now when the Client writes to the Server, Server never seems to get any message. #Client# import java.math.BigInteger; import java.nio.file.Path; ...
java
tcp
null
null
null
04/05/2012 09:19:07
not a real question
Java - TCP Server can't read from TCP Client === I am trying to have a client and server talk to each other using TCP. The original code ran fine until I modified it to add some more functionality. Now when the Client writes to the Server, Server never seems to get any message. #Client# import java.mat...
1
6,476,801
06/25/2011 08:47:29
430,167
08/25/2010 00:46:22
1,270
60
Start Application with service
i want to run an application made in c# winform through service.i have done the code but the application does not get started even service successfully gets started and no exception is thrown. protected override void OnStart(string[] args) { eventLog1.WriteEntry("starting Kb"); ...
c#
service
winlogon
null
null
null
open
Start Application with service === i want to run an application made in c# winform through service.i have done the code but the application does not get started even service successfully gets started and no exception is thrown. protected override void OnStart(string[] args) { ev...
0
7,748,044
10/13/2011 00:16:02
227,926
12/09/2009 11:36:47
606
16
OfBiz vs SAP: Is there a comparison of features between SAP and the open source Apache OfBiz software?
OfBiz includes ERP and therefore could be an open source alternative to SAP. Have there been any detailed comparisons including real case studies to show how well either performs?
apache
open-source
comparison
sap
ofbiz
10/15/2011 13:30:23
off topic
OfBiz vs SAP: Is there a comparison of features between SAP and the open source Apache OfBiz software? === OfBiz includes ERP and therefore could be an open source alternative to SAP. Have there been any detailed comparisons including real case studies to show how well either performs?
2
2,684,834
04/21/2010 16:43:37
219,777
11/27/2009 02:49:11
13
1
UITableView background customization strange behavior
There is a couple of hours that I'm trying to set a tableView background image. My controller is a subclass of UITableViewController, and I simply wrote this lines of code in ViewDidLoad method. UIImage *image = [UIImage imageNamed:@"home-portrait-iphone.png"]; UIImageView *imageView = [[UIImageView alloc...
iphone
uitableview
null
null
null
null
open
UITableView background customization strange behavior === There is a couple of hours that I'm trying to set a tableView background image. My controller is a subclass of UITableViewController, and I simply wrote this lines of code in ViewDidLoad method. UIImage *image = [UIImage imageNamed:@"home-portrait-ipho...
0
5,780,796
04/25/2011 17:01:27
523,234
11/28/2010 21:49:31
16
2
Natural sort order in C++ using StrCmpLogicalW function in this library shlwapi.dll
I try to learn how to use the StrCmpLogicalW function. There is a post in C# [Natural Sort Order in C#][1]. But I am looking for syntax in C++. Thank you. [1]: http://stackoverflow.com/questions/248603/natural-sort-order-in-c
.net
c++
sorting
null
null
null
open
Natural sort order in C++ using StrCmpLogicalW function in this library shlwapi.dll === I try to learn how to use the StrCmpLogicalW function. There is a post in C# [Natural Sort Order in C#][1]. But I am looking for syntax in C++. Thank you. [1]: http://stackoverflow.com/questions/248603/natural-sort-or...
0
10,751,116
05/25/2012 08:34:32
279,776
02/23/2010 19:22:39
1,204
15
How to use MFC classes in a Qt application?
I'm developing a big application in Qt. There are some classes/components that do not offer the performance I need, so I want to use a native solution. I installed Visual Studio 2010 with MFC, and I actually know the location of the library with open source. How can I link my Qt app to MFC and use some of its cla...
c++
qt
mfc
null
null
null
open
How to use MFC classes in a Qt application? === I'm developing a big application in Qt. There are some classes/components that do not offer the performance I need, so I want to use a native solution. I installed Visual Studio 2010 with MFC, and I actually know the location of the library with open source. How ca...
0
8,843,402
01/12/2012 22:37:51
819,126
06/28/2011 12:13:40
1
0
Game Engines with PHP scripting
I am looking for a game engine that uses PHP for scripting purposes. For example, Lua is used widely as a scripting language for many games. I would like to have PHP as scripting language instead of Lua. If there is no engines with PHP scripting, is it possible(Apache could) to add a module to PHP, connecting it to ...
php
c++
null
null
null
01/13/2012 09:12:21
not a real question
Game Engines with PHP scripting === I am looking for a game engine that uses PHP for scripting purposes. For example, Lua is used widely as a scripting language for many games. I would like to have PHP as scripting language instead of Lua. If there is no engines with PHP scripting, is it possible(Apache could) to a...
1
9,815,973
03/22/2012 03:20:30
1,232,147
02/25/2012 05:43:35
1
0
Read the sendgrid attachments
I have followed the link to save the attachments of the incoming mail using sendgrid http://stackoverflow.com/questions/4869382/rails-building-a-serialized-object-of-n-records With the URL I am able to save the attachments but now my question is how can I retrieve the attachments and save them in amazon. Tha...
ruby-on-rails
null
null
null
null
null
open
Read the sendgrid attachments === I have followed the link to save the attachments of the incoming mail using sendgrid http://stackoverflow.com/questions/4869382/rails-building-a-serialized-object-of-n-records With the URL I am able to save the attachments but now my question is how can I retrieve the attachme...
0
2,421,702
03/11/2010 00:20:15
291,063
03/11/2010 00:10:43
1
0
Theoretical question about browser javascript engines.
I doubt this is possible, and I'm certain to do it in a production environment would be an impressively bad idea. This is just one of those hypothetical "I-wonder-if-I-could..." things. I was wondering if it is possible to modify or extend how the browser JavaScript engine parses the code at run-time. For examp...
javascript
lambda
browser
null
null
null
open
Theoretical question about browser javascript engines. === I doubt this is possible, and I'm certain to do it in a production environment would be an impressively bad idea. This is just one of those hypothetical "I-wonder-if-I-could..." things. I was wondering if it is possible to modify or extend how the brow...
0
384,289
12/21/2008 09:31:38
4,939
09/06/2008 20:36:05
136
2
What's a good way to rate your own coding skill?
I've been asked to rank my coding "expertise" by a potential employer. I find I swing back and forth when I judge my own ability. Face-to-face, in my real life I seldom find people that I feel humbled by (if I lived in San Francisco that would probably be a different story). On the other hand, when I do research ...
dear
abby
job-hunting
null
null
05/02/2012 10:58:05
off topic
What's a good way to rate your own coding skill? === I've been asked to rank my coding "expertise" by a potential employer. I find I swing back and forth when I judge my own ability. Face-to-face, in my real life I seldom find people that I feel humbled by (if I lived in San Francisco that would probably be a diffe...
2
7,315,980
09/06/2011 06:55:04
326,793
04/27/2010 11:11:39
151
1
Facebook Invite Friends Box with iframes is not loading
i created a facebook app name bitsutopia, i wanted to invite my friends to that app using php. i am using iframe in that app. i got this code from http://developers.facebook.com/docs/reference/fbml/request-form/ php script to show invite friends box. but it is not working. code - <?php // Get these from http://d...
php
facebook
null
null
null
null
open
Facebook Invite Friends Box with iframes is not loading === i created a facebook app name bitsutopia, i wanted to invite my friends to that app using php. i am using iframe in that app. i got this code from http://developers.facebook.com/docs/reference/fbml/request-form/ php script to show invite friends box. but it...
0
11,275,551
06/30/2012 16:02:44
1,493,222
06/30/2012 15:48:47
1
0
How to get value from Jtable1 to Jtable2?
I have no idea to getting the value from jtable 1 to jtable 2. For an example, i double-click the row from jtable 1 and it will display the same value at jtable 2. Any idea? I think hard for long times and i cant even solve the problem.
jtable
null
null
null
null
null
open
How to get value from Jtable1 to Jtable2? === I have no idea to getting the value from jtable 1 to jtable 2. For an example, i double-click the row from jtable 1 and it will display the same value at jtable 2. Any idea? I think hard for long times and i cant even solve the problem.
0
2,851,126
05/17/2010 17:07:48
188,750
10/12/2009 23:36:59
30
4
CSS horizontal scrolling overflow with jQuery slider
I'm trying to setup a full screen jquery slider. I've broken the project into two steps 1) css and 2) js. **1) CSS**, below is a picture of what I'm shooting for (no fixed height) and below that is the code I have so far that doesn't work. ![Example][1] <html xmlns="http://www.w3.org/1999/xhtml" xml:la...
jquery
css
javascript
horizontal-scrolling
jquery-plugins
null
open
CSS horizontal scrolling overflow with jQuery slider === I'm trying to setup a full screen jquery slider. I've broken the project into two steps 1) css and 2) js. **1) CSS**, below is a picture of what I'm shooting for (no fixed height) and below that is the code I have so far that doesn't work. ![Example][1] ...
0
11,525,043
07/17/2012 14:43:55
233,421
12/17/2009 00:41:31
1,590
0
What is the best search wordpress plugin?
What is the best search wordpress plugin? i have a search box on my wordpress site i want to optimize to the max i.e get the fastest and best search results from my site. I've heard the default search in wordpress is pretty standard, whats the best plugin? Thanks in advance ;-)
wordpress
search
wordpress-plugin
null
null
07/18/2012 15:01:39
not constructive
What is the best search wordpress plugin? === What is the best search wordpress plugin? i have a search box on my wordpress site i want to optimize to the max i.e get the fastest and best search results from my site. I've heard the default search in wordpress is pretty standard, whats the best plugin? Thanks in...
4
10,188,041
04/17/2012 08:51:08
1,338,267
04/17/2012 08:48:23
1
0
Java JRE Version being used by FIrefox 3.6
I want to have a JAvaScript code to know the JRE version which is currently being used by FIrefox 3.6 on my machine
java
null
null
null
null
04/17/2012 17:14:29
not a real question
Java JRE Version being used by FIrefox 3.6 === I want to have a JAvaScript code to know the JRE version which is currently being used by FIrefox 3.6 on my machine
1
7,076,623
08/16/2011 10:14:40
344,054
05/18/2010 13:16:38
44
0
Key for SHA512 Algorthim
How to generate the secret key for the SHA512 Algorithm As i have to use it for data verification at the other clients end?? Thanks in Advance.
php
cryptography
null
null
null
08/16/2011 12:46:33
not constructive
Key for SHA512 Algorthim === How to generate the secret key for the SHA512 Algorithm As i have to use it for data verification at the other clients end?? Thanks in Advance.
4
11,238,242
06/28/2012 04:50:35
1,486,427
06/27/2012 17:16:04
1
0
md5 pure implementation in php give wrong result after finishing round 1-4
this is my firststone about md5. my friend said its going wrong in looping calculation but i've tested for function ff(), gg(), hh(), ii() seems doing well. could someone tell me where my implementation of the MD5 algorithm is going wrong? thank you very much <?php function zeroFill($a,$b) { ...
php
hash
md5
null
null
06/28/2012 11:14:06
off topic
md5 pure implementation in php give wrong result after finishing round 1-4 === this is my firststone about md5. my friend said its going wrong in looping calculation but i've tested for function ff(), gg(), hh(), ii() seems doing well. could someone tell me where my implementation of the MD5 algorithm is going w...
2
5,646,199
04/13/2011 08:08:19
697,111
04/07/2011 15:36:38
16
0
C++ versus Java performance
Say theoretically you just generate random numbers [using standard libraries] in as many threads as you can [bound by hardware]. How fast would C++ over Java? no disk i/o, memory or gc. Just pure Math.random() calls across threads.
java
c++
math
null
null
04/13/2011 08:19:59
not constructive
C++ versus Java performance === Say theoretically you just generate random numbers [using standard libraries] in as many threads as you can [bound by hardware]. How fast would C++ over Java? no disk i/o, memory or gc. Just pure Math.random() calls across threads.
4
9,662,677
03/12/2012 06:34:55
820,443
06/29/2011 05:48:13
537
30
Can Pay Pal In-App Purchase be Included in a Free App..?
I am working on an application, which is intended to be free for the users in the Android Market. But, in the application, there is some section, which is a paid section and that payments would be through a Payment Processor, in my case through Pay Pal. I have gone through [Android Market Developer Distribution Agre...
android
paypal
null
null
null
null
open
Can Pay Pal In-App Purchase be Included in a Free App..? === I am working on an application, which is intended to be free for the users in the Android Market. But, in the application, there is some section, which is a paid section and that payments would be through a Payment Processor, in my case through Pay Pal. I...
0
10,096,934
04/10/2012 21:48:27
1,305,724
04/01/2012 01:16:58
84
0
How to host content of a folder using only terminal?
How can I make a directory with html files on my computer available to the internet using only the ubuntu terminal?
ubuntu
directory
terminal
hosting
internet
04/13/2012 04:19:33
not a real question
How to host content of a folder using only terminal? === How can I make a directory with html files on my computer available to the internet using only the ubuntu terminal?
1
5,087,607
02/23/2011 06:11:32
1,004,437
02/19/2011 07:06:59
6
0
how to use goto statement in android
how to use goto statement in android
android
null
null
null
null
02/23/2011 06:50:37
not a real question
how to use goto statement in android === how to use goto statement in android
1
6,032,685
05/17/2011 14:51:16
757,603
05/17/2011 14:51:16
1
0
Raven DB to SQL server (NoSQL DB to Relational DB)
Is there a way to convert/migrate NoSQL database data(Raven,Mongo,Couch ) into SQL server data? Since some NoSQL databases lack reporting tools, would be easier if I could move the data to SQL and work off that directly (just for data analysis, querying, reporting needs).Comments appreciated.
database
mongodb
nosql
couchdb
ravendb
null
open
Raven DB to SQL server (NoSQL DB to Relational DB) === Is there a way to convert/migrate NoSQL database data(Raven,Mongo,Couch ) into SQL server data? Since some NoSQL databases lack reporting tools, would be easier if I could move the data to SQL and work off that directly (just for data analysis, querying, reportin...
0
10,333,091
04/26/2012 12:09:05
1,186,689
02/03/2012 04:05:17
47
3
Confusion in calling touch event
<br/> I am using UISwipeGestureRecognizer for left and right direction swipe in my main view as follow: UISwipeGestureRecognizer *recognizer1,*recognizer; recognizer1 = [[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(handleSwipeFromleft:)]; [recognizer1 ...
iphone
null
null
null
null
null
open
Confusion in calling touch event === <br/> I am using UISwipeGestureRecognizer for left and right direction swipe in my main view as follow: UISwipeGestureRecognizer *recognizer1,*recognizer; recognizer1 = [[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(handleSw...
0
11,421,494
07/10/2012 20:34:00
1,072,492
11/30/2011 01:41:56
529
23
Enable APC only for specific directories?
I currently have APC installed and running on a CentOs server, it's working fine however it currently caches all files in all directories. How can I change the settings so that it only caches directories I choose? So for example I could enable it one directory using .htaccess? The only APC settings I currentl...
php
linux
caching
centos
apc
null
open
Enable APC only for specific directories? === I currently have APC installed and running on a CentOs server, it's working fine however it currently caches all files in all directories. How can I change the settings so that it only caches directories I choose? So for example I could enable it one directory using...
0
9,460,462
02/27/2012 05:33:17
1,234,876
02/27/2012 05:28:13
1
0
Run WPF application with custom command parameters from command prompt
I want to run wpf application with custom parameters in command prompt, basically this is achieve with no gui, if i dont run from command prompt, it should show gui,
wpf
null
null
null
null
null
open
Run WPF application with custom command parameters from command prompt === I want to run wpf application with custom parameters in command prompt, basically this is achieve with no gui, if i dont run from command prompt, it should show gui,
0
8,577,519
12/20/2011 15:10:15
637,535
02/28/2011 10:51:29
16
1
Java from OOPs to functional programming way?
With inclusions of closures in JAVA is it going an FP way? Is this the time to start understanding FP methodology of programming?
java
oop
lambda
functional-programming
closures
12/20/2011 15:14:06
not constructive
Java from OOPs to functional programming way? === With inclusions of closures in JAVA is it going an FP way? Is this the time to start understanding FP methodology of programming?
4
1,995,113
01/03/2010 14:27:05
95,135
04/23/2009 19:04:52
2,818
150
Strangest language feature
What is in your opinion the most surprising, weird, strange or really "WTF" language feature you have encountered? Not limited to a particular programming language.
language-agnostic
programming-languages
null
null
null
04/26/2011 14:27:22
not constructive
Strangest language feature === What is in your opinion the most surprising, weird, strange or really "WTF" language feature you have encountered? Not limited to a particular programming language.
4
7,231,137
08/29/2011 13:58:51
828,859
07/05/2011 01:00:47
13
2
Duplicate tweets entered in live twitter feed
Ive got a live update twitter thing that i have been trying to build, i notice sometimes it duplicates tweets and goes a little bit nuts. Have i stuffed up somewhere in here? http://jsfiddle.net/JmZCE/1/ Thanks in advance (note i posted something similar before but removed it)
jquery
html
json
live
null
08/29/2011 14:46:09
too localized
Duplicate tweets entered in live twitter feed === Ive got a live update twitter thing that i have been trying to build, i notice sometimes it duplicates tweets and goes a little bit nuts. Have i stuffed up somewhere in here? http://jsfiddle.net/JmZCE/1/ Thanks in advance (note i posted something similar befor...
3
4,101,342
11/04/2010 21:01:06
229,143
12/10/2009 21:00:37
45
0
Is there an alternative to using a counter variable in a each do loop in Ruby?
I'm outputting a list of items from an array in Ruby. I need to output the position of each item in the array, as well as the value. I thought I was being clever by using the index of the value as I looped through the array rather then setting an temporary counter variable, but I got burned when I had an array with dup...
ruby-on-rails
ruby
null
null
null
null
open
Is there an alternative to using a counter variable in a each do loop in Ruby? === I'm outputting a list of items from an array in Ruby. I need to output the position of each item in the array, as well as the value. I thought I was being clever by using the index of the value as I looped through the array rather then ...
0
1,704,086
11/09/2009 21:46:11
393,240
11/09/2009 21:46:11
1
0
CakePHP assocation question
I'm creating a small timesheet application. Timesheets have athletes, and each athlete has personal split times (like in running, or race car driving) An Athlete hasMany Run, a Run belongsTo Athlete, An Athlete hasAndBelongsToMany Timesheets (and vice versa). A Timesheet hasMany Run, and finally a Run belongsTo Tim...
cakephp
null
null
null
null
null
open
CakePHP assocation question === I'm creating a small timesheet application. Timesheets have athletes, and each athlete has personal split times (like in running, or race car driving) An Athlete hasMany Run, a Run belongsTo Athlete, An Athlete hasAndBelongsToMany Timesheets (and vice versa). A Timesheet hasMany Run...
0
3,859
08/06/2008 18:58:53
1,384,652
08/01/2008 12:01:23
386
36
Version control
After being told by at least 10 people on SO that version control was a good thing even if it's just me I now have a followup question. What is the difference between all the different types of version control and is there a guide that anybody knows of for version control that's very simple and easy to understand?
versioncontrol
null
null
null
null
null
open
Version control === After being told by at least 10 people on SO that version control was a good thing even if it's just me I now have a followup question. What is the difference between all the different types of version control and is there a guide that anybody knows of for version control that's very simple and ...
0
8,701,840
01/02/2012 14:11:47
1,037,173
11/09/2011 08:10:27
1
0
how to do this game in mapping functionality?
plz check this link. http://wn.com/Stick_Cricket__iPhone_Game. I am trying to figure out the ball going way and mapping functionality. I am using tile-map. thanks and sorry for my english.
cocos2d-iphone
cocos3d
null
null
null
01/03/2012 01:59:28
not a real question
how to do this game in mapping functionality? === plz check this link. http://wn.com/Stick_Cricket__iPhone_Game. I am trying to figure out the ball going way and mapping functionality. I am using tile-map. thanks and sorry for my english.
1