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
11,715,460
07/30/2012 04:37:13
1,561,885
07/30/2012 04:08:49
1
0
How to remove vibration from individual apk?
I am far from a developer/programmer but I understand how a few things work. I am trying to remove the vibration from the stock gallery2.apk when you long press on the individual photos as well as when you long press on the album itself. I don't have access to the source code as the wifi service I get here is garbage...
android
android-vibration
smali
null
null
08/01/2012 18:52:26
too localized
How to remove vibration from individual apk? === I am far from a developer/programmer but I understand how a few things work. I am trying to remove the vibration from the stock gallery2.apk when you long press on the individual photos as well as when you long press on the album itself. I don't have access to the sou...
3
10,101,545
04/11/2012 07:18:44
1,042,781
11/12/2011 03:51:29
17
0
Apache, "Memory Could Not Be Read"
i wanna ask why my Xampp 1.7.0 crashing like this picture below after i tried to install drupal 7.12? anyone ever experience it before? ![Apache error description][1] [1]: http://i.stack.imgur.com/Jm0YK.jpg
apache
drupal
xampp
null
null
04/12/2012 13:53:08
off topic
Apache, "Memory Could Not Be Read" === i wanna ask why my Xampp 1.7.0 crashing like this picture below after i tried to install drupal 7.12? anyone ever experience it before? ![Apache error description][1] [1]: http://i.stack.imgur.com/Jm0YK.jpg
2
11,555,069
07/19/2012 06:26:46
1,536,823
07/19/2012 05:16:22
1
0
Is there any plugins for SCREEN LOCK PATTERN IN PHONEGAP(HTML,CSS,JAVASCRIPT,JQUERY)?
Can anyone help me in finding the plugins for SCREEN LOCK PATTERN IN PHONEGAP(HTML,CSS,JAVASCRIPT,JQUERY) in android .... Is there any source code available in net for the implementation of "SCREEN LOCK PATTERN IN PHONEGAP(HTML,CSS,JAVASCRIPT,JQUERY) in android...."? Thanks in Advance Natarajan
javascript
android
jquery
html5
phonegap
07/19/2012 06:34:04
not a real question
Is there any plugins for SCREEN LOCK PATTERN IN PHONEGAP(HTML,CSS,JAVASCRIPT,JQUERY)? === Can anyone help me in finding the plugins for SCREEN LOCK PATTERN IN PHONEGAP(HTML,CSS,JAVASCRIPT,JQUERY) in android .... Is there any source code available in net for the implementation of "SCREEN LOCK PATTERN IN PHONEGAP(HTML...
1
331,667
12/01/2008 18:02:21
27,474
10/13/2008 15:26:37
490
31
Design of Reporting Services for Java webapp
A design question. I have developed an online test engine web app earlier this year. I have used Java servlets and Freemarker templates and done it entirely following the MVC paradigm. One big missing feature in the application is that it provides no reporting. The initial design of the application did not consi...
java
reporting
web-applications
design
null
null
open
Design of Reporting Services for Java webapp === A design question. I have developed an online test engine web app earlier this year. I have used Java servlets and Freemarker templates and done it entirely following the MVC paradigm. One big missing feature in the application is that it provides no reporting. T...
0
11,172,683
06/23/2012 20:19:54
887,385
08/10/2011 07:26:54
151
78
How to update shipping address using customer_save_after event?
I am trying to create or update default shipping address for a customer using `customer_save_after` event (based on some custom registration fields) when customer tries to create new account or edit his account. Here goes the portion of the Observer model code: ... $customer = $observer->getEvent()->getC...
magento
null
null
null
null
null
open
How to update shipping address using customer_save_after event? === I am trying to create or update default shipping address for a customer using `customer_save_after` event (based on some custom registration fields) when customer tries to create new account or edit his account. Here goes the portion of the Observe...
0
5,099,629
02/24/2011 02:11:44
247,706
01/11/2010 00:27:49
472
15
MonoTouch - Running in Debug results in "Could not insert pending Breakpoint"
I've done a CLEAN ALL, I've reset the simulator, but I can't explain why I get the following: (see the 'Resolved pending breakpoint' line, and the 'Could not insert') Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll [External] Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System...
monotouch
null
null
null
null
null
open
MonoTouch - Running in Debug results in "Could not insert pending Breakpoint" === I've done a CLEAN ALL, I've reset the simulator, but I can't explain why I get the following: (see the 'Resolved pending breakpoint' line, and the 'Could not insert') Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/monotouc...
0
11,294,088
07/02/2012 12:53:19
478,520
10/17/2010 12:59:42
1,373
29
PHP PDO mySQL return null
The following code returns me people with similar telephone numbers. It works perfectly but when there are no numbers the function still returns information meaning that I cannot check hide a certain box if there are no other people with similar numbers. THE FUNCTION function getothers($tid,$criteria,$telepho...
php
query
pdo
results
null
null
open
PHP PDO mySQL return null === The following code returns me people with similar telephone numbers. It works perfectly but when there are no numbers the function still returns information meaning that I cannot check hide a certain box if there are no other people with similar numbers. THE FUNCTION function ge...
0
1,456,405
09/21/2009 19:34:56
65,670
02/12/2009 17:48:09
115
7
Setting Access permissions on Semaphore??
I am assuming that once a semaphore is created by a process, it will be accessible by any process/user. Is it possible to put access restrictions on a particular semaphore so that it can be accessible by only certain processes/users or only certain processes can release the semaphore. I see some problems if we make...
perl
semaphore
null
null
null
null
open
Setting Access permissions on Semaphore?? === I am assuming that once a semaphore is created by a process, it will be accessible by any process/user. Is it possible to put access restrictions on a particular semaphore so that it can be accessible by only certain processes/users or only certain processes can release...
0
1,606,952
10/22/2009 12:41:59
172,783
09/13/2009 16:38:53
342
17
Viewing data in a circular buffer in real-time
I have an incoming stream of messages, and want a window that allows the user to scroll through the messages. This is my current thinking: - Incoming messages go into single producer single consumer queue - A thread reads them out and places them into a circular buffer with a sequential id - This way I could ha...
c++
c
stl
mvc
null
null
open
Viewing data in a circular buffer in real-time === I have an incoming stream of messages, and want a window that allows the user to scroll through the messages. This is my current thinking: - Incoming messages go into single producer single consumer queue - A thread reads them out and places them into a circula...
0
3,097,128
06/22/2010 21:03:55
373,633
06/22/2010 21:03:55
1
0
C# .net Excel Interop leaves Excel process hanging
We use Excel interop in numerous places in our code, however I have one function which doesn't ever seem to close down the Excel process it uses.. I've simplified the code down, and it just seems like whenever I open a workbook in this function it stays hanging around. I've included the code below, I've made sure every...
c#
excel
interop
null
null
null
open
C# .net Excel Interop leaves Excel process hanging === We use Excel interop in numerous places in our code, however I have one function which doesn't ever seem to close down the Excel process it uses.. I've simplified the code down, and it just seems like whenever I open a workbook in this function it stays hanging ar...
0
11,165,315
06/22/2012 23:15:12
327,229
04/27/2010 20:07:22
131
7
Ember.js routing: how do you set a default route to render immediately?
I'm sure this will become clear as I dig in deeper, but for now it's not obvious how to make this happen. I was following the info on [this helpful SO article about routing](http://stackoverflow.com/questions/11050956/ember-js-router-action-to-controller) but there is an important piece missing from the example, i....
emberjs
null
null
null
null
null
open
Ember.js routing: how do you set a default route to render immediately? === I'm sure this will become clear as I dig in deeper, but for now it's not obvious how to make this happen. I was following the info on [this helpful SO article about routing](http://stackoverflow.com/questions/11050956/ember-js-router-actio...
0
5,871,292
05/03/2011 14:46:13
700,663
04/10/2011 07:56:33
87
0
What are the commands at gdb console?
Xcode 4. So I can do p something to print a variable. What else I can do?
objective-c
xcode
null
null
null
05/03/2011 17:59:49
not a real question
What are the commands at gdb console? === Xcode 4. So I can do p something to print a variable. What else I can do?
1
6,967,050
08/06/2011 13:18:34
269,931
02/10/2010 00:17:34
484
14
OpenSource Marketplace Platform
I see that there are many e-commerce open source platforms around, but very few can handle a marketplace, with support for multiple vendors, seller personal page, feedbacks, .... I've just found a plugin for UberCart, but it doesn't suit my needs. Before starting to reinvent the wheel, anyone else know an alread...
e-commerce
marketplace
null
null
null
08/07/2011 09:04:58
not constructive
OpenSource Marketplace Platform === I see that there are many e-commerce open source platforms around, but very few can handle a marketplace, with support for multiple vendors, seller personal page, feedbacks, .... I've just found a plugin for UberCart, but it doesn't suit my needs. Before starting to reinvent ...
4
3,618,928
09/01/2010 14:09:04
68,717
02/20/2009 02:05:28
108
0
Need help with Backgroundworker
Need help on how to use .Net's Backgroundworker thread for the following purpose to increase UI responsiveness and performance in my .Net winforms application.Since am new to .Net/C#, any code would be helpful. When user clicks "Calculate" button in UI form, 1.Get a list of categories C from database[this is typ...
c#
multithreading
backgroundworker
null
null
09/01/2010 14:27:27
not a real question
Need help with Backgroundworker === Need help on how to use .Net's Backgroundworker thread for the following purpose to increase UI responsiveness and performance in my .Net winforms application.Since am new to .Net/C#, any code would be helpful. When user clicks "Calculate" button in UI form, 1.Get a list of c...
1
5,995,884
05/13/2011 17:57:14
678,342
03/26/2011 19:54:07
21
0
Usage of function putc
I am working on a C program that I did not write and integrating it with my C++ code. This C program has a character array and usage putc function to print the content of it. Like this: printf("%c\n","01"[b[i]]); This is a bit array and can have either ASCII 0 or ASCII 1 (NOT ASCII 48 and 49 PLEASE NOTE). T...
c
null
null
null
null
null
open
Usage of function putc === I am working on a C program that I did not write and integrating it with my C++ code. This C program has a character array and usage putc function to print the content of it. Like this: printf("%c\n","01"[b[i]]); This is a bit array and can have either ASCII 0 or ASCII 1 (NOT ASC...
0
8,453,724
12/10/2011 01:40:53
1,064,733
11/24/2011 22:35:35
20
0
How do you make a website with Apache?
Has anyone reading this actually made a site successfully using Apache and has or knows of a step by step tutorial? I know there's a lot that take you up to the "run it on your computer" but nothing about making it public
apache
null
null
null
null
12/10/2011 01:44:54
not a real question
How do you make a website with Apache? === Has anyone reading this actually made a site successfully using Apache and has or knows of a step by step tutorial? I know there's a lot that take you up to the "run it on your computer" but nothing about making it public
1
5,514,195
04/01/2011 13:40:20
687,681
04/01/2011 13:40:20
1
0
Regex help: My regex pattern will match invalid Dictionary
I hope you guys can help me out. I'm using C# .Net 4.0 I want validate file structure like <pre><code> const string dataFileScr = @" Start 0 { Next = 1 Author = rk Date = 2011-03-10 /* Description = simple */ } PZ 11 { IA_return() } GDC 7 { Message = 6 Message = 7 Message = 8 ...
c#
.net
regex
linq
dictionary
null
open
Regex help: My regex pattern will match invalid Dictionary === I hope you guys can help me out. I'm using C# .Net 4.0 I want validate file structure like <pre><code> const string dataFileScr = @" Start 0 { Next = 1 Author = rk Date = 2011-03-10 /* Description = simple */ } PZ 11 { IA_return() ...
0
2,514,549
03/25/2010 10:08:25
292,473
03/12/2010 16:12:43
43
2
Problem with dropdownbox length
I'm creating a javascript method that populates lists depending on a radio button selected previously. As it depends on animals or plants to populate it, my problem comes when I have to populate it after it's already been populated. I mean, the plants dropdownlist has 88 elements, and the animals is 888, when I try to ...
javascript
null
null
null
null
null
open
Problem with dropdownbox length === I'm creating a javascript method that populates lists depending on a radio button selected previously. As it depends on animals or plants to populate it, my problem comes when I have to populate it after it's already been populated. I mean, the plants dropdownlist has 88 elements, a...
0
9,330,172
02/17/2012 14:40:26
727,071
04/27/2011 10:48:30
1
2
Books about Mono C# compiler?
Is there any books about Mono C# compiler for basic level understanding? Thanks in advance.
c#
compiler
books
mono
null
02/17/2012 15:25:44
not constructive
Books about Mono C# compiler? === Is there any books about Mono C# compiler for basic level understanding? Thanks in advance.
4
6,992,455
08/09/2011 06:55:50
576,372
01/14/2011 23:56:19
6
1
What's the best approach/tool to create static, multilanguage websites?
The goal is to create a webiste with circa 50 pages. Content will be static (no editing, no changes, what so ever) there will be pictures, paragraphs of text, unordered lists. And... three languages (probably more in the future). I want urls to be translated as well. I was thinking about Zend Framework, defining rou...
zend-framework
null
null
null
null
08/09/2011 08:45:31
not constructive
What's the best approach/tool to create static, multilanguage websites? === The goal is to create a webiste with circa 50 pages. Content will be static (no editing, no changes, what so ever) there will be pictures, paragraphs of text, unordered lists. And... three languages (probably more in the future). I want urls t...
4
10,129,422
04/12/2012 18:18:51
817,527
06/27/2011 14:05:26
398
3
Some questions on iOS development
I am about to build my first iPhone app. I have some general questions about the way things should work, and I hope someone could help me out with some information and where I should look. 1. Regarding Push notifications. I understand that the UUID is no more allowed in apple store, and should not be used in app...
iphone
ios
null
null
null
04/12/2012 18:56:46
not a real question
Some questions on iOS development === I am about to build my first iPhone app. I have some general questions about the way things should work, and I hope someone could help me out with some information and where I should look. 1. Regarding Push notifications. I understand that the UUID is no more allowed in app...
1
11,056,816
06/15/2012 19:12:11
1,382,231
05/08/2012 13:49:33
1
0
Dynamic Jquery attr() href
I have got a image slider. Each image has its own link. The slider is generate in PHP with a for loop. I would like to associate dynamically the image's link from the slider with a link elsewhere on my webpage. I made this in the php for loop : [code] $(document).ready(function() { $("#ProgrammeImm...
jquery
dynamic
for-loop
href
attr
06/22/2012 04:45:44
not a real question
Dynamic Jquery attr() href === I have got a image slider. Each image has its own link. The slider is generate in PHP with a for loop. I would like to associate dynamically the image's link from the slider with a link elsewhere on my webpage. I made this in the php for loop : [code] $(document).ready(functio...
1
3,797,117
09/26/2010 08:50:45
6,678
09/15/2008 12:28:52
801
47
How long does it take for GMail to unban an IP blocked for spam?
My site's SMTP had been exploited by spammers. Since then, all mail to GMail addresses is being bounced with the following message: 550-5.7.1 Our system has detected an unusual rate of 550-5.7.1 unsolicited mail originating from your IP address. To protect our 550-5.7.1 users from spam, mail sent fro...
smtp
gmail
spam
null
null
09/26/2010 08:52:27
off topic
How long does it take for GMail to unban an IP blocked for spam? === My site's SMTP had been exploited by spammers. Since then, all mail to GMail addresses is being bounced with the following message: 550-5.7.1 Our system has detected an unusual rate of 550-5.7.1 unsolicited mail originating from your IP ...
2
9,608,391
03/07/2012 20:14:40
451,885
09/19/2010 11:42:00
160
18
writing text file in pipline
i have multiple spider in a single scrapy project, what i need is i want to write a separate output text file for each spider with sipder name and time stamp. when i had single spider i was creating file in __init method but now i am trying like this, **upromise** will generate two output files while other will ...
python
web-crawler
scrapy
null
null
null
open
writing text file in pipline === i have multiple spider in a single scrapy project, what i need is i want to write a separate output text file for each spider with sipder name and time stamp. when i had single spider i was creating file in __init method but now i am trying like this, **upromise** will generate ...
0
312,922
11/23/2008 20:33:55
23,571
09/29/2008 19:02:10
1
0
Pressing Enter on TextBox in Silverlight
I am working on a silverlight app that you need to enter information into a textbox and then just hit enter. Well there is no onclick event, that I could find, so what I did was use the onkeypressup event and check if it was the enter key that was pressed if so do "blah". It just feels like there is a better way to...
silverlight
silverlight-2.0
c#
null
null
null
open
Pressing Enter on TextBox in Silverlight === I am working on a silverlight app that you need to enter information into a textbox and then just hit enter. Well there is no onclick event, that I could find, so what I did was use the onkeypressup event and check if it was the enter key that was pressed if so do "blah". ...
0
7,294,238
09/03/2011 16:10:27
573,082
12/29/2010 11:31:34
419
5
How to write simple parser for if and while statements?
I need to write a simple parser that will convert the tokens to parser tree. I've already wrote LexicalAnalyzer that returns the tokens. Now, I want to write rules for "if and while" statements(for the beginning), so I could pass this rules to parser and it will create a tree. So i need to write the parser in the wa...
c#
parsing
lexical-analysis
lexical-scanner
null
09/03/2011 16:31:08
not a real question
How to write simple parser for if and while statements? === I need to write a simple parser that will convert the tokens to parser tree. I've already wrote LexicalAnalyzer that returns the tokens. Now, I want to write rules for "if and while" statements(for the beginning), so I could pass this rules to parser and it...
1
10,543,622
05/10/2012 23:45:38
1,388,323
05/10/2012 23:39:30
1
0
Run program script bash
Hay guys i am running a dedicated server, i am running ammong other things a terraria server. for the program to run i have to keep a ssh connection open to the dedicated server this, this is not the best option because putty can freeze up a lot. so i want to be able to launch the program and put in the options for i...
bash
null
null
null
null
05/11/2012 09:54:22
not a real question
Run program script bash === Hay guys i am running a dedicated server, i am running ammong other things a terraria server. for the program to run i have to keep a ssh connection open to the dedicated server this, this is not the best option because putty can freeze up a lot. so i want to be able to launch the program...
1
7,625,142
10/02/2011 07:39:50
974,229
10/01/2011 07:05:05
1
0
how to use iPhone private framework
Can anyone help in using Private Frameworks in XCode 4.1 for ios 4.0 or later. <br> any link for download, article and tutorial will be useful. <br> Thanks,
iphone
ios
xcode
frameworks
private
10/14/2011 23:39:29
not constructive
how to use iPhone private framework === Can anyone help in using Private Frameworks in XCode 4.1 for ios 4.0 or later. <br> any link for download, article and tutorial will be useful. <br> Thanks,
4
7,102,577
08/18/2011 04:57:31
899,907
08/18/2011 04:50:58
1
1
Releated to jquery
I want to parse the data which in remote server using URL and this URL contains the xml file Please give me the sample code for this using jquery and in advance thank you
jquery-ui
null
null
null
null
08/19/2011 13:03:56
not a real question
Releated to jquery === I want to parse the data which in remote server using URL and this URL contains the xml file Please give me the sample code for this using jquery and in advance thank you
1
9,029,500
01/27/2012 05:54:40
1,150,119
01/15/2012 06:33:19
1
1
Android chat application
I'm am very new to android and learning it.I am creating android chat application using eclipse and i'm not getting "how to display chat messages of the sender and receiver on the screen. Which widget i must use to implement this".
java
android
eclipse
null
null
01/27/2012 06:34:18
not a real question
Android chat application === I'm am very new to android and learning it.I am creating android chat application using eclipse and i'm not getting "how to display chat messages of the sender and receiver on the screen. Which widget i must use to implement this".
1
7,549,816
09/26/2011 01:19:24
895,174
08/15/2011 15:24:25
191
2
push empty array as value of an array key
I need to push a new array as the value of a parent array key. this is my array. asd[ [hey], [hi] ] i would like to return. asd[ [hey]=>[], [hi] ] i do: var asd = new Array(); asd.push(hey); asd.push(hi); asd[hi].push(new Array()); ...
javascript
jquery
arrays
null
null
09/26/2011 04:42:00
not a real question
push empty array as value of an array key === I need to push a new array as the value of a parent array key. this is my array. asd[ [hey], [hi] ] i would like to return. asd[ [hey]=>[], [hi] ] i do: var asd = new Array(); asd.push(hey); asd.pu...
1
11,600,493
07/22/2012 13:00:50
807,089
06/20/2011 17:22:10
128
1
Is it possible to reset an Apple developer account?
I find Apple developer accounts extremely confusing. I got mine a few months ago and struggled with almost everything I tried to do. As a consequence, I ended up with a ton of unused certificates and app IDs and provisioning profiles, etc. Today, I decided that I wanted to start from a clean slate so I started deleting...
apple
account
null
null
null
07/23/2012 12:27:31
off topic
Is it possible to reset an Apple developer account? === I find Apple developer accounts extremely confusing. I got mine a few months ago and struggled with almost everything I tried to do. As a consequence, I ended up with a ton of unused certificates and app IDs and provisioning profiles, etc. Today, I decided that I...
2
113,195
09/22/2008 04:33:54
20,165
09/22/2008 02:12:28
1
0
What special 'trick' do you use to keep focus on your current task amoung the mass distractions of the net?
I find it quite challenging to keep myself focused continuously on the current task while continuously being distracted by some random email, chat, blog, rss feed... etc. Several time I think of unplugging my net connection and concentrate on the task at hand. It works, till I feel that I should search up something ...
self-improvement
null
null
null
null
03/01/2012 19:48:10
not constructive
What special 'trick' do you use to keep focus on your current task amoung the mass distractions of the net? === I find it quite challenging to keep myself focused continuously on the current task while continuously being distracted by some random email, chat, blog, rss feed... etc. Several time I think of unpluggin...
4
1,875,863
12/09/2009 18:32:29
79,439
03/18/2009 11:04:29
3,182
127
Should you include a much-requested feature that is fundamentally wrong?
In our main product, we've got a feature request that's been around for a couple of years now that's been requested quite a few times. It's technically easy to implement, the problem is that it will fundamentally change the concept of what the tool does, and will likely cause more bug reports as people mis-use the new ...
product-management
features
null
null
null
12/10/2009 16:59:26
off topic
Should you include a much-requested feature that is fundamentally wrong? === In our main product, we've got a feature request that's been around for a couple of years now that's been requested quite a few times. It's technically easy to implement, the problem is that it will fundamentally change the concept of what th...
2
6,069,658
05/20/2011 09:01:41
44,086
12/07/2008 12:27:01
2,590
109
Set an constructor-arg of type XmlElement from XML Spring.NET IoC config.
Imagine the following: class Foo { public Foo(XmlElement xml) { ... } } I want to instantiate this class using Spring.NET and XmlApplicationContext. The XML the XmlElement is generated from should be contained in the XmlApplicationContext configuration file so it can be edited easily. So it sh...
xml
inversion-of-control
spring.net
null
null
null
open
Set an constructor-arg of type XmlElement from XML Spring.NET IoC config. === Imagine the following: class Foo { public Foo(XmlElement xml) { ... } } I want to instantiate this class using Spring.NET and XmlApplicationContext. The XML the XmlElement is generated from should be contained in the X...
0
8,923,218
01/19/2012 08:47:07
688,596
04/02/2011 04:19:41
271
0
how to implement code for barcode and assigning details to textview?
hi all how to implement code for barcode after captured the barcode image? and how to assign the barcode details to the textview? help me to solve the problem in android
android
android-layout
null
null
null
01/19/2012 09:52:15
not a real question
how to implement code for barcode and assigning details to textview? === hi all how to implement code for barcode after captured the barcode image? and how to assign the barcode details to the textview? help me to solve the problem in android
1
5,135,841
02/27/2011 20:47:53
342,279
05/16/2010 08:28:06
155
4
syncronise simple html list with a drop down list in a form
i want to synchronise a simple html list, like the one below with a drop down list in a form <div id="navcontainer"> <ul id="navlist"> <li id="active"><a href="#" id="current">Item one</a></li> <li><a href="#">Item two</a></li> <li><a href="#">Item three</a></li> ...
javascript
jquery
html
list
select
null
open
syncronise simple html list with a drop down list in a form === i want to synchronise a simple html list, like the one below with a drop down list in a form <div id="navcontainer"> <ul id="navlist"> <li id="active"><a href="#" id="current">Item one</a></li> <li><a href="#">Item...
0
10,732,538
05/24/2012 06:51:58
1,414,299
05/24/2012 06:49:01
1
0
Visual Studio Standalone applications
I want to make a windows standalone application using a database using triggers and procedures. I want to install it in multiple machines ,so is it possible that I make only one installer and just run it on other machine and all the database configuration is done using the installer. Is it possible to run an applicat...
c#
visual-studio
null
null
null
05/24/2012 22:05:06
off topic
Visual Studio Standalone applications === I want to make a windows standalone application using a database using triggers and procedures. I want to install it in multiple machines ,so is it possible that I make only one installer and just run it on other machine and all the database configuration is done using the in...
2
5,497,210
03/31/2011 08:39:52
685,327
03/31/2011 08:22:29
1
0
Parsing JAVA Source Code
I am asked to develop a software which should be able to create Flow chart/ Control Flow of the input JAVA source code. So I started researching on it and arrived at following solutions: To create flow chart/control flow I have to recognize controlling statements and function calls made in the given source code No...
java
algorithm
parsing
compiler
logic
null
open
Parsing JAVA Source Code === I am asked to develop a software which should be able to create Flow chart/ Control Flow of the input JAVA source code. So I started researching on it and arrived at following solutions: To create flow chart/control flow I have to recognize controlling statements and function calls ma...
0
851,980
05/12/2009 09:41:46
82,865
03/25/2009 23:10:38
1,104
63
Linux Programming Book
<p>I'm looking for a good book on Linux system programming and wondered whether anybody could recommend an up-to-date appropriate book that covers the subject well. Things like:</p> <ul> <li>I/O and fileystems </li> <li>Thread and processes</li> <li>etc...</li> </ul> <p>Can anybody suggest an appropriate boo...
linux
development
operating-system
null
null
09/18/2011 13:47:04
not constructive
Linux Programming Book === <p>I'm looking for a good book on Linux system programming and wondered whether anybody could recommend an up-to-date appropriate book that covers the subject well. Things like:</p> <ul> <li>I/O and fileystems </li> <li>Thread and processes</li> <li>etc...</li> </ul> <p>Can anybod...
4
1,208,372
07/30/2009 18:19:20
22,996
09/27/2008 15:12:31
795
22
Where to learn right skills for selling software product/service?
Stackoverflow is really amazing. Last year when I joined the community was a little sceptical because there were already a lot of sites with similar content (although the concept wiki-forum is new to me) but it outpassed almost all (or just all) similar pages and the investment for the development in financial and tech...
non-technical
non-programming-related
business
null
null
02/09/2012 14:16:30
off topic
Where to learn right skills for selling software product/service? === Stackoverflow is really amazing. Last year when I joined the community was a little sceptical because there were already a lot of sites with similar content (although the concept wiki-forum is new to me) but it outpassed almost all (or just all) sim...
2
6,553,767
07/01/2011 22:23:23
331,000
05/02/2010 21:44:58
96
4
Javascript browser MMORPG
How do you think - is it possible to make (in HTML5 canvas) MMORPG game ? If yes - what technologies on server-side whould you use? How would you manage high loads?
html5
canvas
mmorpg
null
null
07/03/2011 12:43:26
not constructive
Javascript browser MMORPG === How do you think - is it possible to make (in HTML5 canvas) MMORPG game ? If yes - what technologies on server-side whould you use? How would you manage high loads?
4
7,455,241
09/17/2011 13:51:22
950,295
09/17/2011 13:46:05
1
0
MIPS and embedded systems
Why is MIPS usually used on embedded systems? Is it because most embedded systems use RISC? Why would they prefer RISC over CISC?
embedded
mips
null
null
null
09/17/2011 19:43:58
off topic
MIPS and embedded systems === Why is MIPS usually used on embedded systems? Is it because most embedded systems use RISC? Why would they prefer RISC over CISC?
2
9,032,826
01/27/2012 11:46:51
820,181
06/29/2011 00:23:14
12
2
Google Analytics: I'm tracking Like button clicks, but how can I track clicks on the Page link?
I use [ga_social_tracking.js][1] to track Likes done via the Facebook Fan Box (HTML5). That works fine, but I also want to track clicks on the link to the Page itself. I think many go to the Page and [i]then[/i] like the Page, instead of liking directly using the box... How can I achieve this? [1]: http://co...
facebook
analytics
facebook-social-plugins
null
null
null
open
Google Analytics: I'm tracking Like button clicks, but how can I track clicks on the Page link? === I use [ga_social_tracking.js][1] to track Likes done via the Facebook Fan Box (HTML5). That works fine, but I also want to track clicks on the link to the Page itself. I think many go to the Page and [i]then[/i] like...
0
8,441,425
12/09/2011 05:22:10
1,069,270
11/28/2011 11:56:55
1
0
PHP - Differences between those functions
what's the differences between : array_diff_assoc() & array_diff_uassoc() ? and how I benefit from using those functions (need an example) ?
php
arrays
null
null
null
06/07/2012 13:09:06
not constructive
PHP - Differences between those functions === what's the differences between : array_diff_assoc() & array_diff_uassoc() ? and how I benefit from using those functions (need an example) ?
4
5,905,762
05/06/2011 00:58:43
708,678
04/14/2011 20:00:45
37
0
php problem not sure what is wrong
I am learning PHP and copied this piece of code from the book. <?php require_once('bookmark_fns.php'); do_html_header(''); display_site_info(); display_login_form(); do_html_footer(); ?> I am running it in IE and I get The website cannot display the page message. I tried echo"hello"; and that worke...
php
null
null
null
null
null
open
php problem not sure what is wrong === I am learning PHP and copied this piece of code from the book. <?php require_once('bookmark_fns.php'); do_html_header(''); display_site_info(); display_login_form(); do_html_footer(); ?> I am running it in IE and I get The website cannot display the page messa...
0
5,205,507
03/05/2011 17:34:12
643,954
03/04/2011 01:30:41
3
0
Count only null values in two different columns and show in one select statement
I want to count just the null values in a specific column and all the null values in another specific column, however i want my result to have both of these results shown in one table. Here is what i have so far: Select Count(*) as 'Column1Count', Count(*) as 'Column2Count' from table1 Wh...
mysql
sql
database
select
count
null
open
Count only null values in two different columns and show in one select statement === I want to count just the null values in a specific column and all the null values in another specific column, however i want my result to have both of these results shown in one table. Here is what i have so far: Select Cou...
0
1,049,027
06/26/2009 13:07:08
82,062
03/24/2009 15:01:30
790
88
ASP.NET MVC, strongly typed views, partial view parameters glitch.
If i got view which inherits from: System.Web.Mvc.ViewPage<Foo> Where Foo has a property Bar with a type string And view wants to render strongly typed partial view which inherits from: System.Web.Mvc.ViewUserControl<string> like this: Html.RenderPartial("_Bar", Model.Bar);%> Then...
asp.net-mvc
foobar
parameters
null
strongly-typed-view
null
open
ASP.NET MVC, strongly typed views, partial view parameters glitch. === If i got view which inherits from: System.Web.Mvc.ViewPage<Foo> Where Foo has a property Bar with a type string And view wants to render strongly typed partial view which inherits from: System.Web.Mvc.ViewUserControl<string> ...
0
3,220,140
07/10/2010 17:23:19
167,586
09/03/2009 00:30:51
950
89
Allow specific number of NSWindow copies to be visible
I have a button in my application, when you click it it opens a new NSWindow. However, if you keep on clicking it it will open another NSWindow. How can I limit the number of visible windows?
cocoa
count
nswindow
null
null
null
open
Allow specific number of NSWindow copies to be visible === I have a button in my application, when you click it it opens a new NSWindow. However, if you keep on clicking it it will open another NSWindow. How can I limit the number of visible windows?
0
10,619,670
05/16/2012 13:32:22
799,622
06/15/2011 13:02:15
136
19
Send url in php mail
I send a mp3 file download url which was taken from database and mailed to an user in php. When the links are triggerd to users, - some links contain "!" marks and No hyperlink is generated. - In some of the links, download.php file is downloaded. Note: When i print the message sent to mail, all the li...
php
url
phpmailer
phpmail
null
null
open
Send url in php mail === I send a mp3 file download url which was taken from database and mailed to an user in php. When the links are triggerd to users, - some links contain "!" marks and No hyperlink is generated. - In some of the links, download.php file is downloaded. Note: When i print the messag...
0
7,221,500
08/28/2011 14:15:36
381,416
07/01/2010 18:46:42
26
2
iOS application crashes when trying to insert new row in UITableView
[self.tableView beginUpdates]; [self.tableView insertRowsAtIndexPaths:[NSArray arrayWithObject:[NSIndexPath indexPathForRow:0 inSection:0]] withRowAnimation:YES]; [self.tableView endUpdates]; This piece of code crashes my iOS application and returns the following error: **Invalid update: invalid num...
ios
uitableview
null
null
null
null
open
iOS application crashes when trying to insert new row in UITableView === [self.tableView beginUpdates]; [self.tableView insertRowsAtIndexPaths:[NSArray arrayWithObject:[NSIndexPath indexPathForRow:0 inSection:0]] withRowAnimation:YES]; [self.tableView endUpdates]; This piece of code crashes my iOS app...
0
11,669,942
07/26/2012 13:04:23
1,554,652
07/26/2012 12:25:42
1
0
Which Encryption is this source
can every one help me to say, how i can encrypt these code? <?php $GLOBALS['ʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯ'] = $_FILES; ?> <?php <?php require_once chr(65).chr(100).chr(109).chr(105).chr(110).chr(67).chr(111).chr(110).chr(116).chr(114).chr(111).chr(108).chr(108).chr(101).chr(114).chr(46)...
php
encryption
source
null
null
07/26/2012 13:06:25
not a real question
Which Encryption is this source === can every one help me to say, how i can encrypt these code? <?php $GLOBALS['ʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯʯ'] = $_FILES; ?> <?php <?php require_once chr(65).chr(100).chr(109).chr(105).chr(110).chr(67).chr(111).chr(110).chr(116).chr(114).chr(111).chr(10...
1
10,880,413
06/04/2012 11:21:18
1,434,995
06/04/2012 11:09:13
1
0
Decompiling exe
I have a sort of "homework", where I got executable program, which asks me for a password and returns a code. I managed to decompile it with Telerik's JustDecompile and the code that I got back worked exactly like the original program, but apparently there were ifs missing, that would help me figure out the password. ...
passwords
null
null
null
null
06/05/2012 10:11:59
too localized
Decompiling exe === I have a sort of "homework", where I got executable program, which asks me for a password and returns a code. I managed to decompile it with Telerik's JustDecompile and the code that I got back worked exactly like the original program, but apparently there were ifs missing, that would help me figur...
3
9,357,914
02/20/2012 08:08:47
1,167,572
01/24/2012 17:22:11
8
0
Sending Image in actionscript3
I want to send an image between two client/server in Adobe AIR, is there a way to do that, and if there is then how?
actionscript-3
null
null
null
null
null
open
Sending Image in actionscript3 === I want to send an image between two client/server in Adobe AIR, is there a way to do that, and if there is then how?
0
10,010,890
04/04/2012 12:15:58
419,425
08/13/2010 09:59:53
11
0
indexedDB vs WebSQL
While I was studying IndexedDB, I materialized my findings in a performance test between IndexeDB and Web SQL. From my test it seems that WebSQL is faster, although I find other results on the web. I have added this project to [github](https://github.com/scaljeri/indexeddb-vs-websql) If anybody would like to review my...
performance
web-sql
indexeddb
null
null
04/05/2012 12:33:31
not constructive
indexedDB vs WebSQL === While I was studying IndexedDB, I materialized my findings in a performance test between IndexeDB and Web SQL. From my test it seems that WebSQL is faster, although I find other results on the web. I have added this project to [github](https://github.com/scaljeri/indexeddb-vs-websql) If anybod...
4
6,841,813
07/27/2011 09:02:12
28,557
10/16/2008 12:34:05
2,000
107
Google are ‘closing’ Android ? - "Closed" Android
While having casual discussion with my colleague we came across the topic that **Android Market host many number of Crappy apps** by downloading which effects the Android User experience on there phones. My question is, does Google review the apps before putting it in to the Android Market? like how Apple does. If not,...
android
null
null
null
null
07/27/2011 09:23:20
off topic
Google are ‘closing’ Android ? - "Closed" Android === While having casual discussion with my colleague we came across the topic that **Android Market host many number of Crappy apps** by downloading which effects the Android User experience on there phones. My question is, does Google review the apps before putting it...
2
7,021,485
08/11/2011 06:03:12
753,377
05/14/2011 06:58:46
1,103
55
JBoss HornetQ: Set consumer-window-size for slow consumer
I want to set the `<consumer-window-size/>` to `0`. This seems to be the answer of another question ( http://stackoverflow.com/questions/7008664 ), and is described in this [article][1] in chapter 17.1.1 . I retrieve the connection factory using JNDI. My `hornetq-jms.xml` looks like this: <configuration xmlns="u...
java
jboss6.x
hornetq
null
null
null
open
JBoss HornetQ: Set consumer-window-size for slow consumer === I want to set the `<consumer-window-size/>` to `0`. This seems to be the answer of another question ( http://stackoverflow.com/questions/7008664 ), and is described in this [article][1] in chapter 17.1.1 . I retrieve the connection factory using JNDI. My `h...
0
7,484,628
09/20/2011 11:50:22
89,004
04/09/2009 09:35:07
620
34
Writing Visual Studio Add-Ins in C++
Would you consider it a reasonable idea to implement a Visual Studio 2010 add-in in C++ because it's the language you know best/that's normally used in-house/that gives you the full power to do even rare things? Today C++ seems quite unpopular in this area.
visual-studio
visual-studio-addins
null
null
null
11/26/2011 16:15:22
not constructive
Writing Visual Studio Add-Ins in C++ === Would you consider it a reasonable idea to implement a Visual Studio 2010 add-in in C++ because it's the language you know best/that's normally used in-house/that gives you the full power to do even rare things? Today C++ seems quite unpopular in this area.
4
7,448,589
09/16/2011 17:57:47
854,331
07/20/2011 16:04:12
345
17
C# Threading Task
Is there a way to Interupt a sleeping thread? If I have code similar to this. while(true){ if(DateTime.Now.Subtract(_lastExecuteTime).TotalHours > 1){ DoWork(); _lastExecuteTime = DateTime.Now(); continue; } Thread.Sleep(10000) //Sleep 10 seco...
c#
multithreading
null
null
null
null
open
C# Threading Task === Is there a way to Interupt a sleeping thread? If I have code similar to this. while(true){ if(DateTime.Now.Subtract(_lastExecuteTime).TotalHours > 1){ DoWork(); _lastExecuteTime = DateTime.Now(); continue; } Thread.Sleep...
0
9,858,481
03/25/2012 07:06:03
1,290,952
03/25/2012 06:55:17
1
0
Calling _printf in assembly loop, only outputting once
I'm learning assembly and I have a very basic loop here segment .data msg: db '%d',10,0 segment .text global _asm_main extern _printf _asm_main: push DWORD 5 ; Should loop 5 times call dump_stack add esp,4 ret dum...
assembly
null
null
null
null
null
open
Calling _printf in assembly loop, only outputting once === I'm learning assembly and I have a very basic loop here segment .data msg: db '%d',10,0 segment .text global _asm_main extern _printf _asm_main: push DWORD 5 ; Should loop 5 times cal...
0
10,515,028
05/09/2012 11:18:39
1,312,883
04/04/2012 12:50:05
1
0
Is there a plugin for this type of img link?
I was wordring what type of JQ plugins this is ? http://www.gravitatedesign.com/web-design-portfolio#filter=* If you click on the links at the top All Work Featured Work Design CMS Animation Branding Client List The images is animated around the site. How do you make this? ...
javascript
jquery
image
animation
jquery-plugins
05/10/2012 03:59:12
not constructive
Is there a plugin for this type of img link? === I was wordring what type of JQ plugins this is ? http://www.gravitatedesign.com/web-design-portfolio#filter=* If you click on the links at the top All Work Featured Work Design CMS Animation Branding Client List The images i...
4
7,858,764
10/22/2011 10:07:40
334,776
05/06/2010 19:26:08
149
2
How would I make a two tone gradient like this is CSS3?
How would I make a two tone gradient like this using only CSS3... ![enter image description here][1] [1]: http://i.stack.imgur.com/mekPB.png
css3
null
null
null
null
10/26/2011 14:07:49
not a real question
How would I make a two tone gradient like this is CSS3? === How would I make a two tone gradient like this using only CSS3... ![enter image description here][1] [1]: http://i.stack.imgur.com/mekPB.png
1
8,781,059
01/08/2012 20:35:57
597,292
01/31/2011 18:19:10
731
25
Why codeigniter2 doesn't store the csrf_hash in a more secure way, such as session?
Why generated CSRF protection token is not saved and used via SESSION like suggested [here](http://codeutopia.net/blog/2008/10/16/how-to-csrf-protect-all-your-forms/)? Currently in CI2, the CSRF protection mechanism (in Security class) is such: 1.generate a unique value for CSRF token in _csrf_set_hash() function: ...
php
security
codeigniter
csrf
codeigniter-2
null
open
Why codeigniter2 doesn't store the csrf_hash in a more secure way, such as session? === Why generated CSRF protection token is not saved and used via SESSION like suggested [here](http://codeutopia.net/blog/2008/10/16/how-to-csrf-protect-all-your-forms/)? Currently in CI2, the CSRF protection mechanism (in Security cl...
0
5,727,558
04/20/2011 08:31:43
709,783
04/15/2011 12:18:07
3
0
extjs-showing records in a grid from two different stores?
Hi i have a grid and i have two stores and i want to display both the store data in the same grid is there a way to do it...help please
extjs
null
null
null
null
null
open
extjs-showing records in a grid from two different stores? === Hi i have a grid and i have two stores and i want to display both the store data in the same grid is there a way to do it...help please
0
3,908,971
10/11/2010 18:35:50
195,699
10/24/2009 00:27:14
315
13
Adding "Featured Posts" to my blog...
I am trying to add a featured post feature to my Ruby on Rails Blog. So far I have added a `featured_post` column to my `post` table and it passes a `1` if the check box is selected and `0` if not. Now I am attempting to pull out these posts by doing the following: /views/posts/index.html.erb <% @featur...
ruby-on-rails
controller
blogs
null
null
null
open
Adding "Featured Posts" to my blog... === I am trying to add a featured post feature to my Ruby on Rails Blog. So far I have added a `featured_post` column to my `post` table and it passes a `1` if the check box is selected and `0` if not. Now I am attempting to pull out these posts by doing the following: /vie...
0
11,630,846
07/24/2012 12:26:25
1,439,245
06/06/2012 08:39:32
16
2
Dynamic Data Filter: Foreign key doent map to ForeignKey template
i have a 2 sqltable `EmpInf` with EmpId, EmpName, Salary and `Foreign key DeptNumber` and a 2nd table `Dept` with `primary key DeptNo` and `DeptName` i have a Dynamic Data Control : `Data Manager`, `Linqtosql` and a gridview, such as <asp:DynamicDataManager ID="DynamicDataManager1" runat="server" > <Dat...
visual-studio-2010
sql-server-2008
asp.net-4.0
dynamic-data
asp.net-4.5
null
open
Dynamic Data Filter: Foreign key doent map to ForeignKey template === i have a 2 sqltable `EmpInf` with EmpId, EmpName, Salary and `Foreign key DeptNumber` and a 2nd table `Dept` with `primary key DeptNo` and `DeptName` i have a Dynamic Data Control : `Data Manager`, `Linqtosql` and a gridview, such as <asp...
0
245,721
10/29/2008 03:38:56
32,265
10/29/2008 03:31:03
1
0
What will it take to add Objective-C support to the .NET common language runtime?
Is it possible for the .NET CLR to support Objective-C? Are there any reasons (either from a legal or implementational) standpoint why this wouldn't be possible? In the spirit of cross-platform application development, it would be nice to be able to write and run Objective-c applications on Windows machines. At leas...
objectivec
clr
.net
null
null
null
open
What will it take to add Objective-C support to the .NET common language runtime? === Is it possible for the .NET CLR to support Objective-C? Are there any reasons (either from a legal or implementational) standpoint why this wouldn't be possible? In the spirit of cross-platform application development, it would be...
0
11,628,332
07/24/2012 09:52:13
1,298,587
03/28/2012 15:24:34
4
0
First response time of ticket from OTRS?
How to write a MYSQL query to retrieve first response time of ticket from OTRS ?
php
otrs
null
null
null
07/24/2012 09:59:56
not a real question
First response time of ticket from OTRS? === How to write a MYSQL query to retrieve first response time of ticket from OTRS ?
1
1,722,137
11/12/2009 13:21:31
16,853
09/17/2008 21:33:16
11,796
342
scala 2.8 collections design tutorial
Following on from [my breathless confusion][1], what are some good resources which explain how the new scala **2.8** collections library has been structured. I'm interested to find some information on how the following fit together: - The collection classes/traits themselves (e.g. `List`, `Iterable`) - Why the *L...
scala
scala-2.8
collections
tutorials
null
06/14/2012 16:48:27
not constructive
scala 2.8 collections design tutorial === Following on from [my breathless confusion][1], what are some good resources which explain how the new scala **2.8** collections library has been structured. I'm interested to find some information on how the following fit together: - The collection classes/traits themselv...
4
10,206,012
04/18/2012 08:53:52
879,063
08/04/2011 16:36:34
121
20
csv files broken
/* generate csv content */ while($res = mysql_fetch_assoc($query)) { /* If two or more columns of the result have the same field names, the last column will take precedence. */ for($i=0; $i<mysql_num_fields($query);$i++) { $data = $res[mysql_field_name($query,$i...
php
excel
csv
null
null
null
open
csv files broken === /* generate csv content */ while($res = mysql_fetch_assoc($query)) { /* If two or more columns of the result have the same field names, the last column will take precedence. */ for($i=0; $i<mysql_num_fields($query);$i++) { $data = $res[mysq...
0
57,576
09/11/2008 20:43:18
5,008
09/07/2008 10:42:10
101
11
Secure-Wave and click once applications
I have users who are using "secure-wave" security. Evidently it is some sort of white-listing application monitor. With my click-once application, the name of the folders that are used are runtime generated, so the administrators are not able to properly whitelist the application and its files. Any suggestions...
click-once
secure-wave
null
null
null
null
open
Secure-Wave and click once applications === I have users who are using "secure-wave" security. Evidently it is some sort of white-listing application monitor. With my click-once application, the name of the folders that are used are runtime generated, so the administrators are not able to properly whitelist the ...
0
7,550,692
09/26/2011 04:34:53
554,865
12/27/2010 10:13:05
118
2
Instant messaging in iPhone app
I have to integrate IM in my app can anyone tell me what is the best way to so that. I am very much unknown to IM . Please help. Please provide any tutorials if possible.
iphone
instant-messaging
null
null
null
09/26/2011 04:41:56
not a real question
Instant messaging in iPhone app === I have to integrate IM in my app can anyone tell me what is the best way to so that. I am very much unknown to IM . Please help. Please provide any tutorials if possible.
1
3,806,910
09/27/2010 18:59:41
171,546
09/10/2009 16:13:36
784
8
Are you able to close your eyes and focus/think just on your code?
I have some colleagues at work, they arrive at the morning, switch off email, phone, close the door, etc. Then they close their eyes and during 30 minutes try to focus on their programming (C++, C, etc) and remember what they did yesterday. Then and somehow the process or imagine the code on they mind, with closed eyes...
design
focus
metaprogramming
concentration
null
09/27/2010 19:02:28
off topic
Are you able to close your eyes and focus/think just on your code? === I have some colleagues at work, they arrive at the morning, switch off email, phone, close the door, etc. Then they close their eyes and during 30 minutes try to focus on their programming (C++, C, etc) and remember what they did yesterday. Then an...
2
10,741,432
05/24/2012 16:20:34
1,263,473
03/12/2012 07:00:29
3
1
Status of Eclipse 4.2 M7
On the [download page for Eclipse 4.2M7][1] the status is an ominous 'red cross' icon, which I presume it to mean that it's not passing unit and/or integration tests (rigth? there's no explanation anywhere that I can see - but it was a nice green 'tick' when I downloaded M6) I also cannot find any updates anywhere g...
java
eclipse
null
null
null
05/24/2012 22:06:01
too localized
Status of Eclipse 4.2 M7 === On the [download page for Eclipse 4.2M7][1] the status is an ominous 'red cross' icon, which I presume it to mean that it's not passing unit and/or integration tests (rigth? there's no explanation anywhere that I can see - but it was a nice green 'tick' when I downloaded M6) I also cann...
3
8,830,044
01/12/2012 04:15:52
1,091,608
12/10/2011 19:52:59
63
2
Get query resultset into 2d String array
after executing a query in Java, say I got the result set like allan murphy 20 10 kenny rogers 12 22 marry watson 34 5 I want this whole result set into a variable so that I can return the variable and use it in other calling functions. I want to get the whole resultset into a 2D String array, so t...
java
string
query
resultset
null
null
open
Get query resultset into 2d String array === after executing a query in Java, say I got the result set like allan murphy 20 10 kenny rogers 12 22 marry watson 34 5 I want this whole result set into a variable so that I can return the variable and use it in other calling functions. I want to get th...
0
7,319,897
09/06/2011 12:26:24
846,130
07/15/2011 09:10:04
14
0
How to downolad images from server in android?
I want to download more than two images download from server at the time,How to implement this.. Thanks Friends.
android
null
null
null
null
09/06/2011 12:45:03
not a real question
How to downolad images from server in android? === I want to download more than two images download from server at the time,How to implement this.. Thanks Friends.
1
11,374,670
07/07/2012 11:38:35
1,386,328
05/10/2012 06:39:37
7
0
compress binary data in sql server
I am **storing images** in my database(Sql Server 2008) **in binary formate**. Table's Field datatype is image. Right now i'm having rows above than millions in that table. Now i want to **compress that binary data.** I have searched some solutions but they are on form levels means i have to write code in C# or...
sql
sql-server
sql-server-2008
null
null
07/08/2012 19:56:23
not a real question
compress binary data in sql server === I am **storing images** in my database(Sql Server 2008) **in binary formate**. Table's Field datatype is image. Right now i'm having rows above than millions in that table. Now i want to **compress that binary data.** I have searched some solutions but they are on form le...
1
2,512,598
03/25/2010 01:30:38
265,742
02/03/2010 22:50:04
10
0
Maths Question: number of different permutations
This is more of a maths question than programming but I figure a lot of people here are pretty good at maths! :) My question is: Given a 9 x 9 grid (81 cells) that must contain the numbers 1 to 9 each exactly 9 times, how many different grids can be produced. The order of the numbers doesn't matter, for example the ...
math
permutation
null
null
null
null
open
Maths Question: number of different permutations === This is more of a maths question than programming but I figure a lot of people here are pretty good at maths! :) My question is: Given a 9 x 9 grid (81 cells) that must contain the numbers 1 to 9 each exactly 9 times, how many different grids can be produced. The...
0
5,666,081
04/14/2011 16:01:21
201,231
11/02/2009 21:28:43
347
2
jQuery cycle plugin
So i found a little bug that seems to be valid, but i cant figure out how to correct it. It seems as though the jQuery cycle is counting the h2 and the p tags as child elements of .slideshow, and creating a link in the mininav that is generated... so instead of just 2 child elements .slide, it is displaying 4?? both...
jquery
cycle
null
null
null
null
open
jQuery cycle plugin === So i found a little bug that seems to be valid, but i cant figure out how to correct it. It seems as though the jQuery cycle is counting the h2 and the p tags as child elements of .slideshow, and creating a link in the mininav that is generated... so instead of just 2 child elements .slide, ...
0
1,273,360
08/13/2009 17:13:37
159,072
06/02/2009 18:25:22
429
4
Need a Suggestion
I am working as a C# programmer for almost 1 year and still I need to go a long way I think. Recently I have applied for a scholarship. My supervisor Professor Mr. X has told me that he can offer me a scholarship if I can work in a specific graphics library written in C++ (i.e. I have to eventually migrate to the lan...
wiki
null
null
null
null
01/26/2012 13:08:59
not constructive
Need a Suggestion === I am working as a C# programmer for almost 1 year and still I need to go a long way I think. Recently I have applied for a scholarship. My supervisor Professor Mr. X has told me that he can offer me a scholarship if I can work in a specific graphics library written in C++ (i.e. I have to eventu...
4
11,662,316
07/26/2012 04:24:40
1,544,948
07/23/2012 04:43:09
9
0
How can i have an option (as text/image) on right click in tridion
How can i get a option (as text/image) on right click in tridion at the HomePage level,Page view. Very similar to a button in ribbon, how can i have it as an option on Right click (as text/image) so that on selection, i will have my own functionality. Could anyone help me.
tridion
tridion-2011
null
null
null
null
open
How can i have an option (as text/image) on right click in tridion === How can i get a option (as text/image) on right click in tridion at the HomePage level,Page view. Very similar to a button in ribbon, how can i have it as an option on Right click (as text/image) so that on selection, i will have my own function...
0
4,787,103
01/24/2011 20:59:43
406,790
07/30/2010 13:59:35
268
32
Creating a generic function that accepts multiple parameter types
I'm writing an Android app that makes heavy use of web services. I'd like to write a method to add headers to my Http objects (HttpGet, HttpPost, HttpPut, HttpDelete). I'd like to write 1 method and not 4, since the headers for all will always be the same. I believe all 4 extend HttpRequestBase. Would the bes...
java
http
null
null
null
null
open
Creating a generic function that accepts multiple parameter types === I'm writing an Android app that makes heavy use of web services. I'd like to write a method to add headers to my Http objects (HttpGet, HttpPost, HttpPut, HttpDelete). I'd like to write 1 method and not 4, since the headers for all will always...
0
4,067,180
11/01/2010 07:14:16
74,314
03/05/2009 16:17:05
7,344
496
collect value only from the text input that have been changed
I have a html page that show a lot of data rows, in every row i have input text with different value, the user can edit this text input and then press a button to do some calculate action. How can I collect with javascript(Juery) only this values that have been changed, and send them to php script. I search a simple...
jquery
forms
textinput
null
null
null
open
collect value only from the text input that have been changed === I have a html page that show a lot of data rows, in every row i have input text with different value, the user can edit this text input and then press a button to do some calculate action. How can I collect with javascript(Juery) only this values tha...
0
10,607,847
05/15/2012 19:54:40
340,947
05/14/2010 05:16:31
1,658
36
How does inline Javascript (in HTML) work?
I know this is bad practice. Don't write code like this if at all possible. Of course, we'll always find ourselves in situations where a clever snippet of inline Javascript can address an issue quickly. I am pursuing this query in the interest of fully understanding what happens (and the potential pitfalls) whe...
javascript
html
html5
null
null
null
open
How does inline Javascript (in HTML) work? === I know this is bad practice. Don't write code like this if at all possible. Of course, we'll always find ourselves in situations where a clever snippet of inline Javascript can address an issue quickly. I am pursuing this query in the interest of fully understandi...
0
9,890,314
03/27/2012 13:18:07
860,581
07/24/2011 20:19:11
24
0
Calculating the angle on a bouncing back ball
I have been working on a game and having some problem with the bouncing effect. I have searched on internet for different resources but have not find the correct way of doing it. I wonder if there is some way to calculate the degrees or the angle that the ball will bounce back after hitting a wall. Exampel, the ...
android
game-physics
sin
cos
null
null
open
Calculating the angle on a bouncing back ball === I have been working on a game and having some problem with the bouncing effect. I have searched on internet for different resources but have not find the correct way of doing it. I wonder if there is some way to calculate the degrees or the angle that the ball will ...
0
11,470,981
07/13/2012 12:57:05
1,191,127
02/05/2012 20:47:49
37
4
C program for display assembly in binary files
i'm trying to display the assembly instructions in a binary files but how can i do? how can i know if an argument of MOV ( for example ) is a pointer or a number ? this is for educational purposes, i known that there is GDB and othrer tools. thanks in advance!
c
assembly
null
null
null
null
open
C program for display assembly in binary files === i'm trying to display the assembly instructions in a binary files but how can i do? how can i know if an argument of MOV ( for example ) is a pointer or a number ? this is for educational purposes, i known that there is GDB and othrer tools. thanks in advan...
0
2,811,667
05/11/2010 14:45:52
338,382
05/11/2010 14:40:48
1
0
Apple Push Notification Service.
I am attempting to follow the instructions on this page: http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html#//apple_ref/doc/uid/TP40008194-CH104-SW4 To write a Java based test server that will push a payl...
iphone
provisioning
certificates
adc
null
null
open
Apple Push Notification Service. === I am attempting to follow the instructions on this page: http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html#//apple_ref/doc/uid/TP40008194-CH104-SW4 To write a Java b...
0
596,170
02/27/2009 19:09:35
65,868
02/13/2009 02:38:36
1,986
100
Suitable environment for a 7 year old
My 7 year old would like to learn how to program (his idea not mine, and he does things in the outside world so I am not too worried from that point of view). The other day we sat down and wrote a very simple number guessing game (you pick 8 and it is correct, anything else it is wrong). It went OK but there were...
children
logo
turtle-graphics
null
null
03/02/2012 17:28:08
not constructive
Suitable environment for a 7 year old === My 7 year old would like to learn how to program (his idea not mine, and he does things in the outside world so I am not too worried from that point of view). The other day we sat down and wrote a very simple number guessing game (you pick 8 and it is correct, anything else i...
4
4,345,789
12/03/2010 13:06:21
418,507
08/12/2010 14:15:38
66
0
How to add null-character to string in Perl ?
I want to create string in perl with length, for example 7, but "visible" contents, for example "a". my $test = ...; print $test result: "a" print length($test) result: 7
perl
null
null
null
null
null
open
How to add null-character to string in Perl ? === I want to create string in perl with length, for example 7, but "visible" contents, for example "a". my $test = ...; print $test result: "a" print length($test) result: 7
0
8,977,238
01/23/2012 19:12:39
1,165,606
01/23/2012 19:01:39
1
0
How do I fix this error? "InvalidCastException was unhandled"
I'm in an intro level programming class and I have to make a grade calculator. There are 2 homework grades, 2 quiz grades, and one final grade. Homeworks are worth 25%, quizzes are worth 35%, and the final is worth 40%. I want to be able to enter the students grades and name and when I click the 'Calculate' button, ...
c#
null
null
null
null
null
open
How do I fix this error? "InvalidCastException was unhandled" === I'm in an intro level programming class and I have to make a grade calculator. There are 2 homework grades, 2 quiz grades, and one final grade. Homeworks are worth 25%, quizzes are worth 35%, and the final is worth 40%. I want to be able to enter the...
0
8,347,145
12/01/2011 19:29:31
986,275
10/09/2011 10:42:56
6
0
Anyone can give me a working sample of JSF2.0+richfaces4.0?
Anyone can give me a working sample of JSF2.0 + richfaces4.0 ? I just upgrade from JSF1.2 + richfaces3.3 and lots of problems , the major problem is the &lt;a4j:commandButton action="#{bean.method}" /> seems not working, the page just flash once and the method is not actually called. I have been investigating this ...
jsf
jsf-2.0
richfaces
null
null
12/07/2011 01:32:56
not a real question
Anyone can give me a working sample of JSF2.0+richfaces4.0? === Anyone can give me a working sample of JSF2.0 + richfaces4.0 ? I just upgrade from JSF1.2 + richfaces3.3 and lots of problems , the major problem is the &lt;a4j:commandButton action="#{bean.method}" /> seems not working, the page just flash once and t...
1
6,227,031
06/03/2011 12:21:13
779,472
06/01/2011 13:23:41
1
0
Using XML-RPC Web Service in Android
I want to use "XML-RPC Web Service" in my application Android. Help me. Thanks
android
null
null
null
null
06/03/2011 13:42:12
not a real question
Using XML-RPC Web Service in Android === I want to use "XML-RPC Web Service" in my application Android. Help me. Thanks
1
10,155,678
04/14/2012 17:22:13
947,301
09/15/2011 16:50:42
369
0
create 10000 files with size 4k by using bash?
I want to do this. Create 10000 files, (filename can be just combination of time and random number). File size should be 4k. And I want to time this. say how many seconds it will take. How can I do this on bash? Thank you.
bash
null
null
null
null
04/15/2012 00:26:33
not a real question
create 10000 files with size 4k by using bash? === I want to do this. Create 10000 files, (filename can be just combination of time and random number). File size should be 4k. And I want to time this. say how many seconds it will take. How can I do this on bash? Thank you.
1
4,027,604
10/26/2010 20:15:38
140,592
07/18/2009 09:05:38
504
25
C->C++ Automatically cast void pointer into Type pointer in C++ in #define in case of type is not given (C-style) [MSVS]
**Hi!** I've used the following **C** macro, But in **C++** it can't automatically cast `void*` to `type*`. #define MALLOC_SAFE(var, size) { \ var = malloc(size); \ if (!var) goto error; \ } I know, I can do something like this: #define MALLOC_SAFE_CPP(var, type, size) { \ ...
c++
c
visual-c++
casting
void-pointers
null
open
C->C++ Automatically cast void pointer into Type pointer in C++ in #define in case of type is not given (C-style) [MSVS] === **Hi!** I've used the following **C** macro, But in **C++** it can't automatically cast `void*` to `type*`. #define MALLOC_SAFE(var, size) { \ var = malloc(size); \ i...
0
6,070,362
05/20/2011 10:08:37
137,001
07/12/2009 11:34:56
152
15
Is it possible to keep NDbUnit test data in separate XML files?
I'm looking at using NDbUnit to help with the unit testing of an application. As the question title states, I'm wondering if it is possible to keep NDbUnit test data in separate XML files. I have noticed already that my single test data XML file is quite big and could start to become unmanageable when I add a few more ...
ndbunit
null
null
null
null
null
open
Is it possible to keep NDbUnit test data in separate XML files? === I'm looking at using NDbUnit to help with the unit testing of an application. As the question title states, I'm wondering if it is possible to keep NDbUnit test data in separate XML files. I have noticed already that my single test data XML file is qu...
0
4,238,341
11/21/2010 14:28:24
168,034
09/03/2009 17:13:52
1,013
47
What is the reason for the weird syntax of the "case" statement in a bash/zsh script?
Looking from a programmer's point of view then shell script is just another programming language, where one has to learn and conform to the rules of the language. However, I have to admit that this syntax is the weirdest style I have ever seen in a rather commonly used language. Did the shell take this syntax from an o...
bash
shell
case
zsh
null
null
open
What is the reason for the weird syntax of the "case" statement in a bash/zsh script? === Looking from a programmer's point of view then shell script is just another programming language, where one has to learn and conform to the rules of the language. However, I have to admit that this syntax is the weirdest style I ...
0
4,778,729
01/24/2011 04:44:30
586,999
01/24/2011 04:39:33
1
1
Inserting values to a database
may i ask? i also have a problem... given my dropdown list, i could not insert the data in my database. in my model, i have something like this: enter code here function get_sections_dropdown() { $this->db->from('course'); $this->db->order_by('sec_code'); $result = $this->db->get(); $re...
codeigniter
insert-update
null
null
null
03/04/2011 05:40:01
too localized
Inserting values to a database === may i ask? i also have a problem... given my dropdown list, i could not insert the data in my database. in my model, i have something like this: enter code here function get_sections_dropdown() { $this->db->from('course'); $this->db->order_by('sec_code'); $...
3
7,305,718
09/05/2011 08:47:29
917,367
08/29/2011 07:28:55
5
0
How to print the first character of a table element?
Supose you have the following table: mytable = {"firstelement", "secondelement", "thirdelement" } print (mytable [1]) ==> firstelement How do i make it print only the "f" from the "firstelement" ??
table
printing
lua
element
null
null
open
How to print the first character of a table element? === Supose you have the following table: mytable = {"firstelement", "secondelement", "thirdelement" } print (mytable [1]) ==> firstelement How do i make it print only the "f" from the "firstelement" ??
0
11,570,879
07/19/2012 23:40:35
858,040
07/22/2011 13:46:39
69
12
Simple and intuitive way to make visual query
This question is for UX/UI/GUI... Is there a simple and visual way to make querys?? im looking for a simple and intuitive way... I suppose that the user wish select all fields of a table, but i don't find the way to make simple the filters for this. my boss don't wish a classic query builder, example http://tinypic.com...
sql
gui
user-interface
user-experience
null
07/20/2012 14:48:21
not a real question
Simple and intuitive way to make visual query === This question is for UX/UI/GUI... Is there a simple and visual way to make querys?? im looking for a simple and intuitive way... I suppose that the user wish select all fields of a table, but i don't find the way to make simple the filters for this. my boss don't wish ...
1
9,022,921
01/26/2012 18:00:19
764,446
05/22/2011 02:48:39
273
0
GWT:how to change row color in GWT Celltable
i have a celltable in GWT, I can change color of a specific column by this celltable.addColumnStyleName(4, "bluetext"); but how can i change for example color of row No 3 Thanks
gwt
null
null
null
null
null
open
GWT:how to change row color in GWT Celltable === i have a celltable in GWT, I can change color of a specific column by this celltable.addColumnStyleName(4, "bluetext"); but how can i change for example color of row No 3 Thanks
0