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,182,229 | 06/25/2012 00:18:09 | 909,974 | 08/24/2011 15:35:41 | 254 | 0 | Poweshell based programs | Does anyone know how the consoles of programs like Lync, Exchange or SCVM was written?
They execute powershell scripts. Is there any SDK? | c# | winforms | powershell | null | null | null | open | Poweshell based programs
===
Does anyone know how the consoles of programs like Lync, Exchange or SCVM was written?
They execute powershell scripts. Is there any SDK? | 0 |
6,020,099 | 05/16/2011 16:04:12 | 755,658 | 05/16/2011 12:52:10 | 1 | 0 | how to replace the 'connectionstring' that is in a dll file? | i mean: how to override a connectionstring ? it's possible? I tried a few things in the file 'Site.master' but no sucess ;/
thx. | asp.net | windows | iis | helper | null | null | open | how to replace the 'connectionstring' that is in a dll file?
===
i mean: how to override a connectionstring ? it's possible? I tried a few things in the file 'Site.master' but no sucess ;/
thx. | 0 |
11,479,931 | 07/14/2012 00:24:35 | 1,001,643 | 10/18/2011 16:56:27 | 22,776 | 762 | How to make a real apostrophe or single-quote in LaTeX | I am trying to incorporate programming examples in a LaTeX document.
The document renders nicely with *pdflatex*; however, the single quotes get transformed into U+2019, a right-single-quotation mark. And, a backtick renders as U+2018, a left-single-quotation-mark.
What I need is a U+0027 real apostrophe so t... | latex | syntax-highlighting | tex | null | null | 07/14/2012 23:07:34 | off topic | How to make a real apostrophe or single-quote in LaTeX
===
I am trying to incorporate programming examples in a LaTeX document.
The document renders nicely with *pdflatex*; however, the single quotes get transformed into U+2019, a right-single-quotation mark. And, a backtick renders as U+2018, a left-single-quot... | 2 |
4,470,434 | 12/17/2010 12:28:01 | 406,682 | 07/30/2010 11:56:52 | 42 | 1 | Get the current page being viewed in the browser (Possible?) | I would like to know
Is it possible for me as an android developer to know if the browser app is currently open, and if it is, what page is being viewed? (URL?)
If so, how would I go about doing this?
If not, I would also love to know so I wouldn't search anymore.
Thanks,
Omri. | android | browser | android-intent | null | null | null | open | Get the current page being viewed in the browser (Possible?)
===
I would like to know
Is it possible for me as an android developer to know if the browser app is currently open, and if it is, what page is being viewed? (URL?)
If so, how would I go about doing this?
If not, I would also love to know so I wouldn't ... | 0 |
8,388,735 | 12/05/2011 16:47:16 | 234,316 | 12/18/2009 04:49:01 | 128 | 6 | Netstat solved my slowdown? | I was wondering what netstat does? I know this kind of a weird question.... We were encountering a very grave slowdown in our web server machine which is running on debian linux.
After running netstat command, for some reason, the web server suddenly performed properly and the slowdown was gone. would netstat have any... | linux | debian | netstat | null | null | 12/05/2011 20:07:23 | off topic | Netstat solved my slowdown?
===
I was wondering what netstat does? I know this kind of a weird question.... We were encountering a very grave slowdown in our web server machine which is running on debian linux.
After running netstat command, for some reason, the web server suddenly performed properly and the slowdown... | 2 |
8,112,591 | 11/13/2011 15:32:03 | 1,044,287 | 11/13/2011 15:17:23 | 1 | 0 | Place to find Android research papers | I want to find research topics on mobile projects. Are there websites to find Android research papers for free. Can anyone help me. | android | null | null | null | null | 11/14/2011 01:43:00 | off topic | Place to find Android research papers
===
I want to find research topics on mobile projects. Are there websites to find Android research papers for free. Can anyone help me. | 2 |
9,722,691 | 03/15/2012 15:16:06 | 467,875 | 10/06/2010 11:21:37 | 382 | 40 | Add button click as an event to this jQuery script? | Im working from this demo:
http://kilianvalkhof.com/uploads/listfilter/
I want to add a button that empties the input text area when you click it. I can do this with jQuery's .val however the list doesn't filter. I think the code does the recalculation after a keyup event, so how can I add clicking a button as an e... | jquery | events | onkeyup | null | null | 04/06/2012 17:22:27 | not a real question | Add button click as an event to this jQuery script?
===
Im working from this demo:
http://kilianvalkhof.com/uploads/listfilter/
I want to add a button that empties the input text area when you click it. I can do this with jQuery's .val however the list doesn't filter. I think the code does the recalculation after ... | 1 |
9,970,349 | 04/02/2012 02:49:19 | 387,099 | 07/08/2010 19:42:51 | 1,365 | 66 | Weird RenderTarget2D behaviour | I've been dabbling with XNA for a couple of days now. This chunk of code doesn't work as I expect. The goal is to render sprites individually and composite them on another rendertarget.
P = RenderTarget2D(with RenderTargetUsage.PreserveContents)
D = RenderTarget2D(with RenderTargetUsage.DiscardContents)
... | xna | xna4.0 | render-to-texture | null | null | 04/02/2012 06:54:02 | off topic | Weird RenderTarget2D behaviour
===
I've been dabbling with XNA for a couple of days now. This chunk of code doesn't work as I expect. The goal is to render sprites individually and composite them on another rendertarget.
P = RenderTarget2D(with RenderTargetUsage.PreserveContents)
D = RenderTarget2D(with Re... | 2 |
8,484,816 | 12/13/2011 05:38:57 | 501,314 | 11/09/2010 00:30:38 | 26 | 0 | Is it possible to use a DELETE statement in a trigger on MS SQL Server 2000 database? | I have created a trigger with this script.
DECLARE @JRNENTRY_INSERTED INTEGER, @BACHNUMB CHAR(15)
SELECT @JRNENTRY_INSERTED = INSERTED.JRNENTRY FROM INSERTED
SELECT @BACHNUMB = (SELECT DISTINCT BACHNUMB FROM GL10000 WHERE JRNENTRY = (SELECT INSERTED.JRNENTRY FROM INSERTED))
-- CHECK I... | sql-server | sql-server-2000 | null | null | null | 12/13/2011 17:57:51 | not a real question | Is it possible to use a DELETE statement in a trigger on MS SQL Server 2000 database?
===
I have created a trigger with this script.
DECLARE @JRNENTRY_INSERTED INTEGER, @BACHNUMB CHAR(15)
SELECT @JRNENTRY_INSERTED = INSERTED.JRNENTRY FROM INSERTED
SELECT @BACHNUMB = (SELECT DISTINCT BACHNUMB FROM... | 1 |
10,728,680 | 05/23/2012 22:18:09 | 504,596 | 11/11/2010 14:08:27 | 133 | 11 | Strategy for testing android custom views | The graphical layout tab shown in adt is still not so reliable.
On the other hand, manually testing how a custom view are rendered manually can be unnecessary complicated, especially if the application requires some interaction to get to the activity you want to test.
Currently I build fake activities that I reg... | android | testing | android-layout | null | null | 05/23/2012 22:20:26 | not a real question | Strategy for testing android custom views
===
The graphical layout tab shown in adt is still not so reliable.
On the other hand, manually testing how a custom view are rendered manually can be unnecessary complicated, especially if the application requires some interaction to get to the activity you want to test.
... | 1 |
4,319,354 | 11/30/2010 22:27:04 | 283,933 | 03/01/2010 21:42:05 | 371 | 71 | How should I approach an 'experience versus education' standoff? | I've just now been asked why my judgement should be trusted over that of an educated professional (3 years) in my field, where I have no 'bonified qualification', though I have 8 years of experience (blood, sweat, success).
I think it's a fairly messed up outlook to weigh people up like this, but I've seen it happen... | coding-style | education | experience | null | null | 12/02/2010 05:12:36 | off topic | How should I approach an 'experience versus education' standoff?
===
I've just now been asked why my judgement should be trusted over that of an educated professional (3 years) in my field, where I have no 'bonified qualification', though I have 8 years of experience (blood, sweat, success).
I think it's a fairly m... | 2 |
4,512,095 | 12/22/2010 17:55:05 | 551,505 | 12/22/2010 17:36:50 | 1 | 0 | Creating a Turbo Tax like Software | I have to develop a tool in visual Studio about a Chemical Analysis Tool kinda similar to Turbo Tax Software.This tool asks the user some questions about the chemical composition of the product and some production data during the run time.On the basis of the values entered by the user,it does some calculations(some Big... | reports | visual | crystal | studio | null | 04/11/2011 23:54:22 | not a real question | Creating a Turbo Tax like Software
===
I have to develop a tool in visual Studio about a Chemical Analysis Tool kinda similar to Turbo Tax Software.This tool asks the user some questions about the chemical composition of the product and some production data during the run time.On the basis of the values entered by th... | 1 |
7,639,609 | 10/03/2011 19:20:11 | 187,144 | 10/09/2009 12:33:33 | 679 | 25 | SQL error using sqlanywhere php API sasql_query() | I'm having problem executing a specific query using php API from sqlanywhere 12.
It only happens with SET OPTION query.
<?php
// setup omitted for clarity here
$result = sasql_query( $conn, "SET OPTION PUBLIC.AjusteFuso = '0'" );
// clean up omitted for clarity here
?>
I rec... | php | sqlanywhere | null | null | null | null | open | SQL error using sqlanywhere php API sasql_query()
===
I'm having problem executing a specific query using php API from sqlanywhere 12.
It only happens with SET OPTION query.
<?php
// setup omitted for clarity here
$result = sasql_query( $conn, "SET OPTION PUBLIC.AjusteFuso = '0'" );
... | 0 |
9,971,773 | 04/02/2012 06:31:30 | 306,719 | 04/01/2010 08:57:51 | 1,140 | 1 | update self reference object in db | Suppose I have an entity:
class Department{
private Department parent;
private long id;
private String description;
private String name;
}
Then if I create a new Department throgh the form,I will get only the id of parent of the department to be inserted.
That's to say I ... | spring | spring-mvc | dao | null | null | null | open | update self reference object in db
===
Suppose I have an entity:
class Department{
private Department parent;
private long id;
private String description;
private String name;
}
Then if I create a new Department throgh the form,I will get only the id of parent of the depart... | 0 |
10,268,657 | 04/22/2012 14:12:54 | 454,049 | 09/21/2010 14:26:11 | 3,942 | 111 | Structuring JSF file in web application | I am making a web application (JSF) and I wonder how to structure the files. I have different resources a user can interact with such as "Questions".
Would I make a folder named "questions" and do the following:
- index.xhtml --> Lists the questions
- add.xhtml --> add new question
- edit.xhtml --> edit ques... | java | jsf | java-ee | null | null | 04/22/2012 16:42:05 | not constructive | Structuring JSF file in web application
===
I am making a web application (JSF) and I wonder how to structure the files. I have different resources a user can interact with such as "Questions".
Would I make a folder named "questions" and do the following:
- index.xhtml --> Lists the questions
- add.xhtml --> ... | 4 |
11,408,472 | 07/10/2012 07:24:24 | 804,799 | 06/18/2011 19:27:17 | 936 | 60 | match item search like Google - PHP code | I wanna write a function like this
function (str, find){}
such that when I have a str like
> Hello every body, HeLlo and hElLo everyone blah
and term find like "hello", i get the result
<span class="match">Hello</span> every body, <span class="match">HeLlo</span> and <span class="match">hElLo</span> eve... | php | pattern-matching | preg-match | preg-match-all | null | null | open | match item search like Google - PHP code
===
I wanna write a function like this
function (str, find){}
such that when I have a str like
> Hello every body, HeLlo and hElLo everyone blah
and term find like "hello", i get the result
<span class="match">Hello</span> every body, <span class="match">HeLlo</... | 0 |
7,768,379 | 10/14/2011 13:33:20 | 956,629 | 09/21/2011 09:55:39 | 18 | 2 | Bad request - Invalid Hostname Error when using ARR IP address | I'm trying to setup a simple ARR system. I have 1 ARR machine load balancing between 2 APP servers. I can reach the app sites if i use the server name of the ARR machine. (`http://arrserver/app`) But i can't do it with its IP address. (`http://10.7.10.25/app`). It gives the "Bad Request - Invalid Hostname". In the ARR ... | iis | iis7 | load-balancing | null | null | null | open | Bad request - Invalid Hostname Error when using ARR IP address
===
I'm trying to setup a simple ARR system. I have 1 ARR machine load balancing between 2 APP servers. I can reach the app sites if i use the server name of the ARR machine. (`http://arrserver/app`) But i can't do it with its IP address. (`http://10.7.10.... | 0 |
8,709,727 | 01/03/2012 08:42:26 | 203,256 | 11/05/2009 08:10:15 | 350 | 24 | php session &array | I have problem with session variables.
When i am in root folder
www.domain.com/index.php
array(2) { ["sessionvariables"]=> array(6) {......}
and print_r SESSION i see the vars without & in front
when i am in a directory
www.domain.com/directory/index.php
array(2) { ["sessionvariables"... | arrays | session | null | null | null | 01/03/2012 16:18:34 | not a real question | php session &array
===
I have problem with session variables.
When i am in root folder
www.domain.com/index.php
array(2) { ["sessionvariables"]=> array(6) {......}
and print_r SESSION i see the vars without & in front
when i am in a directory
www.domain.com/directory/index.php
array(... | 1 |
9,606,613 | 03/07/2012 17:51:56 | 866,333 | 07/27/2011 21:25:29 | 1,161 | 74 | What is the cost of entry/membership in the Android Marketplace? | I don't recall this information being immediately accessible.
I do recall it being a one off fee of £25.
Last month I read some of Samsung's bada literature stating that, by comparison, Android cost developers £25/year, while bada was free. I suspect I was reading old information, bada cost £1 for seller registra... | android | android-market | cost | null | null | 03/07/2012 23:21:16 | off topic | What is the cost of entry/membership in the Android Marketplace?
===
I don't recall this information being immediately accessible.
I do recall it being a one off fee of £25.
Last month I read some of Samsung's bada literature stating that, by comparison, Android cost developers £25/year, while bada was free. I s... | 2 |
5,901,004 | 05/05/2011 16:20:58 | 509,271 | 11/16/2010 08:55:19 | 95 | 2 | Getting nginx/php-fpm to fail gracefully if uploaded file exceeds limits | At the moment, if I try to upload a file that takes too long or exceeds the maximum file size, the browser just reports that the connection has timed out. How do I get this to fail gracefully without relying on JavaScript, preferably by passing the error to PHP? | php | php5 | file-upload | nginx | php5-fpm | null | open | Getting nginx/php-fpm to fail gracefully if uploaded file exceeds limits
===
At the moment, if I try to upload a file that takes too long or exceeds the maximum file size, the browser just reports that the connection has timed out. How do I get this to fail gracefully without relying on JavaScript, preferably by passi... | 0 |
1,424,283 | 09/14/2009 22:53:32 | 95,764 | 04/24/2009 21:48:19 | 218 | 19 | What Post-Secondary Courses do I need to be a Web Developer? | I'm going to be finishing up High School this year and moving onto either University or College. However, after looking at some course lists, I'm perplexed - what types of courses (or which category [such as computing science]) do I need to start looking at in terms of enrollment?
My goal is to ultimately have a car... | post-secondary | university | college | null | null | 01/27/2012 20:19:44 | off topic | What Post-Secondary Courses do I need to be a Web Developer?
===
I'm going to be finishing up High School this year and moving onto either University or College. However, after looking at some course lists, I'm perplexed - what types of courses (or which category [such as computing science]) do I need to start looking... | 2 |
972,600 | 06/09/2009 21:27:47 | 7,529 | 09/15/2008 13:54:42 | 641 | 23 | Why can't I modify an object after animating it? | After executing this code...
DoubleAnimation a = new DoubleAnimation(newWidth, new Duration(...));
ThicknessAnimation b = new ThicknessAnimation(new Thickness(...), new Duration(...));
border.BeginAnimation(Border.MarginProperty, b);
border.BeginAnimation(Border.WidthProperty, a);
...this code ... | wpf | animation | null | null | null | null | open | Why can't I modify an object after animating it?
===
After executing this code...
DoubleAnimation a = new DoubleAnimation(newWidth, new Duration(...));
ThicknessAnimation b = new ThicknessAnimation(new Thickness(...), new Duration(...));
border.BeginAnimation(Border.MarginProperty, b);
border.Beg... | 0 |
2,033,915 | 01/09/2010 16:00:06 | 231,485 | 12/14/2009 17:45:20 | 1 | 0 | struct pointer manipulation | I have struct
struct st
{
char a;
short c;
int b;
};
struct st s1;
if i print the address of &s1.b it prints 0x804a01c and &s1.b-2 prints 0x804a018
why it is printing same address 0x804a01c if i select &s1.b-1 ? | c | null | null | null | null | null | open | struct pointer manipulation
===
I have struct
struct st
{
char a;
short c;
int b;
};
struct st s1;
if i print the address of &s1.b it prints 0x804a01c and &s1.b-2 prints 0x804a018
why it is printing same address 0x804a01c if i select &s1.b-1 ? | 0 |
8,466,628 | 12/11/2011 19:06:31 | 805,420 | 06/19/2011 14:16:19 | 8 | 1 | Determine inode usage | How could I determine what's causing high inode usage? I need something more precise than df -hi. I currently have opened millions of inodes and I would like to know what is causing this. Deleting files doesn't really help much.
I'm running Debian. | linux | debian | disk | inode | du | 12/12/2011 10:33:26 | off topic | Determine inode usage
===
How could I determine what's causing high inode usage? I need something more precise than df -hi. I currently have opened millions of inodes and I would like to know what is causing this. Deleting files doesn't really help much.
I'm running Debian. | 2 |
11,632,789 | 07/24/2012 14:14:40 | 1,417,513 | 05/25/2012 13:34:41 | 3 | 0 | C# Login to web site | I try to login to http://www.argusmedia.com/pages/SignIn.aspx using C#.
But I can't find out names of form's parameters (Email and Password) which I have to POST with my WebRequest. Is it ctl00$P$SignIn$LoginForm$UserName and ctl00$P$SignIn$LoginForm$Password ?
string formUrl = "http://www.argusmedia.com/pages/... | c# | login | website | null | null | 07/26/2012 01:10:34 | too localized | C# Login to web site
===
I try to login to http://www.argusmedia.com/pages/SignIn.aspx using C#.
But I can't find out names of form's parameters (Email and Password) which I have to POST with my WebRequest. Is it ctl00$P$SignIn$LoginForm$UserName and ctl00$P$SignIn$LoginForm$Password ?
string formUrl = "http:/... | 3 |
11,669,842 | 07/26/2012 12:58:28 | 1,554,730 | 07/26/2012 12:53:05 | 1 | 0 | Your code for sending mms | Could you explain me the part of your code?
`if (parts != null) {
for (MMSPart part : parts) {
final PduPart partPdu = new PduPart();
partPdu.setName(part.Name.getBytes());
partPdu.setContentType(part.MimeType.getBytes());
partPdu.setData(part.Data);
pduBody.addPart(partPdu);
... | android | mms | sending | null | null | null | open | Your code for sending mms
===
Could you explain me the part of your code?
`if (parts != null) {
for (MMSPart part : parts) {
final PduPart partPdu = new PduPart();
partPdu.setName(part.Name.getBytes());
partPdu.setContentType(part.MimeType.getBytes());
partPdu.setData(part.Data);
... | 0 |
6,707,366 | 07/15/2011 13:02:48 | 446,261 | 09/13/2010 11:41:51 | 10,914 | 487 | PCI interface for 3D graphics programming (OpenGL?) | **Where can I find information for how the PCI interface for 3D graphics programming works?**
I know that for VESA, you create access to the frame buffer at `0xf8000000` and just write to that memory range (among many other details). I was wondering where I can find how the low level PCI interface works for graphics... | driver | gpu | low-level | pci | null | 07/18/2011 14:32:26 | off topic | PCI interface for 3D graphics programming (OpenGL?)
===
**Where can I find information for how the PCI interface for 3D graphics programming works?**
I know that for VESA, you create access to the frame buffer at `0xf8000000` and just write to that memory range (among many other details). I was wondering where I ca... | 2 |
10,705,329 | 05/22/2012 15:38:11 | 648,672 | 03/07/2011 18:52:38 | 274 | 8 | Twitter's activerecord-reputation-system gem + Devise | I am working with Twitter's new [activerecord-reputation-system][1] gem, yet it doesn't seem to be registering in my app.
I ran to install (docs have a typo):
gem install activerecord-reputation-system && rails generate reputation_system && rake db:migrate
I've included it in my gemfile and tried pulling d... | ruby-on-rails | ruby-on-rails-3 | twitter | routing | gem | null | open | Twitter's activerecord-reputation-system gem + Devise
===
I am working with Twitter's new [activerecord-reputation-system][1] gem, yet it doesn't seem to be registering in my app.
I ran to install (docs have a typo):
gem install activerecord-reputation-system && rails generate reputation_system && rake db:mi... | 0 |
4,646,884 | 01/10/2011 12:37:07 | 559,208 | 12/31/2010 11:08:32 | 73 | 0 | Why First arg is in a register, stdarg.h? | In stdarg.h header file they had written that
"warning First arg is in a register, stdarg.h cannot take its address"
Why the first argument will be stored in register? | c | null | null | null | null | 01/11/2011 11:06:03 | not a real question | Why First arg is in a register, stdarg.h?
===
In stdarg.h header file they had written that
"warning First arg is in a register, stdarg.h cannot take its address"
Why the first argument will be stored in register? | 1 |
10,368,910 | 04/29/2012 01:10:16 | 1,321,507 | 04/09/2012 08:58:18 | 33 | 0 | CheckBox and selectedObjects | In a table I have three attributes: name (string), (date) and selection (bool). With the following code I pull each selected date and execute calculations.
for (FesteGruppo *festeGruppoEntity in arrayController_.selectedObjects) {
if ([buttonCell state]==NSOffState) {
... | objective-c | xcode | core-data | nsarray | nsarraycontroller | null | open | CheckBox and selectedObjects
===
In a table I have three attributes: name (string), (date) and selection (bool). With the following code I pull each selected date and execute calculations.
for (FesteGruppo *festeGruppoEntity in arrayController_.selectedObjects) {
if ([buttonCell state]==NSO... | 0 |
7,197,800 | 08/25/2011 22:05:52 | 246,568 | 01/08/2010 17:08:16 | 1,727 | 114 | iOS -- trying to setup a dictionary of locks | I have some code that takes an NSString as input and uses that string to create an object. I need to make sure that it does not operate on the same string twice, e.g. if called from different threads, or even if the same thread tries to do it recursively.
I can make a start by making a dictionary of my initialized ... | iphone | locking | nslock | null | null | null | open | iOS -- trying to setup a dictionary of locks
===
I have some code that takes an NSString as input and uses that string to create an object. I need to make sure that it does not operate on the same string twice, e.g. if called from different threads, or even if the same thread tries to do it recursively.
I can make... | 0 |
11,097,655 | 06/19/2012 08:56:34 | 1,271,089 | 03/15/2012 08:50:56 | 1 | 0 | How to Create custom android update.zip file to System.img? | I have download a CM9 Rom from xda-developers.com. How can put the file to my android AVD Emulator. I have search many site but no use. Many sites are telling system.img to system folder using unyaffs win tool. How can i convert the system folder to system.img. My machine config:- win7 ultimate 32bit. i already install... | android | android-emulator | null | null | null | 06/20/2012 21:10:03 | off topic | How to Create custom android update.zip file to System.img?
===
I have download a CM9 Rom from xda-developers.com. How can put the file to my android AVD Emulator. I have search many site but no use. Many sites are telling system.img to system folder using unyaffs win tool. How can i convert the system folder to syste... | 2 |
7,142,387 | 08/22/2011 01:36:09 | 297,060 | 03/19/2010 03:10:25 | 15 | 0 | Can I use membase as database? | I want to make some product to offer key-value data system. but local memory is limited.
so, I try to use membase as database. but membase is cache. i afraid whether the data stored in membase is go away or not. can i use membase as databse ? it is safe?
thank you.
| membase | null | null | null | null | null | open | Can I use membase as database?
===
I want to make some product to offer key-value data system. but local memory is limited.
so, I try to use membase as database. but membase is cache. i afraid whether the data stored in membase is go away or not. can i use membase as databse ? it is safe?
thank you.
| 0 |
7,374,568 | 09/10/2011 20:40:29 | 935,457 | 09/08/2011 17:58:45 | 8 | 0 | publishing content from outlook to facebook | Is it possible to publish an email from outlook express to say facebook. If yes which is the best method to do this? I am looking a way to do this programmatically.
Thanks | social-networking | outlook-addin | publish | null | null | 09/11/2011 15:19:05 | not a real question | publishing content from outlook to facebook
===
Is it possible to publish an email from outlook express to say facebook. If yes which is the best method to do this? I am looking a way to do this programmatically.
Thanks | 1 |
11,324,328 | 07/04/2012 07:28:52 | 1,498,565 | 07/03/2012 11:04:27 | 1 | 2 | Google Chat using php and javascript | <br>
I want to integrate google chat into my web application.
<br> Whatever code i get from searching is not completely helpful for me so please if anyone as solution for that provide me.
<br>
<br>
Thanks | php | null | null | null | null | 07/04/2012 08:32:44 | not a real question | Google Chat using php and javascript
===
<br>
I want to integrate google chat into my web application.
<br> Whatever code i get from searching is not completely helpful for me so please if anyone as solution for that provide me.
<br>
<br>
Thanks | 1 |
9,052,697 | 01/29/2012 11:08:14 | 1,148,922 | 01/14/2012 04:48:53 | 1 | 0 | using urllib for collecting the urls | i need to collect the url by using urllib.
- first i need to do the process from my account in the site,so first i need to log in to that site.
- in that particular site there is a small box called enter the number,i collected the numbers from another sit and kept it in one folder on my desktop there are 10000 nu... | python | urllib | null | null | null | 01/29/2012 16:45:53 | not a real question | using urllib for collecting the urls
===
i need to collect the url by using urllib.
- first i need to do the process from my account in the site,so first i need to log in to that site.
- in that particular site there is a small box called enter the number,i collected the numbers from another sit and kept it in o... | 1 |
7,941,532 | 10/29/2011 20:38:03 | 849,163 | 07/17/2011 23:57:12 | 1 | 0 | How does one determine if all messages in an Azure Queue have been processed? | I've just begun tinkering with Windows Azure and would appreciate help with a question.
How does one determine if a Windows Azure Queue is empty and that all work-items in it have been processed? If I have multiple worker processes querying a work-item queue, GetMessage(s) returns no messages if the queue is empty. ... | azure | windows-azure-storage | windows-azure-queues | null | null | null | open | How does one determine if all messages in an Azure Queue have been processed?
===
I've just begun tinkering with Windows Azure and would appreciate help with a question.
How does one determine if a Windows Azure Queue is empty and that all work-items in it have been processed? If I have multiple worker processes qu... | 0 |
6,094,108 | 05/23/2011 07:26:23 | 451,089 | 09/17/2010 21:53:32 | 56 | 1 | My Visual Studio is missing Microsoft.VisualStudio.QualityTools.UnitTestFramework | I configured now a new computer. Installed VS 2010 and all necessary component, got my running project on that new computer..
Compiling the project shows me that VS 2010 cannot find the reference "Microsoft.VisualStudio.QualityTools.UnitTestFramework".
This assembly is located in
Program Files (x86)\Microsoft Vi... | visual-studio | reference | null | null | null | null | open | My Visual Studio is missing Microsoft.VisualStudio.QualityTools.UnitTestFramework
===
I configured now a new computer. Installed VS 2010 and all necessary component, got my running project on that new computer..
Compiling the project shows me that VS 2010 cannot find the reference "Microsoft.VisualStudio.QualityToo... | 0 |
2,033,418 | 01/09/2010 12:56:38 | 247,063 | 01/09/2010 12:56:38 | 1 | 0 | what is the best system to run django on, operating sysyem, database, web server etc considering robustness, simplicity, maintence cost, maintence reliability, pricing, upgrades for the application and upgrade of the django and other system component | any body knows? | django | null | null | null | null | 08/01/2012 02:22:12 | not constructive | what is the best system to run django on, operating sysyem, database, web server etc considering robustness, simplicity, maintence cost, maintence reliability, pricing, upgrades for the application and upgrade of the django and other system component
===
any body knows? | 4 |
6,922,086 | 08/03/2011 05:34:19 | 712,997 | 04/18/2011 07:49:04 | 128 | 1 | proprietary driver - does this nullify rights? | if I use a proprietary driver in a software/hardware (based in linux) product I develop, can I still sell it/own rights to its use? Just curious. | linux | driver | rights | proprietary-software | null | 08/03/2011 18:18:50 | not constructive | proprietary driver - does this nullify rights?
===
if I use a proprietary driver in a software/hardware (based in linux) product I develop, can I still sell it/own rights to its use? Just curious. | 4 |
4,735,309 | 01/19/2011 12:36:51 | 578,871 | 01/17/2011 17:44:32 | 3 | 0 | FW generated css full width issue | i have recently generated css using Fireworks cs5 and i cannot seem to set my my header full width.I have been trying various solutions but none has worked very well so far.I need Div2 which is my header to be full width.
Here is the code.
@charset "utf-8";
body {
background-color: #fff;
... | css | null | null | null | null | null | open | FW generated css full width issue
===
i have recently generated css using Fireworks cs5 and i cannot seem to set my my header full width.I have been trying various solutions but none has worked very well so far.I need Div2 which is my header to be full width.
Here is the code.
@charset "utf-8";
bo... | 0 |
5,609,807 | 04/10/2011 04:37:29 | 700,486 | 04/10/2011 01:45:01 | 1 | 0 | iOS Getter and Setter confusion. | I think that I am a bit confused about iOS @property getter and setters. I am trying to set an NSString iVar in my AppDelegate.h file from another class so that it can be used by all of the classes in the project?
For example, I am working on an iPhone project that stores an iVar NSString *currentUser in AppDelegate... | ios | iphone-sdk-4.0 | ios4 | null | null | null | open | iOS Getter and Setter confusion.
===
I think that I am a bit confused about iOS @property getter and setters. I am trying to set an NSString iVar in my AppDelegate.h file from another class so that it can be used by all of the classes in the project?
For example, I am working on an iPhone project that stores an iVa... | 0 |
10,300,068 | 04/24/2012 14:30:27 | 1,353,952 | 04/24/2012 14:24:33 | 1 | 0 | JavaScript working in IE but not in Firefox | function onLoadMoneyEarned(size){
for(var i=1;i<=size;i++){
var countStr1 = 'howOften__JB1_'+i;
var countStr2 = 'howOften__JB2_'+i;
var countStr3 = 'howOften__JB3_'+i;
var countStr4 = 'howOften__JB4_'+i;
var hrsPerWeek1 = 'hrsPerWeek__JB1_'+i
var hrsPerWeek2 =... | javascript | jsp | null | null | null | null | open | JavaScript working in IE but not in Firefox
===
function onLoadMoneyEarned(size){
for(var i=1;i<=size;i++){
var countStr1 = 'howOften__JB1_'+i;
var countStr2 = 'howOften__JB2_'+i;
var countStr3 = 'howOften__JB3_'+i;
var countStr4 = 'howOften__JB4_'+i;
var hrsPerWeek... | 0 |
6,955,826 | 08/05/2011 11:53:32 | 844,365 | 07/14/2011 10:42:43 | 24 | 0 | Publishing PAID app in android market - India | I want to publish a paid app in android market. But I do not see India when registering to merchant account.
Can | android | null | null | null | null | 08/05/2011 12:22:22 | off topic | Publishing PAID app in android market - India
===
I want to publish a paid app in android market. But I do not see India when registering to merchant account.
Can | 2 |
8,895,105 | 01/17/2012 13:06:38 | 978,114 | 10/04/2011 09:02:40 | 1 | 0 | How to get site collection url using javascript? | I am stuck up in a requirement where i need to get the site collection url to pass in a function.
Please help? | javascript | sharepoint | sharepoint2007 | null | null | 01/18/2012 10:09:48 | not a real question | How to get site collection url using javascript?
===
I am stuck up in a requirement where i need to get the site collection url to pass in a function.
Please help? | 1 |
7,258,624 | 08/31/2011 14:37:45 | 666,533 | 03/08/2011 02:42:17 | 83 | 5 | (git) How to merge all revision from doesn't existing branch into other branch? | I have 3 branch in my git repo: **master**, **stand** and **develop**. For each feature i create new brach from **develop**.
After feature done, i'll merge it branch into **develop** (with *--no-ff* option).
For example, i have 3 feature (**f1**, **f2**, **f3**) merged branches in **develop**.
And now i want to ... | git | merge | null | null | null | null | open | (git) How to merge all revision from doesn't existing branch into other branch?
===
I have 3 branch in my git repo: **master**, **stand** and **develop**. For each feature i create new brach from **develop**.
After feature done, i'll merge it branch into **develop** (with *--no-ff* option).
For example, i have 3 ... | 0 |
8,640,145 | 12/27/2011 00:24:08 | 488,652 | 10/27/2010 10:01:43 | 81 | 0 | Resources for learning HTML5 with Ruby on Rails | I initial went through some tutorials on ROR.
Then Later on HTML5.
But I don't really understand how to use HTML5 with ROR.
It'll be great if you know of some resources which can help me to get a hang of things.
Thanks! | ruby-on-rails | html5 | null | null | null | 12/27/2011 21:54:18 | not a real question | Resources for learning HTML5 with Ruby on Rails
===
I initial went through some tutorials on ROR.
Then Later on HTML5.
But I don't really understand how to use HTML5 with ROR.
It'll be great if you know of some resources which can help me to get a hang of things.
Thanks! | 1 |
9,174,677 | 02/07/2012 10:34:12 | 1,194,397 | 02/07/2012 10:28:13 | 1 | 0 | Which database? | I'm a java developer, currently starting developing a hospital management system that will server patients, doctors, accountant, .... etc the system is really huge that may have 900,000 records/day, data is really growing so fast, for that i'm confusing in which database to use since i have the following options: (Perc... | sql | database | oracle | percona | null | 02/07/2012 11:00:12 | not constructive | Which database?
===
I'm a java developer, currently starting developing a hospital management system that will server patients, doctors, accountant, .... etc the system is really huge that may have 900,000 records/day, data is really growing so fast, for that i'm confusing in which database to use since i have the fol... | 4 |
3,764,291 | 09/21/2010 20:39:15 | 187,730 | 10/10/2009 17:45:27 | 201 | 12 | How to see if a internet is avaiable using python? | I want to see if I can access one online api but for that I need to have internet avaiable.
How can I see if there's a internet connection avaiable and active using Python? | python | connection | internet | null | null | 05/06/2012 23:25:44 | not a real question | How to see if a internet is avaiable using python?
===
I want to see if I can access one online api but for that I need to have internet avaiable.
How can I see if there's a internet connection avaiable and active using Python? | 1 |
5,766,159 | 04/23/2011 18:43:09 | 310,291 | 03/02/2010 15:22:39 | 2,709 | 17 | Will java support equivalent of C# CODEDOM one day ? | Seems java doesn't support CODEDOM equivalent:
http://stackoverflow.com/questions/2623726/java-code-generation-metaprogramming-reflection-wtv
Code Generation through code template as suggested in post above is not equivalent to codedom but rather equivalent to C# T4.
So does java has any will to support it in ... | c# | java | .net | null | null | 04/25/2011 15:54:42 | not a real question | Will java support equivalent of C# CODEDOM one day ?
===
Seems java doesn't support CODEDOM equivalent:
http://stackoverflow.com/questions/2623726/java-code-generation-metaprogramming-reflection-wtv
Code Generation through code template as suggested in post above is not equivalent to codedom but rather equivalen... | 1 |
7,475,521 | 09/19/2011 18:25:17 | 445,018 | 09/11/2010 09:21:20 | 1 | 1 | How healthy is your Ruby on Rails project? | Over the last five years I have been involved with lots of RoR based projects. I personally feel that though much talked about I rarely see RoR projects following all the good practices. I would like to know from the community here, if you were asked to lead a project whose code is already written almost (client's favo... | ruby-on-rails | ruby | coding-style | null | null | 09/19/2011 18:51:49 | off topic | How healthy is your Ruby on Rails project?
===
Over the last five years I have been involved with lots of RoR based projects. I personally feel that though much talked about I rarely see RoR projects following all the good practices. I would like to know from the community here, if you were asked to lead a project who... | 2 |
9,970,468 | 04/02/2012 03:12:22 | 1,104,458 | 12/18/2011 12:32:28 | 61 | 1 | "Cannot fully validate proxy" message with RequestFactory | While working on an AppEngine connected Android project, I occasionally have problems with RequestFactory validation, such as the following warning I see in the error log:
> Cannot fully validate proxy since type foo is not available Add
> @SuppressWarnings("requestfactory") to dismiss.
This is usually fixed by ... | android | requestfactory | null | null | null | null | open | "Cannot fully validate proxy" message with RequestFactory
===
While working on an AppEngine connected Android project, I occasionally have problems with RequestFactory validation, such as the following warning I see in the error log:
> Cannot fully validate proxy since type foo is not available Add
> @SuppressWarn... | 0 |
6,424,568 | 06/21/2011 11:33:17 | 736,036 | 05/03/2011 11:29:27 | 39 | 4 | How to change font color in a loadedHtml text. | I have save a string like this..
NSString *loadString = [NSString stringWithFormat:@"<html><body><font color=\"white\">%@</font></body></html>", string];
Now i want to load this string in a webview using
[webView loadHTMLString:loadString baseURL:nil];
now when the webpage is loaded the colour is ... | html | objective-c | xcode | apple | null | null | open | How to change font color in a loadedHtml text.
===
I have save a string like this..
NSString *loadString = [NSString stringWithFormat:@"<html><body><font color=\"white\">%@</font></body></html>", string];
Now i want to load this string in a webview using
[webView loadHTMLString:loadString baseURL:ni... | 0 |
9,386,538 | 02/21/2012 22:46:32 | 975,239 | 10/02/2011 08:43:13 | 9 | 0 | Timer for threads in c programming language | At the main of code,i want to create a thread(mythread) and stop main for 20Sec,and at this time(20Sec) mythread is processed and after 20Sec main is resumed.What am i do?
| c | multithreading | pthreads | null | null | 02/21/2012 23:47:15 | not a real question | Timer for threads in c programming language
===
At the main of code,i want to create a thread(mythread) and stop main for 20Sec,and at this time(20Sec) mythread is processed and after 20Sec main is resumed.What am i do?
| 1 |
7,763,995 | 10/14/2011 06:46:15 | 301,336 | 03/25/2010 00:46:46 | 468 | 19 | Silverlight: How to Create a VisualState for a Templated / Custom Control | I'm trying to create a templated/custom control in Silverlight.
The base control can be a `System.Windows.Controls.Button`. The button has the following visual states:
<vsm:VisualStateManager.VisualStateGroups>
<!--Define the states for the common states. The states in a
... | silverlight | custom-controls | controltemplate | visualstates | null | null | open | Silverlight: How to Create a VisualState for a Templated / Custom Control
===
I'm trying to create a templated/custom control in Silverlight.
The base control can be a `System.Windows.Controls.Button`. The button has the following visual states:
<vsm:VisualStateManager.VisualStateGroups>
<!--Define... | 0 |
7,250,097 | 08/30/2011 21:33:55 | 75,846 | 03/09/2009 21:36:04 | 126 | 2 | Trying to refactor to Null object pattern but the end result seems worse | I'm refactoring a big class that has a lot of checks for null all over the place into using the null object pattern. So far it's been an almost smooth change but I am having a couple of issues with the end result and I would like to know if there is a better or different approach or even to go back the way it was.
T... | c# | refactoring | null-object-pattern | null-object | null | null | open | Trying to refactor to Null object pattern but the end result seems worse
===
I'm refactoring a big class that has a lot of checks for null all over the place into using the null object pattern. So far it's been an almost smooth change but I am having a couple of issues with the end result and I would like to know if t... | 0 |
9,750,862 | 03/17/2012 14:43:02 | 872,130 | 08/01/2011 03:09:52 | 6 | 0 | how do I get a copy of articles of incorporation from the Secretary of State in New York to satisfy Apple's developer registration requirements? | I have created an LLC that I intend to use to do business on the iPhone app store. Apple asked for copies of documents verifying the identity of my business. I sent them a copy of the filing receipt for my articles of incorporation that I got when I created my LLC. They called me and said they need copies of the act... | iphone | apple | null | null | null | 03/17/2012 15:57:19 | off topic | how do I get a copy of articles of incorporation from the Secretary of State in New York to satisfy Apple's developer registration requirements?
===
I have created an LLC that I intend to use to do business on the iPhone app store. Apple asked for copies of documents verifying the identity of my business. I sent the... | 2 |
9,628,379 | 03/09/2012 03:03:22 | 430,281 | 08/25/2010 04:57:38 | 121 | 0 | How do I make simple echo bot for an IRC using twisted? | I think the question pretty much sums it up. I have seen some things that retrieve and log messages, but I am having trouble deciphering what parts are the bare minimum necessary for a simple echo bot. | python | twisted | echo | irc | null | 03/10/2012 09:26:18 | not a real question | How do I make simple echo bot for an IRC using twisted?
===
I think the question pretty much sums it up. I have seen some things that retrieve and log messages, but I am having trouble deciphering what parts are the bare minimum necessary for a simple echo bot. | 1 |
9,416,587 | 02/23/2012 16:00:25 | 1,147,065 | 01/13/2012 06:12:52 | 5 | 0 | Adding three UITableViews in iPhone Application | I have application in which i have three buttons. i want that when i click on any button it should display the desired table view . | iphone | objective-c | null | null | null | 03/23/2012 09:16:36 | not a real question | Adding three UITableViews in iPhone Application
===
I have application in which i have three buttons. i want that when i click on any button it should display the desired table view . | 1 |
8,563,726 | 12/19/2011 15:45:11 | 1,106,210 | 12/19/2011 15:41:45 | 1 | 0 | Join strings with XML node between in scala | I have a list of strings and I need to join them together with <br/> tags in between. So starting from:
val list = List("line1", "line2", "line3")
I need to end up with a NodeSeq of:
line1<br/>line2<br/>line3
It's possible the list contains only one element, in which case I should end up with a N... | xml | scala | null | null | null | null | open | Join strings with XML node between in scala
===
I have a list of strings and I need to join them together with <br/> tags in between. So starting from:
val list = List("line1", "line2", "line3")
I need to end up with a NodeSeq of:
line1<br/>line2<br/>line3
It's possible the list contains only on... | 0 |
4,213,633 | 11/18/2010 10:08:45 | 136,130 | 07/10/2009 08:12:14 | 16 | 0 | Multiple IP for One Host | I am setting up a grid-enabled cluster. I plan to assign 2 IP to my head node: one for local connection (LAN for distributing jobs to compute nodes) and one for public (internet for user access). So, my /etc/hosts file looks something like this:
111.111.111.111 myserver.whatever.com myserver #for public IP
... | cluster-computing | globus-toolkit | null | null | null | null | open | Multiple IP for One Host
===
I am setting up a grid-enabled cluster. I plan to assign 2 IP to my head node: one for local connection (LAN for distributing jobs to compute nodes) and one for public (internet for user access). So, my /etc/hosts file looks something like this:
111.111.111.111 myserver.whatever.com... | 0 |
3,489,929 | 08/16/2010 00:48:21 | 421,200 | 08/15/2010 21:25:15 | 1 | 0 | How to remove the things I don't like about Python? | Python is a great programming language, but certain things about it just annoy the heck out of me.
As such, I:
**1)** wanted to find out how to remove these annoyances from the language itself, or
**2)** find a language that is Python-like that don't have these annoyances.
<hr />
I love Python for everythin... | python | programming-languages | null | null | null | 08/16/2010 00:56:03 | not constructive | How to remove the things I don't like about Python?
===
Python is a great programming language, but certain things about it just annoy the heck out of me.
As such, I:
**1)** wanted to find out how to remove these annoyances from the language itself, or
**2)** find a language that is Python-like that don't ha... | 4 |
2,066,906 | 01/14/2010 19:25:37 | 238,919 | 12/26/2009 19:08:04 | 11 | 2 | object oriented programming | I have confusion about the concept of inheritance in c++, suppose we have a class named computer and we publically inherits a class named laptop from computer class. now when we create an object of class laptop in main function what happens in the memory? please explain . | oop | c++ | java | null | null | null | open | object oriented programming
===
I have confusion about the concept of inheritance in c++, suppose we have a class named computer and we publically inherits a class named laptop from computer class. now when we create an object of class laptop in main function what happens in the memory? please explain . | 0 |
3,465,342 | 08/12/2010 06:52:08 | 417,028 | 07/13/2010 10:19:56 | 55 | 7 | When will IPv4 addresses run out ? | From years I am hearing that soon IPv4 address will run out. When will it happen? When will we see IPv6 only application?
| ipv6 | ipv4 | null | null | null | 08/12/2010 06:57:26 | off topic | When will IPv4 addresses run out ?
===
From years I am hearing that soon IPv4 address will run out. When will it happen? When will we see IPv6 only application?
| 2 |
2,515,677 | 03/25/2010 13:04:44 | 301,689 | 03/25/2010 13:04:44 | 1 | 0 | IE6 the last three characters in a div are being repeated else where in the page? really weird | Hey, Basically i have an issues (in IE6) where the last three characters of a line of text in a div are being repeated further down the page even though they are only in the HTML once.
http://www.disturbmedia.com/jason/test/
please see the numbers in black, its always the last three characters that get repeated, so... | internet-explorer-6 | repeating | character | html | css | null | open | IE6 the last three characters in a div are being repeated else where in the page? really weird
===
Hey, Basically i have an issues (in IE6) where the last three characters of a line of text in a div are being repeated further down the page even though they are only in the HTML once.
http://www.disturbmedia.com/jaso... | 0 |
10,984,173 | 06/11/2012 16:38:56 | 344,286 | 05/01/2010 16:35:26 | 5,499 | 226 | Python3 json.dumps gives TypeError: keys must be a string | I've got a simple web server written in Python3 (using classes from `http.server`) that I'm porting from 2 to 3.
I have the following code:
# More code here...
postvars = cgi.parse_qs(self.rfile.read(length),
keep_blank_values=1)
something.json_run(json.dumps(postvars))
... | python | json | python-3.x | null | null | null | open | Python3 json.dumps gives TypeError: keys must be a string
===
I've got a simple web server written in Python3 (using classes from `http.server`) that I'm porting from 2 to 3.
I have the following code:
# More code here...
postvars = cgi.parse_qs(self.rfile.read(length),
keep... | 0 |
4,281,285 | 11/25/2010 22:33:28 | 24,391 | 10/02/2008 05:00:08 | 1,154 | 36 | Is there anyway in PHP to use uniquely identify a user's router? | Is there anyway in PHP to use uniquely identify a user's router? I'd like t know what users are on the second router. | php | unique | router | null | null | null | open | Is there anyway in PHP to use uniquely identify a user's router?
===
Is there anyway in PHP to use uniquely identify a user's router? I'd like t know what users are on the second router. | 0 |
9,315,947 | 02/16/2012 17:24:00 | 1,175,914 | 01/29/2012 00:55:11 | 21 | 0 | iOS 5 Audio Backgrounding: Code only runs when audio file playing? |
I'd like to understand how audio backgrounding on iOS works.
Is it true that an app's code only runs when audio is actively playing or does code always run when I tag the app as using audio backgrounding?
Does this mean that if my app isn't already playing audio when it goes to the background, I won't be able ... | ios | audio | backgrounding | null | null | null | open | iOS 5 Audio Backgrounding: Code only runs when audio file playing?
===
I'd like to understand how audio backgrounding on iOS works.
Is it true that an app's code only runs when audio is actively playing or does code always run when I tag the app as using audio backgrounding?
Does this mean that if my app isn'... | 0 |
11,145,345 | 06/21/2012 19:25:16 | 1,473,125 | 06/21/2012 19:15:11 | 1 | 0 | Focus on bootstrap textarea with jquery | I am having trouble focusing on a textarea on a webpage which uses jquery and bootstrap. It should be a trivial job but I don't see why it doesn't work the way it it supposed to.
$('#textarea').focus();
By default, bootstrap gives a blue glow to a focused area (see http://twitter.github.com/bootstrap/base-css... | javascript | jquery | twitter-bootstrap | null | null | 06/24/2012 00:46:08 | not a real question | Focus on bootstrap textarea with jquery
===
I am having trouble focusing on a textarea on a webpage which uses jquery and bootstrap. It should be a trivial job but I don't see why it doesn't work the way it it supposed to.
$('#textarea').focus();
By default, bootstrap gives a blue glow to a focused area (see... | 1 |
5,199,494 | 03/04/2011 21:29:28 | 564,184 | 01/05/2011 15:51:51 | 65 | 1 | Scrape Data in C# from images | Scrape Data in C# from images
![enter image description here][1]
[1]: http://i.stack.imgur.com/qerP3.png | c# | null | null | null | null | 03/04/2011 21:33:12 | not a real question | Scrape Data in C# from images
===
Scrape Data in C# from images
![enter image description here][1]
[1]: http://i.stack.imgur.com/qerP3.png | 1 |
8,089,519 | 11/11/2011 04:00:15 | 515,932 | 11/22/2010 10:41:55 | 29 | 1 | To caculate a destination coordinate from a one coordinate and heading information. | If I Have information with one coordinate(lat, lon) and true heading degree in iPhone, how can I find a destination coordinate from this?
ex) starting coordinate2D: 37.6009, 126.8647
true heading: 271.4766227
distance: 0.8m
destination coordinate?????
p.s I think it's OK if it dose not use formula ... | iphone | location | coordinate | heading | bearing | null | open | To caculate a destination coordinate from a one coordinate and heading information.
===
If I Have information with one coordinate(lat, lon) and true heading degree in iPhone, how can I find a destination coordinate from this?
ex) starting coordinate2D: 37.6009, 126.8647
true heading: 271.4766227
distance: 0.8m
... | 0 |
10,362,075 | 04/28/2012 08:59:26 | 1,362,627 | 04/28/2012 08:53:45 | 1 | 0 | 15 puzzle backgroud image javascript/css | my tiles(divs) in the 15 puzzle are placed correctly but all have the same image which is the top left corner of my background image, how can i set the div to take a specific position of the background image applied to it? most probbably a css question.
Thanks! | javascript | css | null | null | null | null | open | 15 puzzle backgroud image javascript/css
===
my tiles(divs) in the 15 puzzle are placed correctly but all have the same image which is the top left corner of my background image, how can i set the div to take a specific position of the background image applied to it? most probbably a css question.
Thanks! | 0 |
10,166,086 | 04/15/2012 21:05:30 | 1,125,402 | 01/01/2012 20:55:43 | 252 | 7 | Good examples of PHP code for an intermediate PHPer? | I know the basics for PHP and have written a school project in PHP (although looking back on it, I'd really love to rewrite it)
I'd really like to get a feel for how to code *good* PHP code though, for example what are the best practices when it comes to PHP? And are there recommended ways of tackling certain tasks?... | php | practice | null | null | null | 04/16/2012 01:59:36 | not a real question | Good examples of PHP code for an intermediate PHPer?
===
I know the basics for PHP and have written a school project in PHP (although looking back on it, I'd really love to rewrite it)
I'd really like to get a feel for how to code *good* PHP code though, for example what are the best practices when it comes to PHP?... | 1 |
8,628,192 | 12/25/2011 04:23:02 | 860,324 | 07/24/2011 15:06:39 | 962 | 6 | Compatibility with open-source project licenses | <sub>(Apologies if this question does not fit the StackOverflow question format.)</sub>
My project uses various open-source technologies, specifically:
* Node - [Complicated license - depends on V8](https://raw.github.com/joyent/node/v0.6.6/LICENSE)
* jQuery - [MIT and GPL](http://jquery.org/license/)
* Backbon... | open-source | licensing | legal | null | null | 12/25/2011 13:52:55 | off topic | Compatibility with open-source project licenses
===
<sub>(Apologies if this question does not fit the StackOverflow question format.)</sub>
My project uses various open-source technologies, specifically:
* Node - [Complicated license - depends on V8](https://raw.github.com/joyent/node/v0.6.6/LICENSE)
* jQuery -... | 2 |
2,389,208 | 03/05/2010 19:03:35 | 134,743 | 07/08/2009 07:01:07 | 409 | 34 | Should I buy Obout? Help, Please. | We started a new project and the nature of the project is very interactive and a Rich UI is required.
We would need a set of controls that would require for Rich UI development. I found Obout while googling. I never heard about them and never seen fellow members telling me such name except Telerik, ComponentOne, Ne... | asp.net | custom-server-controls | rich-internet-application | null | null | 05/08/2012 23:08:25 | not constructive | Should I buy Obout? Help, Please.
===
We started a new project and the nature of the project is very interactive and a Rich UI is required.
We would need a set of controls that would require for Rich UI development. I found Obout while googling. I never heard about them and never seen fellow members telling me suc... | 4 |
1,243,200 | 08/07/2009 06:26:04 | 150,759 | 08/05/2009 02:50:52 | 13 | 0 | Object Orientation - Where to place this Interface Declaration... | I have a few questions for you wise people involving OO design with Interfaces and abstract base classes. Consider the following scenario:
I have an abstract bass class "DataObjectBase" and a derived class "UserDataObject." I also have an interface "IDataObject." The interface of course exposes all of the public ... | abstract-class | interface | oop | null | null | null | open | Object Orientation - Where to place this Interface Declaration...
===
I have a few questions for you wise people involving OO design with Interfaces and abstract base classes. Consider the following scenario:
I have an abstract bass class "DataObjectBase" and a derived class "UserDataObject." I also have an inter... | 0 |
9,200,069 | 02/08/2012 19:28:29 | 65,717 | 02/12/2009 19:43:52 | 189 | 13 | c# Detect if .wav file is accessed? | Say I have an application in windows, any application, that has a setting that plays a sound when something happens. This could be when a DVD is finished burning, when a party is getting attacked in a MMORPG or when a stock alert is fired on etrade.
What would be the easiest way to trigger a chain of events to occur... | c# | file-access | null | null | null | 02/08/2012 19:37:14 | off topic | c# Detect if .wav file is accessed?
===
Say I have an application in windows, any application, that has a setting that plays a sound when something happens. This could be when a DVD is finished burning, when a party is getting attacked in a MMORPG or when a stock alert is fired on etrade.
What would be the easiest ... | 2 |
9,546,703 | 03/03/2012 14:03:53 | 230,377 | 12/12/2009 17:46:13 | 1,463 | 71 | asp.net mvc - automatically binding a model property if it is present | I'm not sure i know the exact terminology for what i want to do, so i'll just describe what i want, and hopefully someone will give me the answer or direct me to the right place...
I want some (maybe all) of the models on my site to inherit from `IGeneralSettings` -
public interface IGeneralSettings
{
... | c# | asp.net-mvc | castle-windsor | null | null | null | open | asp.net mvc - automatically binding a model property if it is present
===
I'm not sure i know the exact terminology for what i want to do, so i'll just describe what i want, and hopefully someone will give me the answer or direct me to the right place...
I want some (maybe all) of the models on my site to inherit f... | 0 |
9,450,515 | 02/26/2012 04:20:13 | 1,184,100 | 02/02/2012 01:59:49 | 82 | 0 | Custom fonts : @Font-Face issues in chrome,firefox | I downloaded a font and generated font-face css using font-squirrel.
The font is displayed properly in IE,Opera but in chrome , firefox & safari it looks small and something totally different...
Is there anything that i need to change ??
@font-face {
font-family: 'LektonRegular';
src: url('myfon... | css | css3 | null | null | null | null | open | Custom fonts : @Font-Face issues in chrome,firefox
===
I downloaded a font and generated font-face css using font-squirrel.
The font is displayed properly in IE,Opera but in chrome , firefox & safari it looks small and something totally different...
Is there anything that i need to change ??
@font-face {
... | 0 |
10,832,993 | 05/31/2012 11:48:38 | 1,179,695 | 01/31/2012 06:52:57 | 1 | 1 | struct pointer casting and its memery allocation | The point here is the code "int header = (((int)(txUserPtr) - 4))"
Illustration of UserTypes and struct pointer casting is great of help!
how should i set incoming pointer "txUserPtr" so that
Fun() would skip following lines.
I don't want to execute error()
typedef union UserTypes
{
SAUse... | c | null | null | null | null | 05/31/2012 13:54:08 | not a real question | struct pointer casting and its memery allocation
===
The point here is the code "int header = (((int)(txUserPtr) - 4))"
Illustration of UserTypes and struct pointer casting is great of help!
how should i set incoming pointer "txUserPtr" so that
Fun() would skip following lines.
I don't want to execute error()
... | 1 |
3,271,911 | 07/17/2010 14:38:14 | 354,192 | 05/30/2010 22:03:15 | 1 | 0 | Background image always centered | I have created a website but am having an issue forcing the background image to always be center. It looks great when the site is maximized but when I make the window resolution smaller the background gets pushed to the left and the content overflows to the right. It would be solved if I could just force the background... | css | null | null | null | null | 04/22/2012 13:25:59 | too localized | Background image always centered
===
I have created a website but am having an issue forcing the background image to always be center. It looks great when the site is maximized but when I make the window resolution smaller the background gets pushed to the left and the content overflows to the right. It would be solve... | 3 |
7,744,662 | 10/12/2011 18:22:18 | 570,222 | 01/10/2011 18:24:22 | 129 | 27 | Efficient Schema Modeling has_many associations with ActiveRecord (or maybe Mongoid?) | im having troubles create a rather complicated schema for my application. I have Objects and Users, and Users can create, like and unlike many Objects and conversely the other way round. So i have set up my models like this:
class User < ActiveRecord::Base
has_many :userobjects, :foreign_key => "user_id"
... | ruby-on-rails | activerecord | mongodb | null | null | null | open | Efficient Schema Modeling has_many associations with ActiveRecord (or maybe Mongoid?)
===
im having troubles create a rather complicated schema for my application. I have Objects and Users, and Users can create, like and unlike many Objects and conversely the other way round. So i have set up my models like this:
... | 0 |
8,804,270 | 01/10/2012 13:48:22 | 496,120 | 11/03/2010 15:35:37 | 199 | 2 | An issue of reading different matrices in one YAML file... | I have a problem, it might be trivial to many of you...
I'm reading different images, extract SIFT features and save the features in Yaml file... which I got a file of:
descriptors1: !!opencv-matrix
rows: 342
cols: 128
dt: f
data: [ 0.,.........
....................]
... | opencv | null | null | null | null | null | open | An issue of reading different matrices in one YAML file...
===
I have a problem, it might be trivial to many of you...
I'm reading different images, extract SIFT features and save the features in Yaml file... which I got a file of:
descriptors1: !!opencv-matrix
rows: 342
cols: 128
d... | 0 |
5,094,712 | 02/23/2011 17:43:17 | 616,639 | 02/14/2011 18:15:48 | 8 | 4 | writing a php script..... | how do you write a php script and execute that in a web page?suppose there is web page www.somepage.com and i want to find out a specific word in that page...i know you could search without a script since searching functionality is provided by the browser but how do someone write a script and find out that...i mean i n... | php | null | null | null | null | 02/23/2011 17:50:41 | not a real question | writing a php script.....
===
how do you write a php script and execute that in a web page?suppose there is web page www.somepage.com and i want to find out a specific word in that page...i know you could search without a script since searching functionality is provided by the browser but how do someone write a script... | 1 |
4,357,209 | 12/05/2010 03:27:12 | 523,872 | 11/29/2010 12:09:01 | 8 | 0 | Deploy MVC 2 to IIS 7.5 Windows Server 2008 Intergrated Mode | I'm stuck while I'm trying to deploy my mvc 2 web application in IIS, using IIS 7.5 in Windows Server 2008 R2, intergrated mode.
I got into an issue with Session, Session lost when I use hostname to launch my web pages in IE 7 or IE 8. This issue is not related to cookies, Session is always null doesn't matter cooki... | asp.net-mvc-2 | null | null | null | null | null | open | Deploy MVC 2 to IIS 7.5 Windows Server 2008 Intergrated Mode
===
I'm stuck while I'm trying to deploy my mvc 2 web application in IIS, using IIS 7.5 in Windows Server 2008 R2, intergrated mode.
I got into an issue with Session, Session lost when I use hostname to launch my web pages in IE 7 or IE 8. This issue is n... | 0 |
11,051,439 | 06/15/2012 13:19:32 | 1,442,966 | 06/07/2012 18:28:20 | 6 | 0 | jQuery dialog working as expected | It might be a stupid problem, but I am very new to jQuery. I am trying to create a button that on-click will pop-up a login dialog. Somehow the form is shown instead of being created as a dialog. Below is my code:
<head>
<script src="js/jquery-ui-1.8.21.custom.min.js"></script>
<script>
... | jquery | null | null | null | null | null | open | jQuery dialog working as expected
===
It might be a stupid problem, but I am very new to jQuery. I am trying to create a button that on-click will pop-up a login dialog. Somehow the form is shown instead of being created as a dialog. Below is my code:
<head>
<script src="js/jquery-ui-1.8.21.custom.min.... | 0 |
8,972,050 | 01/23/2012 13:02:57 | 1,136,700 | 01/08/2012 04:02:19 | 265 | 0 | what is the recommended JavaScript Editor/Debugger under Windows | Which editor you are using for JavaScript, may it support JQuery code assist. | javascript | jquery | null | null | null | 01/23/2012 13:11:07 | not constructive | what is the recommended JavaScript Editor/Debugger under Windows
===
Which editor you are using for JavaScript, may it support JQuery code assist. | 4 |
3,868,240 | 10/05/2010 22:28:13 | 171,560 | 09/10/2009 16:40:14 | 145 | 3 | NLog performance | What should the expected overhead be for logging?
I have tried this example
private class Person
{
private static Logger logger = LogManager.GetCurrentClassLogger();
public string Name { get; private set; }
public Person(string name)
... | c# | nlog | null | null | null | null | open | NLog performance
===
What should the expected overhead be for logging?
I have tried this example
private class Person
{
private static Logger logger = LogManager.GetCurrentClassLogger();
public string Name { get; private set; }
public Person(... | 0 |
194,812 | 10/11/2008 23:17:53 | 11,110 | 09/16/2008 05:08:25 | 48 | 2 | List of opensource programming books | I'm trying to amass a list of programming books with opensource licenses, like Creative Commons, GPL, etc. The books can be about a particlar programming language or about computers in general. Hoping you guys could help:
# Programming Languages
## Python
* [Dive Into Python](http://diveintopython.org/)
* [How to... | creative-commons | ebooks | books | free | null | 02/29/2012 19:20:39 | not constructive | List of opensource programming books
===
I'm trying to amass a list of programming books with opensource licenses, like Creative Commons, GPL, etc. The books can be about a particlar programming language or about computers in general. Hoping you guys could help:
# Programming Languages
## Python
* [Dive Into Pyth... | 4 |
8,508,653 | 12/14/2011 17:09:13 | 823,398 | 06/30/2011 16:03:12 | 46 | 8 | The correct sytax for IF THEN with variables | How does one code for a choice between two options?
if ((one_spinner.getSelectedItem().toString()
.equals("one"))) {
double one_thing = new Double(one.getText()
.toString());
double two_thing = one_thing * 5;
} else {
double two_thing = new Double(one.getText()
.to... | java | android | null | null | null | 12/14/2011 17:13:22 | not a real question | The correct sytax for IF THEN with variables
===
How does one code for a choice between two options?
if ((one_spinner.getSelectedItem().toString()
.equals("one"))) {
double one_thing = new Double(one.getText()
.toString());
double two_thing = one_thing * 5;
} else {
doubl... | 1 |
9,989,675 | 04/03/2012 08:27:24 | 365,251 | 06/12/2010 13:37:57 | 3,083 | 7 | What is a good File Manager for .NET? | I need a File Manager for C#/.NET in my application (similar to the old one in Telerik, but I'll avoid Telerik right now).
I need it because the user should browse folder, enter the folder, e select "file". I just need this behaviour.
Found [this][1], but I don't know how good it is! What can you suggest to me?
... | c# | .net | file-browser | null | null | null | open | What is a good File Manager for .NET?
===
I need a File Manager for C#/.NET in my application (similar to the old one in Telerik, but I'll avoid Telerik right now).
I need it because the user should browse folder, enter the folder, e select "file". I just need this behaviour.
Found [this][1], but I don't know ho... | 0 |
9,124,297 | 02/03/2012 05:54:51 | 638,445 | 02/28/2011 22:09:09 | 376 | 13 | How can I find the decryption code in an executable? | I'm not sure what the algorithm is, but I presume there is a way of finding it in an executable. After that, isn't it a short step via debugging to get the key? | encryption | reverse-engineering | null | null | null | 02/03/2012 16:38:47 | not a real question | How can I find the decryption code in an executable?
===
I'm not sure what the algorithm is, but I presume there is a way of finding it in an executable. After that, isn't it a short step via debugging to get the key? | 1 |
8,815,188 | 01/11/2012 06:42:10 | 1,140,243 | 01/10/2012 06:27:07 | 1 | 0 | Compile project in Xcode with Undefined symbols for architecture i386: | Undefined symbols for architecture i386:
"__objc_empty_vtable", referenced from:
_OBJC_METACLASS_$_CalAppDelegate in CalAppDelegate.o
_OBJC_CLASS_$_CalAppDelegate in CalAppDelegate.o
_OBJC_CLASS_$_CalViewController in CalViewController.o
_OBJC_METACLASS_$_CalViewController in CalViewContr... | xcode | null | null | null | null | 01/11/2012 21:30:20 | not a real question | Compile project in Xcode with Undefined symbols for architecture i386:
===
Undefined symbols for architecture i386:
"__objc_empty_vtable", referenced from:
_OBJC_METACLASS_$_CalAppDelegate in CalAppDelegate.o
_OBJC_CLASS_$_CalAppDelegate in CalAppDelegate.o
_OBJC_CLASS_$_CalViewController in Ca... | 1 |
4,571,041 | 12/31/2010 16:04:59 | 198,183 | 10/28/2009 14:55:35 | 1,401 | 31 | printf-format-question | This script outputs "abc". How could I change the FORMAT part of printf to get "123" as output?
#!/usr/bin/env perl
use warnings;
use 5.012;
my $str = 'abc123';
printf "%3.3s\n", $str;
# abc | perl | format | printf | null | null | null | open | printf-format-question
===
This script outputs "abc". How could I change the FORMAT part of printf to get "123" as output?
#!/usr/bin/env perl
use warnings;
use 5.012;
my $str = 'abc123';
printf "%3.3s\n", $str;
# abc | 0 |
2,301,424 | 02/20/2010 07:18:26 | 98,251 | 04/30/2009 04:41:35 | 28 | 2 | Building Solr indexes through Haystack throws unknown field error | I'm trying to integrate Haystack with Solr. When I try to build the index, I get an error
"Unknown field django_id" from SOLR. What's causing this to happen? | haystack | solr | django | null | null | null | open | Building Solr indexes through Haystack throws unknown field error
===
I'm trying to integrate Haystack with Solr. When I try to build the index, I get an error
"Unknown field django_id" from SOLR. What's causing this to happen? | 0 |
2,301,187 | 02/20/2010 05:25:52 | 34,537 | 11/05/2008 03:00:23 | 3,260 | 85 | How do i build 64bit asp.net projects? | I created a new project, build and run, it asked me to modify my web.config for debugging and i clicked yes. The projected loaded fine. I switched the target cpu from any to 64bits and i got an exception. How do i build and run 64bit projects?
Server Error in '/' Application.
Could not load file or assemb... | x64 | asp.net | error-message | exception | null | null | open | How do i build 64bit asp.net projects?
===
I created a new project, build and run, it asked me to modify my web.config for debugging and i clicked yes. The projected loaded fine. I switched the target cpu from any to 64bits and i got an exception. How do i build and run 64bit projects?
Server Error in '/' App... | 0 |
5,433,735 | 03/25/2011 14:25:01 | 601,117 | 02/03/2011 07:27:47 | 42 | 0 | i have four numbers a b c d and i want to sort it how could i do it in c# | i have four numbers a b c d and i want to sort it how could i do it in c# | c# | .net | null | null | null | 03/25/2011 14:29:16 | not a real question | i have four numbers a b c d and i want to sort it how could i do it in c#
===
i have four numbers a b c d and i want to sort it how could i do it in c# | 1 |
1,855,338 | 12/06/2009 13:01:06 | 208,992 | 11/11/2009 19:57:23 | 14 | 1 | Setting a default Apache RewriteRule entry | I want to set a 'default' rewrite rule to catch anything that didn't match the previous rewrite entries. I've tried this:
RewriteRule ^(.*)/?$ index.php?url=$1 [L]
But the output returned is:
url = index.php
Ideally what I want is to attach all the GET values to 'url' so they will be saved to my w... | apache | mod-rewrite | url-rewrite | default-value | null | null | open | Setting a default Apache RewriteRule entry
===
I want to set a 'default' rewrite rule to catch anything that didn't match the previous rewrite entries. I've tried this:
RewriteRule ^(.*)/?$ index.php?url=$1 [L]
But the output returned is:
url = index.php
Ideally what I want is to attach all the G... | 0 |
2,499,323 | 03/23/2010 11:09:34 | 221,951 | 12/01/2009 09:02:12 | 166 | 16 | JEE6 vs. Spring 3 stack | I'm starting a new project now. I have to choose technologies. I need something light, so no EJB or Seam. On the other hand I need JPA(Hibernate or alternative) and JSF with IceFaces. Do you think that such stack on Spring 3 deployed on Tomcat is a good choice? Or a JEE6 web application could be better? I'm afraid that... | jee6 | spring | jsf | null | null | 01/24/2012 19:08:58 | not constructive | JEE6 vs. Spring 3 stack
===
I'm starting a new project now. I have to choose technologies. I need something light, so no EJB or Seam. On the other hand I need JPA(Hibernate or alternative) and JSF with IceFaces. Do you think that such stack on Spring 3 deployed on Tomcat is a good choice? Or a JEE6 web application cou... | 4 |
5,825,192 | 04/28/2011 21:22:07 | 473,423 | 10/12/2010 14:00:24 | 127 | 0 | word count limitations | If i have a string like String s = " , , , , , "; this is demarcated by space so the unix utility "wc" ends up counting them as 5 words. However, it doesn't make much sense.
In Java, if I use s.split("\\s+") again the same issue. So, my question is, they shouldn't be considered words right? Punctuations are always ig... | java | algorithm | null | null | null | 04/28/2011 21:33:42 | not a real question | word count limitations
===
If i have a string like String s = " , , , , , "; this is demarcated by space so the unix utility "wc" ends up counting them as 5 words. However, it doesn't make much sense.
In Java, if I use s.split("\\s+") again the same issue. So, my question is, they shouldn't be considered words right... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.