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,750,827 | 07/19/2011 16:45:24 | 852,454 | 07/19/2011 16:45:24 | 1 | 0 | displace an image vertically in matlab? | This image is in gray scale, i´ve already done a scanning to detect the first and the last pixels i would like to move to top, and put those points into an array but all i´ve gotten is two pixels displaced.
| matlab | null | null | null | null | 07/20/2011 11:26:30 | not a real question | displace an image vertically in matlab?
===
This image is in gray scale, i´ve already done a scanning to detect the first and the last pixels i would like to move to top, and put those points into an array but all i´ve gotten is two pixels displaced.
| 1 |
5,002,395 | 02/15/2011 10:20:28 | 98,374 | 04/30/2009 08:54:46 | 73 | 4 | Automatically indenting less (the css extention) | [Less](http://lesscss.org/), the CSS extension, let's you nest CSS rules. I'm looking for a way to automatically indent my less code. I'm sure that some combination of flags on [indent](http://www.gnu.org/software/indent/) will do the trick but the man page is 23 pages long.
| css | less | indent | beautifier | null | null | open | Automatically indenting less (the css extention)
===
[Less](http://lesscss.org/), the CSS extension, let's you nest CSS rules. I'm looking for a way to automatically indent my less code. I'm sure that some combination of flags on [indent](http://www.gnu.org/software/indent/) will do the trick but the man page is 23 pa... | 0 |
10,881,703 | 06/04/2012 12:56:28 | 443,169 | 09/09/2010 07:35:00 | 13 | 1 | add www to htaccess for contextdependant urls | I know about his
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain\.net$
RewriteRule (.*) http://www.yourdomain.net/$1 [R=301,L]
However, i do not know beforehand what the domainname will be (it can be one of about 30). Is it possible make yourdomain.com variable so it matches all 30 possible do... | .htaccess | variables | null | null | null | 06/05/2012 13:12:48 | off topic | add www to htaccess for contextdependant urls
===
I know about his
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain\.net$
RewriteRule (.*) http://www.yourdomain.net/$1 [R=301,L]
However, i do not know beforehand what the domainname will be (it can be one of about 30). Is it possible make yourd... | 2 |
8,069,926 | 11/09/2011 18:44:56 | 1,007,666 | 10/21/2011 18:25:40 | 6 | 0 | What is the correct syntax for this query? | NSString *querySQL = [NSString stringWithFormat: @"SELECT address, phone FROM contacts WHERE name LIKE @0","%name.text%"]; | sqlite | null | null | null | null | 11/10/2011 09:15:18 | too localized | What is the correct syntax for this query?
===
NSString *querySQL = [NSString stringWithFormat: @"SELECT address, phone FROM contacts WHERE name LIKE @0","%name.text%"]; | 3 |
4,977,353 | 02/12/2011 09:33:43 | 614,099 | 02/12/2011 09:33:43 | 1 | 0 | how to open an aspx.cs file? | i have some files with extension aspx.cs.
i tried opening them with visual studio c# 2008.
but all that opens is the code page, and not any design page.
what should i do?
i have to work on that project.
how to open those files, in which program/software?
please help.
| asp | null | null | null | null | null | open | how to open an aspx.cs file?
===
i have some files with extension aspx.cs.
i tried opening them with visual studio c# 2008.
but all that opens is the code page, and not any design page.
what should i do?
i have to work on that project.
how to open those files, in which program/software?
please help.
... | 0 |
764,726 | 04/19/2009 02:44:33 | 54,964 | 01/14/2009 11:38:17 | 1,370 | 26 | Accessing Multiple Files in VIM | The book "Unix in a Nutshell" discusses about accessing multiple files on pages 572-573. There seem to be very useful commands such as ":e", ":e #", ":e new_file", ":n files", ":args", ":prev" and ":n!". The commands confuse me:
> ":n Edit next file in the list of files."
> ":args Display list of files to be... | file | vim | null | null | null | null | open | Accessing Multiple Files in VIM
===
The book "Unix in a Nutshell" discusses about accessing multiple files on pages 572-573. There seem to be very useful commands such as ":e", ":e #", ":e new_file", ":n files", ":args", ":prev" and ":n!". The commands confuse me:
> ":n Edit next file in the list of files."
... | 0 |
4,521,667 | 12/23/2010 19:02:57 | 544,562 | 12/16/2010 09:46:29 | 1 | 0 | Hide elements using jquery based on option select | I have two forms and a selector.
This is my code --
<select>
<option value="1">Pay</option>
<option value="2">Goog</option>
</select>
<form id="pp">
<input type="text">
</form>
<form id="cc">
<input type="text">
</form>
Now if option 1 is selected i... | javascript | jquery | forms | null | null | null | open | Hide elements using jquery based on option select
===
I have two forms and a selector.
This is my code --
<select>
<option value="1">Pay</option>
<option value="2">Goog</option>
</select>
<form id="pp">
<input type="text">
</form>
<form id="cc">
<input typ... | 0 |
8,526,626 | 12/15/2011 21:10:02 | 1,096,892 | 10/12/2011 19:29:32 | 391 | 1 | More buttons are selected than the limit | Please follow these steps in the jsfiddle to understand my question
1. Click on open grid link and select option "3", buttons A,B and C would appear
2. Enter in number 2 in the number of Answers textbox. Then select buttons A and C
3. Now click on the open grid again and select option 6.
4. Now the number o... | jquery | null | null | null | null | 01/06/2012 02:17:05 | not a real question | More buttons are selected than the limit
===
Please follow these steps in the jsfiddle to understand my question
1. Click on open grid link and select option "3", buttons A,B and C would appear
2. Enter in number 2 in the number of Answers textbox. Then select buttons A and C
3. Now click on the open grid aga... | 1 |
194,094 | 10/11/2008 13:58:58 | 4,653 | 09/05/2008 00:53:33 | 203 | 4 | Model - View - Presenter with Virtual Grid | What is the best breakdown of responsibility when using a virtual grid and the MVP pattern in a winforms application.
including:
1. Getting callbacks from the grid on user changed cell updates
2. Callback from the grid to set the style and value of a cell given a row and column
| c# | mvp | winforms | virtual | grid | null | open | Model - View - Presenter with Virtual Grid
===
What is the best breakdown of responsibility when using a virtual grid and the MVP pattern in a winforms application.
including:
1. Getting callbacks from the grid on user changed cell updates
2. Callback from the grid to set the style and value of a cell given a... | 0 |
7,139,429 | 08/21/2011 16:12:37 | 648,138 | 03/07/2011 12:27:30 | 1,606 | 41 | Books on computer architecture that covers these topics | I am looking for a book on computer architecture that starts from a basic level and goes in depth .
I had searched some books like:
[Structured computer organization by Andrew S. Tanenbaum ][1] but i also found negative reviews about this book.
I am looking for a **very good** book that teaches :
<ul>
<li>***Pr... | books | computer-science | computer-architecture | null | null | 08/21/2011 16:28:09 | not constructive | Books on computer architecture that covers these topics
===
I am looking for a book on computer architecture that starts from a basic level and goes in depth .
I had searched some books like:
[Structured computer organization by Andrew S. Tanenbaum ][1] but i also found negative reviews about this book.
I am look... | 4 |
9,677,593 | 03/13/2012 02:27:00 | 1,256,334 | 03/08/2012 05:58:19 | 1 | 0 | Forwarding 150 emails from gmail account to another gmail account | I ve got like 150 email and have to send all to another account,Is there anyway to do it at once?
| gmail | null | null | null | null | 03/13/2012 10:41:13 | off topic | Forwarding 150 emails from gmail account to another gmail account
===
I ve got like 150 email and have to send all to another account,Is there anyway to do it at once?
| 2 |
8,087,836 | 11/10/2011 23:24:45 | 167,958 | 09/03/2009 15:14:48 | 14,835 | 472 | Is the order of file-level static variables always the same within a given translation unit? | I have a program split up into two source files:
_example.cpp_
#include <iostream>
class A {
public:
A(int x) {
::std::cout << "In A(" << x << ")\n";
}
};
static A first(1);
static A second(2);
_example_main.cpp_
int main(int argc, con... | c++ | initialization | static-initialization | static-order-fiasco | null | null | open | Is the order of file-level static variables always the same within a given translation unit?
===
I have a program split up into two source files:
_example.cpp_
#include <iostream>
class A {
public:
A(int x) {
::std::cout << "In A(" << x << ")\n";
}
};
... | 0 |
8,149,821 | 11/16/2011 10:07:05 | 1,150,619 | 06/29/2011 07:43:03 | 1,235 | 111 | Place elements randomly into document background? | I try to create a plugin for personal use, that will place clouds in my web page randomly.
Lets see now what is my idea:
I have create an image with all my clouds.
In my CSS I have create a general class called .cloud that is applyed to all cloud elements and four classes .cloud_1 .cloud_2 .cloud_3 .cloud_4 fo... | jquery | css | null | null | null | null | open | Place elements randomly into document background?
===
I try to create a plugin for personal use, that will place clouds in my web page randomly.
Lets see now what is my idea:
I have create an image with all my clouds.
In my CSS I have create a general class called .cloud that is applyed to all cloud elements ... | 0 |
4,206,500 | 11/17/2010 16:14:31 | 510,858 | 11/17/2010 13:57:54 | 3 | 0 | How to get the row number of ID of a sql table? | suppose i need to print the 3rd, 5th, 9th, 20th, 34th and so on... | php | null | null | null | null | 11/17/2010 19:06:01 | not a real question | How to get the row number of ID of a sql table?
===
suppose i need to print the 3rd, 5th, 9th, 20th, 34th and so on... | 1 |
11,271,880 | 06/30/2012 06:04:45 | 394,788 | 07/17/2010 18:15:20 | 10 | 0 | Can I charge for an iOS app that uses Foursquare data? | I couldn't find anything in the docs that permitted or restricted this so I wanted to check so I knew it advance. | ios | null | null | null | null | 06/30/2012 10:20:49 | off topic | Can I charge for an iOS app that uses Foursquare data?
===
I couldn't find anything in the docs that permitted or restricted this so I wanted to check so I knew it advance. | 2 |
8,185,217 | 11/18/2011 15:59:48 | 1,043,353 | 11/12/2011 17:12:42 | 101 | 0 | Summing XML attributes sometimes returns zero C# | I'm trying to parse an NZB file (which is XML) and sum the bytes attributes. Sometimes it works perfectly and sometimes it returns zero, and I can't figure out why. The NZB files have identical structure as far as I can tell.
private Int32 processNZB(string sFilename)
{
XDocument xFile = XDocument.Load(sFile... | c# | xml | .net-3.5 | xdocument | null | null | open | Summing XML attributes sometimes returns zero C#
===
I'm trying to parse an NZB file (which is XML) and sum the bytes attributes. Sometimes it works perfectly and sometimes it returns zero, and I can't figure out why. The NZB files have identical structure as far as I can tell.
private Int32 processNZB(string sF... | 0 |
6,629,869 | 07/08/2011 20:04:09 | 167,726 | 09/03/2009 08:27:38 | 441 | 10 | Any ASP.NET MVC sample using DI, AOP, POCO, UoW, Mocks, and Unit Tests | Can somebody point me to a ASP.NET MVC 2 sample with following features (most of them):
- Dependency Inversion using any DI framework
- Repository pattern & Unit of Work pattern
- Entity Framework 4.1 and POCO (or NHibernate)
- Unit Testing using any framework
- Mocking using any mocking framework
- Data ... | asp.net-mvc-2 | code-sample | null | null | null | null | open | Any ASP.NET MVC sample using DI, AOP, POCO, UoW, Mocks, and Unit Tests
===
Can somebody point me to a ASP.NET MVC 2 sample with following features (most of them):
- Dependency Inversion using any DI framework
- Repository pattern & Unit of Work pattern
- Entity Framework 4.1 and POCO (or NHibernate)
- Unit T... | 0 |
11,312,548 | 07/03/2012 13:58:21 | 606,901 | 02/07/2011 18:16:43 | 74 | 8 | How quick is mongodb replication? | I apologize for such a generic question. I am trying to see if MongoDB satisfies our project need. We have a requirement for some data needs to be made available(read-only) on multiple machines.
Was wondering if we could leverage mongoDB replication sets for this purpose wherein the data is written on one machine and... | mongodb | replication | null | null | null | 07/05/2012 14:27:44 | off topic | How quick is mongodb replication?
===
I apologize for such a generic question. I am trying to see if MongoDB satisfies our project need. We have a requirement for some data needs to be made available(read-only) on multiple machines.
Was wondering if we could leverage mongoDB replication sets for this purpose wherein... | 2 |
9,843,149 | 03/23/2012 16:45:46 | 1,280,767 | 03/20/2012 11:35:56 | 1 | 1 | Detecting PixelType / ColourDepth in TwainDotNet | I'm using TwainDotNet to scan images. When the TransferImage event fires I'd like to know the current PixelType / ColourDepth from the TwainSource so I am able to compress the image according to it's type. I've tried looking at the Image returned in TransferImageEventArgs but this always seems to be ARGB. I'm a newbie ... | c# | wpf | twain | null | null | null | open | Detecting PixelType / ColourDepth in TwainDotNet
===
I'm using TwainDotNet to scan images. When the TransferImage event fires I'd like to know the current PixelType / ColourDepth from the TwainSource so I am able to compress the image according to it's type. I've tried looking at the Image returned in TransferImageEve... | 0 |
242,517 | 10/28/2008 07:59:00 | 30,884 | 10/23/2008 16:59:40 | 1 | 1 | Extremely Wierd Bug with a property in C# | I have a certain application which feeds information into an object, after comparing the new information to the old information.
It goes something like
set
{
oldval=_value;
_value=value;
if (some comparison logic)
raiseEvent();
}
This all happens on a background thread, in ... | c# | .net | property | null | null | 01/24/2012 08:42:57 | too localized | Extremely Wierd Bug with a property in C#
===
I have a certain application which feeds information into an object, after comparing the new information to the old information.
It goes something like
set
{
oldval=_value;
_value=value;
if (some comparison logic)
raiseEvent();
}
... | 3 |
1,853,737 | 12/05/2009 22:50:04 | 225,576 | 12/05/2009 22:50:04 | 1 | 0 | importing c++ data types to haskell with ffi | I'm writing a haskell wrapper for a c++ library and as much as I can import functions from the library to my haskell program, I have no clue how to import c++ data types. For instance I have a function which takes as a parameter a video::E_DRIVER_TYPE EDT_OPENGL type defined in some.h file, and as I said before I know ... | haskell | c++ | types | ffi | null | null | open | importing c++ data types to haskell with ffi
===
I'm writing a haskell wrapper for a c++ library and as much as I can import functions from the library to my haskell program, I have no clue how to import c++ data types. For instance I have a function which takes as a parameter a video::E_DRIVER_TYPE EDT_OPENGL type de... | 0 |
9,423,892 | 02/24/2012 01:00:38 | 496,969 | 11/04/2010 09:01:56 | 103 | 11 | How to rotate a flat object around its center in perspective view? | What I'm trying to do seems like it should be easy enough: I created a 2D top-down view of an old phonograph record. I want to rotate it (lay it back) in its X axis and then spin it around its Z axis.
I've read every question here that has CATransform3D in the body, I've read Steve Baker's ["Matrices can be your fr... | ios | catransform3d | null | null | null | null | open | How to rotate a flat object around its center in perspective view?
===
What I'm trying to do seems like it should be easy enough: I created a 2D top-down view of an old phonograph record. I want to rotate it (lay it back) in its X axis and then spin it around its Z axis.
I've read every question here that has CATr... | 0 |
11,334,018 | 07/04/2012 18:34:22 | 1,502,264 | 07/04/2012 18:28:13 | 1 | 0 | MsSql Query slow when paginated | I am seeing some strange behaviour with following SQL Query: (SQL Server 2012)
select * FROM dbo.Person WHERE CONTAINS(Name, '"John" AND "Smith"')
order by Name
Executing this query alone gives me about 1'300 results in less than two seconds. (There's a fulltext-index on Name)
When I, however, change the quer... | sql | sql-server | null | null | null | 07/10/2012 16:25:37 | off topic | MsSql Query slow when paginated
===
I am seeing some strange behaviour with following SQL Query: (SQL Server 2012)
select * FROM dbo.Person WHERE CONTAINS(Name, '"John" AND "Smith"')
order by Name
Executing this query alone gives me about 1'300 results in less than two seconds. (There's a fulltext-index on Name... | 2 |
6,646,685 | 07/11/2011 06:53:26 | 834,862 | 07/08/2011 06:33:22 | 1 | 0 | solve y cube equation in runtime. | I am doing cropping a object in real time using c++. Here I know 2 coordinates of points A and B. I want to find 3rd point Z which is perpendicular to AB line. Z(x3,y3). It mean ABZ angle is 90. I gained 2 huge equations when I have used BZ slope and BZ distance. I have simplified it and gain following equation.
`y... | c++ | algorithm | math | null | null | 07/11/2011 09:52:27 | off topic | solve y cube equation in runtime.
===
I am doing cropping a object in real time using c++. Here I know 2 coordinates of points A and B. I want to find 3rd point Z which is perpendicular to AB line. Z(x3,y3). It mean ABZ angle is 90. I gained 2 huge equations when I have used BZ slope and BZ distance. I have simplified... | 2 |
11,368,394 | 07/06/2012 19:17:15 | 1,411,745 | 05/23/2012 05:23:05 | 6 | 1 | Make a game server using UDK | I'm new in udk, and I just wanted to ask, that how can I do a online game server for my udk game, becouse I have no idea about that.
Thank you for your answers. | unreal-development-kit | unrealscript | server | null | null | 07/08/2012 09:17:20 | not a real question | Make a game server using UDK
===
I'm new in udk, and I just wanted to ask, that how can I do a online game server for my udk game, becouse I have no idea about that.
Thank you for your answers. | 1 |
3,689,645 | 09/11/2010 03:08:35 | 1,246,275 | 08/20/2010 14:46:33 | 441 | 29 | Random word selection | Is there a way to get a **random word from an online dictionary** like dictionary.com, into a string for use in **PHP**. **API's** etc...
**Impossible or not?** | php | string | api | dictionary | words | 09/13/2010 01:24:29 | not a real question | Random word selection
===
Is there a way to get a **random word from an online dictionary** like dictionary.com, into a string for use in **PHP**. **API's** etc...
**Impossible or not?** | 1 |
8,000,579 | 11/03/2011 19:15:54 | 1,026,753 | 11/02/2011 23:57:31 | 1 | 0 | Firebug shows my js files in the net panel for a split second then they vanish | I'm trying to evaluate my js load times, but Firebug won't show them to me.
I go to the net panel, load the page, and I can see my 10 or 12 js files for a split second, but then they vanish and are replaced by Google Analytic's script as the only one that shows up at the end.. what gives? | javascript | firebug | null | null | null | null | open | Firebug shows my js files in the net panel for a split second then they vanish
===
I'm trying to evaluate my js load times, but Firebug won't show them to me.
I go to the net panel, load the page, and I can see my 10 or 12 js files for a split second, but then they vanish and are replaced by Google Analytic's scrip... | 0 |
1,339,121 | 08/27/2009 06:07:14 | 65,387 | 02/12/2009 03:01:00 | 1,444 | 83 | How to reverse a QList? | I see [qCopy][1], and [qCopybackward][2] but neither seems to let me make a copy in reverse order. `qCopybackward` only copies it in reverse order, but keeps the darn elements in the same order! All I want to do is return a copy of the list in reverse order. There **has** to be a function for that, right?
[1]: h... | qt | null | null | null | null | null | open | How to reverse a QList?
===
I see [qCopy][1], and [qCopybackward][2] but neither seems to let me make a copy in reverse order. `qCopybackward` only copies it in reverse order, but keeps the darn elements in the same order! All I want to do is return a copy of the list in reverse order. There **has** to be a function f... | 0 |
8,374,106 | 12/04/2011 08:16:33 | 1,079,854 | 12/04/2011 07:55:42 | 1 | 0 | Get data from a textbox in Urdu or any reginal language in C# | Not read data in the language that i typed. But take the English characters that I typed.
Hello I want to insert data from text-box to SQLdatabase in Urdu language. I applied all settings that is required for Urdu text. When I write the text into the text-box it displays in Urdu but when i insert data after reading... | c#-4.0 | null | null | null | null | 12/04/2011 15:28:24 | not a real question | Get data from a textbox in Urdu or any reginal language in C#
===
Not read data in the language that i typed. But take the English characters that I typed.
Hello I want to insert data from text-box to SQLdatabase in Urdu language. I applied all settings that is required for Urdu text. When I write the text into th... | 1 |
3,424,000 | 08/06/2010 13:05:15 | 392,502 | 07/15/2010 09:14:16 | 19 | 0 | i need to verify a zope tree with a selenium right click | I'm testing a tree made in zope that needs to be clicked with right_click, i know that the command for left click with selenium in python is selenium.click ,but i don't know any for right_click ,can anyone help me please. | python | selenium | zope | right-click | null | null | open | i need to verify a zope tree with a selenium right click
===
I'm testing a tree made in zope that needs to be clicked with right_click, i know that the command for left click with selenium in python is selenium.click ,but i don't know any for right_click ,can anyone help me please. | 0 |
3,647,183 | 09/05/2010 18:16:20 | 440,137 | 09/05/2010 18:16:20 | 1 | 0 | Search database for offensive words | I am looking on running a search on my database at set intervals for a list of words I consider offensive (because I am an authoritarian dictator and I hate free speech - I rule with an Iron fist).
How would I most efficiently search my database for a list of keywords? The two columns I intend to search are indexed ... | php | mysql | censorship | null | null | null | open | Search database for offensive words
===
I am looking on running a search on my database at set intervals for a list of words I consider offensive (because I am an authoritarian dictator and I hate free speech - I rule with an Iron fist).
How would I most efficiently search my database for a list of keywords? The tw... | 0 |
6,067,868 | 05/20/2011 05:38:30 | 584,020 | 01/21/2011 05:52:28 | 6 | 0 | Can anyone please let me know how to implement the differential timer concept | Can anyone please let me know how to implement the differential timer concept.
I am working on a mobile platform, which gives or upports only one hardware timer. Using this i have to maintain different timers requested by application.
Can anyone please suggest a best approach to implement this software timers usi... | c | timer | null | null | null | 05/20/2011 11:18:41 | not a real question | Can anyone please let me know how to implement the differential timer concept
===
Can anyone please let me know how to implement the differential timer concept.
I am working on a mobile platform, which gives or upports only one hardware timer. Using this i have to maintain different timers requested by application.... | 1 |
5,326,434 | 03/16/2011 14:03:58 | 662,624 | 03/16/2011 14:03:58 | 1 | 0 | Amazon EC2 with Windows 2008 R2 | A new Windows 2k8 R2 image is now available on Amazon. I have two questions about this:
1. It doesn't appear that 32-bit (Small) images are available. Is this correct?
2. From a programmatic point of view, what advantages will R2 give me over the standard Windows image? | windows-server-2008 | amazon-ec2 | amazon-web-services | null | null | 03/17/2011 14:06:45 | off topic | Amazon EC2 with Windows 2008 R2
===
A new Windows 2k8 R2 image is now available on Amazon. I have two questions about this:
1. It doesn't appear that 32-bit (Small) images are available. Is this correct?
2. From a programmatic point of view, what advantages will R2 give me over the standard Windows image? | 2 |
8,735,990 | 01/05/2012 00:16:07 | 10,272 | 09/15/2008 22:04:03 | 1,332 | 17 | What are some best practices for continuous deployment / iterative development / AB testing of mobile apps? | Between native apps that go through app-store review process (android non-review), and web apps that just live in browsers, through hybrid apps that utilize phonegap or other home made UIWebView support, what are industry's best practices to minimize deployment time a-la continuous deployment while still maintaining th... | android | ios | continuous-deployment | null | null | 06/20/2012 12:08:26 | not constructive | What are some best practices for continuous deployment / iterative development / AB testing of mobile apps?
===
Between native apps that go through app-store review process (android non-review), and web apps that just live in browsers, through hybrid apps that utilize phonegap or other home made UIWebView support, wha... | 4 |
11,104,295 | 06/19/2012 15:27:39 | 615,909 | 02/14/2011 08:46:57 | 17 | 1 | Hacker Backdoor script? | I found this script attached to a modified index page. This looks like some kind of backdoor. and who is this SAPE ?
<?php
class SAPE_base {
var $_version = '1.0.8';
var $_verbose = false;
var $_charset = '';
var $_sape_charset = '';
var $_server_list = array('dispenser-01.sap... | php | null | null | null | null | 06/19/2012 15:34:50 | off topic | Hacker Backdoor script?
===
I found this script attached to a modified index page. This looks like some kind of backdoor. and who is this SAPE ?
<?php
class SAPE_base {
var $_version = '1.0.8';
var $_verbose = false;
var $_charset = '';
var $_sape_charset = '';
var $_server_l... | 2 |
11,736,111 | 07/31/2012 08:33:16 | 872,998 | 08/01/2011 14:57:05 | 102 | 5 | create a custom profile class but error in subfolder | I am working with mvc 3 jquery mobile project.
I crated a custom profile class in project to save in aspnet_profile table with the help of:
http://weblogs.asp.net/jgalloway/archive/2008/01/19/writing-a-custom-asp-net-profile-class.aspx .and in my server i have subfolder called 'admin' and i placed some aspx files in ... | asp.net | asp.net-mvc-3 | profile | null | null | null | open | create a custom profile class but error in subfolder
===
I am working with mvc 3 jquery mobile project.
I crated a custom profile class in project to save in aspnet_profile table with the help of:
http://weblogs.asp.net/jgalloway/archive/2008/01/19/writing-a-custom-asp-net-profile-class.aspx .and in my server i have... | 0 |
8,389,569 | 12/05/2011 17:47:53 | 888,139 | 08/10/2011 14:45:15 | 102 | 2 | CSS: select element preceded by a sibling element | I have something similar to the following:
<ul id="list-cats">
<li><img src="..." alt="" /><a href="#">test 1</a></li>
<li><img src="..." alt="" /><a href="#">test 2</a></li>
<li><img src="..." alt="" /><a href="#">test 2</a></li>
</ul>
ul#list-cats li {border:1px solid red;... | css | selector | null | null | null | 02/10/2012 12:52:42 | too localized | CSS: select element preceded by a sibling element
===
I have something similar to the following:
<ul id="list-cats">
<li><img src="..." alt="" /><a href="#">test 1</a></li>
<li><img src="..." alt="" /><a href="#">test 2</a></li>
<li><img src="..." alt="" /><a href="#">test 2</a></li>
... | 3 |
11,496,286 | 07/15/2012 22:46:24 | 1,527,464 | 07/15/2012 21:07:55 | 1 | 0 | Programming STM32-p207 using JTAG | I am a newbie learning to do ARM development.
I have the following development hardware
Olimex STM32-P207 (https://www.olimex.com/dev/stm32-p207.html)
Olimex ARM-USB-TINY-H
The STM32-P207 user guide mentions the following-
*"Note: additionally, the board can be programmed via JTAG interface but there are sign... | embedded | arm | development-environment | stm32 | jtag | 07/15/2012 22:48:27 | off topic | Programming STM32-p207 using JTAG
===
I am a newbie learning to do ARM development.
I have the following development hardware
Olimex STM32-P207 (https://www.olimex.com/dev/stm32-p207.html)
Olimex ARM-USB-TINY-H
The STM32-P207 user guide mentions the following-
*"Note: additionally, the board can be programme... | 2 |
3,403,247 | 08/04/2010 06:55:05 | 348,311 | 05/23/2010 14:58:10 | 173 | 9 | Dealing with file properties C# | I want to get the file size of any given file using the C#, and I need to show it in GB, MB, KB and bytes if possible ...
and for audio (mp3) files, I need to get the duration of the file ... | c# | filesystems | null | null | null | null | open | Dealing with file properties C#
===
I want to get the file size of any given file using the C#, and I need to show it in GB, MB, KB and bytes if possible ...
and for audio (mp3) files, I need to get the duration of the file ... | 0 |
10,721,364 | 05/23/2012 13:49:32 | 1,166,690 | 01/24/2012 09:52:21 | 814 | 4 | XSLT output method while signing? | I am using XSLT transform in my xmlsignatures. The XSLT template's output value is **HTML** like this
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" version="4.0" encoding="iso-8859-1" indent="yes"/>
I have to use this XSLT in two places <br>
**... | java | html | xslt | xpath | xml-signature | 05/25/2012 03:56:36 | not a real question | XSLT output method while signing?
===
I am using XSLT transform in my xmlsignatures. The XSLT template's output value is **HTML** like this
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" version="4.0" encoding="iso-8859-1" indent="yes"/>
I have ... | 1 |
3,060,824 | 06/17/2010 10:28:40 | 358,450 | 06/04/2010 12:47:51 | 81 | 0 | css sprite navigation | Is it possible to use three images in CSS sprite navigation?
This may be like this
![My image][1]
[1]: http://img710.imageshack.us/img710/1429/navigx.jpg | html | css | css-sprites | null | null | null | open | css sprite navigation
===
Is it possible to use three images in CSS sprite navigation?
This may be like this
![My image][1]
[1]: http://img710.imageshack.us/img710/1429/navigx.jpg | 0 |
1,537,043 | 10/08/2009 10:50:47 | 120,497 | 06/10/2009 12:30:21 | 15 | 0 | Caching IEnumerable | public IEnumerable<ModuleData> ListModules()
{
foreach (XElement m in Source.Descendants("Module"))
{
yield return new ModuleData(m.Element("ModuleID").Value);
}
}
Initially the above code is great since there is no need to evaluate the entire collection if it is... | ienumerable | yield | return | null | null | null | open | Caching IEnumerable
===
public IEnumerable<ModuleData> ListModules()
{
foreach (XElement m in Source.Descendants("Module"))
{
yield return new ModuleData(m.Element("ModuleID").Value);
}
}
Initially the above code is great since there is no need to evaluate the e... | 0 |
3,241,968 | 07/13/2010 22:11:24 | 47,086 | 12/17/2008 15:24:53 | 351 | 36 | Charateristics and features of every software framework | I was trying to find an answer for my question today using google and StackOverflow search engines... but no luck :)
I was wondering what are the key features of every framework for end user, and how can you characterize every framework from the end-user point of view (I've looked into Framework Design Guidelines by... | language-agnostic | frameworks | framework | features | characteristics | null | open | Charateristics and features of every software framework
===
I was trying to find an answer for my question today using google and StackOverflow search engines... but no luck :)
I was wondering what are the key features of every framework for end user, and how can you characterize every framework from the end-user p... | 0 |
9,338,678 | 02/18/2012 04:52:38 | 1,202,349 | 02/10/2012 15:40:43 | 42 | 1 | What is the main difference between Agile Software Development & Extreme Programming? | Title has it. Just to have an idea, pointing to some good links with documentations are good enough. | project-management | agile | extreme-programming | null | null | 02/18/2012 04:59:16 | off topic | What is the main difference between Agile Software Development & Extreme Programming?
===
Title has it. Just to have an idea, pointing to some good links with documentations are good enough. | 2 |
2,843,279 | 05/16/2010 10:00:30 | 302,954 | 03/26/2010 23:55:39 | 11 | 0 | Asp.Net Cookie sharing | This is C#.Net code:
How to share Cookie between 2 HttpWebRequest calls?
Details:
I am posting a form in first request, this form contains some setting variables which are used by the system. lets say there is a input field in the form which sets the size of grid pages to be displayed in other pages.
Once i... | asp.net | gridview | setcookie | null | null | null | open | Asp.Net Cookie sharing
===
This is C#.Net code:
How to share Cookie between 2 HttpWebRequest calls?
Details:
I am posting a form in first request, this form contains some setting variables which are used by the system. lets say there is a input field in the form which sets the size of grid pages to be display... | 0 |
8,877,240 | 01/16/2012 08:18:54 | 665,557 | 03/18/2011 05:25:07 | 551 | 2 | LIKE Buttons from Facebook Using Open Graph API | I have a website that has movies and reviews. On a particular movie page, I have a movie title and a Facebook like button. I want this like button to use the Open Graph API. But beneath the movie, I have reviews that also have like buttons. I want these reviews to not use the graph API and just use the link to the revi... | facebook | facebook-graph-api | facebook-like | null | null | null | open | LIKE Buttons from Facebook Using Open Graph API
===
I have a website that has movies and reviews. On a particular movie page, I have a movie title and a Facebook like button. I want this like button to use the Open Graph API. But beneath the movie, I have reviews that also have like buttons. I want these reviews to no... | 0 |
8,098,803 | 11/11/2011 19:15:47 | 1,042,276 | 11/11/2011 18:52:53 | 1 | 0 | error C2593: 'operator =' is ambiguous | when i compile in VS 2003 ent i get these errors
C:\SRC\Program\_Interface\FuncTextCmd.cpp(953): error C2593: 'operator =' is ambiguous
C:\SRC\Program\_Interface\FuncTextCmd.cpp(958): error C2593: 'operator =' is ambiguous
C:\SRC\Program\_Interface\FuncTextCmd.cpp(963): error C2593: 'operator =' is amb... | c++ | compiler-errors | null | null | null | 11/12/2011 17:52:14 | too localized | error C2593: 'operator =' is ambiguous
===
when i compile in VS 2003 ent i get these errors
C:\SRC\Program\_Interface\FuncTextCmd.cpp(953): error C2593: 'operator =' is ambiguous
C:\SRC\Program\_Interface\FuncTextCmd.cpp(958): error C2593: 'operator =' is ambiguous
C:\SRC\Program\_Interface\FuncTextCm... | 3 |
9,099,475 | 02/01/2012 16:31:26 | 861,550 | 07/25/2011 12:23:42 | 1 | 1 | Does JQuery are crawled by google? | Does the HTML that are rendered in the JQuery "$(document).ready" are crawled by Google ? | jquery | crawling | null | null | null | 06/14/2012 13:10:31 | off topic | Does JQuery are crawled by google?
===
Does the HTML that are rendered in the JQuery "$(document).ready" are crawled by Google ? | 2 |
9,420,270 | 02/23/2012 19:56:24 | 122,230 | 06/12/2009 19:09:36 | 1 | 1 | How to define an alternate command for emacs eshell | I'm trying to start using eshell in place of bash within emacs, but I rely heavily on bash functions that I have written over the years. I'd like to configure eshell to invoke bash whenever a "command not found" condition occurs, in case the command in question is implemented as a bash function.
There is a variable... | emacs | eshell | null | null | null | null | open | How to define an alternate command for emacs eshell
===
I'm trying to start using eshell in place of bash within emacs, but I rely heavily on bash functions that I have written over the years. I'd like to configure eshell to invoke bash whenever a "command not found" condition occurs, in case the command in question ... | 0 |
11,381,122 | 07/08/2012 06:20:23 | 613,973 | 02/12/2011 05:46:35 | 692 | 15 | javap difference when compiling with/without assertion | *Scala for the Impatient* Chapter 15 Exercise 10: Add `assert(n >= 0` to a `factorial` method. Compile with assertions enabled and verify that `factorial(-1)` throws an exception. Compile without assertions. What happens? Use `javap` to check what happened to the assertion call.
My code:
object Test {
... | scala | javap | null | null | null | null | open | javap difference when compiling with/without assertion
===
*Scala for the Impatient* Chapter 15 Exercise 10: Add `assert(n >= 0` to a `factorial` method. Compile with assertions enabled and verify that `factorial(-1)` throws an exception. Compile without assertions. What happens? Use `javap` to check what happened to ... | 0 |
7,766,176 | 10/14/2011 10:13:46 | 620,208 | 02/16/2011 18:53:02 | 11 | 0 | Redis keys & cli | Print to display all the keys are stored in the Redis in the database number N. To do this in CLI commands, such as: **redis-keys N \*view\*** or **rk N \*view\***.
| redis | cli | null | null | null | 10/14/2011 15:01:57 | not a real question | Redis keys & cli
===
Print to display all the keys are stored in the Redis in the database number N. To do this in CLI commands, such as: **redis-keys N \*view\*** or **rk N \*view\***.
| 1 |
5,260,164 | 03/10/2011 13:19:29 | 651,348 | 03/09/2011 10:30:33 | 13 | 1 | How to use web service in android. | i am new android developer. i have to develop one project which is based on web services. i had try but it will not work properly. so plz give to me step by step solution for my problem. | android | null | null | null | null | 03/10/2011 15:58:59 | not a real question | How to use web service in android.
===
i am new android developer. i have to develop one project which is based on web services. i had try but it will not work properly. so plz give to me step by step solution for my problem. | 1 |
4,889,000 | 02/03/2011 16:50:00 | 335,546 | 05/07/2010 14:59:27 | 16 | 3 | Is it possible to cancel "keyword argumwient repeated" exception in python 2.6? | The code runs on python 2.5 but fails with this exception on 2.6 | python | python-2.6 | null | null | null | 02/03/2011 17:22:32 | not a real question | Is it possible to cancel "keyword argumwient repeated" exception in python 2.6?
===
The code runs on python 2.5 but fails with this exception on 2.6 | 1 |
7,436,410 | 09/15/2011 19:29:53 | 834,032 | 07/07/2011 17:20:13 | 709 | 20 | Tricky Logic Need help? | wah I tried it but stucked up here I get instr and split on mind but my both approaches arent able to make it
1234567 89
1233456789 ' if its 7 and 2 then append into one
123456 123
123456789 ' if its 6 and 3 then append into one
123 1234 12(last 2 characters 12 may exist or may no... | excel | vba | excel-vba | null | null | 09/15/2011 21:36:29 | not a real question | Tricky Logic Need help?
===
wah I tried it but stucked up here I get instr and split on mind but my both approaches arent able to make it
1234567 89
1233456789 ' if its 7 and 2 then append into one
123456 123
123456789 ' if its 6 and 3 then append into one
123 1234 12(last 2 char... | 1 |
4,110,662 | 11/05/2010 22:35:16 | 419,156 | 08/13/2010 03:59:11 | 23 | 2 | org.springframework.transaction.UnexpectedRollbackException for Null @Version column | I'm using Spring 3.0.4-RELEASE, JPA 2.0 with Hibernate as a provider, and JTA JOTM for transactions in my application. I've received the following error when calling `entityManager.merge` on my entity object:
org.objectweb.jotm.SubCoordinator commit_one_phase
INFO: Rollback during beforeCompletion in SubCo... | hibernate | spring | transactions | jpa-2.0 | optimistic-locking | null | open | org.springframework.transaction.UnexpectedRollbackException for Null @Version column
===
I'm using Spring 3.0.4-RELEASE, JPA 2.0 with Hibernate as a provider, and JTA JOTM for transactions in my application. I've received the following error when calling `entityManager.merge` on my entity object:
org.objectweb... | 0 |
10,774,030 | 05/27/2012 12:38:12 | 1,412,843 | 05/23/2012 14:14:47 | 9 | 0 | how to convert string to char | i want to convert say
input:
textbox1.text=blabla
output:
blabla becomes into:
textbox2.text=(char45 & char34 char45 & char34 char45 & char64 )
damn its saying it does not meet the quality standards for asking this silly questions sorry but ill have to ADD junk
Dim LIBRARY1 As [String]... | string | char | convert | null | null | 05/27/2012 16:56:35 | not a real question | how to convert string to char
===
i want to convert say
input:
textbox1.text=blabla
output:
blabla becomes into:
textbox2.text=(char45 & char34 char45 & char34 char45 & char64 )
damn its saying it does not meet the quality standards for asking this silly questions sorry but ill have to AD... | 1 |
10,529,079 | 05/10/2012 07:12:43 | 1,314,621 | 04/05/2012 07:33:57 | 1 | 2 | Check control for showing on display? or is hidden? (coded UI test) | heyhey,
the problem on my issue is to check if a control is behind another control or is hidden for a CODED UI TEST.
the starting point is the following
[1]: http://up.picr.de/10436769hv.jpg "startingpointimage"
searching for "blabla" a text message will be written on the panel that no items could found. I ... | unit-testing | control | mstest | coded-ui-tests | null | null | open | Check control for showing on display? or is hidden? (coded UI test)
===
heyhey,
the problem on my issue is to check if a control is behind another control or is hidden for a CODED UI TEST.
the starting point is the following
[1]: http://up.picr.de/10436769hv.jpg "startingpointimage"
searching for "blabla" ... | 0 |
5,369,853 | 03/20/2011 16:42:01 | 849,669 | 01/01/2010 11:21:35 | 544 | 11 | Streaming from TV tuner to web server? | Is there any tv tuners, that can cast video stream to web server?
I need to stream it to web.
Thanks ;) | tv | null | null | null | null | 03/21/2011 00:21:47 | off topic | Streaming from TV tuner to web server?
===
Is there any tv tuners, that can cast video stream to web server?
I need to stream it to web.
Thanks ;) | 2 |
4,335,576 | 12/02/2010 13:36:28 | 275,846 | 02/18/2010 06:58:28 | 223 | 15 | How to create a SCORM compliant LMS? | How to create a SCORM compliant LMS using ASP.NET?
Where to start? I had read the workflow but still not getting any idea.
Can anyone please give me an idea or is any demo code available for that? | asp.net | scorm | null | null | null | 02/29/2012 19:04:51 | not a real question | How to create a SCORM compliant LMS?
===
How to create a SCORM compliant LMS using ASP.NET?
Where to start? I had read the workflow but still not getting any idea.
Can anyone please give me an idea or is any demo code available for that? | 1 |
5,225,272 | 03/07/2011 21:08:36 | 243,233 | 01/04/2010 14:22:58 | 434 | 26 | What can we do with Haskell that we cannot do with Scala ? | (Or at least in much fewer lines of code...)
I am interested in the features that differentiate Haskell from Scala along with the feature that make them similar. | scala | haskell | functional-programming | null | null | 03/07/2011 21:19:31 | not constructive | What can we do with Haskell that we cannot do with Scala ?
===
(Or at least in much fewer lines of code...)
I am interested in the features that differentiate Haskell from Scala along with the feature that make them similar. | 4 |
6,309,774 | 06/10/2011 17:08:48 | 778,286 | 05/31/2011 20:02:49 | 41 | 0 | Redirecting a page based on a JS argument | I've been working on a problem. I posted my first question [HERE][1] and then again [HERE][2]. I think I have a working script as below. It should simply switch the selected page depending on if the browser has allowed a popup or not
<script type="text/javascript">
function openwindow() {
var w = window.ope... | javascript | null | null | null | null | 06/11/2011 00:06:09 | too localized | Redirecting a page based on a JS argument
===
I've been working on a problem. I posted my first question [HERE][1] and then again [HERE][2]. I think I have a working script as below. It should simply switch the selected page depending on if the browser has allowed a popup or not
<script type="text/javascript">
... | 3 |
9,860,390 | 03/25/2012 13:15:07 | 983,064 | 10/06/2011 21:43:52 | 577 | 33 | C Get IP for listening server | I am writing a client/server program using C sockets. I am specifying that the server can listen on any network interface by using INADDR_ANY in sockaddr_in.sin_addr.s_addr. This is equivalent to an IP of 0.0.0.0. Is it possible for me to get the actual IP that the server is listening on? (e.g. 192.168.1.100) | c | sockets | null | null | null | null | open | C Get IP for listening server
===
I am writing a client/server program using C sockets. I am specifying that the server can listen on any network interface by using INADDR_ANY in sockaddr_in.sin_addr.s_addr. This is equivalent to an IP of 0.0.0.0. Is it possible for me to get the actual IP that the server is listening... | 0 |
11,448,621 | 07/12/2012 09:16:36 | 1,466,278 | 06/19/2012 11:33:48 | 12 | 0 | the following venues already have 2 active specials | We have claimed 2 venues. Only this venue behaves oddly. There really are no 2 active specials running. We suspect we have created specials before (as part of development) that a Foursquare staff has rejected. Hence, we do not see anything via web Foursquare Campaigns/Specials list.
Please help. Venue ID: 4fd1f3fda1... | foursquare | null | null | null | null | 07/12/2012 15:40:06 | not a real question | the following venues already have 2 active specials
===
We have claimed 2 venues. Only this venue behaves oddly. There really are no 2 active specials running. We suspect we have created specials before (as part of development) that a Foursquare staff has rejected. Hence, we do not see anything via web Foursquare Camp... | 1 |
9,551,797 | 03/04/2012 02:28:32 | 1,212,953 | 02/16/2012 03:41:38 | 10 | 0 | Android is there a method similar to onListClickView for CheckBoxs? | So my question is the title: Android is there a method similar to onListClickView for CheckBoxs?
I have a method onListClickView to get the place where the list has been touched and get the information from that slot in the list.
protected void onListItemClick(ListView l, View v, int position, long id) {
... | android | null | null | null | null | null | open | Android is there a method similar to onListClickView for CheckBoxs?
===
So my question is the title: Android is there a method similar to onListClickView for CheckBoxs?
I have a method onListClickView to get the place where the list has been touched and get the information from that slot in the list.
pro... | 0 |
9,685,598 | 03/13/2012 14:05:22 | 969,281 | 09/28/2011 14:22:54 | 17 | 0 | Latest version of Xcode isn't compatible with mountin lion | I upgraded to Mac OS 10.8 mountain lion, and im having a problem installing Xcode 4.3.1 from Mac App Store, is says : "Xcode can’t be installed on “Macintosh HD” because the version of OS X is too new."
any idea folx ? thanks in advance
| ios | xcode | osx | null | null | 03/13/2012 14:11:08 | off topic | Latest version of Xcode isn't compatible with mountin lion
===
I upgraded to Mac OS 10.8 mountain lion, and im having a problem installing Xcode 4.3.1 from Mac App Store, is says : "Xcode can’t be installed on “Macintosh HD” because the version of OS X is too new."
any idea folx ? thanks in advance
| 2 |
3,967,906 | 10/19/2010 11:39:31 | 272,706 | 02/14/2010 10:03:05 | 462 | 6 | IIS 7 metabase: Setting the framework version and the managed pipeline mode programmatically | How can I set the ehe **.net framework version** and the **managed pipeline mode** programmatically for a IIS 7 programmatic via C#? What a the metabase property names for that? | c# | .net | iis7 | iis-metabase | null | null | open | IIS 7 metabase: Setting the framework version and the managed pipeline mode programmatically
===
How can I set the ehe **.net framework version** and the **managed pipeline mode** programmatically for a IIS 7 programmatic via C#? What a the metabase property names for that? | 0 |
10,926,900 | 06/07/2012 06:45:05 | 1,240,271 | 02/29/2012 12:42:55 | 61 | 7 | Could not read from the device | I am trying to install new version of my application on the top of the last version through Xcode.
Whenever i try to install it with the same provisional profile and details, i encountered with this problem.
This problem occurs after build (while copying the files).
Has anyone faced this issue??
PS: I have at... | iphone | ios | xcode | ipad | null | null | open | Could not read from the device
===
I am trying to install new version of my application on the top of the last version through Xcode.
Whenever i try to install it with the same provisional profile and details, i encountered with this problem.
This problem occurs after build (while copying the files).
Has anyone... | 0 |
6,794,204 | 07/22/2011 18:05:29 | 858,446 | 07/22/2011 18:05:29 | 1 | 0 | Need PHP mail script to send to a list | I need to send emails to a list, but I want the script to pick the first email and send it to there, then the next time an email is sent it will go to the next one on the list and so on. The list will only be about 25 or so emails. | php | email | null | null | null | 07/23/2011 20:01:04 | not a real question | Need PHP mail script to send to a list
===
I need to send emails to a list, but I want the script to pick the first email and send it to there, then the next time an email is sent it will go to the next one on the list and so on. The list will only be about 25 or so emails. | 1 |
2,559,523 | 04/01/2010 09:56:28 | 212,688 | 11/17/2009 08:26:47 | 20 | 2 | What are the qualities and skill set you should have to be network programmer? | I am new to programming. I have lots of interest in networking and want to be network programmer can someone please tell me, "what are the qualities and skill set you should have to be network programmer"?
Thanks & Regards,
Rupesh | networking | network-programming | network-protocols | programmer-skills | skills | 02/01/2012 20:27:31 | not constructive | What are the qualities and skill set you should have to be network programmer?
===
I am new to programming. I have lots of interest in networking and want to be network programmer can someone please tell me, "what are the qualities and skill set you should have to be network programmer"?
Thanks & Regards,
Rupesh | 4 |
7,563,196 | 09/27/2011 01:20:28 | 504,112 | 11/11/2010 05:58:51 | 106 | 7 | Apache PHP error with ga.js (Google Analytics)? | I'm actually still doing some work on developing **CMS** using **PHP server**... for this one, i used **Apache server**.
I dunno why. I always got **error message** telling me that the ga.js requested is not found. And then it request to my localhost.
That's **very strange**, tough!
Here is my **php error log... | php | apache | browser | google-analytics | logging | 10/10/2011 10:57:09 | not constructive | Apache PHP error with ga.js (Google Analytics)?
===
I'm actually still doing some work on developing **CMS** using **PHP server**... for this one, i used **Apache server**.
I dunno why. I always got **error message** telling me that the ga.js requested is not found. And then it request to my localhost.
That's *... | 4 |
11,491,838 | 07/15/2012 12:21:10 | 1,422,148 | 05/28/2012 16:58:48 | 8 | 0 | How to take Value from User and do some Multiplication and display that answer on another layout in Android | How can i take Value from user using EditText box and how can i use that given value for my Logic. and i want to show that answer on another Layout.xml
Example: User is Giving value: 5
Then logic is: 5*100/16 = 87.5
and i want to show this answer 87.5 to another layout.xml
Please he... | android | android-layout | android-intent | android-button | null | 07/15/2012 20:58:17 | not a real question | How to take Value from User and do some Multiplication and display that answer on another layout in Android
===
How can i take Value from user using EditText box and how can i use that given value for my Logic. and i want to show that answer on another Layout.xml
Example: User is Giving value: 5
T... | 1 |
6,393,654 | 06/18/2011 03:24:03 | 187,026 | 10/09/2009 08:58:38 | 859 | 37 | In gmaps4rails, how do I move the map so the marker is in view? | I have a set of locations that I want to bring up, individually through ajax calls, and some of them aren't within the current bounds of the map. Is there a way to move the map so the marker is in view?
I don't need it to be in the center, just as long as it's in view. | gmaps4rails | null | null | null | null | null | open | In gmaps4rails, how do I move the map so the marker is in view?
===
I have a set of locations that I want to bring up, individually through ajax calls, and some of them aren't within the current bounds of the map. Is there a way to move the map so the marker is in view?
I don't need it to be in the center, just as... | 0 |
151,291 | 09/30/2008 00:24:06 | 14,752 | 09/17/2008 02:35:39 | 92 | 2 | Can we something system.currency in .net | Is it possible to use system.currency. It says system.currency is inaccessible due to its protection level. what is the alternative of currency. | coding | null | null | null | null | null | open | Can we something system.currency in .net
===
Is it possible to use system.currency. It says system.currency is inaccessible due to its protection level. what is the alternative of currency. | 0 |
249 | 08/01/2008 22:44:11 | 103 | 08/01/2008 22:31:22 | 1 | 0 | How do I access a remote form in php? | I want to gather info from a user on a local php page (that I control), and use that info to query a form on another site (that I don't control) - how do I do that? | php | forms | remote | null | null | 12/17/2011 17:20:03 | not a real question | How do I access a remote form in php?
===
I want to gather info from a user on a local php page (that I control), and use that info to query a form on another site (that I don't control) - how do I do that? | 1 |
8,134,781 | 11/15/2011 10:22:08 | 751,903 | 05/13/2011 06:56:46 | 1 | 0 | How can i go to a directory in linux and excute a command? | I need to go to a directory in linux, and excute a command, how can i do this in one linux command ? | linux | shell | scripting | null | null | 11/15/2011 15:22:09 | off topic | How can i go to a directory in linux and excute a command?
===
I need to go to a directory in linux, and excute a command, how can i do this in one linux command ? | 2 |
6,363,057 | 06/15/2011 19:19:54 | 616,017 | 02/14/2011 10:13:30 | 0 | 1 | How to define when document height is changed in javascript/jquery? | I have a problem for showing a full size div over all of my HTML document. I've set the size of my div to my page width and height. and write this codes for resizing of ducument:
<pre>
$(window).resize(function(){
sysSetOverlaySize(cDivOverlay);//cDivOverlay is my full size div
});
</pre>
when my browser ... | javascript | jquery | null | null | null | null | open | How to define when document height is changed in javascript/jquery?
===
I have a problem for showing a full size div over all of my HTML document. I've set the size of my div to my page width and height. and write this codes for resizing of ducument:
<pre>
$(window).resize(function(){
sysSetOverlaySize(cDivOv... | 0 |
4,290,616 | 11/27/2010 07:37:59 | 384,253 | 07/06/2010 07:01:42 | 92 | 0 | How to add a project to the SVN? | I am new for SVN and I need to add my project to SVN.I dont know how to create an Hostname for the project I need to add in SVN.
Please guy's help me to get knowledge about SVN.
Thanks to all,
Monish. | svn | null | null | null | null | null | open | How to add a project to the SVN?
===
I am new for SVN and I need to add my project to SVN.I dont know how to create an Hostname for the project I need to add in SVN.
Please guy's help me to get knowledge about SVN.
Thanks to all,
Monish. | 0 |
5,765,026 | 04/23/2011 15:20:29 | 722,566 | 04/16/2011 12:20:08 | 3 | 0 | XCode- Need Help With Errors (Expected ; and Expected Statement) | .m coding:
-(void)viewDidLoad {
NSString *path = [[NSBundle mainBundle] pathForResource:@"MathMusic2" ofType:@"wav"];
self.theAudio = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:NULL]
autorelease]; //error: expected ';' before 'autorelease' and // error: expected st... | xcode | null | null | null | null | null | open | XCode- Need Help With Errors (Expected ; and Expected Statement)
===
.m coding:
-(void)viewDidLoad {
NSString *path = [[NSBundle mainBundle] pathForResource:@"MathMusic2" ofType:@"wav"];
self.theAudio = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:NULL]
autorelease];... | 0 |
11,290,037 | 07/02/2012 08:20:37 | 1,482,515 | 06/26/2012 11:06:34 | 2 | 0 | jQuery conflict in time picker | I have two js files and having conflict in implementation.
Order of my links is:
<script language="javascript" src="../js/time.js"></script>
<script language="javascript" src="../js/time_picker_min.js"></script>
<script type="text/javascript" src="../js/json.js"></script>
... | jquery | null | null | null | null | null | open | jQuery conflict in time picker
===
I have two js files and having conflict in implementation.
Order of my links is:
<script language="javascript" src="../js/time.js"></script>
<script language="javascript" src="../js/time_picker_min.js"></script>
<script type="text/javascript" s... | 0 |
3,320,278 | 07/23/2010 16:31:33 | 159,652 | 08/19/2009 22:51:45 | 32 | 0 | Java Swing - Multiple column headers in a JTable? | Is there any way to create multiple column headers in a JTable? I mean, normally there is only one row, but I need two of them with the same format (headerlike), and combine some cells of one of those headers.
I need something like this:
<pre>
Header0 | Header123 | Header4
Header0 | Header1 | He... | java | swing | jtable | null | null | null | open | Java Swing - Multiple column headers in a JTable?
===
Is there any way to create multiple column headers in a JTable? I mean, normally there is only one row, but I need two of them with the same format (headerlike), and combine some cells of one of those headers.
I need something like this:
<pre>
Header0 | ... | 0 |
10,546,381 | 05/11/2012 06:20:41 | 1,346,217 | 04/20/2012 09:56:13 | 0 | 0 | MYsQL Grouping Count Query | Anybody please help me.
I have a query that needs to extract data that must show details of a certain model on a process.
Here is my query.
select
x.Sequence as 'Sequence',
x.Process as 'Process',
x.pdt as 'Production Date',
x.mdl as 'Model',
count(x.bigbook) as 'Bigbook Count... | mysql | null | null | null | null | null | open | MYsQL Grouping Count Query
===
Anybody please help me.
I have a query that needs to extract data that must show details of a certain model on a process.
Here is my query.
select
x.Sequence as 'Sequence',
x.Process as 'Process',
x.pdt as 'Production Date',
x.mdl as 'Model',
co... | 0 |
10,967,190 | 06/10/2012 08:06:00 | 1,419,344 | 05/26/2012 18:10:49 | 21 | 0 | richfaces + eclipse ee + tomcat 7 | am having a problem configuring tomcat with richfaces. I copied the:
richfaces-components-ui-4.2.2.Final.jar
richfaces-components-api-4.2.2.Final.jar
richfaces-core-api-4.2.2.Final.jar
richfaces-core-impl-4.2.2.Final.jar
jars into tomcat's \lib and restarted my server. The definition of my xhtml ... | jsf | tomcat | configuration | richfaces | null | null | open | richfaces + eclipse ee + tomcat 7
===
am having a problem configuring tomcat with richfaces. I copied the:
richfaces-components-ui-4.2.2.Final.jar
richfaces-components-api-4.2.2.Final.jar
richfaces-core-api-4.2.2.Final.jar
richfaces-core-impl-4.2.2.Final.jar
jars into tomcat's \lib and restarted... | 0 |
8,655,986 | 12/28/2011 12:35:54 | 584,448 | 01/21/2011 12:45:53 | 205 | 6 | Howto to associate a progressdialog with a service in Android | I have a sync service using AsynTask. Due to its objective (sync), I prefer ton block the user and show him a progressdialog. (And error if exists)
Another difficulty is that I have about 8 AsyncTask running simultanious. So I can't to a simple call to the progress dialog page when I begin the work and a close when ... | java | android | null | null | null | null | open | Howto to associate a progressdialog with a service in Android
===
I have a sync service using AsynTask. Due to its objective (sync), I prefer ton block the user and show him a progressdialog. (And error if exists)
Another difficulty is that I have about 8 AsyncTask running simultanious. So I can't to a simple call ... | 0 |
11,686,836 | 07/27/2012 11:27:10 | 897,549 | 08/16/2011 21:29:41 | 75 | 4 | Reading Facebook page wall with cron | Im trying to integrate a facebook page wall into my website application. I have no problem with doing so when user is logged in with hes facebook account and is accessing the page wall within my app. What i want to do is to make possible to retrieve those posts with cron job and notify user if new posts are up by mai... | facebook | facebook-graph-api | null | null | null | null | open | Reading Facebook page wall with cron
===
Im trying to integrate a facebook page wall into my website application. I have no problem with doing so when user is logged in with hes facebook account and is accessing the page wall within my app. What i want to do is to make possible to retrieve those posts with cron job ... | 0 |
291,740 | 11/14/2008 23:12:14 | 4,834 | 09/05/2008 20:27:56 | 380 | 28 | How do I split a huge text file in python | I have a huge text file (~1GB) and sadly the text editor I use won't read such a large file. However, if I can just split it into two or three parts I'll be fine, so, as an exercise I wanted to write a program in python to do it.
What I think I want the program to do is to find the size of a file, divide that num... | python | text-files | null | null | null | null | open | How do I split a huge text file in python
===
I have a huge text file (~1GB) and sadly the text editor I use won't read such a large file. However, if I can just split it into two or three parts I'll be fine, so, as an exercise I wanted to write a program in python to do it.
What I think I want the program to do... | 0 |
6,854,156 | 07/28/2011 04:39:14 | 863,553 | 07/26/2011 13:40:34 | 73 | 4 | More Null Free Shellcode | I am looking to find x86 instructions whose opcodes are NULL free, to replace in a program I wrote. The reason the opcodes need to be NULL free is because I am trying to turn it into null-free shellcode.
The first instruction I need to convert to null-free is:
mov ebx, str ; the string containing /dev/zer... | shell | assembly | null | null | null | null | open | More Null Free Shellcode
===
I am looking to find x86 instructions whose opcodes are NULL free, to replace in a program I wrote. The reason the opcodes need to be NULL free is because I am trying to turn it into null-free shellcode.
The first instruction I need to convert to null-free is:
mov ebx, str ; ... | 0 |
9,908,871 | 03/28/2012 13:47:48 | 1,298,315 | 03/28/2012 13:38:23 | 1 | 0 | Iphone query on mapview | I wanted to get Address, city name, state name and zip code when User click on map using latitude and longitude in IOS 5. please help me it's urgent
| iphone | null | null | null | null | 03/29/2012 18:06:23 | not a real question | Iphone query on mapview
===
I wanted to get Address, city name, state name and zip code when User click on map using latitude and longitude in IOS 5. please help me it's urgent
| 1 |
544,430 | 02/13/2009 01:50:17 | 43,836 | 12/05/2008 22:20:51 | 33 | 4 | How to psyche yourself to just programming the damn thing | I spend far too much time stressing out over the best way to program something instead of just programming the damn thing - a trait I don't think is uncommon among programmers. So, does anyone have techniques for psyching oneself out so I one can relax and let oneself code something which, while not 100% perfect code, ... | productivity | null | null | null | null | 09/01/2011 03:42:16 | not constructive | How to psyche yourself to just programming the damn thing
===
I spend far too much time stressing out over the best way to program something instead of just programming the damn thing - a trait I don't think is uncommon among programmers. So, does anyone have techniques for psyching oneself out so I one can relax and ... | 4 |
11,525,403 | 07/17/2012 15:03:51 | 427,769 | 08/22/2010 17:57:02 | 806 | 58 | Best practices: Ajax and server side scripting with stored procedures | I need to rebuild an old huge website and probably porting everyting to ASP.NET and jQuery and i would like ask some suggestion and tips. Actually the website use:
- Ajax (client site with prototype.js)
- ASP (vb script server side)
- SQL Server 2005
- IIS 7 as webserver
This website use hundred of store p... | jquery | asp.net | sql-server | asp-classic | prototypejs | 07/18/2012 06:41:54 | off topic | Best practices: Ajax and server side scripting with stored procedures
===
I need to rebuild an old huge website and probably porting everyting to ASP.NET and jQuery and i would like ask some suggestion and tips. Actually the website use:
- Ajax (client site with prototype.js)
- ASP (vb script server side)
- SQ... | 2 |
3,439,914 | 08/09/2010 12:20:41 | 362,515 | 06/09/2010 14:07:29 | 8 | 1 | Dot operator cost c/c++ | We all know about -> vs . speed diff to access members in c/c++, but I am hard to find any clues of the actual cost of the simple dot operator.
I imagine its something like address-of-struct + offset, also assume the offset being the sum of all sizeof-s of all preceding members. Is this (roughly) correct?
Then co... | c++ | c | dot-operator | null | null | 08/09/2010 13:50:50 | not a real question | Dot operator cost c/c++
===
We all know about -> vs . speed diff to access members in c/c++, but I am hard to find any clues of the actual cost of the simple dot operator.
I imagine its something like address-of-struct + offset, also assume the offset being the sum of all sizeof-s of all preceding members. Is this ... | 1 |
9,108,419 | 02/02/2012 07:12:10 | 1,163,591 | 01/22/2012 15:42:23 | 2 | 0 | php library or project | Write now I am working on web app and we need following functionality for our app(customers)
1. web based permissioning
2. Content(task writing articles) assigning and scheduling
3. moderating (approving/editing/deleting)
4. Can connect to facebook twitter and other social sites for collecting statics for partic... | php | null | null | null | null | 02/02/2012 09:07:50 | not a real question | php library or project
===
Write now I am working on web app and we need following functionality for our app(customers)
1. web based permissioning
2. Content(task writing articles) assigning and scheduling
3. moderating (approving/editing/deleting)
4. Can connect to facebook twitter and other social sites for c... | 1 |
9,220,933 | 02/10/2012 00:12:30 | 931,922 | 09/07/2011 03:20:00 | 27 | 2 | Plotting a pie-chart in matplotlib at a specific angle with the fracs on the wedges | I am plotting a piechart with matplotlib using the following code:
ax = axes([0.1, 0.1, 0.6, 0.6])
labels = 'Twice Daily', 'Daily', '3-4 times per week', 'Once per week','Occasionally'
fracs = [20,50,10,10,10]
explode=(0, 0, 0, 0,0.1)
patches, texts, autotexts = ax.pie(fracs, labels=labels,... | python | matplotlib | pie-chart | wedge | null | null | open | Plotting a pie-chart in matplotlib at a specific angle with the fracs on the wedges
===
I am plotting a piechart with matplotlib using the following code:
ax = axes([0.1, 0.1, 0.6, 0.6])
labels = 'Twice Daily', 'Daily', '3-4 times per week', 'Once per week','Occasionally'
fracs = [20,50,10,10,10]
... | 0 |
1,710,100 | 11/10/2009 18:22:27 | 17,312 | 09/18/2008 06:32:06 | 4,007 | 139 | Recommendation for a good functional algorithms book | I'm looking for a good algorithms reference for functional programming. I have this book:
![Introduction to Algorithms][1]
but all the examples are written in a procedural pseudocode. It's a fantastic book!
I also have this one:
![Purely Functional Data Structures][2]
Although all the examples are in Sta... | functional-programming | algorithm | books | null | null | 09/17/2011 22:43:29 | not constructive | Recommendation for a good functional algorithms book
===
I'm looking for a good algorithms reference for functional programming. I have this book:
![Introduction to Algorithms][1]
but all the examples are written in a procedural pseudocode. It's a fantastic book!
I also have this one:
![Purely Functional D... | 4 |
2,239,731 | 02/10/2010 19:32:53 | 209,878 | 11/12/2009 19:24:35 | 310 | 9 | blocking channels vs async message passing | I've noticed two methods to "message passing". One I've seen Erlang use and the other is from Stackless Python. From what I understand here's the difference
Erlang Style - Messages are sent and queued into the mailbox of the receiving process. From there they are removed in a FIFO basis. Once the first process sends... | python | stackless | erlang | actor | null | null | open | blocking channels vs async message passing
===
I've noticed two methods to "message passing". One I've seen Erlang use and the other is from Stackless Python. From what I understand here's the difference
Erlang Style - Messages are sent and queued into the mailbox of the receiving process. From there they are remov... | 0 |
5,676,682 | 04/15/2011 12:25:14 | 84,336 | 03/29/2009 19:17:00 | 585 | 15 | Java + Web interface | I'm writing a small application and I want to visualize results so I can see them in a web browser. For example, I want to display a plot of my data points.
Sure, I can write a http listener, that will serve an programatically built html. Or I can use java web application stack, but this seems a bit heavy weight fo... | java | null | null | null | null | 04/16/2011 22:25:55 | not a real question | Java + Web interface
===
I'm writing a small application and I want to visualize results so I can see them in a web browser. For example, I want to display a plot of my data points.
Sure, I can write a http listener, that will serve an programatically built html. Or I can use java web application stack, but this s... | 1 |
7,347,929 | 09/08/2011 12:21:38 | 882,956 | 08/07/2011 17:09:09 | 1 | 0 | Annoying tick with speex | I am making an applicatoin in which i use Speex, OpenAL and linsndfile.
The problem is taht when i write a sample buffer in the file (raw pcm unsigned 16) using libsndfile everything is right.But if i encode them, then decode them using Spexx, i get like a 'tick' between each sample.
I first though about a sample l... | c++ | speex | null | null | null | 09/18/2011 20:30:35 | too localized | Annoying tick with speex
===
I am making an applicatoin in which i use Speex, OpenAL and linsndfile.
The problem is taht when i write a sample buffer in the file (raw pcm unsigned 16) using libsndfile everything is right.But if i encode them, then decode them using Spexx, i get like a 'tick' between each sample.
I... | 3 |
5,260,874 | 03/10/2011 14:16:13 | 653,695 | 03/10/2011 14:16:13 | 1 | 0 | event handling in objective c | i try to inspect the low-level of the uiresponder,Because i try to get to the bottom of what happen when i press a button(uibutton), if there is any other methods that called when a button is clicked or only the IBaction that i had defined. | iphone | objective-c | null | null | null | null | open | event handling in objective c
===
i try to inspect the low-level of the uiresponder,Because i try to get to the bottom of what happen when i press a button(uibutton), if there is any other methods that called when a button is clicked or only the IBaction that i had defined. | 0 |
3,958,425 | 10/18/2010 10:56:02 | 475,349 | 09/08/2010 13:04:04 | 1 | 0 | regarding intents | i am new to android. i want sample program how to use intent | android | null | null | null | null | 10/18/2010 12:30:25 | not a real question | regarding intents
===
i am new to android. i want sample program how to use intent | 1 |
6,989,217 | 08/08/2011 22:10:26 | 657,676 | 03/13/2011 16:41:32 | 55 | 0 | Fancybox and Quicksand - Bit of a headache | I've been trying to get Fancybox and Quicksand to work together. I've got them both working, on the same page, just not "together".
Here's some pieces of code:
<head>
<script type="text/javascript">
$(document).ready(function() {
$("a:visible").fancybox({
'type' : 'image',
... | jquery | jquery-plugins | fancybox | quicksand | null | null | open | Fancybox and Quicksand - Bit of a headache
===
I've been trying to get Fancybox and Quicksand to work together. I've got them both working, on the same page, just not "together".
Here's some pieces of code:
<head>
<script type="text/javascript">
$(document).ready(function() {
$("a:visi... | 0 |
11,549,899 | 07/18/2012 20:36:14 | 1,536,041 | 07/18/2012 20:22:29 | 1 | 0 | Write a TCP Echo Program? | I am trying to write a TCP Echo program that should open a TCP server socket, accept at least 1 connection, and echo back any data received. At minimum, this program should launch and run on a specified port (exe: port 4444". Ideally, it would ask for a port number (from command line, command line parameter, or config... | socketserver | tcpsocket | null | null | null | null | open | Write a TCP Echo Program?
===
I am trying to write a TCP Echo program that should open a TCP server socket, accept at least 1 connection, and echo back any data received. At minimum, this program should launch and run on a specified port (exe: port 4444". Ideally, it would ask for a port number (from command line, co... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.