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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6,338,711 | 06/14/2011 03:17:05 | 732,749 | 04/30/2011 20:52:47 | 1 | 0 | custom interface cocoa xcode 4 | how can i create custom interfaces in xcode 4? i've seen programs like Kaleidoscope (http://designshack.co.uk/images/designs/kaleidoscope-for-mac.jpg) using custom controls or something not available for drag and drop on xode.
any help? thanks | xcode | cocoa | interface | interface-builder | null | 06/14/2011 06:38:51 | not a real question | custom interface cocoa xcode 4
===
how can i create custom interfaces in xcode 4? i've seen programs like Kaleidoscope (http://designshack.co.uk/images/designs/kaleidoscope-for-mac.jpg) using custom controls or something not available for drag and drop on xode.
any help? thanks | 1 |
744,966 | 04/13/2009 18:52:21 | 21,209 | 09/23/2008 16:03:51 | 367 | 23 | ANy open source C# OCR library? | I couldn't get anything out of google, so I ask: Do you know some free open source C# OCR library? | c# | ocr | free | null | null | 06/05/2012 23:16:18 | not constructive | ANy open source C# OCR library?
===
I couldn't get anything out of google, so I ask: Do you know some free open source C# OCR library? | 4 |
3,827,104 | 09/30/2010 01:29:32 | 303,911 | 03/29/2010 03:14:32 | 3,928 | 190 | How to send commands to telnet and leave session open | I have to connect to a remote server via telnet and want to send file input there.
This is a processor emulator (MCF68k), so I can't just scp the file to the server and run from there.
I can send input like this:
`telnet host.name < input.file`
Which will successfully transmit the data to the server and run... | unix | pipes | telnet | null | null | 10/01/2010 10:16:56 | off topic | How to send commands to telnet and leave session open
===
I have to connect to a remote server via telnet and want to send file input there.
This is a processor emulator (MCF68k), so I can't just scp the file to the server and run from there.
I can send input like this:
`telnet host.name < input.file`
Whic... | 2 |
3,171,099 | 07/03/2010 09:54:38 | 87,154 | 04/04/2009 19:51:53 | 90 | 2 | SQL how to count all rows up to a max value | I am having trouble counting the number of rows until it reaches a certain PK.
My PK is called id and I want to count all rows until i reach a specified id
I have tried using this query but it doesn't work probably becuase I am using a MySQL table
select max(count(*)) from news where id=18 group by id
I... | mysql | count | max | null | null | null | open | SQL how to count all rows up to a max value
===
I am having trouble counting the number of rows until it reaches a certain PK.
My PK is called id and I want to count all rows until i reach a specified id
I have tried using this query but it doesn't work probably becuase I am using a MySQL table
select max... | 0 |
9,527,945 | 03/02/2012 04:23:30 | 983,438 | 10/07/2011 05:48:59 | 166 | 1 | Find largest image | I am using the following to find the image within `.content` and apply it's width to the `.project` parent width.
$('.content').find('img').each(function () {
var $this = $(this), width = $this.width();
{
$(this).closest('.project').css("width", width);
... | jquery | image | width | null | null | null | open | Find largest image
===
I am using the following to find the image within `.content` and apply it's width to the `.project` parent width.
$('.content').find('img').each(function () {
var $this = $(this), width = $this.width();
{
$(this).closest('.project'... | 0 |
6,678,187 | 07/13/2011 11:33:22 | 842,585 | 07/13/2011 11:33:22 | 1 | 0 | Camera orientation problem....android!!!!!.......urgent!!!!! | Android Camera Code problem....urgent!!!!!
Helllo frnds.I am creating android application which uses camera code.I have used android-API 2.1 . I have installed my application on dell mobile and the orientation of camera is correct.However, i installed my application in other android mobiles like samsung galaxy s2 etc... | android | camera | orientation | null | null | 07/17/2011 08:18:43 | not a real question | Camera orientation problem....android!!!!!.......urgent!!!!!
===
Android Camera Code problem....urgent!!!!!
Helllo frnds.I am creating android application which uses camera code.I have used android-API 2.1 . I have installed my application on dell mobile and the orientation of camera is correct.However, i installed ... | 1 |
9,169,497 | 02/07/2012 00:36:27 | 679,475 | 03/28/2011 00:13:13 | 127 | 9 | Handles Me.Closing e.Cancel Is Failing With NotifyIcon | My program prompts the user to save info upon exit. If Yes is clicked > Program closes. If Cancel is clicked > Program stays open.
This is an example:
Private Sub Form_Close(ByVal sender As System.Object, ByVal e As FormClosingEventArgs) Handles Me.Closing
e.Cancel = (MessageBox.Show("Are You Sur... | c# | vb.net | visual-studio-2010 | forms | notifyicon | 02/07/2012 13:54:32 | too localized | Handles Me.Closing e.Cancel Is Failing With NotifyIcon
===
My program prompts the user to save info upon exit. If Yes is clicked > Program closes. If Cancel is clicked > Program stays open.
This is an example:
Private Sub Form_Close(ByVal sender As System.Object, ByVal e As FormClosingEventArgs) Handles Me.C... | 3 |
1,634,241 | 10/27/2009 23:18:51 | 114,865 | 05/30/2009 18:19:38 | 236 | 15 | htaccess rewrite rule doesn't work with dashes? | my htaccess rule isn't working with rewrite with dashes in:
RewriteRule ^([A-Za-z]+)$ index.php?do=$1 [QSA]
so, www.domain.com/rules works, however, www.domain.com/about-us doesn't
I've verified that www.domain.com/index.php?do=about-us works so it's definately a rewrite issue.
Thanks. | url-rewriting | null | null | null | null | null | open | htaccess rewrite rule doesn't work with dashes?
===
my htaccess rule isn't working with rewrite with dashes in:
RewriteRule ^([A-Za-z]+)$ index.php?do=$1 [QSA]
so, www.domain.com/rules works, however, www.domain.com/about-us doesn't
I've verified that www.domain.com/index.php?do=about-us works so it's def... | 0 |
5,000,608 | 02/15/2011 06:38:58 | 272,398 | 02/13/2010 13:16:01 | 332 | 4 | Setting up bundler behind proxy - Installation and Detiction Issue related to Ruby Gems | I am trying to set up Diaspora on my machine. I am using the following installation URL:
https://github.com/diaspora/diaspora/wiki/Installing-and-Running-Diaspora
I am trying to get the bundle install command to work for me behind a proxy( I am currently at work, thus behind a proxy ).
I have manually installed... | ruby-on-rails | rubygems | bundle | null | null | null | open | Setting up bundler behind proxy - Installation and Detiction Issue related to Ruby Gems
===
I am trying to set up Diaspora on my machine. I am using the following installation URL:
https://github.com/diaspora/diaspora/wiki/Installing-and-Running-Diaspora
I am trying to get the bundle install command to work for me... | 0 |
10,858,475 | 06/01/2012 23:17:25 | 331,884 | 05/03/2010 23:23:04 | 312 | 6 | knockoutjs template jquery autocomplete - how to populate inputs on autocomplete select? | I want to populate multiple inputs inside a template after select of an autocomplete item. I'm following http://jsfiddle.net/rniemeyer/MJQ6g/ but not sure how to apply this to multiple inputs.
Model:
<script>
var ContactModel = function (contactsInfo) {
var self = this;
... | jquery-ui | knockout.js | null | null | null | null | open | knockoutjs template jquery autocomplete - how to populate inputs on autocomplete select?
===
I want to populate multiple inputs inside a template after select of an autocomplete item. I'm following http://jsfiddle.net/rniemeyer/MJQ6g/ but not sure how to apply this to multiple inputs.
Model:
<script>
... | 0 |
8,385,768 | 12/05/2011 13:05:43 | 223,367 | 12/02/2009 23:52:01 | 3,551 | 18 | Why is the first vhost overwritting the other | I am setting up my vhost for the mac osx snow leopard and all looks great except this....Here are my two virtual hosts
<VirtualHost *:80>
ServerAdmin something@gmail.com
ServerName localhost
# ServerAlias
DocumentRoot /Users/matt/Sites
ErrorLog /var/log/apache2/error_log
<D... | osx | apache | httpd | httpd.conf | vhosts | 12/06/2011 12:21:39 | off topic | Why is the first vhost overwritting the other
===
I am setting up my vhost for the mac osx snow leopard and all looks great except this....Here are my two virtual hosts
<VirtualHost *:80>
ServerAdmin something@gmail.com
ServerName localhost
# ServerAlias
DocumentRoot /Users/matt/Sites
... | 2 |
4,598,296 | 01/04/2011 20:52:57 | 360,675 | 06/07/2010 17:39:03 | 8 | 0 | HL7 Interface Engine Recommendations | I am doing some consulting work for a small pharmacy services provider that needs a HL7 interface engine setup for it to provide interfacing to products that run on the LAMP stack.
More specifically what I am looking for is a HL7 engine that runs on *NIX and can insert data from a HL7 v2.X message into a MySQL datab... | hl7 | mirth | healthcare | null | null | 12/13/2011 10:14:06 | not constructive | HL7 Interface Engine Recommendations
===
I am doing some consulting work for a small pharmacy services provider that needs a HL7 interface engine setup for it to provide interfacing to products that run on the LAMP stack.
More specifically what I am looking for is a HL7 engine that runs on *NIX and can insert data ... | 4 |
2,071,595 | 01/15/2010 13:03:54 | 1,458,933 | 10/24/2008 13:34:24 | 235 | 7 | Generate a row in an aggregation query for a date with no results against it. | I'm sorry if the title question isn't very clear but i don't think i can expalain my problem in a single sentance.
I have a table with a number of different types of events in it all recorded against a date.
I'm querying the table and grouping based on a subset of the date (month and year).
SELECT DATENAME... | sql | sql-server | null | null | null | null | open | Generate a row in an aggregation query for a date with no results against it.
===
I'm sorry if the title question isn't very clear but i don't think i can expalain my problem in a single sentance.
I have a table with a number of different types of events in it all recorded against a date.
I'm querying the table ... | 0 |
11,404,837 | 07/09/2012 23:49:13 | 1,513,337 | 07/09/2012 23:44:26 | 1 | 0 | How Mule Standalone actually eorks? | I am new to Mule, and I am trying to understand the difference between the mule standalone vs embedded. I have read of topics regarding this but I was not able to answer one question. How the Mule standalone actually work? how it handles web services? does it have an application server's functionality? does it have an ... | mule | null | null | null | null | null | open | How Mule Standalone actually eorks?
===
I am new to Mule, and I am trying to understand the difference between the mule standalone vs embedded. I have read of topics regarding this but I was not able to answer one question. How the Mule standalone actually work? how it handles web services? does it have an application... | 0 |
3,327,451 | 07/25/2010 00:07:49 | 399,815 | 07/23/2010 02:09:39 | 207 | 16 | Most interesting/useful Java classes? | I've been using Java for a year or so now, and I constantly find myself discovering new things in the language. Most of this cool stuff, interestingly enough, doesn't come from 3rd-party APIs or libraries, but rather from the classes that ship in the JDK.
So I'm wondering, partly out of curiosity and partly for the ... | java | class | jdk | null | null | 07/25/2010 04:51:42 | not constructive | Most interesting/useful Java classes?
===
I've been using Java for a year or so now, and I constantly find myself discovering new things in the language. Most of this cool stuff, interestingly enough, doesn't come from 3rd-party APIs or libraries, but rather from the classes that ship in the JDK.
So I'm wondering, ... | 4 |
1,843,119 | 12/03/2009 21:41:40 | 13,895 | 09/16/2008 21:13:57 | 2,079 | 157 | Are there settings in Crystal Reports that modify sort order of data sources? | I'm working with Crystal Reports in VB.NET in Visual Studio 2005.
I have a List(Of Stuff) that I've sorted according to one of the object's members.
I've verified in the debugger that the list is sorted correctly.
When I define my list as the data source, as in
rptDetails.Subreports.Item("rptSubReport")... | crystal-reports | vb.net | visual-studio-2005 | sorting | subreport | null | open | Are there settings in Crystal Reports that modify sort order of data sources?
===
I'm working with Crystal Reports in VB.NET in Visual Studio 2005.
I have a List(Of Stuff) that I've sorted according to one of the object's members.
I've verified in the debugger that the list is sorted correctly.
When I define ... | 0 |
9,188,696 | 02/08/2012 06:21:25 | 302,064 | 03/25/2010 20:39:05 | 600 | 4 | Can someone recommend books for learning how to develop Software Requirements Specifications for web development? | Currently I develop SRS documents for our web development projects but for some clients, more sophisticated ones with well structured IT and processes--these are not adequate or enterprise level.
Are there books or websites out there that someone can recommend that will help me take this documentation to the next le... | architecture | documentation | specifications | srs | functional-specifications | 02/08/2012 13:58:01 | not constructive | Can someone recommend books for learning how to develop Software Requirements Specifications for web development?
===
Currently I develop SRS documents for our web development projects but for some clients, more sophisticated ones with well structured IT and processes--these are not adequate or enterprise level.
Ar... | 4 |
2,760,503 | 05/03/2010 19:05:24 | 35,335 | 11/07/2008 01:08:59 | 875 | 37 | Ways of breaking down SQL transactional/call data into reports -- 'square data'? | I've got a large database of call-traffic information (although the question could be answered with any generic data set.)
For instance, a row contains :
call endpoint server (endpoint_name)
call endpoint status (sip_disconnect_reason)
call destination (destination)
call completed (duration) [duration >0 is comp... | reporting | reporting-services | voip | python | null | null | open | Ways of breaking down SQL transactional/call data into reports -- 'square data'?
===
I've got a large database of call-traffic information (although the question could be answered with any generic data set.)
For instance, a row contains :
call endpoint server (endpoint_name)
call endpoint status (sip_disconnect_r... | 0 |
3,912,849 | 10/12/2010 08:39:15 | 353,674 | 05/29/2010 16:42:56 | 46 | 3 | Implement page curl on android? | I was surfing the net looking for a nice effect for turning pages on Android and there just doesn't seem to be one. Since I'm learning the platform it seemed like a nice thing to be able to do is this.
I managed to find a page here: http://wdnuon.blogspot.com/2010/05/implementing-ibooks-page-curling-using.html
... | iphone | android | math | transition | null | null | open | Implement page curl on android?
===
I was surfing the net looking for a nice effect for turning pages on Android and there just doesn't seem to be one. Since I'm learning the platform it seemed like a nice thing to be able to do is this.
I managed to find a page here: http://wdnuon.blogspot.com/2010/05/implementing... | 0 |
2,100,449 | 01/20/2010 10:03:27 | 146,857 | 07/29/2009 06:11:50 | 2,153 | 144 | RememberMe option in an asp.net web application | Hai guys,
- what are the possible ways of implementing remember me option in an asp.net web application?
![alt text][1]
[1]: http://www.freeimagehosting.net/uploads/0f9ebba1bb.jpg | asp.net | web-applications | remember-me | null | null | null | open | RememberMe option in an asp.net web application
===
Hai guys,
- what are the possible ways of implementing remember me option in an asp.net web application?
![alt text][1]
[1]: http://www.freeimagehosting.net/uploads/0f9ebba1bb.jpg | 0 |
6,310,572 | 06/10/2011 18:29:47 | 552,812 | 12/23/2010 21:13:09 | 16 | 0 | Messed Up Divs/CSS in IE8 | Hello helpful stackers,
This has been bugging me for the past week and because the system delays updates done in the backend up to 15 minutes before pushing them live it has been nothing but frustrating.
On IE8 the layout gets broken pushing down the page a considerable amount.
Here's the url: http://bit.ly/l... | php | css | layout | div | null | 06/11/2011 14:31:02 | too localized | Messed Up Divs/CSS in IE8
===
Hello helpful stackers,
This has been bugging me for the past week and because the system delays updates done in the backend up to 15 minutes before pushing them live it has been nothing but frustrating.
On IE8 the layout gets broken pushing down the page a considerable amount.
... | 3 |
6,614,375 | 07/07/2011 17:07:12 | 682,869 | 03/29/2011 21:04:12 | 164 | 1 | C# why code compiles without any name spaces included | I tried the following
// no using statements here, not even using System;
class Program
{
static void Main(string[] args)
{
string[] arr = new string[3] { "A" , "B", "C" };
}
}
My question is simple, even without any using statements, ho... | c# | null | null | null | null | null | open | C# why code compiles without any name spaces included
===
I tried the following
// no using statements here, not even using System;
class Program
{
static void Main(string[] args)
{
string[] arr = new string[3] { "A" , "B", "C" };
}
}
M... | 0 |
9,139,847 | 02/04/2012 09:32:59 | 245,304 | 01/07/2010 06:12:02 | 3 | 0 | setpixel of QGraphicsScene in Qt | It's simple to draw line or ellipse just by using scene.addellipse(), etc.
QGraphicsScene scene(0,0,800,600);
QGraphicsView view(&scene);
scene.addText("Hello, world!");
QPen pen(Qt::green);
scene.addLine(0,0,200,200,pen);
scene.addEllipse(400,300,100,100,pen);
view.show();
now w... | qt | pixel | qgraphicsview | qgraphicsscene | null | null | open | setpixel of QGraphicsScene in Qt
===
It's simple to draw line or ellipse just by using scene.addellipse(), etc.
QGraphicsScene scene(0,0,800,600);
QGraphicsView view(&scene);
scene.addText("Hello, world!");
QPen pen(Qt::green);
scene.addLine(0,0,200,200,pen);
scene.addEllipse(400,300,10... | 0 |
3,448,791 | 08/10/2010 12:16:02 | 416,123 | 08/10/2010 12:14:25 | 1 | 0 | knowledge management tool | can anyone please give me some knowledge management tools | knowledge-management | null | null | null | null | 08/10/2010 14:19:24 | not a real question | knowledge management tool
===
can anyone please give me some knowledge management tools | 1 |
10,633,481 | 05/17/2012 09:58:50 | 1,232,024 | 02/25/2012 03:06:09 | 1 | 0 | Split text on page | How to split text between pages? Would like to know how to do HTML with the conclusion in the WebView or TextView, possibly even with images. | java | android | null | null | null | 05/17/2012 16:23:43 | not a real question | Split text on page
===
How to split text between pages? Would like to know how to do HTML with the conclusion in the WebView or TextView, possibly even with images. | 1 |
9,693,430 | 03/13/2012 22:51:52 | 1,267,667 | 03/13/2012 22:31:24 | 1 | 0 | How to add image and change visibility on hover CSS | I'm trying to do something semi complicated. I have 4 linked images. when I hover over the image I want the opacity to change to 0.7. I also want a ribbon to become visible when you hover that image. Here's the code I'm using
<div id="tracks-content">
<div class="track enrolled">
<a href="">... | html | css | hover | visibility | opacity | null | open | How to add image and change visibility on hover CSS
===
I'm trying to do something semi complicated. I have 4 linked images. when I hover over the image I want the opacity to change to 0.7. I also want a ribbon to become visible when you hover that image. Here's the code I'm using
<div id="tracks-content">
... | 0 |
5,513,927 | 04/01/2011 13:18:36 | 683,783 | 03/30/2011 11:02:02 | 6 | 0 | PHP = > if (mail) + timeout? | I have a simplistic webform running on bluehost that when submitted, sends out mail to a distribution list.
Recently the mail server went down, and my php mail script hung when the submit button was clicked. The user tried one more time, and again the page just hung. Later when the mail server came back up, it sent ... | php | email | null | null | null | null | open | PHP = > if (mail) + timeout?
===
I have a simplistic webform running on bluehost that when submitted, sends out mail to a distribution list.
Recently the mail server went down, and my php mail script hung when the submit button was clicked. The user tried one more time, and again the page just hung. Later when the ... | 0 |
244,503 | 10/28/2008 19:24:23 | 10,973 | 09/16/2008 03:36:05 | 601 | 57 | Preserve mapped drive letter information during UAC elevation | We have an application that needs to know the path that it is executed from (which is always a network path).
We set up part of our configuration based on the path that the application is launched from, and we really want that configuration to use mapped network drive paths instead of the UNC path to the resource.
... | windows-vista | uac | unc | null | null | null | open | Preserve mapped drive letter information during UAC elevation
===
We have an application that needs to know the path that it is executed from (which is always a network path).
We set up part of our configuration based on the path that the application is launched from, and we really want that configuration to use ma... | 0 |
4,267,001 | 11/24/2010 12:53:50 | 518,807 | 11/24/2010 12:53:50 | 1 | 0 | how the system knows weather we are uploading a csv fie or a xls file? | i hope you doing well.
i am new to uploading a file to database.i have few doubts,as follows.
i wants to know the process how the system will identify the file in uploading weather it is a csv file or a xml file?
what is the difference between csv file and xls file?benefits and... | java | null | null | null | null | 11/24/2010 14:20:26 | not a real question | how the system knows weather we are uploading a csv fie or a xls file?
===
i hope you doing well.
i am new to uploading a file to database.i have few doubts,as follows.
i wants to know the process how the system will identify the file in uploading weather it is a csv file or a xml fil... | 1 |
6,511,224 | 06/28/2011 18:18:23 | 818,479 | 06/28/2011 04:12:32 | -1 | 0 | How to update controls from another thread? | I have a simple wpf app. I need to update controls from another thread.
This is my code
namespace WpfApplication1
{
class Stock
{
public int StockId { get; set; }
public string Name { get; set; }
}
class ThreadManager
{
... | wpf | null | null | null | null | 06/28/2011 19:53:26 | not a real question | How to update controls from another thread?
===
I have a simple wpf app. I need to update controls from another thread.
This is my code
namespace WpfApplication1
{
class Stock
{
public int StockId { get; set; }
public string Name { get; set; }
}
... | 1 |
11,431,167 | 07/11/2012 10:57:53 | 1,517,519 | 07/11/2012 10:51:19 | 1 | 0 | Any php cms similar like dotnetnuke? | Have anyone came a cross a cms that similar like [1]: http://www.dotnetnuke.com/ but in php version? which allow user to edit the web site content with gui exactly the same like the front end ?
Thanks. | php | content-management-system | null | null | null | 07/12/2012 02:37:20 | not constructive | Any php cms similar like dotnetnuke?
===
Have anyone came a cross a cms that similar like [1]: http://www.dotnetnuke.com/ but in php version? which allow user to edit the web site content with gui exactly the same like the front end ?
Thanks. | 4 |
5,388,087 | 03/22/2011 07:34:02 | 640,817 | 03/02/2011 08:30:03 | 5 | 0 | How to marge to images ? | I want to Marge two different images.
Is there some library to do it ?
( .net platform or in unmanaged code ( C++ ) ) | image | null | null | null | null | null | open | How to marge to images ?
===
I want to Marge two different images.
Is there some library to do it ?
( .net platform or in unmanaged code ( C++ ) ) | 0 |
5,882,585 | 05/04/2011 11:24:43 | 504,478 | 11/11/2010 12:12:29 | 16 | 0 | Django Model Formsets and named urls | I'm having some problems with model formsets in django.
# forms.py
OppFormSet = modelformset_factory(Opportunity, fields=opp_fields)
# views.py
def index2(request):
queryset = Opportunity.objects.for_user(request.user).filter(is_deleted=False)
if request.method == 'POST':
... | python | django | django-forms | null | null | null | open | Django Model Formsets and named urls
===
I'm having some problems with model formsets in django.
# forms.py
OppFormSet = modelformset_factory(Opportunity, fields=opp_fields)
# views.py
def index2(request):
queryset = Opportunity.objects.for_user(request.user).filter(is_deleted=False... | 0 |
5,154,587 | 03/01/2011 12:35:30 | 610,921 | 02/10/2011 06:32:43 | 8 | 0 | Generic android app | How can i write a generic app which is data driven. The app should take any data and render it.
Up to what extent is this possible??
Thanx.. | android | null | null | null | null | 03/01/2011 13:20:59 | not a real question | Generic android app
===
How can i write a generic app which is data driven. The app should take any data and render it.
Up to what extent is this possible??
Thanx.. | 1 |
8,587,426 | 12/21/2011 09:16:55 | 807,665 | 06/21/2011 02:21:43 | 6 | 0 | Can't install drivers in Windows XP Embedded system | I recently created a windows XP Embedded image of my target machine. When I installed that image on the target machine, the installation itself succeeded but I noticed some wierdness in the system. The drivers from the Intel driver cd(audio,video,LAN,chipset) had to be somehow installed again.
When I tried running th... | windows | windows-xp | embedded | null | null | 12/22/2011 07:06:13 | off topic | Can't install drivers in Windows XP Embedded system
===
I recently created a windows XP Embedded image of my target machine. When I installed that image on the target machine, the installation itself succeeded but I noticed some wierdness in the system. The drivers from the Intel driver cd(audio,video,LAN,chipset) had... | 2 |
5,369,997 | 03/20/2011 17:04:32 | 82,099 | 03/24/2009 16:18:12 | 312 | 4 | HttpHandler for a specific port | I have a web application built on ASP.NET MVC framework which requires a service payment module. For the given service payment provider, I have to create a module that listens to a specific port (different from 80) at a specific url. What is the best way to achieve this? Should I create a separate Http Server applicati... | asp.net | null | null | null | null | null | open | HttpHandler for a specific port
===
I have a web application built on ASP.NET MVC framework which requires a service payment module. For the given service payment provider, I have to create a module that listens to a specific port (different from 80) at a specific url. What is the best way to achieve this? Should I cr... | 0 |
5,546,783 | 04/05/2011 03:13:17 | 550,964 | 12/22/2010 08:32:39 | 1 | 1 | Easy Ruby http/curl API to program with | I've been using Ruby for quite some time now, however unlike PHP, as far as I know there is not a standard http/Curl (fetching, processing forms) like library that is easy and powerful like PHP's libCuRL binding.
While Net::HTTP is part of the Ruby standard library, I always find that API hard to remember and progra... | ruby | http | curl | null | null | null | open | Easy Ruby http/curl API to program with
===
I've been using Ruby for quite some time now, however unlike PHP, as far as I know there is not a standard http/Curl (fetching, processing forms) like library that is easy and powerful like PHP's libCuRL binding.
While Net::HTTP is part of the Ruby standard library, I alw... | 0 |
4,898,255 | 02/04/2011 13:02:50 | 395,640 | 07/19/2010 08:52:17 | 30 | 3 | Setting Default document for subdomain | My website has a default document pointing to Home.aspx. The site has a folder which is mapped to a sub domain. Is it possible to map the subdomain to the subfolder and have a different default document.
Does 301 redirect affect SEO. | c# | seo | subdomain | domain-mapping | null | 02/05/2011 10:56:36 | off topic | Setting Default document for subdomain
===
My website has a default document pointing to Home.aspx. The site has a folder which is mapped to a sub domain. Is it possible to map the subdomain to the subfolder and have a different default document.
Does 301 redirect affect SEO. | 2 |
9,064,819 | 01/30/2012 13:45:57 | 80,858 | 03/21/2009 13:04:10 | 945 | 45 | silverlight: is it worth? | I'm considering doing a very interactive part on my web site related to maps and animations in Silverlight. Another option is flash or ajax which won't look that nice at all. My question is should I even try? Few years back SL wasn't available on most computers. | silverlight | null | null | null | null | 02/01/2012 08:23:49 | not constructive | silverlight: is it worth?
===
I'm considering doing a very interactive part on my web site related to maps and animations in Silverlight. Another option is flash or ajax which won't look that nice at all. My question is should I even try? Few years back SL wasn't available on most computers. | 4 |
10,487,109 | 05/07/2012 18:26:02 | 1,004,902 | 10/20/2011 09:37:16 | 30 | 2 | What are the main recognizable characteristics of a person through open source systems? | I have seen multiple types of Facial recognition systems that are able to recognize the following details of a person:
Genre, size of the eyes, name of the person (through databases).
Are there any open source systems (any programming language) to recognize for example baldness, if the person uses glasses or not,... | open-source | artificial-intelligence | pattern-recognition | null | null | 05/07/2012 23:50:01 | off topic | What are the main recognizable characteristics of a person through open source systems?
===
I have seen multiple types of Facial recognition systems that are able to recognize the following details of a person:
Genre, size of the eyes, name of the person (through databases).
Are there any open source systems (an... | 2 |
1,332,009 | 08/26/2009 02:04:05 | 92,735 | 04/19/2009 11:47:26 | 730 | 5 | Would WCF client work over USB in compact framework? | Would WCF work through normal USB connection or does it require WIFI when using the Mobile Device as a WCF client to a WCF service running on the PC?
Thanks
| wcf | usb | compact-framework | null | null | null | open | Would WCF client work over USB in compact framework?
===
Would WCF work through normal USB connection or does it require WIFI when using the Mobile Device as a WCF client to a WCF service running on the PC?
Thanks
| 0 |
5,147,813 | 02/28/2011 21:32:55 | 493,920 | 11/01/2010 18:29:04 | 45 | 9 | application doesn't work on macos server | I was try to run my working application on macos server, but application show error - can't open programm bcs it's doesn't support this type of mac computer.
Any suggest? probably i have to change something in target?
| cocoa | null | null | null | null | null | open | application doesn't work on macos server
===
I was try to run my working application on macos server, but application show error - can't open programm bcs it's doesn't support this type of mac computer.
Any suggest? probably i have to change something in target?
| 0 |
11,469,203 | 07/13/2012 11:02:55 | 1,509,260 | 07/07/2012 20:52:33 | 32 | 0 | Combining Porter-Duff and Blend Mode operations | I have implemented many blend modes such as Screen,
Color Dodge, Color Burn, etc.
Can someone share experience, how do you combine
now blend modes with Porter-Duff operations?
I know there is one formula for doing this,
but I am interested how you implemented that,
the general design.
Thanks | image-processing | graphics | computer-vision | photoshop | null | 07/17/2012 11:45:42 | not a real question | Combining Porter-Duff and Blend Mode operations
===
I have implemented many blend modes such as Screen,
Color Dodge, Color Burn, etc.
Can someone share experience, how do you combine
now blend modes with Porter-Duff operations?
I know there is one formula for doing this,
but I am interested how you implemente... | 1 |
10,893,946 | 06/05/2012 08:26:58 | 1,136,709 | 01/08/2012 04:10:01 | 312 | 9 | What is the difference between a directory and a file with no extension? | On nearly all types of computers (if not all), folders have no extension. So I was wondering, what is the difference between a directory and a file with no extension? Don't they have the same name?
Lucas | file | operating-system | extension | directory | null | 06/05/2012 09:09:37 | off topic | What is the difference between a directory and a file with no extension?
===
On nearly all types of computers (if not all), folders have no extension. So I was wondering, what is the difference between a directory and a file with no extension? Don't they have the same name?
Lucas | 2 |
4,492,906 | 12/20/2010 19:03:56 | 548,744 | 12/20/2010 14:28:13 | 1 | 0 | Rails, collection_select - remembering values with :selected after form submitted | (Using Rails 2.3.5 on an internal work server with no choice of versions, and I'm pretty new)
I'm building a search form where I need to provide a list of directories to a user so they can select which one(s) to search against. I'm trying to figure out how to get the selected values of a collection_select to remai... | ruby-on-rails | null | null | null | null | null | open | Rails, collection_select - remembering values with :selected after form submitted
===
(Using Rails 2.3.5 on an internal work server with no choice of versions, and I'm pretty new)
I'm building a search form where I need to provide a list of directories to a user so they can select which one(s) to search against. ... | 0 |
1,271,239 | 08/13/2009 10:45:36 | 98,693 | 04/30/2009 15:58:34 | 721 | 40 | What is current software development/design book you read? | I am constantly interested in reading interesting software development or design books. I think this post could be a great source to share opinions on books currently read by users. Especially I would be interested to know if the book is worth buying/reading and what is the summary in the user own words (pretty short m... | software-engineering | software-design | high-availability | null | null | 08/13/2009 11:56:41 | not constructive | What is current software development/design book you read?
===
I am constantly interested in reading interesting software development or design books. I think this post could be a great source to share opinions on books currently read by users. Especially I would be interested to know if the book is worth buying/readi... | 4 |
11,132,819 | 06/21/2012 06:39:01 | 1,471,203 | 06/21/2012 06:22:06 | 1 | 0 | Open source Alfresco | Hi I am new to Alfresco I have installed enterprise edition of Alfresco but I guess its 30 days trial only and only for evaluation purpose. I have three question.
1. Is alfresco available in free version or not ?
2. Alfresco is Content management or Document management ?
3. Can I customize Alfresco to build any ti... | java | content-management-system | content | customization | alfresco | 07/12/2012 19:42:25 | off topic | Open source Alfresco
===
Hi I am new to Alfresco I have installed enterprise edition of Alfresco but I guess its 30 days trial only and only for evaluation purpose. I have three question.
1. Is alfresco available in free version or not ?
2. Alfresco is Content management or Document management ?
3. Can I customiz... | 2 |
5,502,182 | 03/31/2011 15:17:00 | 96,823 | 04/27/2009 23:38:49 | 1,401 | 47 | How to make rails 3 I18n translation automatically safe? | I use rails 3. Is there any easy way to tell I18n to respect 'html safness' of string used in interpolation and make all translated string html safe by default? So if I have this `en.yml`:
en:
user_with_name: 'User with name <em>%{name}</em>'
and I use `t('user_with_name', :name => @user.name)`, I get ... | ruby-on-rails-3 | internationalization | automation | html-safe | null | null | open | How to make rails 3 I18n translation automatically safe?
===
I use rails 3. Is there any easy way to tell I18n to respect 'html safness' of string used in interpolation and make all translated string html safe by default? So if I have this `en.yml`:
en:
user_with_name: 'User with name <em>%{name}</em>'
... | 0 |
5,820,031 | 04/28/2011 14:15:27 | 570,191 | 01/10/2011 17:43:57 | 772 | 56 | Is there a basic good tutorial for implementing internationalization with C# + ASP.NET? | I'm looking for ways to implement internationalization in our web-based software. Of course, I'm not asking for a specific implementation, just a simple example that should guide me to the right (if there's such a thing) direction.
One thing that worries me, for instance, is DateTime handling. When users input Dates... | c# | asp.net | internationalization | null | null | 01/23/2012 19:19:23 | not constructive | Is there a basic good tutorial for implementing internationalization with C# + ASP.NET?
===
I'm looking for ways to implement internationalization in our web-based software. Of course, I'm not asking for a specific implementation, just a simple example that should guide me to the right (if there's such a thing) direct... | 4 |
7,326,703 | 09/06/2011 22:04:13 | 879,664 | 08/05/2011 00:03:11 | 89 | 4 | Are curly braces required in @interface declarations in Objective-c? | The following code compiles:
@interface MyClass : ParentClass // missing {
// missing }
@property (nonatomic, copy) NSString *myString;
@end
I'm wondering if the curly braces in `@interface` declarations are actually necessary. | objective-c | interface | curly-braces | null | null | null | open | Are curly braces required in @interface declarations in Objective-c?
===
The following code compiles:
@interface MyClass : ParentClass // missing {
// missing }
@property (nonatomic, copy) NSString *myString;
@end
I'm wondering if the curly braces in `@interface` declarations are actually ne... | 0 |
11,395,308 | 07/09/2012 12:46:24 | 575,281 | 01/14/2011 05:46:14 | 998 | 9 | C program to read from hex file giving unexpected output | How come this program does not read a hex file correctly?
void ReadFile(char *name)
{
FILE *file;
file = fopen(name, "rb");
if (!file)
{
fprintf(stderr, "Unable to open file %s", name);
return;
}... | c | null | null | null | null | 07/09/2012 13:47:07 | too localized | C program to read from hex file giving unexpected output
===
How come this program does not read a hex file correctly?
void ReadFile(char *name)
{
FILE *file;
file = fopen(name, "rb");
if (!file)
{
fprintf(stderr, "Unable to ope... | 3 |
10,410,404 | 05/02/2012 08:45:02 | 1,336,541 | 04/16/2012 14:27:20 | 1 | 0 | Malicious Codes And Open Source Projects | I was wondering how can I be sure about safety of codes in open source projects, Specially the ones with thousands lines of code including functions like popen() system().
How can I know there is no harmful and malicious code in there?
Is there anyway I can examine the code safely?
Regards | c++ | objective-c | c | security | open-source | 05/03/2012 12:38:17 | not constructive | Malicious Codes And Open Source Projects
===
I was wondering how can I be sure about safety of codes in open source projects, Specially the ones with thousands lines of code including functions like popen() system().
How can I know there is no harmful and malicious code in there?
Is there anyway I can examine the co... | 4 |
9,920,007 | 03/29/2012 06:16:55 | 1,106,598 | 12/19/2011 19:26:44 | 16 | 0 | How to run php files on Phone Gap? | I need to run some php files with my application, I uploaded them to my website. I have read an article here, I did same thing for my files but my php file is working with ajax, so I couldnt run it. I tried all possible ways but I am still mistaken.
search.html creates a link via js and passes this link to get_data.... | php | ajax | mobile | phonegap | null | null | open | How to run php files on Phone Gap?
===
I need to run some php files with my application, I uploaded them to my website. I have read an article here, I did same thing for my files but my php file is working with ajax, so I couldnt run it. I tried all possible ways but I am still mistaken.
search.html creates a link ... | 0 |
8,266,195 | 11/25/2011 08:04:46 | 1,063,837 | 11/24/2011 11:27:58 | 8 | 0 | java method explanation | This is probably really simple but i am having difficulty understanding it.
@Override
// says override this method so it can inherit from the super-class,is this true?
public void onCreate(Bundle savedInstanceState) {
// its a public method, that returns
// no value, wi... | java | null | null | null | null | 04/18/2012 19:31:09 | too localized | java method explanation
===
This is probably really simple but i am having difficulty understanding it.
@Override
// says override this method so it can inherit from the super-class,is this true?
public void onCreate(Bundle savedInstanceState) {
// its a public method, that retu... | 3 |
3,848,502 | 10/03/2010 03:47:54 | 410,793 | 08/04/2010 12:50:55 | 30 | 0 | Javascript Global variables | <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
var toggle;
toggle=1;
function open(){
jQuery(window).bind("beforeunload", function(){$.post("logout.php");})
$.post("online.php",function(data){
$("#Layer6").ht... | javascript | variables | global | null | null | null | open | Javascript Global variables
===
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
var toggle;
toggle=1;
function open(){
jQuery(window).bind("beforeunload", function(){$.post("logout.php");})
$.post("online.php",fun... | 0 |
573,072 | 02/21/2009 14:07:51 | 62,192 | 02/03/2009 23:53:51 | 42 | 9 | Tricks to Google for desired page quickly | I like to use Google to quickly locate API documentation. To get better results, I type some keywords that give desired results as top lines. For example:
JavaScript:
MDC Array slice
MDC String indexOf
Ruby
ruby doc Dir glob
rubyonrails ActionMailer
What are your favourite t... | google | documentation | find | fast | tricks | 11/27/2011 17:34:02 | not constructive | Tricks to Google for desired page quickly
===
I like to use Google to quickly locate API documentation. To get better results, I type some keywords that give desired results as top lines. For example:
JavaScript:
MDC Array slice
MDC String indexOf
Ruby
ruby doc Dir glob
rubyon... | 4 |
1,533,773 | 10/07/2009 19:45:59 | 21,240 | 09/23/2008 16:49:20 | 332 | 12 | Cocoa-Touch: UIPickerView viewForRow crashing | I have a UIPickerView, in it's delegate I'm trying to customize the view for a row. I'm using the 3.1 SDK.
So in the delegate I have:
- (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView *)view {
// view.backgroundColor = [UI... | iphone | iphone-sdk-3.1 | cocoa-touch | null | null | null | open | Cocoa-Touch: UIPickerView viewForRow crashing
===
I have a UIPickerView, in it's delegate I'm trying to customize the view for a row. I'm using the 3.1 SDK.
So in the delegate I have:
- (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UI... | 0 |
10,318,600 | 04/25/2012 15:15:25 | 1,174,359 | 01/27/2012 20:44:28 | 43 | 1 | On open src what licenses allow me to sell my app | I'm building an application but I need to get some free assets. So I don't know much about licenses on open source.
My question is under which licenses am I free to sell my application if I use other people assets?
I know all licenses have rules but i need to clarify this.
for instance
Creative Commons Attr... | licensing | assets | null | null | null | 04/25/2012 15:25:50 | off topic | On open src what licenses allow me to sell my app
===
I'm building an application but I need to get some free assets. So I don't know much about licenses on open source.
My question is under which licenses am I free to sell my application if I use other people assets?
I know all licenses have rules but i need to... | 2 |
1,209,587 | 07/30/2009 21:46:28 | 131,398 | 06/30/2009 23:05:09 | 13 | 2 | Validating JSON data. | I am using json in some AJAX request and am currently manually validating each entry using (if "key" in json.some_location.keys()) over and over again.
Is there a simpler way to do this (like XML validation)?
Note: I am open to validation libraries, but would like something I can drop into django itself (not pyth... | django | json | validation | null | null | null | open | Validating JSON data.
===
I am using json in some AJAX request and am currently manually validating each entry using (if "key" in json.some_location.keys()) over and over again.
Is there a simpler way to do this (like XML validation)?
Note: I am open to validation libraries, but would like something I can drop i... | 0 |
9,280,977 | 02/14/2012 17:00:40 | 349,041 | 05/24/2010 14:33:52 | 456 | 16 | C# - Are there any advantages or benefits to using ternary operators? | Are there any advantages or benefits to using tertiary operators for if statements?
For example, is the following more efficient? Or considered better programming practice?
variable1 = string.IsNullOrEmpty(variable2) ? "string value" : "";
Compared to the following format:
if (string.I... | c# | asp.net | null | null | null | 02/14/2012 19:12:21 | not constructive | C# - Are there any advantages or benefits to using ternary operators?
===
Are there any advantages or benefits to using tertiary operators for if statements?
For example, is the following more efficient? Or considered better programming practice?
variable1 = string.IsNullOrEmpty(variable2) ? "string value" :... | 4 |
10,039,151 | 04/06/2012 04:34:52 | 803,801 | 06/17/2011 18:59:12 | 339 | 3 | File object not being modified by function | I want the following code to get ask the user for a file and store it in curFile if it exists, which shouldn't be a problem since curFile is passed by reference. If the process is successful, it should return true, otherwise it should return false.
File curFile = null;
// Open a file and set curFile t... | java | swing | file | reference | null | null | open | File object not being modified by function
===
I want the following code to get ask the user for a file and store it in curFile if it exists, which shouldn't be a problem since curFile is passed by reference. If the process is successful, it should return true, otherwise it should return false.
File curFile = n... | 0 |
6,948,007 | 08/04/2011 20:17:39 | 499,417 | 11/06/2010 19:26:35 | 1,026 | 25 | iPhone - Is there a way to know if a reference is (still) valid? | Let's say I ASSIGn a instance var with an object given in parameter. I don't knwo what is this object, so I don't want to retain it. But... that reference I have to that object can be invalid at some time, fopr exampel if the obhject is released, or is about to be released (autorelease pool). So, inside my class instan... | iphone | validation | memory-management | reference | null | null | open | iPhone - Is there a way to know if a reference is (still) valid?
===
Let's say I ASSIGn a instance var with an object given in parameter. I don't knwo what is this object, so I don't want to retain it. But... that reference I have to that object can be invalid at some time, fopr exampel if the obhject is released, or ... | 0 |
1,242,948 | 08/07/2009 04:56:01 | 45,909 | 12/13/2008 02:51:11 | 388 | 14 | center background-position | How can I center a background? | css | null | null | null | null | null | open | center background-position
===
How can I center a background? | 0 |
10,286,128 | 04/23/2012 18:25:21 | 987,881 | 10/10/2011 14:30:42 | 13 | 0 | main domain and sub-domain are promiscuous | My site with the main domain name www.mysite.com works well before. (I use mysite to hide my actual domain name here). It's LAMP server in linode, set up with the guide http://library.linode.com/lamp-guides/ubuntu-10.04-lucid .
I want to add sub.mysite.com for another virtual host on my host.
I follow http://davidpod... | apache | subdomain | lamp | linode | null | null | open | main domain and sub-domain are promiscuous
===
My site with the main domain name www.mysite.com works well before. (I use mysite to hide my actual domain name here). It's LAMP server in linode, set up with the guide http://library.linode.com/lamp-guides/ubuntu-10.04-lucid .
I want to add sub.mysite.com for another vi... | 0 |
4,671,695 | 01/12/2011 17:10:23 | 566,868 | 01/07/2011 12:28:48 | 37 | 1 | How to simulate keys with integer in C# | There's an integer, say it's a year, but it's a variable, not constant. How do I simulate keypressing it? | c# | keyboard | simulation | null | null | 01/12/2011 17:15:45 | not a real question | How to simulate keys with integer in C#
===
There's an integer, say it's a year, but it's a variable, not constant. How do I simulate keypressing it? | 1 |
7,817,144 | 10/19/2011 05:59:32 | 687,080 | 04/01/2011 06:54:17 | 11 | 0 | AES Encryption using 256 bit hex key | Is there any way or sample through which we can acheive AES Encrypt using 256 bit hex key.
Also what are the specifications for a 256 bit hex key. (also does it have to do with the character length). | encryption | hex | key | aes | null | 10/27/2011 13:41:23 | not a real question | AES Encryption using 256 bit hex key
===
Is there any way or sample through which we can acheive AES Encrypt using 256 bit hex key.
Also what are the specifications for a 256 bit hex key. (also does it have to do with the character length). | 1 |
11,049,052 | 06/15/2012 10:34:31 | 558,283 | 12/30/2010 12:42:46 | 6 | 0 | How to display ancestors with XML::Twig? | I do not know how to display the ancestors_or_self of one Element.
Here is the error message I get when using the method ancestors_or_self():
*Can't call method "print" without a package or object reference at xxxx*
#!/usr/bin/perl -w
use warnings;
use XML::Twig;
my $t= XML::Twig->new;
... | perl | perl-module | xml-twig | ancestor | null | null | open | How to display ancestors with XML::Twig?
===
I do not know how to display the ancestors_or_self of one Element.
Here is the error message I get when using the method ancestors_or_self():
*Can't call method "print" without a package or object reference at xxxx*
#!/usr/bin/perl -w
use warnings;
use ... | 0 |
10,352,427 | 04/27/2012 14:22:46 | 7,106 | 09/15/2008 13:10:41 | 375 | 7 | Checking for Clashes in a set of Repeating Appointments/dates | Our system allows the scheduling of capacity on a reoccurring, open ended basis.
Thus, the capacity is stored as a basis for the capacity and a repeat frequency. We then allow booking into the capacity.
Capacity is stored for unique things.
Capacity for a single unique thing may occur on multiple repeat freque... | algorithm | date | appointment | clash | null | null | open | Checking for Clashes in a set of Repeating Appointments/dates
===
Our system allows the scheduling of capacity on a reoccurring, open ended basis.
Thus, the capacity is stored as a basis for the capacity and a repeat frequency. We then allow booking into the capacity.
Capacity is stored for unique things.
Cap... | 0 |
333,271 | 12/02/2008 07:38:07 | 38,803 | 11/19/2008 03:23:42 | 219 | 11 | Good resources for learning Factor | Having recently come across [this introduction to Factor][1], I've been a bit curious to learn more. Aside from the official FAQ mentioned there, do you have resources for learning the language (as well as the stack-based "paradigm," if that's the right word) that you've found helpful?
As a side note, would learning... | factor | concatenative-languages | forth | postfix | null | 07/26/2012 22:57:24 | not constructive | Good resources for learning Factor
===
Having recently come across [this introduction to Factor][1], I've been a bit curious to learn more. Aside from the official FAQ mentioned there, do you have resources for learning the language (as well as the stack-based "paradigm," if that's the right word) that you've found he... | 4 |
2,747,346 | 04/30/2010 20:07:10 | 330,041 | 04/30/2010 19:41:35 | 1 | 0 | Windows Phone 7, MVVM, Silverlight and navigation best practice / patterns and strategies | Whilst building a Windows Phone 7 app. using the MVVM pattern we've struggled to get to grips with a pattern or technique to centralise navigation logic that will fit with MVVM.
To give an example, everytime the app. calls our web service we check that the logon token we've assigned the app. earlier hasn't expired.... | windows-phone-7 | mvvm | silverlight-4.0 | null | null | null | open | Windows Phone 7, MVVM, Silverlight and navigation best practice / patterns and strategies
===
Whilst building a Windows Phone 7 app. using the MVVM pattern we've struggled to get to grips with a pattern or technique to centralise navigation logic that will fit with MVVM.
To give an example, everytime the app. call... | 0 |
9,068,298 | 01/30/2012 17:46:22 | 328,397 | 04/28/2010 23:54:42 | 3,385 | 79 | How does "Unfriend Finder" work? (Chrome Extension that somehow modifies Facebook's webpage) | I'm looking at [unfriendfinder][1] and am curious how it would hook into the Facebook page and what the Chrome Extension is doing.
Is this a development pattern I could follow for my own applications (where I require Chrome and modify the Facebook home page).
How difficult would this be to port to other browser... | facebook | google-chrome | null | null | null | null | open | How does "Unfriend Finder" work? (Chrome Extension that somehow modifies Facebook's webpage)
===
I'm looking at [unfriendfinder][1] and am curious how it would hook into the Facebook page and what the Chrome Extension is doing.
Is this a development pattern I could follow for my own applications (where I require ... | 0 |
8,973,957 | 01/23/2012 15:21:15 | 912,102 | 08/25/2011 12:49:55 | 18 | 0 | Decide that database is Sybase or MSSQL | I would like to write an SQL script or query which can decide that the used database is MSSQL or Sybase.
How can I do that?
Thanks,
Maestro | sql-server | query | tsql | script | sybase | null | open | Decide that database is Sybase or MSSQL
===
I would like to write an SQL script or query which can decide that the used database is MSSQL or Sybase.
How can I do that?
Thanks,
Maestro | 0 |
9,771,971 | 03/19/2012 14:26:36 | 1,278,752 | 03/19/2012 14:17:47 | 1 | 0 | How to call Java Services In Windows Phone 7 | Now i am developing a Windows Phone 7 app .My Requirement is need to call a java services in my app.
Please tell me how to call java services in wp7?Please give me the reply ASAP.
Thanks in Advance
| windows-phone-7 | null | null | null | null | 03/20/2012 05:33:19 | not a real question | How to call Java Services In Windows Phone 7
===
Now i am developing a Windows Phone 7 app .My Requirement is need to call a java services in my app.
Please tell me how to call java services in wp7?Please give me the reply ASAP.
Thanks in Advance
| 1 |
1,569,406 | 10/14/2009 22:41:10 | 2,974 | 08/26/2008 09:39:16 | 10,296 | 476 | Is it worthwhile asking anonymous feedback from colleagues? | G'day,
I'm always trying to improve my performance and, after listening to [this interesting podcast][1] on the topic, I was wondering if people think it is worthwhile asking for feedback from colleagues.
I am thinking of obtaining feedback anonymously in the manner suggested in the podcast by using the [Rypple s... | self-improvement | feedback | null | null | null | 11/08/2011 17:32:41 | not constructive | Is it worthwhile asking anonymous feedback from colleagues?
===
G'day,
I'm always trying to improve my performance and, after listening to [this interesting podcast][1] on the topic, I was wondering if people think it is worthwhile asking for feedback from colleagues.
I am thinking of obtaining feedback anonymou... | 4 |
11,643,516 | 07/25/2012 05:52:54 | 1,328,804 | 04/12/2012 10:13:29 | 93 | 0 | The best choice for online web game development | I want to make an online web game as complex as farmville etc.. What language is the best choice for the purpose of this job?. I looked a bit and I think Java and Flex are suitable.
Which one Java or Flex? | java | actionscript-3 | web | flex4 | game-center | 07/25/2012 06:12:40 | not constructive | The best choice for online web game development
===
I want to make an online web game as complex as farmville etc.. What language is the best choice for the purpose of this job?. I looked a bit and I think Java and Flex are suitable.
Which one Java or Flex? | 4 |
10,120,568 | 04/12/2012 09:07:36 | 961,018 | 09/23/2011 11:19:37 | 379 | 20 | If I could extend Java enums I would do X | I have a class that is intended to be used for **a future internal authentication library** ( I know there are already such existing libs ). So to make things **as simple as possible** to the developers using it **in many coming future projects** to make use of this library I had in mind them defining an enum with role... | java | java-ee | enums | null | null | 04/14/2012 13:27:22 | not constructive | If I could extend Java enums I would do X
===
I have a class that is intended to be used for **a future internal authentication library** ( I know there are already such existing libs ). So to make things **as simple as possible** to the developers using it **in many coming future projects** to make use of this librar... | 4 |
7,897,604 | 10/26/2011 00:56:43 | 421,366 | 08/16/2010 04:48:58 | 43 | 2 | hook_views_pre_render(&$view) seems to be called after the pager rendering | I am designing and ecommerce store and I am trying to sort the products by availability using a hook_view. My function product_eta_seconds return the current eta of a product. Here is my module:
function availability_sort_views_pre_render(&$view) {
if ('uc_products' == $view->name && 'page_1' == $view->cu... | drupal | sorting | drupal-6 | views | hook | 10/26/2011 19:50:33 | too localized | hook_views_pre_render(&$view) seems to be called after the pager rendering
===
I am designing and ecommerce store and I am trying to sort the products by availability using a hook_view. My function product_eta_seconds return the current eta of a product. Here is my module:
function availability_sort_views_pre_r... | 3 |
7,689,052 | 10/07/2011 14:59:04 | 965,241 | 09/26/2011 14:27:23 | 1 | 0 | one application registered with two ICON on IPhone? | Our customer has a particular request for my project.
how to use short-cut to launch our application?
what I am trying to do is create an standalone application does nothing except to launch my main application to skip some step go to more depth level?
maybe one application is registered with two icons, one is for... | launch | null | null | null | null | null | open | one application registered with two ICON on IPhone?
===
Our customer has a particular request for my project.
how to use short-cut to launch our application?
what I am trying to do is create an standalone application does nothing except to launch my main application to skip some step go to more depth level?
maybe... | 0 |
3,660,402 | 09/07/2010 16:05:47 | 436,336 | 08/31/2010 20:05:40 | 6 | 0 | Should I be learning Flash/Flex/ActionScript or HTML/CSS/JS ("HTML5")? | I'm fairly new to this whole web-development thing (2 weeks maybe, my 1st scraping of code exists [here][1], I quite like it) and I ended up learning to use Adobe's Flash Builder 4, which I have come to quite like (although Action Script annoys me at times).
Recently however I've been reading a lot about "the future... | javascript | actionscript-3 | html5 | flash-builder | web2.0 | 09/09/2010 12:16:30 | not constructive | Should I be learning Flash/Flex/ActionScript or HTML/CSS/JS ("HTML5")?
===
I'm fairly new to this whole web-development thing (2 weeks maybe, my 1st scraping of code exists [here][1], I quite like it) and I ended up learning to use Adobe's Flash Builder 4, which I have come to quite like (although Action Script annoys... | 4 |
8,029,724 | 11/06/2011 19:22:21 | 1,032,545 | 11/06/2011 17:47:14 | 1 | 0 | fopen opens File before calling it | First my code:
void RecvPaths(char *szRETURN)
{
FILE *hFILE;
char *szFILE = new char[2048];
hFILE = fopen("FLM.tmp", "r");
do
{
fgets(szFILE, 2048, hFILE);
strcat(szRETURN, szFILE);
} while(!feof(hFILE));
fclose(hFILE);
return;
... | c++ | file | fopen | createprocess | null | 11/10/2011 20:14:52 | too localized | fopen opens File before calling it
===
First my code:
void RecvPaths(char *szRETURN)
{
FILE *hFILE;
char *szFILE = new char[2048];
hFILE = fopen("FLM.tmp", "r");
do
{
fgets(szFILE, 2048, hFILE);
strcat(szRETURN, szFILE);
} while(!feof(hFILE));
... | 3 |
4,358,975 | 12/05/2010 13:15:58 | 508,462 | 11/15/2010 15:55:11 | 30 | 3 | C / Arduino: variable int array | I'm writing a class for the arduino. It's been going well so far but I'm sort of stuck now...
I have declared an int array in my class `class myClass
{
public: MyClass(int size);
private:
int _intArray[];
};`
When I initialize the class `MyClass myClass1(5)` I need the array to look like this {0,0,0,0,... | c | arrays | class | integer | arduino | null | open | C / Arduino: variable int array
===
I'm writing a class for the arduino. It's been going well so far but I'm sort of stuck now...
I have declared an int array in my class `class myClass
{
public: MyClass(int size);
private:
int _intArray[];
};`
When I initialize the class `MyClass myClass1(5)` I need ... | 0 |
9,268,611 | 02/13/2012 21:53:30 | 1,247,509 | 02/06/2012 22:16:41 | 8 | 2 | Similarities between tcl and Python | Right now, I'm learning Python and Javascript, and someone recently suggested to me that I learn tcl. Being a relative noob to programming, I have no idea what tcl is, and if it is similar to Python. As i love python, I'm wondering how similar the two are so I can see if I want to start it. | python | tcl | null | null | null | 02/14/2012 02:41:23 | not constructive | Similarities between tcl and Python
===
Right now, I'm learning Python and Javascript, and someone recently suggested to me that I learn tcl. Being a relative noob to programming, I have no idea what tcl is, and if it is similar to Python. As i love python, I'm wondering how similar the two are so I can see if I want ... | 4 |
9,246,446 | 02/12/2012 04:25:15 | 549,226 | 12/20/2010 21:57:15 | 516 | 15 | Issue with SocketTimeoutException and Jetty | I'm using a Jetty based servlet to do RPC and I'm having an issue where a request that takes a long time throws the following exception on the server:
> 2012-02-11 21:07:07,673 [btpool0-4] DEBUG org.mortbay.log - EXCEPTION
> java.net.SocketTimeoutException: Read timed out
> at java.net.SocketInputStream.s... | java | http | servlets | jetty | null | null | open | Issue with SocketTimeoutException and Jetty
===
I'm using a Jetty based servlet to do RPC and I'm having an issue where a request that takes a long time throws the following exception on the server:
> 2012-02-11 21:07:07,673 [btpool0-4] DEBUG org.mortbay.log - EXCEPTION
> java.net.SocketTimeoutException: Read tim... | 0 |
8,174,223 | 11/17/2011 20:59:43 | 245,076 | 01/06/2010 21:23:13 | 514 | 4 | PHP MVC Best practices - model for every controller? | In terms of a best practice, when working with MVC frameworks, is it fair to say that every controller should have an associated model? and only one model?
Or, should it be more decoupled, where as you create models for specific purposes and they can be used anywhere within the app?
Thanks! Just interested in any... | php | mvc | null | null | null | 11/17/2011 21:20:47 | not constructive | PHP MVC Best practices - model for every controller?
===
In terms of a best practice, when working with MVC frameworks, is it fair to say that every controller should have an associated model? and only one model?
Or, should it be more decoupled, where as you create models for specific purposes and they can be used ... | 4 |
4,937,335 | 02/08/2011 19:23:24 | 209,869 | 11/12/2009 19:07:14 | 699 | 42 | Which authentication gem would you use in Rails 3 to integrate with as many third party authentication providers | We need to have basic authentication in our Rails 3 app but the requirements are to also integrate with providers such as facebook, linked in, google apps, twitter, etc.
We are looking at:
- Clearance
- Divise
- AuthLogic
- ... and others.
Any advice on which one to use that provides most of what we need? | ruby-on-rails | authentication | null | null | null | null | open | Which authentication gem would you use in Rails 3 to integrate with as many third party authentication providers
===
We need to have basic authentication in our Rails 3 app but the requirements are to also integrate with providers such as facebook, linked in, google apps, twitter, etc.
We are looking at:
- Clear... | 0 |
6,569,820 | 07/04/2011 09:50:49 | 827,888 | 07/04/2011 09:50:49 | 1 | 0 | How To Find Datatypes information in oracle schema? | How to get all the datatypes information in oracle schema.
Whole datatypes with all details like name type pression etc..
Vijay. | types | null | null | null | null | null | open | How To Find Datatypes information in oracle schema?
===
How to get all the datatypes information in oracle schema.
Whole datatypes with all details like name type pression etc..
Vijay. | 0 |
741,369 | 04/12/2009 06:39:09 | 89,910 | 04/12/2009 05:31:53 | 1 | 0 | How do I get out of PHP development and into .Net development? | I have a B.S. in computer science and have been working as a PHP developer for about three years. I don't want to be a PHP developer and would like to move into .Net development. I don't expect it to be easy, but I am prepared to do whatever it takes to make it happen. I'm confident in my ability to learn the tools,... | career-development | .net | php | null | null | 01/26/2012 21:57:56 | not constructive | How do I get out of PHP development and into .Net development?
===
I have a B.S. in computer science and have been working as a PHP developer for about three years. I don't want to be a PHP developer and would like to move into .Net development. I don't expect it to be easy, but I am prepared to do whatever it takes... | 4 |
3,101,522 | 06/23/2010 12:24:37 | 365,118 | 06/12/2010 07:13:57 | 21 | 0 | how to read email from gmail using c# | I want to create window application through which i can read email from gmail.
Actually i want to read proper format of email like to,from,subject,cc and body. | c# | null | null | null | null | null | open | how to read email from gmail using c#
===
I want to create window application through which i can read email from gmail.
Actually i want to read proper format of email like to,from,subject,cc and body. | 0 |
8,648,921 | 12/27/2011 20:22:08 | 111,665 | 05/05/2009 19:48:19 | 3,246 | 44 | Is the Google API key a requirement? | [This page][1] says
This example won't work unless you use your own API key.
Q: Is that true?
[1]: http://code.google.com/apis/libraries/devguide.html#load_the_javascript_api_and_ajax_search_module | javascript | google | null | null | null | 12/27/2011 21:01:16 | not constructive | Is the Google API key a requirement?
===
[This page][1] says
This example won't work unless you use your own API key.
Q: Is that true?
[1]: http://code.google.com/apis/libraries/devguide.html#load_the_javascript_api_and_ajax_search_module | 4 |
8,008,235 | 11/04/2011 11:00:00 | 949,988 | 09/17/2011 07:12:46 | 38 | 2 | code for alertaction of uinotification | UILocalNotification *notif = [[cls alloc] init];
notif.fireDate = [self.datePicker date];
notif.timeZone = [NSTimeZone defaultTimeZone];
notif.alertBody = @"Did you forget something?";
notif.alertAction = @"Show me";
if the user clicks on "showme" the app should open and he should get the alert.
... | iphone | ios | xcode | null | null | null | open | code for alertaction of uinotification
===
UILocalNotification *notif = [[cls alloc] init];
notif.fireDate = [self.datePicker date];
notif.timeZone = [NSTimeZone defaultTimeZone];
notif.alertBody = @"Did you forget something?";
notif.alertAction = @"Show me";
if the user clicks on "showme" the a... | 0 |
9,251,580 | 02/12/2012 18:47:57 | 1,205,335 | 02/12/2012 16:52:01 | 1 | 0 | Stacking astronomy images with Python | I thought this was going to be easier but after a while I'm finally giving up on this, at least for a couple of hours...
I wanted to reproduce this a trailing stars image from a timelapse set of pictures. Inspired by this:
Inspiration image (I can't "upload" images because I'm a new user click links to imgur to see... | python | image | pil | astronomy | color-depth | null | open | Stacking astronomy images with Python
===
I thought this was going to be easier but after a while I'm finally giving up on this, at least for a couple of hours...
I wanted to reproduce this a trailing stars image from a timelapse set of pictures. Inspired by this:
Inspiration image (I can't "upload" images because... | 0 |
11,493,020 | 07/15/2012 15:08:00 | 550,436 | 12/21/2010 19:54:13 | 419 | 2 | How to read a pointer to integer pointers from a file? | I wanted to read a pointer to integer pointers from a file.
I am using the following code to write the array to file:
FILE *fp;
int **myArray = NULL;
int i, j;
for(i = 0; i < 3; i++){
myArray = (int **)realloc(myArray, (i+1)*sizeof(int *));
for(j = 0; j < 4; j++){
... | c | pointers | null | null | null | 07/16/2012 07:27:37 | not a real question | How to read a pointer to integer pointers from a file?
===
I wanted to read a pointer to integer pointers from a file.
I am using the following code to write the array to file:
FILE *fp;
int **myArray = NULL;
int i, j;
for(i = 0; i < 3; i++){
myArray = (int **)realloc(myArray, (... | 1 |
11,091,907 | 06/18/2012 22:18:20 | 335,036 | 10/06/2008 18:02:50 | 1,905 | 29 | How to track session in iis logs with classic asp app on windows server 2003 | I'd like to use my IIS logs to track sessions in my app, but don't have a session key being pushed along the querystring in my pages.
What's the easiest way to start tracking that in the log - put a querystring value in the iis logs, or is there a way to append session to the logs as a custom field?
Using 32-bit ... | iis | windows-server-2003 | null | null | null | null | open | How to track session in iis logs with classic asp app on windows server 2003
===
I'd like to use my IIS logs to track sessions in my app, but don't have a session key being pushed along the querystring in my pages.
What's the easiest way to start tracking that in the log - put a querystring value in the iis logs, o... | 0 |
200,908 | 10/14/2008 12:15:38 | 6,783 | 09/15/2008 12:37:24 | 25 | 5 | Is there an easy-to-use, free or inexpensive, web-based business rules app with a GUI? | I am looking for a web-based business rules app that I can use with clients.
After I get them started, the client would be able to enter new rules.
Assume that the client has good Excel skills (as an example of level of tech sophistication) but has little patience for formal languages or programming.
**Cost:**... | business | rules | mindmapping | gui | null | 05/06/2012 23:09:32 | not constructive | Is there an easy-to-use, free or inexpensive, web-based business rules app with a GUI?
===
I am looking for a web-based business rules app that I can use with clients.
After I get them started, the client would be able to enter new rules.
Assume that the client has good Excel skills (as an example of level of te... | 4 |
9,697,729 | 03/14/2012 07:43:48 | 736,687 | 05/03/2011 18:05:08 | 1 | 0 | Can't download tools and platforms in Android SDK manager |
When I open "Android SDK Manager" it scan for platforms and tools.
There are among others the following error **"Failed to fetch URL http://developer.lgmobile.com/sdk/android/repository.xml/addon.xml, reason: Connection reset"**
That must be because it's a dead URL, but this is not my problem (I think).<br>
After ... | android | eclipse | sdk | null | null | 03/14/2012 08:01:54 | off topic | Can't download tools and platforms in Android SDK manager
===
When I open "Android SDK Manager" it scan for platforms and tools.
There are among others the following error **"Failed to fetch URL http://developer.lgmobile.com/sdk/android/repository.xml/addon.xml, reason: Connection reset"**
That must be because it'... | 2 |
5,460,535 | 03/28/2011 14:34:51 | 609,245 | 02/09/2011 05:40:56 | 3 | 0 | Extract the text between the two substring in NSString | I need to extract the all the lines between two strings like Begin and End in the NSString.
For example,
<some text>
Begin
line1
line2
End
<some Text>
Begin
line1
line2
End
I need to discard all the text that is not coming under these blocks. Any idea how to do this? | iphone | string | nsstring | extraction | null | null | open | Extract the text between the two substring in NSString
===
I need to extract the all the lines between two strings like Begin and End in the NSString.
For example,
<some text>
Begin
line1
line2
End
<some Text>
Begin
line1
line2
End
I need to discard all the text that is not coming under these blocks.... | 0 |
9,173,752 | 02/07/2012 09:25:07 | 1,129,951 | 01/04/2012 12:58:39 | 1 | 0 | Need Logic for java script function | Need a function In Java script which can make all the valid factors of a given number. | javascript | logic | null | null | null | 02/07/2012 09:30:07 | not a real question | Need Logic for java script function
===
Need a function In Java script which can make all the valid factors of a given number. | 1 |
3,530,780 | 08/20/2010 12:23:16 | 365,860 | 06/13/2010 20:31:08 | 23 | 0 | Android : Is there any free PDF library for Android. | I need a PDF library for manipulating a PDF documents, ( Creating PDF, image convertinng to PDF ) and things like that but in Android .
I do search a while and found iText but it doesn't work . | android | pdf | creation | null | null | 04/14/2012 13:55:17 | not constructive | Android : Is there any free PDF library for Android.
===
I need a PDF library for manipulating a PDF documents, ( Creating PDF, image convertinng to PDF ) and things like that but in Android .
I do search a while and found iText but it doesn't work . | 4 |
5,825,985 | 04/28/2011 22:57:50 | 156,708 | 08/14/2009 20:28:11 | 856 | 74 | Code color styling in Eclipse | A nice simple question: Is there something similar to http://studiostyl.es/ for Eclipse? | java | eclipse | ide | colors | null | null | open | Code color styling in Eclipse
===
A nice simple question: Is there something similar to http://studiostyl.es/ for Eclipse? | 0 |
10,181,463 | 04/16/2012 20:47:04 | 1,336,997 | 04/16/2012 18:22:53 | 6 | 0 | Convert a char * to char | How to convert a char * to char.
I have a char pointer
`char * Data` which gets some value
I also have a variable
Char result
Can I do
`result = *(Data)`?If I do so its throwing me a null pointer assignment. I want to store the values in an array of result for different values of "Data" in a loop... | c | null | null | null | null | 04/16/2012 20:59:46 | not a real question | Convert a char * to char
===
How to convert a char * to char.
I have a char pointer
`char * Data` which gets some value
I also have a variable
Char result
Can I do
`result = *(Data)`?If I do so its throwing me a null pointer assignment. I want to store the values in an array of result for differ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.