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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10,695,419 | 05/22/2012 03:37:35 | 390,897 | 07/13/2010 19:55:13 | 331 | 6 | Why is "End of File" (EOF) the defacto delimeter for here documents? | From where did the phrase "End of File" arise for use with here documents?
something <<EOF
something else 1
something else 2
...
EOF
I assumed there's some history which might justify the nonintuitive limit string, and reading [Wikipedia's article](http://en.wikipedia.org/wiki/End-of-file)... | python | ruby | file | shell | heredoc | 05/23/2012 02:42:55 | not a real question | Why is "End of File" (EOF) the defacto delimeter for here documents?
===
From where did the phrase "End of File" arise for use with here documents?
something <<EOF
something else 1
something else 2
...
EOF
I assumed there's some history which might justify the nonintuitive limit string, a... | 1 |
10,651,570 | 05/18/2012 11:13:53 | 1,150,851 | 01/15/2012 20:28:16 | 65 | 0 | Regex to find 2 numbers in a strong | I have the following strings:
10-0
5-8
1-19
I want to get a "True" if the strings contains [num]-[num], else it should return "False".
How should I do it with regex? | c# | regex | null | null | null | null | open | Regex to find 2 numbers in a strong
===
I have the following strings:
10-0
5-8
1-19
I want to get a "True" if the strings contains [num]-[num], else it should return "False".
How should I do it with regex? | 0 |
11,053,898 | 06/15/2012 15:37:06 | 1,333,480 | 04/14/2012 16:35:08 | 24 | 1 | Does Eclipse support Linux desktop application development? | I've been assigned to develop a software on Linux, opensuse 11.4. Now the issue is that I'm a Java developer and I want to make that software on Java. Can I use Eclipse IDE for this software? It will be a desktop application on Linux. If Eclipse supports this type of development, what plug-ins do I need to get it start... | java | linux | eclipse | eclipse-plugin | linux-kernel | null | open | Does Eclipse support Linux desktop application development?
===
I've been assigned to develop a software on Linux, opensuse 11.4. Now the issue is that I'm a Java developer and I want to make that software on Java. Can I use Eclipse IDE for this software? It will be a desktop application on Linux. If Eclipse supports ... | 0 |
11,356,934 | 07/06/2012 06:27:02 | 1,441,471 | 06/07/2012 06:40:09 | 1 | 2 | how to create an image viewer in java? Need the algorithm | I have been a windows user all the way through, but never liked its image viewer. Its as if Microsoft wants to be bad in the multimedia sector.
I know how to use java, well intermediate, and I want to create a Image viewer, similar to the one Picasa uses. Explaining myself, the picture in the middle and the rest of... | java | image | image-processing | null | null | 07/06/2012 06:36:33 | not a real question | how to create an image viewer in java? Need the algorithm
===
I have been a windows user all the way through, but never liked its image viewer. Its as if Microsoft wants to be bad in the multimedia sector.
I know how to use java, well intermediate, and I want to create a Image viewer, similar to the one Picasa use... | 1 |
10,528,952 | 05/10/2012 07:01:54 | 423,903 | 08/18/2010 11:22:18 | 1,058 | 2 | Does Undefined Behavior depend on the compiler in c++? | Does Undefined Behavior depend on the compiler in c++ ?
Every compiler have its own behavior for every problem ! | c++ | compiler | undefined-behavior | null | null | 05/10/2012 07:16:51 | not constructive | Does Undefined Behavior depend on the compiler in c++?
===
Does Undefined Behavior depend on the compiler in c++ ?
Every compiler have its own behavior for every problem ! | 4 |
6,233,300 | 06/03/2011 22:32:40 | 783,446 | 06/03/2011 22:32:40 | 1 | 0 | Replace character between backslashes | http://photos-c.ak.fbcdn.net/hphotos-ak-ash4/####_####_####_###_####_a.jpg
http://photos-c.ak.fbcdn.net/hphotos-ak-ash4/wefawf/vawvaw/a####_####_####_###_####.jpg
I'm trying to create a Regex that replaces the 'a' in between the last '/' and '.jpg' with an 'n'.
I'm completely lost right now. I'm using Perl and f... | regex | perl | null | null | null | null | open | Replace character between backslashes
===
http://photos-c.ak.fbcdn.net/hphotos-ak-ash4/####_####_####_###_####_a.jpg
http://photos-c.ak.fbcdn.net/hphotos-ak-ash4/wefawf/vawvaw/a####_####_####_###_####.jpg
I'm trying to create a Regex that replaces the 'a' in between the last '/' and '.jpg' with an 'n'.
I'm comp... | 0 |
8,618,327 | 12/23/2011 16:26:05 | 502,792 | 11/10/2010 05:45:36 | 306 | 20 | Is there any open source social networking client android app | I'm trying to create a social networking client application. Is there any open source social networking application available for me to understand the architecture? | java | android | open-source | social-networking | null | 12/24/2011 01:38:18 | not constructive | Is there any open source social networking client android app
===
I'm trying to create a social networking client application. Is there any open source social networking application available for me to understand the architecture? | 4 |
11,613,129 | 07/23/2012 13:04:52 | 1,113,389 | 12/23/2011 12:15:55 | 57 | 0 | jQuery Reverse Unwrapping | On my page I have a button that unwraps all the `<article>` from it's containers and after that wrap each one separately into `<section>`.
My question is if it's possible to reverse that action by clicking a button so that all the `<article>` would group back into the same position they were at the beginning?
I've ... | jquery | wrap | null | null | null | null | open | jQuery Reverse Unwrapping
===
On my page I have a button that unwraps all the `<article>` from it's containers and after that wrap each one separately into `<section>`.
My question is if it's possible to reverse that action by clicking a button so that all the `<article>` would group back into the same position they ... | 0 |
6,785,778 | 07/22/2011 04:49:53 | 230,018 | 12/11/2009 23:03:41 | 326 | 3 | can I make a movable "floating" layer or any other kind of generic floating popup in Acrobat Pro X pdf? | Apparently Acrobat supports floating annotations, e.g. sticky note popups and stamp popups (not even sure if there is any difference between these). Since they "float" I can drag them around the screen, even in Reader. But I would like to get a more generalized popup that could display images and other stuff, not just ... | javascript | pdf | pdf-generation | acrobat | null | null | open | can I make a movable "floating" layer or any other kind of generic floating popup in Acrobat Pro X pdf?
===
Apparently Acrobat supports floating annotations, e.g. sticky note popups and stamp popups (not even sure if there is any difference between these). Since they "float" I can drag them around the screen, even in ... | 0 |
6,800,959 | 07/23/2011 14:17:38 | 859,367 | 07/23/2011 14:17:38 | 1 | 0 | Migrating from Windows to Linux (CMFPlone.AccessRule module is not found) | Following a server crash, I decided to migrate Plone 3.0 installation to Linux and upgrade to version 4.
I installed Plone 335 on linux, and copied my Windows backup of Data.fs. I then went to the zope interface and upgraded the database. The new installation worked with no problems.
I then installed Plone 4.07 a... | plone | null | null | null | null | 07/26/2011 09:42:59 | off topic | Migrating from Windows to Linux (CMFPlone.AccessRule module is not found)
===
Following a server crash, I decided to migrate Plone 3.0 installation to Linux and upgrade to version 4.
I installed Plone 335 on linux, and copied my Windows backup of Data.fs. I then went to the zope interface and upgraded the database.... | 2 |
10,655,129 | 05/18/2012 15:07:41 | 989,952 | 10/11/2011 16:37:15 | 47 | 0 | memcache php caching js css and images | Was after some advice/feedback if possible.
I am working on a large project and the dev team have requested we merge all the JS/CSS and cache this with memcache as one file, to speed things up.
My concern is this is not a way I'm used to working, I only want to load JS and CSS that is needed per page, for what I ... | php | javascript | css | memcached | null | null | open | memcache php caching js css and images
===
Was after some advice/feedback if possible.
I am working on a large project and the dev team have requested we merge all the JS/CSS and cache this with memcache as one file, to speed things up.
My concern is this is not a way I'm used to working, I only want to load JS ... | 0 |
10,735,286 | 05/24/2012 10:04:00 | 1,025,648 | 11/02/2011 12:47:27 | 1 | 0 | CreateFile w/ CREATE_NEW Equivalent in iOS? | Is there a way to open a file for write only successfully when the file does not exist before opening?
I am doing some threaded work where some files have to be created at some point. Random filename may help, but I want to make sure there is no collision
Thanks in advance | ios | multithreading | file | null | null | null | open | CreateFile w/ CREATE_NEW Equivalent in iOS?
===
Is there a way to open a file for write only successfully when the file does not exist before opening?
I am doing some threaded work where some files have to be created at some point. Random filename may help, but I want to make sure there is no collision
Thanks in... | 0 |
6,038,812 | 05/18/2011 01:03:39 | 445,929 | 09/13/2010 03:13:33 | 119 | 6 | What's wrong with using NSObject's hash to create an NSMutableDictionary key? | In a few places I've needed object-to-object mappings, and have used NSMutableDictionary as a lookup table. The key has been a boxed NSObject hash, eg:
[dict setObject:newObject forKey:[NSNumber numberWithUnsignedInt:[keyObject hash]]];
where keyObject is an instance of a custom class, which inherits NSObje... | objective-c | ios | null | null | null | null | open | What's wrong with using NSObject's hash to create an NSMutableDictionary key?
===
In a few places I've needed object-to-object mappings, and have used NSMutableDictionary as a lookup table. The key has been a boxed NSObject hash, eg:
[dict setObject:newObject forKey:[NSNumber numberWithUnsignedInt:[keyObject ... | 0 |
7,389,061 | 09/12/2011 13:57:17 | 668,206 | 03/20/2011 12:45:13 | 9 | 1 | webcouturier.dropdownmenu interaton with Plone 4.1's sunburst theme user action pulldown | I noticed that adding webcouturier.dropdownmenu to my Plone 4.1 site causes the sunburst theme's user action pull down to display behind the portal action bar such that after logging in, the logout action is hidden behind the Portal Action Bar.
[http://bit.ly/ocDbKP][1]
[1]: http://bit.ly/ocDbKP
... | plone | drop-down-menu | null | null | null | 09/13/2011 14:18:19 | not a real question | webcouturier.dropdownmenu interaton with Plone 4.1's sunburst theme user action pulldown
===
I noticed that adding webcouturier.dropdownmenu to my Plone 4.1 site causes the sunburst theme's user action pull down to display behind the portal action bar such that after logging in, the logout action is hidden behind the ... | 1 |
9,735,513 | 03/16/2012 10:22:50 | 114,251 | 05/29/2009 11:35:03 | 4,989 | 235 | How to place a div on right side with absolute psoition | I've a page where a dynamic message box has to be displayed without disturbing the actual page. This message box has to appear at the top right corner of the page overlapping the existing contents.
I've tried to use `position: absolute` but then I'm unable to place it in the right corner. Also I'm unable to use `lef... | html | css | null | null | null | null | open | How to place a div on right side with absolute psoition
===
I've a page where a dynamic message box has to be displayed without disturbing the actual page. This message box has to appear at the top right corner of the page overlapping the existing contents.
I've tried to use `position: absolute` but then I'm unable... | 0 |
3,880,364 | 10/07/2010 09:34:54 | 468,897 | 10/07/2010 09:34:54 | 1 | 0 | Programming an ActiveX component in Visual Studio 2008 vc++ | anyone knows a good tutorial for programming ActiveX in Visual Studio 2008 for VC++? or the way to create methods and properties automatically, like the old Wizzard in VS6.0 did?
I was trying harder to find some info, but everything is for C#, VB, or it's explained for VS6.0 and not 2005 or newer :(
Thanx everybo... | visual-studio-2008 | dll | tutorials | activex | manual | null | open | Programming an ActiveX component in Visual Studio 2008 vc++
===
anyone knows a good tutorial for programming ActiveX in Visual Studio 2008 for VC++? or the way to create methods and properties automatically, like the old Wizzard in VS6.0 did?
I was trying harder to find some info, but everything is for C#, VB, or i... | 0 |
1,594,097 | 10/20/2009 11:59:40 | 193,054 | 10/20/2009 11:59:40 | 1 | 0 | javascript conversion of yyyy-mm-dd hh:mm:ss aa help | can anybody spot any mistake in this function? .. This is a function which receives a string of type yyyy-mm-dd hh:mm:ss aa and converts to UTC and builds up a string yyyy-mm-dd hh:mm:ss.
function LocalTimetoUTC(localTime)
{
var time = localTime.split(" "); //Received :- yyyy-mm-dd hh:mm:ss aa
var year... | javascript | utc | date | null | null | null | open | javascript conversion of yyyy-mm-dd hh:mm:ss aa help
===
can anybody spot any mistake in this function? .. This is a function which receives a string of type yyyy-mm-dd hh:mm:ss aa and converts to UTC and builds up a string yyyy-mm-dd hh:mm:ss.
function LocalTimetoUTC(localTime)
{
var time = localTime.spli... | 0 |
8,786,815 | 01/09/2012 10:14:30 | 1,108,143 | 12/20/2011 15:18:18 | 3 | 0 | DropDownList get SelectedItem | I'm trying to get the selected item out of a DropDownList, this is what I have so far:
Controller:
// GET: /User/Register
public ActionResult Register()
{
var db = new DBEntities();
var items = new List<SelectListItem>();
foreach (var nation in db... | asp.net-mvc-3 | null | null | null | null | 01/09/2012 14:18:49 | too localized | DropDownList get SelectedItem
===
I'm trying to get the selected item out of a DropDownList, this is what I have so far:
Controller:
// GET: /User/Register
public ActionResult Register()
{
var db = new DBEntities();
var items = new List<SelectListItem>();
... | 3 |
3,465,755 | 08/12/2010 07:59:02 | 404,226 | 07/28/2010 07:28:53 | 41 | 7 | is there any working Unzip code for iphone??? | i need a working unzip code if there plz share a link
i have seen some but now working
Thanks | iphone-web | null | null | null | null | 08/12/2010 09:10:35 | not a real question | is there any working Unzip code for iphone???
===
i need a working unzip code if there plz share a link
i have seen some but now working
Thanks | 1 |
7,684,875 | 10/07/2011 08:42:37 | 961,333 | 09/23/2011 14:10:12 | 12 | 1 | asp.net static caching in hashtable | I was previously using the application object to cache data that never changes. I am rewriting the project and have found out the aplication object is a no-no and is just there for legacy support from clasic ASP.
I know I can also use the cache - but I don't want to as I use that for data that needs to be invalidate... | asp.net | vb.net | caching | static | thread-safety | null | open | asp.net static caching in hashtable
===
I was previously using the application object to cache data that never changes. I am rewriting the project and have found out the aplication object is a no-no and is just there for legacy support from clasic ASP.
I know I can also use the cache - but I don't want to as I use ... | 0 |
7,298,094 | 09/04/2011 08:27:00 | 200,015 | 10/31/2009 01:59:51 | 1,410 | 40 | Libraries for decoding 3gp in .net? | Does anyone know of any libraries or sdks for .Net that focus on decoding 3gp files into other media formats? | c# | .net | decoding | 3gp | null | null | open | Libraries for decoding 3gp in .net?
===
Does anyone know of any libraries or sdks for .Net that focus on decoding 3gp files into other media formats? | 0 |
6,912,885 | 08/02/2011 13:31:21 | 114,253 | 05/29/2009 11:45:59 | 480 | 14 | RMagick's resample method resize the image, not resample it (the DPI resolution does not change) | I'm using RMagick’s `resample` method to change the DPI resolution of an image I have (from `300x300` to `72x72`.
The code I use it this:
original_image = Magick::Image.read("my300x300file.jpg") { self.density = "72.0x72.0" }
original_image.each do |image|
image = image.resample(72.0, 72.0)
... | ruby-on-rails | ruby | imagemagick | rmagick | null | null | open | RMagick's resample method resize the image, not resample it (the DPI resolution does not change)
===
I'm using RMagick’s `resample` method to change the DPI resolution of an image I have (from `300x300` to `72x72`.
The code I use it this:
original_image = Magick::Image.read("my300x300file.jpg") { self.dens... | 0 |
11,444,032 | 07/12/2012 01:51:31 | 1,087,780 | 12/08/2011 12:59:39 | 3 | 0 | CQRS Implemetation | I'm trying out CQRS principle. For instance:
- I want to manage the list of Supplier
- A supplier has it own address, the supplier address can be changed from the list of existing address.
- Before changing supplier's address, I need to make sure the address is not deleted.
- I'm using RavenDB database to store S... | wcf | ravendb | cqrs | servicebus | null | 07/13/2012 09:16:30 | not a real question | CQRS Implemetation
===
I'm trying out CQRS principle. For instance:
- I want to manage the list of Supplier
- A supplier has it own address, the supplier address can be changed from the list of existing address.
- Before changing supplier's address, I need to make sure the address is not deleted.
- I'm using Rav... | 1 |
11,263,849 | 06/29/2012 14:40:31 | 1,216,378 | 02/17/2012 13:47:36 | 55 | 2 | Export a C++ DLL function and import into C# | So I am trying to export a function in a DLL that was developed in C++ into a C# project. After digging around online and doing some book research as well I found a means to do so. However my exposure to this is limited and all my knowledge is self taut so I am sure that I messed something up somewhere.
I am expor... | c# | c++ | dllimport | dllexport | null | null | open | Export a C++ DLL function and import into C#
===
So I am trying to export a function in a DLL that was developed in C++ into a C# project. After digging around online and doing some book research as well I found a means to do so. However my exposure to this is limited and all my knowledge is self taut so I am sure t... | 0 |
5,338,273 | 03/17/2011 11:18:42 | 663,654 | 03/17/2011 04:10:16 | 6 | 0 | python programing ................................. | : N^N
Write a function called exactly NtoN() which takes a number (integer or float) as its sole parameter and returns the value of that number raised to the power of itself. | python | null | null | null | null | 03/17/2011 11:24:36 | not a real question | python programing .................................
===
: N^N
Write a function called exactly NtoN() which takes a number (integer or float) as its sole parameter and returns the value of that number raised to the power of itself. | 1 |
3,531,500 | 08/20/2010 13:53:19 | 296,328 | 03/18/2010 08:45:25 | 1,246 | 141 | Problem cloning a single SVN Branch via git svn | I have tried the following command on my SVN Repository to clone only a single branch via git.
git svn clone http://svn.supose.org/supose/branches/B_0.7.1
but got the the following error message:
Initialized empty Git repository in /Users/km/workspace-supose/git/B_0.7.1/.git/
W: Ignoring err... | svn | git | git-svn | null | null | null | open | Problem cloning a single SVN Branch via git svn
===
I have tried the following command on my SVN Repository to clone only a single branch via git.
git svn clone http://svn.supose.org/supose/branches/B_0.7.1
but got the the following error message:
Initialized empty Git repository in /Users/km/wo... | 0 |
8,862,579 | 01/14/2012 13:43:08 | 1,109,161 | 12/21/2011 05:02:59 | 10 | 0 | PhpP => Sorting High to Low value in the array | need value advice and help me to sort out the following issue.
function max_key($array) {
foreach ($array as $key => $val) {
if ($val == max($array)) return $key;
}
}
$SortingVote = array();
for ($i=0; $i<10; $i++) {
$SortingVote[] = $i;
}
... | php | arrays | null | null | null | 01/16/2012 10:38:07 | too localized | PhpP => Sorting High to Low value in the array
===
need value advice and help me to sort out the following issue.
function max_key($array) {
foreach ($array as $key => $val) {
if ($val == max($array)) return $key;
}
}
$SortingVote = array();
for ($i=0; $i<10;... | 3 |
5,808,546 | 04/27/2011 18:07:05 | 677,101 | 03/25/2011 16:26:33 | 1 | 0 | How can I calculate the transformation of a 3D triangle retaining its shape C/C++ | Given three non-collinear points of a triangle ABC. Transform ABC such that:
AB is parallel to X-axis
Center of mass is on the origin
Z is perpendicular yo X and BC (by cross product)
Y is perpendicular to X and Z
I am using C/C++. Python is fine too.
Any help will be largely appreciated. | c++ | python | transform | triangle | null | 04/27/2011 18:27:08 | off topic | How can I calculate the transformation of a 3D triangle retaining its shape C/C++
===
Given three non-collinear points of a triangle ABC. Transform ABC such that:
AB is parallel to X-axis
Center of mass is on the origin
Z is perpendicular yo X and BC (by cross product)
Y is perpendicular to X and Z
I am using C... | 2 |
11,571,512 | 07/20/2012 01:06:17 | 664,328 | 03/17/2011 12:39:24 | 317 | 22 | This template code will not compile. Any ideas? | I got this code from rhalbersma, but it does not compile in VC 2010. I don't know what I'm doing wrong.
template<typename Derived>
struct enable_crtp
{
private:
// typedefs
typedef enable_crtp Base;
public:
// casting "down" the inheritance hierarchy
Derive... | c++ | templates | null | null | null | 07/20/2012 03:30:22 | too localized | This template code will not compile. Any ideas?
===
I got this code from rhalbersma, but it does not compile in VC 2010. I don't know what I'm doing wrong.
template<typename Derived>
struct enable_crtp
{
private:
// typedefs
typedef enable_crtp Base;
public:
// ... | 3 |
8,720,536 | 01/04/2012 00:16:20 | 18,494 | 09/19/2008 03:18:59 | 1,310 | 45 | Comparison of Java web framework usage, especially in enterprise projects | I'm trying to get a sense of what are the most commonly-used Java web frameworks, with a focus on large, enterprisey projects. I'm interested in which one is most favored by companies/enterprises (which may not be the same as the one most favored by developers or the open source community I guess). I'd also like to be ... | java | web-frameworks | null | null | null | 01/04/2012 02:34:12 | not constructive | Comparison of Java web framework usage, especially in enterprise projects
===
I'm trying to get a sense of what are the most commonly-used Java web frameworks, with a focus on large, enterprisey projects. I'm interested in which one is most favored by companies/enterprises (which may not be the same as the one most fa... | 4 |
7,258,720 | 08/31/2011 14:44:46 | 458,610 | 09/26/2010 08:40:27 | 1,307 | 23 | Default caption for Captions 2 plugin in JWPlayer | I'm using [JWPlayer][1] and [Caption 2][2] plugin for it.
All works fine, but I'm looking for some custom feature that I didn't found in the documentation.
Is it possible to set default caption? Lets say that some video have six captions (six captions languages)... I need to set that default caption is, for examp... | javascript | flash | jwplayer | caption | subtitle | null | open | Default caption for Captions 2 plugin in JWPlayer
===
I'm using [JWPlayer][1] and [Caption 2][2] plugin for it.
All works fine, but I'm looking for some custom feature that I didn't found in the documentation.
Is it possible to set default caption? Lets say that some video have six captions (six captions languag... | 0 |
11,682,629 | 07/27/2012 06:33:04 | 1,539,919 | 07/20/2012 06:48:51 | 15 | 0 | how to detect transliterate language? | 1.>how to Detect transliterate language using java
2.anil NE lath marke apko Ganga me hi Fenk diya. LANGUAGE HINDI
| java | null | null | null | null | 07/27/2012 10:27:15 | not a real question | how to detect transliterate language?
===
1.>how to Detect transliterate language using java
2.anil NE lath marke apko Ganga me hi Fenk diya. LANGUAGE HINDI
| 1 |
9,602,795 | 03/07/2012 13:55:26 | 352,176 | 05/27/2010 16:30:42 | 344 | 22 | LGPL Licensing for Websites | I'm creating a website for a club and I want to use a component (TinyMCE) which is licenced through the LGPL
Am I allowed to do this under the licence given I am not intending to distribute the code and the site will only be available for members of my club?
Thanks in advance | licensing | lgpl | null | null | null | 03/07/2012 22:09:45 | off topic | LGPL Licensing for Websites
===
I'm creating a website for a club and I want to use a component (TinyMCE) which is licenced through the LGPL
Am I allowed to do this under the licence given I am not intending to distribute the code and the site will only be available for members of my club?
Thanks in advance | 2 |
11,030,366 | 06/14/2012 09:35:26 | 1,455,845 | 06/14/2012 09:31:03 | 1 | 0 | how to check date can not be less than current date using jquery? | I am using jquery date picker in textbox and i want the user cannot select the date less than current. I am new to jquery/javascript. please help me. | javascript | jquery | asp.net | jquery-validate | datepicker | null | open | how to check date can not be less than current date using jquery?
===
I am using jquery date picker in textbox and i want the user cannot select the date less than current. I am new to jquery/javascript. please help me. | 0 |
8,015,315 | 11/04/2011 20:23:52 | 236,042 | 12/21/2009 13:54:39 | 48 | 1 | Export a DataTable to an existing Excel | I need to open an existing Excel file and fill it with a DataTable.
How can I do that?
I am working in ASP.NET
I have already tried to create an excel with this solution (http://stackoverflow.com/questions/1746701/export-datatable-to-excel-file)
and then I tried to open it with an OLEDB connection like this, bu... | c# | excel | oledbconnection | null | null | null | open | Export a DataTable to an existing Excel
===
I need to open an existing Excel file and fill it with a DataTable.
How can I do that?
I am working in ASP.NET
I have already tried to create an excel with this solution (http://stackoverflow.com/questions/1746701/export-datatable-to-excel-file)
and then I tried to o... | 0 |
7,572,098 | 09/27/2011 15:56:18 | 935,375 | 09/02/2011 14:30:48 | 20 | 0 | C#: Get exact substring from HTML code using IndexOf and LastIndexOf | I have a HTML page retrieved using the `GetResponseStream()` in C#. I need an exact value (`int`) that comes from that page, which is different every time I run the program. Nevertheless, the structure of the HTML code is the same, in particular:
(...)
<td colspan="2" class="txtno... | c# | substring | null | null | null | null | open | C#: Get exact substring from HTML code using IndexOf and LastIndexOf
===
I have a HTML page retrieved using the `GetResponseStream()` in C#. I need an exact value (`int`) that comes from that page, which is different every time I run the program. Nevertheless, the structure of the HTML code is the same, in particular:... | 0 |
4,609,004 | 01/05/2011 20:46:11 | 564,553 | 01/05/2011 20:46:11 | 1 | 0 | JAXB schema validation not occurring in outbound message with CXF 2.3.1 |
Using CXF 2.3.1.
Generated Java from WSDLs using JAXB.
Using
<jaxws:properties>
<entry key="schema-validation-enabled" value="true" />
</jaxws:properties>
in the client configuration.
My test creates an object that fails this particular requirement of the WSDL:
<xsd:simpleType... | jaxb | cxf | xml-validation | null | null | null | open | JAXB schema validation not occurring in outbound message with CXF 2.3.1
===
Using CXF 2.3.1.
Generated Java from WSDLs using JAXB.
Using
<jaxws:properties>
<entry key="schema-validation-enabled" value="true" />
</jaxws:properties>
in the client configuration.
My test creates an obje... | 0 |
5,284,566 | 03/12/2011 18:38:04 | 656,845 | 03/12/2011 18:38:04 | 1 | 0 | Cannot download play-1.1.1 completely | I downloaded play-1.1.1 so many time from http://download.playframework.org/releases/play-1.1.1.zip. But I've never got completed file total 48.3MB. Any ideas?
Thanks in advance.
Nopphadon P. | download | play | null | null | null | 03/13/2011 13:46:49 | off topic | Cannot download play-1.1.1 completely
===
I downloaded play-1.1.1 so many time from http://download.playframework.org/releases/play-1.1.1.zip. But I've never got completed file total 48.3MB. Any ideas?
Thanks in advance.
Nopphadon P. | 2 |
673,964 | 03/23/2009 15:59:29 | 64,672 | 02/10/2009 17:12:14 | 416 | 9 | Should I learn Ruby or Python? | I'm a C(++)/C# programmer and I would like to learn a scripting language to create small tools (text processing, build scripts, a little web development, etc). I would like to learn either Ruby or Python. Is there a good reason to chose one over the other?
I looked at some sample code in both languages and they see... | ruby | python | programming-languages | null | null | 10/05/2011 14:17:40 | not constructive | Should I learn Ruby or Python?
===
I'm a C(++)/C# programmer and I would like to learn a scripting language to create small tools (text processing, build scripts, a little web development, etc). I would like to learn either Ruby or Python. Is there a good reason to chose one over the other?
I looked at some sample... | 4 |
3,468,264 | 08/12/2010 13:42:02 | 418,469 | 08/12/2010 13:41:40 | 1 | 0 | Study Partners Wanted For Pro Android Games Book | I'm looking for anyone interested in joining me to study the book Pro Android Games.
If anyone is interested, please reply. Thanks | java | c | android | collaboration | null | 08/12/2010 13:53:22 | off topic | Study Partners Wanted For Pro Android Games Book
===
I'm looking for anyone interested in joining me to study the book Pro Android Games.
If anyone is interested, please reply. Thanks | 2 |
11,718,644 | 07/30/2012 09:26:17 | 1,562,422 | 07/30/2012 09:00:43 | 1 | 0 | post image to server without browsing | I am developing examination system in php. Pass/fail percentage is shown throught pie chart using google charg api. I have to generate a report in pdf format that includes this pie chart as well. Now my problem is how to generate image from pie chart so that I could include it in pdf format. Also I need to upload gener... | image | pdf | upload | charts | null | 07/31/2012 02:28:04 | not a real question | post image to server without browsing
===
I am developing examination system in php. Pass/fail percentage is shown throught pie chart using google charg api. I have to generate a report in pdf format that includes this pie chart as well. Now my problem is how to generate image from pie chart so that I could include it... | 1 |
6,646,796 | 07/11/2011 07:04:18 | 837,319 | 07/10/2011 04:36:02 | 92 | 12 | PHP SPL practical real world uses...? | I am studying for the Zend Exam and came across the idea of the PHPs new SPL.
Anyone used it, and if so, what type of situations did you use it for?
I could see this being very useful for iterating through database records, but haven't found any good real world uses for it around the web... google is not my frien... | php | php5 | spl | null | null | 07/11/2011 14:26:54 | not a real question | PHP SPL practical real world uses...?
===
I am studying for the Zend Exam and came across the idea of the PHPs new SPL.
Anyone used it, and if so, what type of situations did you use it for?
I could see this being very useful for iterating through database records, but haven't found any good real world uses for ... | 1 |
6,782,427 | 07/21/2011 20:36:28 | 856,820 | 07/21/2011 20:36:28 | 1 | 0 | resize binary matrix | I have a matrix
0 1 0 1 0
0 1 1 0 0
0 1 1 0 0
and i have to resize it like image
0 0 1 1 0 1 0
0 0 1 1 1 0 0
0 0 1 1 1 0 0
0 0 1 1 1 0 0
it's posible to do this? | java | algorithm | null | null | null | 07/21/2011 20:43:32 | not a real question | resize binary matrix
===
I have a matrix
0 1 0 1 0
0 1 1 0 0
0 1 1 0 0
and i have to resize it like image
0 0 1 1 0 1 0
0 0 1 1 1 0 0
0 0 1 1 1 0 0
0 0 1 1 1 0 0
it's posible to do this? | 1 |
8,827,913 | 01/11/2012 22:52:27 | 108,569 | 05/18/2009 02:09:52 | 563 | 13 | ASP.NET MVC 4 and ajax patterns | I'm playing with ASP.NET MVC 4 Developer Preview, and I can see they built the template with some ajax, some modal dialogs to login and register for example. I'm starting a new web project, and would like to do it with ASP.NET MVC 4. I know it's in developer preview, no support, no production allowed probably, but the ... | c# | javascript | jquery | ajax | asp.net-mvc-4 | 01/21/2012 13:56:56 | not a real question | ASP.NET MVC 4 and ajax patterns
===
I'm playing with ASP.NET MVC 4 Developer Preview, and I can see they built the template with some ajax, some modal dialogs to login and register for example. I'm starting a new web project, and would like to do it with ASP.NET MVC 4. I know it's in developer preview, no support, no ... | 1 |
1,529,391 | 10/07/2009 03:52:23 | 184,746 | 10/06/2009 04:41:46 | 11 | 0 | string[] management help (C#)) | ok, so ill cut to the chase here. and to be clear, im looking for code examples where possible.
so, i have a normal string, lets say,
string mystring = "this is my string i want to use";
ok, now that i have my string, i split it by the space with
string[] splitArray = mystring.Split(new char[] { '... | c# | string | null | null | null | null | open | string[] management help (C#))
===
ok, so ill cut to the chase here. and to be clear, im looking for code examples where possible.
so, i have a normal string, lets say,
string mystring = "this is my string i want to use";
ok, now that i have my string, i split it by the space with
string[] splitA... | 0 |
11,204,709 | 06/26/2012 09:49:06 | 358,261 | 06/04/2010 08:47:38 | 126 | 0 | SQL or NoSQL for survey application tool | I am designing a survey tool which users can use to build their surveys or polls etc. So a basic survey tool needs to allow users to design a questions , upload files , login , register , share the survey, notify and set activation of survey constraints.
I did some study to take decision to use which kind of databas... | sql | mongodb | web | nosql | relational-database | 06/26/2012 12:22:00 | not constructive | SQL or NoSQL for survey application tool
===
I am designing a survey tool which users can use to build their surveys or polls etc. So a basic survey tool needs to allow users to design a questions , upload files , login , register , share the survey, notify and set activation of survey constraints.
I did some study... | 4 |
3,422,476 | 08/06/2010 09:23:21 | 310,689 | 04/07/2010 06:44:04 | 111 | 1 | Log4Net is not working with Sql Server 2005 | I want to make Log4Net to enter logs in MS Sql Server 2005. I am using .NET 2.0.
Here is the code till now I have written:
Web.Config File
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
</configSections>
<connectionStrings/>
<log4n... | asp.net-2.0 | log4net | null | null | null | null | open | Log4Net is not working with Sql Server 2005
===
I want to make Log4Net to enter logs in MS Sql Server 2005. I am using .NET 2.0.
Here is the code till now I have written:
Web.Config File
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
</... | 0 |
8,488,182 | 12/13/2011 11:11:59 | 338,150 | 05/11/2010 10:26:37 | 328 | 11 | Who to hire for Windows Phone Development? | I need to make a few apps in Windows Phone 7.5. I need to hire someone to make these apps.
Should I hire a .net developer or a C# or a silverlight developer? Pardon me if they are the same as I don't have good knowledge of windows phone development.
I need to hire for windows phone and hopefully the same person ... | windows | visual-studio-2010 | windows-phone-7 | phone | null | 12/13/2011 11:58:57 | off topic | Who to hire for Windows Phone Development?
===
I need to make a few apps in Windows Phone 7.5. I need to hire someone to make these apps.
Should I hire a .net developer or a C# or a silverlight developer? Pardon me if they are the same as I don't have good knowledge of windows phone development.
I need to hire ... | 2 |
5,797,654 | 04/26/2011 23:31:38 | 726,288 | 04/26/2011 23:31:38 | 1 | 0 | What type of encyption is this? | (function(){
var $=0,E=0,N='~',g="",v=new Array(209748,100922,87835,5407,55183,89220,26319,28902,39032,149694,70915,101596,29983,107132,116582,135612,29634,38664,106017,31353,10577,52876,64246,45238,160755,86966,122345,127947,100614,12921,32505,22167,50899,69643,101847,139205,106506,89321,31282,5255,178650,63310,9... | php | javascript | encryption | null | null | 04/28/2011 06:26:08 | not a real question | What type of encyption is this?
===
(function(){
var $=0,E=0,N='~',g="",v=new Array(209748,100922,87835,5407,55183,89220,26319,28902,39032,149694,70915,101596,29983,107132,116582,135612,29634,38664,106017,31353,10577,52876,64246,45238,160755,86966,122345,127947,100614,12921,32505,22167,50899,69643,101847,139205,1... | 1 |
9,761,756 | 03/18/2012 19:59:08 | 122,978 | 06/15/2009 08:26:05 | 1,910 | 106 | Using lowercase tables with Oracle enhanced and Rails | I've got tables in Oracle that have been created with double quotes, in lowercase. Like you would in MySQL.
Oracle enhanced doesn't had double quotes around the name so it fails.
DESC people;
But this would work instead:
DESC "people";
How can I force Oracle enhanced to quote the table name witho... | ruby-on-rails | activerecord | oracle11g | null | null | null | open | Using lowercase tables with Oracle enhanced and Rails
===
I've got tables in Oracle that have been created with double quotes, in lowercase. Like you would in MySQL.
Oracle enhanced doesn't had double quotes around the name so it fails.
DESC people;
But this would work instead:
DESC "people";
Ho... | 0 |
7,769,753 | 10/14/2011 15:16:03 | 986,789 | 10/09/2011 21:35:03 | 3 | 0 | How to generate a subset of a given array in C++? | I want to generate a subsets of size n = {0,1,2,3,4,.....} of a set of numbers.
*There should not be repetition of the same numbers with different order, like 2-3-4 = 3-2-4 = 4-2-3 = 4-3-2
e.g.
vector<unsigned int> list = {2,4,6,8,9}
so subsets will be like,
n=0 {}
n=1 {2}{4}{6}{8}{9}
n=2 {2,4}... | c++ | vector | subset | null | null | 10/15/2011 07:48:08 | not a real question | How to generate a subset of a given array in C++?
===
I want to generate a subsets of size n = {0,1,2,3,4,.....} of a set of numbers.
*There should not be repetition of the same numbers with different order, like 2-3-4 = 3-2-4 = 4-2-3 = 4-3-2
e.g.
vector<unsigned int> list = {2,4,6,8,9}
so subsets will... | 1 |
2,680,229 | 04/21/2010 04:00:24 | 306,735 | 04/01/2010 09:18:55 | 5 | 1 | How to force user to user Administrator account in WinForms | I have simple WinForms application where modifying Windows Registry. The problem is that in Vista / Windows 7 I need to force user to switch to administrator.
I do not want to force user to Run as Administrator form start of the application. I want him to do it when there is necessity to write to registry.
Best ... | .net | c# | winforms | windows | windows-7 | null | open | How to force user to user Administrator account in WinForms
===
I have simple WinForms application where modifying Windows Registry. The problem is that in Vista / Windows 7 I need to force user to switch to administrator.
I do not want to force user to Run as Administrator form start of the application. I want hi... | 0 |
4,999,650 | 02/15/2011 03:34:03 | 617,177 | 02/15/2011 03:34:03 | 1 | 0 | Checking to see if user didn't input anything in "cin" | Hey guys I'm brand new to c++. How do you check to see if the user didn't input anything at a cin command and simply pressed enter?
Thanks.
| c++ | input | cin | nothing | null | null | open | Checking to see if user didn't input anything in "cin"
===
Hey guys I'm brand new to c++. How do you check to see if the user didn't input anything at a cin command and simply pressed enter?
Thanks.
| 0 |
5,170,192 | 03/02/2011 16:09:06 | 516,629 | 11/22/2010 20:29:41 | 488 | 29 | requireJS Optimization : "Uncaught TypeError: undefined is not a function" | I am using requireJS for the first time. I got it working fine then came to optimize the files to minify and concatenate and now I get the error "**Uncaught TypeError: undefined is not a function**" the error is on line 8175 of [front-built.js][1]. I have left the file unminifed for this question to make it easier to i... | javascript | concatenation | minification | requirejs | null | null | open | requireJS Optimization : "Uncaught TypeError: undefined is not a function"
===
I am using requireJS for the first time. I got it working fine then came to optimize the files to minify and concatenate and now I get the error "**Uncaught TypeError: undefined is not a function**" the error is on line 8175 of [front-built... | 0 |
9,955,049 | 03/31/2012 10:21:30 | 1,123,762 | 12/31/2011 01:00:28 | 9 | 0 | is there any system call that I can use to creat a pdf file from many html files | I want to write a program to use some system calls to create a pdf file from many html files
But waht confuse me is, I don't know if there is any command in Linux that I can use directly to finish my idea.
I want to know if there is any command that I can use to create a pdf from a html file or many html files.Co... | linux | null | null | null | null | 04/17/2012 04:39:27 | off topic | is there any system call that I can use to creat a pdf file from many html files
===
I want to write a program to use some system calls to create a pdf file from many html files
But waht confuse me is, I don't know if there is any command in Linux that I can use directly to finish my idea.
I want to know if ther... | 2 |
7,426,683 | 09/15/2011 06:24:15 | 663,724 | 03/17/2011 05:17:05 | 463 | 4 | How to set up DOJO | I am a beginer to DOJO , finding difficulty to set up DOJO
This is my Program :
<html>
<head>
<script>
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/dojo.xd.js" type="text/javascript"></script>
</script>
<title>button</title>
<... | dojo | null | null | null | null | null | open | How to set up DOJO
===
I am a beginer to DOJO , finding difficulty to set up DOJO
This is my Program :
<html>
<head>
<script>
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/dojo.xd.js" type="text/javascript"></script>
</script>
<title... | 0 |
10,434,959 | 05/03/2012 15:52:29 | 1,306,266 | 04/01/2012 12:12:53 | 12 | 0 | Sorry, an error occurred while processing your request | I publish my asp.net mvc 3 app in windows azure and when I go my site I see error "Sorry, an error occurred while processing your request." what does it meen? help me please | azure | null | null | null | null | 05/03/2012 20:19:21 | not a real question | Sorry, an error occurred while processing your request
===
I publish my asp.net mvc 3 app in windows azure and when I go my site I see error "Sorry, an error occurred while processing your request." what does it meen? help me please | 1 |
6,067,669 | 05/20/2011 05:03:26 | 762,147 | 05/20/2011 05:03:26 | 1 | 0 | API to support Bluetooth in Mango? | Will there be an API in the upcoming Mango that provides access to devices coupled via Bluetooth? I am interested in processing data sent from Polar Hear Rate Monitoring belt.
Kind regards,
Stefan
| bluetooth | phone | mango | null | null | 05/20/2011 21:04:28 | too localized | API to support Bluetooth in Mango?
===
Will there be an API in the upcoming Mango that provides access to devices coupled via Bluetooth? I am interested in processing data sent from Polar Hear Rate Monitoring belt.
Kind regards,
Stefan
| 3 |
5,299,735 | 03/14/2011 14:11:39 | 492,936 | 10/31/2010 19:01:03 | 13 | 0 | Running SVN installed in a different machine | Let's say we have two UNIX machines A and B:
Machine A has svn installed.
Machine B cannot have svn installed.
I want to "SVN export" one directory from my subversion repository to machine B. One way of doing this would be running a script in A (through SSH) that does "SVN export" to a local directory and then rsy... | svn | shell | unix | null | null | null | open | Running SVN installed in a different machine
===
Let's say we have two UNIX machines A and B:
Machine A has svn installed.
Machine B cannot have svn installed.
I want to "SVN export" one directory from my subversion repository to machine B. One way of doing this would be running a script in A (through SSH) that d... | 0 |
7,246,156 | 08/30/2011 16:00:56 | 868,467 | 07/28/2011 23:35:51 | 311 | 13 | How can I install curl on Windows to use with C | I need to install curl on Windows to use it in a C application, I am using MinGW. Detailed instructions would be appreciated.
| c | windows | curl | mingw | null | 09/21/2011 19:42:02 | off topic | How can I install curl on Windows to use with C
===
I need to install curl on Windows to use it in a C application, I am using MinGW. Detailed instructions would be appreciated.
| 2 |
11,640,624 | 07/24/2012 23:11:38 | 1,009,045 | 10/22/2011 23:08:39 | 61 | 0 | How can I find a LinkedIn profile of any given Facebook user? | Assume I have a list of Facebook people (without having their actual email), what is the best way to find the LinkedIn profile of every Facebook user in my list? Is that even possible? What clues can I use to do the matching?
I'd appreciate your input. Thanks! | javascript | ruby | facebook | pattern-matching | linkedin | 07/25/2012 02:29:09 | not a real question | How can I find a LinkedIn profile of any given Facebook user?
===
Assume I have a list of Facebook people (without having their actual email), what is the best way to find the LinkedIn profile of every Facebook user in my list? Is that even possible? What clues can I use to do the matching?
I'd appreciate your inp... | 1 |
10,501,909 | 05/08/2012 15:42:31 | 1,002,241 | 10/19/2011 01:07:42 | 44 | 0 | HTML/CSS To wordpress theme conversion - Roughly how long does it take? | I have never made a wordpress theme before and a client I am working for wants a blog integrated into his site. He just wants basic blog functionality - it isn't going to be used as a CMS.
I have the rest of the site coded up but I need to give him a time estimate for how long a wordpress theme would take (the quick... | html | wordpress | wordpress-theming | null | null | 05/09/2012 17:07:41 | not constructive | HTML/CSS To wordpress theme conversion - Roughly how long does it take?
===
I have never made a wordpress theme before and a client I am working for wants a blog integrated into his site. He just wants basic blog functionality - it isn't going to be used as a CMS.
I have the rest of the site coded up but I need to ... | 4 |
8,912,991 | 01/18/2012 15:44:46 | 1,156,580 | 01/18/2012 15:35:24 | 1 | 0 | Transparent proxy with php | I'm looking to code a transparent proxy for several users on a single website. My code is based on this script :
http://code.google.com/p/php-transparent-proxy/source/browse/proxy.php?r=1
It does what i need after few tweaks, but with my host, it doesnt work anymore when it requires to login into the targeted websi... | php | null | null | null | null | null | open | Transparent proxy with php
===
I'm looking to code a transparent proxy for several users on a single website. My code is based on this script :
http://code.google.com/p/php-transparent-proxy/source/browse/proxy.php?r=1
It does what i need after few tweaks, but with my host, it doesnt work anymore when it requires ... | 0 |
771,491 | 04/21/2009 07:45:58 | 3 | 07/31/2008 14:22:31 | 949 | 26 | Can LINQ-to-SQL fill non-ColumnAttribute-marked properties when using DataContext.ExecuteQuery? | Given this table:
CREATE TABLE [Comments]
(
[Id] [int] IDENTITY(1, 1) NOT NULL,
[Text] [nvarchar](600) NOT NULL
)
With this model class:
[Table(Name="Comments")]
public class Comment
{
[Column(AutoSync = AutoSync.OnInsert, DbType = "Int NOT NULL IDENTITY", Is... | linq-to-sql | c# | null | null | null | null | open | Can LINQ-to-SQL fill non-ColumnAttribute-marked properties when using DataContext.ExecuteQuery?
===
Given this table:
CREATE TABLE [Comments]
(
[Id] [int] IDENTITY(1, 1) NOT NULL,
[Text] [nvarchar](600) NOT NULL
)
With this model class:
[Table(Name="Comments")]
public cla... | 0 |
6,353,044 | 06/15/2011 04:34:56 | 788,696 | 06/08/2011 06:52:14 | 18 | 0 | How to generate spaces between letters in Sql serevr 2005 (Set Based) | **Input**
Column
ab2e
mnop
**output**
Id Col1 Col2 Col3 Col4 Col5
1 a b e
2 m n o p
The numbers indicates the number of spaces
Since in the first input, there is 2 after b, so the letter e will appear after 2 spaces from b.
In the second input s... | sql-server-2005 | tsql | null | null | null | null | open | How to generate spaces between letters in Sql serevr 2005 (Set Based)
===
**Input**
Column
ab2e
mnop
**output**
Id Col1 Col2 Col3 Col4 Col5
1 a b e
2 m n o p
The numbers indicates the number of spaces
Since in the first input, there is 2 after b... | 0 |
6,161,577 | 05/28/2011 12:14:58 | 63,898 | 02/08/2009 15:47:03 | 1,245 | 3 | where to find bubble maker for screen cast video? | im doing youtube videos for my application , im looking for application that ad's bubble's of text in different parts in the video .
is there some kind of freeware ? | video | online-resources | freeware | null | null | 05/30/2011 01:31:21 | off topic | where to find bubble maker for screen cast video?
===
im doing youtube videos for my application , im looking for application that ad's bubble's of text in different parts in the video .
is there some kind of freeware ? | 2 |
2,641,242 | 04/14/2010 21:37:51 | 193,921 | 10/21/2009 16:05:30 | 157 | 0 | How to match multiple lines with Regex in C#? | I have the following text:
--------------030805090908050805080502
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-ID: <part16.07030906.00090703@highcontrast.ro>
/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAARgAA/+4ADkFkb2JlAGTAAAAA
/9j/4AAQSkZJRgABAgAAZABkAAD/7... | c# | regex | mulitple | match | null | null | open | How to match multiple lines with Regex in C#?
===
I have the following text:
--------------030805090908050805080502
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-ID: <part16.07030906.00090703@highcontrast.ro>
/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAARgAA/+4... | 0 |
3,566,848 | 08/25/2010 14:24:25 | 430,793 | 08/25/2010 14:24:25 | 1 | 0 | base64 decryption | I am currently trying to decode a base64 encrypted PHP file , but without any luck.
Could someone be able to help?
http://pastebin.com/QmCdtDne
Thanks | base64 | null | null | null | null | 08/25/2010 22:18:30 | not a real question | base64 decryption
===
I am currently trying to decode a base64 encrypted PHP file , but without any luck.
Could someone be able to help?
http://pastebin.com/QmCdtDne
Thanks | 1 |
4,212,144 | 11/18/2010 06:16:25 | 266,542 | 02/04/2010 20:14:06 | 681 | 15 | Changing webdav password remotely | I've slowly been working on a PHP client for WebDAV. I want to add a feature to change the password. I'm not even sure this is possible, but I thought someone else might know. So, is it possible, and if so, how can I go about doing it? I don't really need the exact code, mostly just what headers/content I need to send. | php | webdav | null | null | null | null | open | Changing webdav password remotely
===
I've slowly been working on a PHP client for WebDAV. I want to add a feature to change the password. I'm not even sure this is possible, but I thought someone else might know. So, is it possible, and if so, how can I go about doing it? I don't really need the exact code, mostly ju... | 0 |
6,021,091 | 05/16/2011 17:32:29 | 756,076 | 05/16/2011 17:32:29 | 1 | 0 | Questions on "Python Is Not Java" | I'm a novice programmer with basic Java experiences, and currently learning Python.
I've stumbled across this blog post in another question thread:
[http://dirtsimple.org/2004/12/python-is-not-java.html](http://dirtsimple.org/2004/12/python-is-not-java.html)
and I've got a couple of questions regarding the topic... | python | null | null | null | null | 05/16/2011 19:43:30 | not a real question | Questions on "Python Is Not Java"
===
I'm a novice programmer with basic Java experiences, and currently learning Python.
I've stumbled across this blog post in another question thread:
[http://dirtsimple.org/2004/12/python-is-not-java.html](http://dirtsimple.org/2004/12/python-is-not-java.html)
and I've got a ... | 1 |
5,920,200 | 05/07/2011 09:24:20 | 160,673 | 08/21/2009 09:45:05 | 261 | 4 | How to prevent common sub-expression elimination (CSE) with GHC | Given the program:
import Debug.Trace
main = print $ trace "hit" 1 + trace "hit" 1
If I compile with `ghc -O` (7.0.1 or higher) I get the output:
hit
2
i.e. GHC has used common sub-expression elimination (CSE) to rewrite my program as:
main = print $ let x = trace "hit" 1 in x + x
... | haskell | null | null | null | null | null | open | How to prevent common sub-expression elimination (CSE) with GHC
===
Given the program:
import Debug.Trace
main = print $ trace "hit" 1 + trace "hit" 1
If I compile with `ghc -O` (7.0.1 or higher) I get the output:
hit
2
i.e. GHC has used common sub-expression elimination (CSE) to rewrite ... | 0 |
3,023,818 | 06/11/2010 14:54:53 | 345,031 | 05/19/2010 12:17:28 | 227 | 27 | any procedural PHP Framework? (non-OO) | I've stumbled across a couple of PHP Framework questions on SO. But like [//so/questions/2648/what-php-framework][1] it's mostly an itching on the surface or popularity contest. Skimming through each frameworks API or introduction docs didn't give me a good overview either.
However, I was wondering if there is somet... | php | frameworks | procedural | null | null | 05/23/2012 23:25:26 | not constructive | any procedural PHP Framework? (non-OO)
===
I've stumbled across a couple of PHP Framework questions on SO. But like [//so/questions/2648/what-php-framework][1] it's mostly an itching on the surface or popularity contest. Skimming through each frameworks API or introduction docs didn't give me a good overview either.
... | 4 |
11,621,994 | 07/23/2012 23:27:04 | 1,547,134 | 07/23/2012 23:15:03 | 1 | 0 | I want to make my background transparent | Hello so im using tumblr and i want to make my background or rather the entry transparent like in this site http://www.mychemicalromance.com
the code to my blog's html is here :
http://pastebin.com/VKfJsj59
So basically I want the same transparent column as the mychemicalromance site
Thank you very much for... | html | background | columns | transparent | tumblr | 07/24/2012 06:09:23 | not a real question | I want to make my background transparent
===
Hello so im using tumblr and i want to make my background or rather the entry transparent like in this site http://www.mychemicalromance.com
the code to my blog's html is here :
http://pastebin.com/VKfJsj59
So basically I want the same transparent column as the m... | 1 |
8,228,810 | 11/22/2011 14:54:44 | 993,635 | 10/13/2011 14:06:21 | 6 | 0 | Modifying ProbeMatch response in wcf service | I'm currently implementing a service using wcf (.net 4.0), and am attempting to get discovery working correctly. The issue I'm having is that my service resides on one namespace (device/wsdl), yet for some reason is required to be discoverable on another (network/wsdl).
I've realised that this should be possible, pr... | wcf | probe | ws-discovery | null | null | null | open | Modifying ProbeMatch response in wcf service
===
I'm currently implementing a service using wcf (.net 4.0), and am attempting to get discovery working correctly. The issue I'm having is that my service resides on one namespace (device/wsdl), yet for some reason is required to be discoverable on another (network/wsdl).... | 0 |
11,593,601 | 07/21/2012 15:49:30 | 1,461,038 | 06/16/2012 19:26:22 | 60 | 7 | Infinite scroll plugin doing nothing | I currently have Zend pagination working perfectly fine, and I'm trying to integrate Paul Irish's infinite scroll plugin, but as far as I can tell the plugin is making absolutely no difference. The page controls are still showing up at the bottom of the page, and nothing happens when I scroll down. Here is my javascrip... | jquery | jquery-plugins | infinite-scroll | null | null | null | open | Infinite scroll plugin doing nothing
===
I currently have Zend pagination working perfectly fine, and I'm trying to integrate Paul Irish's infinite scroll plugin, but as far as I can tell the plugin is making absolutely no difference. The page controls are still showing up at the bottom of the page, and nothing happen... | 0 |
9,713,919 | 03/15/2012 04:18:27 | 1,044,137 | 11/13/2011 12:09:20 | 373 | 0 | Multiboot linux windows | how multibooting ( a system having windows and linux in which a grub appears first which gives us option to select the operating system ) and single booting( one opeating system in system) whorks? I want to know the technology behind them how they are implemented not the steps to do multibooting. | linux | operating-system | boot | grub | null | 03/15/2012 04:54:40 | off topic | Multiboot linux windows
===
how multibooting ( a system having windows and linux in which a grub appears first which gives us option to select the operating system ) and single booting( one opeating system in system) whorks? I want to know the technology behind them how they are implemented not the steps to do multibo... | 2 |
10,119,593 | 04/12/2012 07:53:36 | 707,128 | 04/14/2011 01:49:41 | 198 | 0 | How to include nice Facebook, Twiter, G+ share buttons? | I want to create a nice Facebook, Twiter, G+ share buttons like they are in Youtube:
![enter image description here][1]
What I got is a default buttons which are not so nice:
<a name="fb_share" type="icon" share_url="<?php the_permalink(); ?>">
<a href="<?php the_permalink(); ?>" class="twitt... | html | css | facebook | twitter | google-plus | null | open | How to include nice Facebook, Twiter, G+ share buttons?
===
I want to create a nice Facebook, Twiter, G+ share buttons like they are in Youtube:
![enter image description here][1]
What I got is a default buttons which are not so nice:
<a name="fb_share" type="icon" share_url="<?php the_permalink(); ?>"... | 0 |
7,827,904 | 10/19/2011 20:47:15 | 761,778 | 05/19/2011 21:01:16 | 575 | 44 | Can someone explain what is a HelperClass and what does in Java or in C? |
I want to know what the HelperClass used for. Can someone please explain it with examples?
Thank You | java | c++ | c | null | null | 11/17/2011 10:26:22 | not a real question | Can someone explain what is a HelperClass and what does in Java or in C?
===
I want to know what the HelperClass used for. Can someone please explain it with examples?
Thank You | 1 |
9,828,744 | 03/22/2012 18:58:35 | 496,223 | 11/03/2010 16:56:47 | 8,802 | 435 | Count number of letters-numbers in an UTF8 string? | Basically I have this string for example `$str = 'По, своей 12'` I need something that returns the numbers of chars and numbers (leaving off spaces and other punctuation)
How can I achive this? Maybe doing a preg_replace with `\p{L}` and `[0-9]` ?
countChars('По, своей 12'); //> Should return: 9
Note: `m... | php | null | null | null | null | null | open | Count number of letters-numbers in an UTF8 string?
===
Basically I have this string for example `$str = 'По, своей 12'` I need something that returns the numbers of chars and numbers (leaving off spaces and other punctuation)
How can I achive this? Maybe doing a preg_replace with `\p{L}` and `[0-9]` ?
coun... | 0 |
4,169,118 | 11/12/2010 21:20:27 | 505,306 | 11/12/2010 02:59:48 | 1 | 0 | wrapping in programming lingo | Hi could any one explain to me the various ways in which the term "wrapping" is used in programming lingo? I have heard it being used in many contexts esp compilers | computer | vocabulary | null | null | null | null | open | wrapping in programming lingo
===
Hi could any one explain to me the various ways in which the term "wrapping" is used in programming lingo? I have heard it being used in many contexts esp compilers | 0 |
3,986,753 | 10/21/2010 11:07:49 | 463,557 | 10/01/2010 05:48:45 | 6 | 0 | Java Async Programming | I was wondering if any of you guys have done any high performance async based programs in java. If you have what sort of structure did you setup... How did things work? Any special APIs for working with async calls I should know about?
Thanks. | java | asynchronous | null | null | null | 10/21/2010 11:45:42 | not a real question | Java Async Programming
===
I was wondering if any of you guys have done any high performance async based programs in java. If you have what sort of structure did you setup... How did things work? Any special APIs for working with async calls I should know about?
Thanks. | 1 |
1,325,225 | 08/24/2009 22:56:03 | 162,356 | 08/24/2009 22:56:03 | 1 | 0 | Using attachment_fu, how do you edit an existing photo, update only thumbnails, and leave original unedited? | After a photo is uploaded and created using attachment_fu, is there a way to edit just the thumbnails and leave the original as it is? I understand how to do the resizing or cropping, but it's applying the edits to all of the thumbnails and the originals, which is how I'm sure attachment_fu was intended to work.
Fo... | ruby-on-rails-plugins | attachment-fu | ruby-on-rails | image-processing | crop | null | open | Using attachment_fu, how do you edit an existing photo, update only thumbnails, and leave original unedited?
===
After a photo is uploaded and created using attachment_fu, is there a way to edit just the thumbnails and leave the original as it is? I understand how to do the resizing or cropping, but it's applying the... | 0 |
6,859,531 | 07/28/2011 13:13:10 | 468,746 | 10/07/2010 05:57:28 | 917 | 52 | Netbeans not highlighting the code that uses non existent function - php | I am using the following line in php / netbeans 7.0 :
`$ret = $this->stupid_function();`
I certainly know that stupid_function doesn't exist in this class or any derivatives of this.
"Navigate to source/declaration" takes me nowhere
But still Netbeans doesn't seem to mark the line as error
- I tr... | netbeans | netbeans-7 | netbeans7.0 | null | null | null | open | Netbeans not highlighting the code that uses non existent function - php
===
I am using the following line in php / netbeans 7.0 :
`$ret = $this->stupid_function();`
I certainly know that stupid_function doesn't exist in this class or any derivatives of this.
"Navigate to source/declaration" takes me nowher... | 0 |
11,543,367 | 07/18/2012 14:12:12 | 1,533,029 | 07/17/2012 21:20:04 | 1 | 0 | How can I create a countdown timer with javascript? | How can I create a countdown timer with javascript like this one:
44days | 20hours | 30mins | 10sec
44days | 20hours | 30mins | 9sec
44days | 20hours | 30mins | 8sec
44days | 20hours | 30mins | 7sec
44days | 20hours | 30mins | 6sec
.
.
.
Any suggestions for javascript code? | javascript | null | null | null | null | 07/24/2012 01:37:53 | not a real question | How can I create a countdown timer with javascript?
===
How can I create a countdown timer with javascript like this one:
44days | 20hours | 30mins | 10sec
44days | 20hours | 30mins | 9sec
44days | 20hours | 30mins | 8sec
44days | 20hours | 30mins | 7sec
44days | 20hours | 30mins | 6sec
.
.
.
Any suggestions ... | 1 |
6,367,973 | 06/16/2011 06:34:16 | 799,331 | 06/15/2011 09:54:47 | 1 | 0 | How to run script from command line? | I have a script in my `lib/config/my_script.rb` which make a synchronization from MAIN database to my Database.
How i can run it from command line? And it will be working? | ruby-on-rails | null | null | null | null | null | open | How to run script from command line?
===
I have a script in my `lib/config/my_script.rb` which make a synchronization from MAIN database to my Database.
How i can run it from command line? And it will be working? | 0 |
5,714,319 | 04/19/2011 09:31:33 | 108,062 | 05/16/2009 06:15:39 | 108 | 13 | Generating white noise with a particular colour set using Imagemagick | I am trying to use ImageMagick to generate white noise, to use as frames for a key frame animation sequence.
Found this tutorial that explains how to make random noise using ImageMagick
http://brunogirin.blogspot.com/2009/09/making-noise-with-imagemagick.html
which obvious works.
What I want is to generate no... | random | imagemagick | null | null | null | null | open | Generating white noise with a particular colour set using Imagemagick
===
I am trying to use ImageMagick to generate white noise, to use as frames for a key frame animation sequence.
Found this tutorial that explains how to make random noise using ImageMagick
http://brunogirin.blogspot.com/2009/09/making-noise-wit... | 0 |
771,087 | 04/21/2009 04:53:38 | 93,587 | 04/21/2009 04:38:21 | 1 | 0 | Best web programming language after HTML? And what editor should I use? | So far I have taught myself HTML by coding in Publisher 97 and using W3-Schools. I have picked up small amounts of CSS and PHP.
*What Should I learn after learning HTML?*
And what is the best editor for what I'm going to do?(Windows, Linux) | html | editor | self-teaching | null | null | 07/25/2012 22:10:41 | not constructive | Best web programming language after HTML? And what editor should I use?
===
So far I have taught myself HTML by coding in Publisher 97 and using W3-Schools. I have picked up small amounts of CSS and PHP.
*What Should I learn after learning HTML?*
And what is the best editor for what I'm going to do?(Windows, Lin... | 4 |
4,529,547 | 12/25/2010 06:52:51 | 453,473 | 09/21/2010 04:50:06 | 1 | 0 | WebRequest with POST-parameters in .NET Compact Framework | I'm trying to do an HTTP POST REQUEST on .NET Compact Framework and I can't get it working.
This is what I got:
public static string DoPost(string url)
{
// initialize from variables
string responseString = string.Empty;
ASCIIEncoding encoding = new ASCIIEncodin... | windows-mobile | compact-framework | httpwebrequest | null | null | null | open | WebRequest with POST-parameters in .NET Compact Framework
===
I'm trying to do an HTTP POST REQUEST on .NET Compact Framework and I can't get it working.
This is what I got:
public static string DoPost(string url)
{
// initialize from variables
string responseString = strin... | 0 |
1,535,697 | 10/08/2009 04:52:14 | 160,574 | 08/21/2009 06:24:34 | 59 | 3 | How does PHP sessions work (not "how are they used")? | Session files are usually stored in i.e. /tmp/ on the server, and named `sess_{session_id}`. I have been looking at the contents and cannot figure out how they really work.
Fetching the variable name and and content from the file is easy. But how does PHP know what session belongs to whom?
The session_id seems to... | php | session | null | null | null | null | open | How does PHP sessions work (not "how are they used")?
===
Session files are usually stored in i.e. /tmp/ on the server, and named `sess_{session_id}`. I have been looking at the contents and cannot figure out how they really work.
Fetching the variable name and and content from the file is easy. But how does PHP kn... | 0 |
9,312,416 | 02/16/2012 13:47:16 | 245,869 | 01/07/2010 19:53:10 | 360 | 11 | C++: Use auto, or typedef? | I'd hate to ask an intentionally subjective question on here, but I don't have anyone else to ask this directly...
I'm trying to "lead by example" in my team by adopting more modern C++ concepts in new code I write. My coworkers are a bit shy of templates, and gripe about having to type `unique_ptr<Foobar>` or `shar... | visual-studio-2010 | c++11 | null | null | null | 02/17/2012 05:35:36 | off topic | C++: Use auto, or typedef?
===
I'd hate to ask an intentionally subjective question on here, but I don't have anyone else to ask this directly...
I'm trying to "lead by example" in my team by adopting more modern C++ concepts in new code I write. My coworkers are a bit shy of templates, and gripe about having to ty... | 2 |
9,838,762 | 03/23/2012 11:55:48 | 1,244,675 | 03/02/2012 08:50:36 | 1 | 0 | JavaScript and wxJavaScript for MySQL | Has anyone ever use wxJavaScript from this site http://www.wxjavascript.net/? Can this really let me use JavaScript on MySQL without using Java?
This is what someone recommend me use instead of learning Java for MySQL it saves time and go straight to my web development. | java | javascript | mysql | null | null | 03/28/2012 13:19:20 | not a real question | JavaScript and wxJavaScript for MySQL
===
Has anyone ever use wxJavaScript from this site http://www.wxjavascript.net/? Can this really let me use JavaScript on MySQL without using Java?
This is what someone recommend me use instead of learning Java for MySQL it saves time and go straight to my web development. | 1 |
6,744,930 | 07/19/2011 09:21:05 | 478,144 | 10/16/2010 20:24:18 | 4,135 | 252 | jQuery slideDown if element is not currently being "Slid" | I have this markup:
<span id="tabPhp" class="infoData">PHP</span>
<span id="tabJquery" class="infoData">jQuery</span>
<span id="tabWordpress" class="infoData">WordPress</span>
<span id="tabCss3" class="infoData">CSS3</span>
<span id="tabMysql" class="infoData">MySQL</span>
<div class=... | jquery | slidetoggle | null | null | null | null | open | jQuery slideDown if element is not currently being "Slid"
===
I have this markup:
<span id="tabPhp" class="infoData">PHP</span>
<span id="tabJquery" class="infoData">jQuery</span>
<span id="tabWordpress" class="infoData">WordPress</span>
<span id="tabCss3" class="infoData">CSS3</span>
<s... | 0 |
3,783,243 | 09/23/2010 23:37:14 | 394,731 | 07/17/2010 16:17:06 | -2 | 0 | Converting vb.net into a web application | I have written a desktop application in vb.net. Now I need to convert it into an web application in asp.net. Can you please suggest me a method
Thanks in advance,
Madhumati Ragvendhiran | asp.net | null | null | null | null | 09/24/2010 00:08:15 | not a real question | Converting vb.net into a web application
===
I have written a desktop application in vb.net. Now I need to convert it into an web application in asp.net. Can you please suggest me a method
Thanks in advance,
Madhumati Ragvendhiran | 1 |
3,513,931 | 08/18/2010 15:45:58 | 148,601 | 07/31/2009 16:55:12 | 303 | 20 | A class with string file extensions, how to do this? | I'm want to do a class with file extensions, I thought the extensions should be strings.
My problem is I'm not sure how to do this class? I want it to be kinda static so I don't have to declare it like new. I would appreciate any help I can get on this, it's often I find myself in situations where I would need a class... | c# | .net | asp.net-mvc | asp.net-mvc-2 | null | 08/20/2010 01:26:56 | not a real question | A class with string file extensions, how to do this?
===
I'm want to do a class with file extensions, I thought the extensions should be strings.
My problem is I'm not sure how to do this class? I want it to be kinda static so I don't have to declare it like new. I would appreciate any help I can get on this, it's of... | 1 |
7,922,043 | 10/27/2011 20:36:47 | 371,843 | 06/21/2010 04:33:07 | 305 | 3 | DLL Build Error related to string type | I'm learning how to use C++ to write DLLs and am following [this tutorial video][1] to get me started. I follow along exactly, my code being:
defFile.def:
using namespace std;
LIBRARY "square"
EXPORTS
square
funct.cpp:
double __stdcall square(double & x)
{
return x*x;
... | c++ | visual-studio-2010 | excel | dll | null | null | open | DLL Build Error related to string type
===
I'm learning how to use C++ to write DLLs and am following [this tutorial video][1] to get me started. I follow along exactly, my code being:
defFile.def:
using namespace std;
LIBRARY "square"
EXPORTS
square
funct.cpp:
double __stdcall squa... | 0 |
1,721,479 | 11/12/2009 11:10:20 | 136,141 | 07/10/2009 08:41:48 | 182 | 1 | Who judges and keeps the quality of the code within a team of programmers? | Even there are some coding conventions in a software development team, if there are more than 7-8 people coding on the same solution, who or what mechanism assures the standardizing and keeping the quality of the code?
How do they handle this in large projects, so that when a new programmer joins the team won't fee... | keeping | quality | large | projects | null | null | open | Who judges and keeps the quality of the code within a team of programmers?
===
Even there are some coding conventions in a software development team, if there are more than 7-8 people coding on the same solution, who or what mechanism assures the standardizing and keeping the quality of the code?
How do they handl... | 0 |
9,794,600 | 03/20/2012 20:41:37 | 1,217,422 | 02/18/2012 00:45:07 | 13 | 0 | jhquery-ui datepicker range issue | I have 2 input boxes; one for the start date and the other for the end date. What I need is that when user selects the first date, the second date should automatically switch to the month of the first date. I am using the following script; and whenever I choose a date from the past, the second box pops up with today's ... | jquery-ui | jquery-ui-datepicker | null | null | null | null | open | jhquery-ui datepicker range issue
===
I have 2 input boxes; one for the start date and the other for the end date. What I need is that when user selects the first date, the second date should automatically switch to the month of the first date. I am using the following script; and whenever I choose a date from the pas... | 0 |
8,726,681 | 01/04/2012 12:12:08 | 549,680 | 12/21/2010 08:58:01 | 13 | 0 | Get an array in two arrays | I print an array $element and in my source code in the browser I get this, haow can i put that in two distinct array. As you see i have ArrayArray twice in the code that mean may be $elemement in an aray of array ...
Help please:
ArrayArray
(
[#entity_type] => node
[#bundle] => gallerie_parutions
... | php | null | null | null | null | 01/04/2012 22:54:47 | not a real question | Get an array in two arrays
===
I print an array $element and in my source code in the browser I get this, haow can i put that in two distinct array. As you see i have ArrayArray twice in the code that mean may be $elemement in an aray of array ...
Help please:
ArrayArray
(
[#entity_type] => node
[... | 1 |
9,937,742 | 03/30/2012 06:02:01 | 16,480 | 09/17/2008 17:32:52 | 424 | 4 | How can I get the size of symbols in object files on Mac OS X? | I want to know which symbols are taking up the most space in my compiled object files, in order to reduce code bloat. Unfortunately, the default Mac version of `nm` doesn't have any options for printing symbol sizes. I tried `gnm -S --size-sort` through MacPorts, but the size estimates it produces seem to be garbage ... | osx | nm | null | null | null | null | open | How can I get the size of symbols in object files on Mac OS X?
===
I want to know which symbols are taking up the most space in my compiled object files, in order to reduce code bloat. Unfortunately, the default Mac version of `nm` doesn't have any options for printing symbol sizes. I tried `gnm -S --size-sort` thro... | 0 |
5,014,852 | 02/16/2011 09:46:39 | 60,593 | 01/30/2009 12:17:23 | 2,206 | 143 | Is there a drop-in replacement for Java Stack that is not synchronized? | I have a large codebase (written by me) that uses the Stack data structure. This was used for convenience and I am using it as Stack sometimes or Vector/List some other times.
After a performance review however it was decided that we do not want to pay extra for the synchronization safety. I need now to replace this... | java | data-structures | stack | null | null | null | open | Is there a drop-in replacement for Java Stack that is not synchronized?
===
I have a large codebase (written by me) that uses the Stack data structure. This was used for convenience and I am using it as Stack sometimes or Vector/List some other times.
After a performance review however it was decided that we do not... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.