PostId int64 13 11.8M | PostCreationDate stringlengths 19 19 | OwnerUserId int64 3 1.57M | OwnerCreationDate stringlengths 10 19 | ReputationAtPostCreation int64 -33 210k | OwnerUndeletedAnswerCountAtPostTime int64 0 5.77k | Title stringlengths 10 250 | BodyMarkdown stringlengths 12 30k | Tag1 stringlengths 1 25 ⌀ | Tag2 stringlengths 1 25 ⌀ | Tag3 stringlengths 1 25 ⌀ | Tag4 stringlengths 1 25 ⌀ | Tag5 stringlengths 1 25 ⌀ | PostClosedDate stringlengths 19 19 ⌀ | OpenStatus stringclasses 5
values | unified_texts stringlengths 47 30.1k | OpenStatus_id int64 0 4 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11,208,037 | 06/26/2012 13:10:56 | 1,442,735 | 06/07/2012 16:34:11 | 1 | 0 | CSS Positioning | I need some review on my overall positioning of a website. It's been five months since I started coding in HTML and CSS. By Inspecting the CSS, can you all tell me If I am doing it right?
www.bitumpro.com | html | css | positioning | null | null | 06/27/2012 13:27:24 | too localized | CSS Positioning
===
I need some review on my overall positioning of a website. It's been five months since I started coding in HTML and CSS. By Inspecting the CSS, can you all tell me If I am doing it right?
www.bitumpro.com | 3 |
9,785,974 | 03/20/2012 11:34:19 | 735,598 | 05/03/2011 06:44:20 | 410 | 15 | how to customize pagger like "Displaying 1 to 20 of 50 Records using Telerik RadDataPager in Silverlight | All,
***I would like to change my Pager style to something like this***
**"Displaying 1 to 20 of 50 Records"**
I am using following code to display paging, But it will give me this out put
**"Page 1 of 3"**
<telerik:RadDataPager Source="{Binding AdvanceSearchAssetPagedCollection}" DisplayMode="Firs... | silverlight-4.0 | telerik-grid | raddatapager | null | null | null | open | how to customize pagger like "Displaying 1 to 20 of 50 Records using Telerik RadDataPager in Silverlight
===
All,
***I would like to change my Pager style to something like this***
**"Displaying 1 to 20 of 50 Records"**
I am using following code to display paging, But it will give me this out put
**"Page ... | 0 |
6,614,095 | 07/07/2011 16:45:27 | 332,544 | 05/04/2010 15:40:23 | 338 | 3 | Why is it called onBlur? | JavaScript has an event called onBlur that fires when a control loses focus. My question is: Why is it called that? Wouldn't all of our lives be easier if it was called OnFocusLost? | javascript | null | null | null | null | 07/07/2011 16:46:51 | not constructive | Why is it called onBlur?
===
JavaScript has an event called onBlur that fires when a control loses focus. My question is: Why is it called that? Wouldn't all of our lives be easier if it was called OnFocusLost? | 4 |
3,342,459 | 07/27/2010 10:00:22 | 403,231 | 07/27/2010 10:00:22 | 1 | 0 | Is Java good for web development? | I am new to Java.
My question is quite straight forward, is java good for web development?
Additional: Can you give me some "cool"(any kind of sites, cool graphics, ecommerce, kids/teens sites, gaming sites etc) websites URL that used java and HTML(or maybe with flash)? | java | null | null | null | null | 07/27/2010 10:08:52 | not a real question | Is Java good for web development?
===
I am new to Java.
My question is quite straight forward, is java good for web development?
Additional: Can you give me some "cool"(any kind of sites, cool graphics, ecommerce, kids/teens sites, gaming sites etc) websites URL that used java and HTML(or maybe with flash)? | 1 |
4,611,568 | 01/06/2011 03:50:54 | 76,509 | 03/11/2009 05:45:04 | 865 | 3 | Convert multiquery to a query using group by and so on | -schema
CREATE TABLE `ratings` (
`id` int(11) NOT NULL default '0',
`rating` int(11) NOT NULL default '1',
`rating_start` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) TYPE=MyISAM
-myprogram.php
foreach($ids as $id){
$sql = "SELECT ratin... | php | sql | mysql | null | null | null | open | Convert multiquery to a query using group by and so on
===
-schema
CREATE TABLE `ratings` (
`id` int(11) NOT NULL default '0',
`rating` int(11) NOT NULL default '1',
`rating_start` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) TYPE=MyISAM
-myprogram.p... | 0 |
8,560,749 | 12/19/2011 11:38:26 | 998,837 | 10/17/2011 09:00:03 | 26 | 1 | Optimize this piece of c# code | Problem:Given a comma separated string of numbers, want to find out the highest average of digits of number.
for eg: consider a string of number "123,345,555" the output would be 3 since 3 is the highest average among 123,345,555.
Here is my program..in C#
int Max_Avg(string number_list)
{
in... | c# | optimization | null | null | null | null | open | Optimize this piece of c# code
===
Problem:Given a comma separated string of numbers, want to find out the highest average of digits of number.
for eg: consider a string of number "123,345,555" the output would be 3 since 3 is the highest average among 123,345,555.
Here is my program..in C#
int Max_Avg(stri... | 0 |
369,493 | 12/15/2008 19:46:56 | 33,042 | 10/31/2008 10:27:35 | 11 | 1 | Scrum Burn Down Charts: Tasks or Stories? | There are several ways to do burn down charts in Scrum.
Some people suggest using the story points of unfinished stories left as your burn down charts in Scrum.
**Pro**: Only finished stories lower the chart
**Contra**: Chart doesn't move down in the beginning and then rapidly falls off
Others suggest to us... | scrum | burndowncharts | null | null | null | 05/02/2012 15:07:13 | not constructive | Scrum Burn Down Charts: Tasks or Stories?
===
There are several ways to do burn down charts in Scrum.
Some people suggest using the story points of unfinished stories left as your burn down charts in Scrum.
**Pro**: Only finished stories lower the chart
**Contra**: Chart doesn't move down in the beginning and... | 4 |
1,001,082 | 06/16/2009 12:12:08 | 109,354 | 05/19/2009 12:53:21 | 197 | 26 | Risk Management | I would like to follow Risk Driven Project Management across all projects? what should I do to implement RDPM successfully in my org? | risk | management | project | null | null | 06/16/2009 12:48:12 | off topic | Risk Management
===
I would like to follow Risk Driven Project Management across all projects? what should I do to implement RDPM successfully in my org? | 2 |
9,825,818 | 03/22/2012 15:49:37 | 454,010 | 09/21/2010 13:58:06 | 113 | 3 | Log4Net for Windows 2008 64bit machine | We are planning to move the application having log4net code to a windows 2008 64bit machine. The application uses a dll ,which has the log4net error logging code with below dll’s referenced in there
using log4net;
using log4net.Config;
and I am using
EventLogAppender, RollingFileAppender and cus... | log4net | log4netconfiguration | null | null | null | 04/09/2012 13:51:39 | too localized | Log4Net for Windows 2008 64bit machine
===
We are planning to move the application having log4net code to a windows 2008 64bit machine. The application uses a dll ,which has the log4net error logging code with below dll’s referenced in there
using log4net;
using log4net.Config;
and I am using
E... | 3 |
10,911,889 | 06/06/2012 09:53:01 | 980,159 | 10/05/2011 10:22:20 | 9 | 1 | PHP upload file through function | I want to upload a file (image) in PHP. Is this possible by calling a function?
Details:
selection.php: the form where users can browse an image.
<form action="exec.php" method="post">
<input type="file" id="image" name="image" maxlength="50" />
<input type="submit" />
</form>
exec.php:
... | php | function | upload | null | null | 07/11/2012 19:29:10 | not a real question | PHP upload file through function
===
I want to upload a file (image) in PHP. Is this possible by calling a function?
Details:
selection.php: the form where users can browse an image.
<form action="exec.php" method="post">
<input type="file" id="image" name="image" maxlength="50" />
<input type="... | 1 |
8,055,279 | 11/08/2011 18:24:01 | 957,225 | 09/21/2011 14:52:28 | 184 | 1 | What are some good open-source iOS projects to study at? | I am looking for a good well designed iOS code/framework that is open sourced out there that I can study on. What I mean good design is, they follow good object oriented concepts, code is clean, and organized, possibly has some unit testing in it as well. I wanted to learn these concepts and apply it to my projects as ... | iphone | ios | ipad | open-source | null | 11/09/2011 02:04:54 | not constructive | What are some good open-source iOS projects to study at?
===
I am looking for a good well designed iOS code/framework that is open sourced out there that I can study on. What I mean good design is, they follow good object oriented concepts, code is clean, and organized, possibly has some unit testing in it as well. I ... | 4 |
8,657,211 | 12/28/2011 14:36:52 | 431,780 | 08/26/2010 11:19:21 | 3,680 | 156 | CSS: Position element at bottom of page not window | The simplest html ever:
<!doctype html>
<html>
<body>
<p>Some text content</p>
<p>Some more content</p>
<p> ... </p>
<img src="image.jpg">
</body>
</html>
The image is intended to be positioned via CSS at the bottom of the **page**, behind the paragraphs.
Here'... | html | css | absolute-positioning | null | null | null | open | CSS: Position element at bottom of page not window
===
The simplest html ever:
<!doctype html>
<html>
<body>
<p>Some text content</p>
<p>Some more content</p>
<p> ... </p>
<img src="image.jpg">
</body>
</html>
The image is intended to be positioned via CSS at the... | 0 |
6,915,552 | 08/02/2011 16:45:57 | 315,200 | 03/11/2010 11:14:26 | 352 | 14 | Call documentReady function on window load? | A quick one...
How can I run a function at window load defined in document ready?
$(document).ready(function() {
//How do I run this, down from Load??
function thisFunction() {
alert("This function");
}
});
$(window).load(function() {
thisFunction();
... | javascript | jquery | null | null | null | null | open | Call documentReady function on window load?
===
A quick one...
How can I run a function at window load defined in document ready?
$(document).ready(function() {
//How do I run this, down from Load??
function thisFunction() {
alert("This function");
}
});
$(w... | 0 |
5,285,687 | 03/12/2011 21:41:07 | 36,007 | 11/09/2008 22:20:06 | 8,798 | 296 | Creating a second runloop inside XNA | I'm working on porting a game engine from Java to Windows Phone 7 XNA. One thing I'm struggling with is how to create modal dialogs. The dialog is rendered in XNA using SpriteBatch just like everything else, but what I basically want is something like this:
result = Dialog.Ask("Some Question?", DialogButtons... | c# | windows-phone-7 | xna | xna4.0 | null | null | open | Creating a second runloop inside XNA
===
I'm working on porting a game engine from Java to Windows Phone 7 XNA. One thing I'm struggling with is how to create modal dialogs. The dialog is rendered in XNA using SpriteBatch just like everything else, but what I basically want is something like this:
result = ... | 0 |
1,034,458 | 06/23/2009 18:55:50 | 104,184 | 05/09/2009 21:27:27 | 3,398 | 132 | Why aren't video games written in Java? | So I was just wondering, why aren't many video games (commercial 3D games, not random open source 2D ones) written in Java? In theory, it makes a lot of sense; you get a productivity boost and a cross-platform application for free (among other things, such as the vast amount of Java libraries, and built-in garbage coll... | java | null | null | null | null | 05/23/2012 09:00:42 | not constructive | Why aren't video games written in Java?
===
So I was just wondering, why aren't many video games (commercial 3D games, not random open source 2D ones) written in Java? In theory, it makes a lot of sense; you get a productivity boost and a cross-platform application for free (among other things, such as the vast amount... | 4 |
10,807,708 | 05/29/2012 22:37:08 | 1,424,808 | 05/29/2012 22:33:24 | 1 | 0 | php - Echoing out session array in loop does not work | I am having a weird problem echoing out a session array. I would like to accomplish the following:
for($i=0;$i<sizeof($_SESSION['medication']);$i++){
echo $_SESSION['medication'][$i];
}
In fact it echoes out all fields of the array and then <i>afterwards</i> displays the well known error message "Catchab... | php | arrays | session | echo | null | null | open | php - Echoing out session array in loop does not work
===
I am having a weird problem echoing out a session array. I would like to accomplish the following:
for($i=0;$i<sizeof($_SESSION['medication']);$i++){
echo $_SESSION['medication'][$i];
}
In fact it echoes out all fields of the array and then <i>af... | 0 |
7,120,805 | 08/19/2011 11:20:02 | 902,332 | 08/19/2011 11:20:02 | 1 | 0 | Help to create widget | i need help to create a api response to my users, i want to provide sms services for website for free,without login.
The webmasters can send request to mysite.com/api.php via GET methodes, there only two parameters phone and msg
i want to provide a widget for webmasters that can easily add to thier site/blogspot and ... | api | null | null | null | null | 08/19/2011 15:45:31 | not a real question | Help to create widget
===
i need help to create a api response to my users, i want to provide sms services for website for free,without login.
The webmasters can send request to mysite.com/api.php via GET methodes, there only two parameters phone and msg
i want to provide a widget for webmasters that can easily add ... | 1 |
4,237,360 | 11/21/2010 10:18:39 | 257,314 | 01/23/2010 07:24:49 | 121 | 1 | Reloading custom UITableViewCell after reordering cells | I have `UITableView` which uses custom `UITableViewCell`s. The cells can have one of three types of background images (set in each cell's `.backgroundView.image` property): top, middle, or bottom. The top and bottom images are for the first and last cells, and have rounded corners (much like a grouped `UITableView`'s ... | iphone | cocoa-touch | uitableview | uikit | uitableviewcell | null | open | Reloading custom UITableViewCell after reordering cells
===
I have `UITableView` which uses custom `UITableViewCell`s. The cells can have one of three types of background images (set in each cell's `.backgroundView.image` property): top, middle, or bottom. The top and bottom images are for the first and last cells, a... | 0 |
1,853,788 | 12/05/2009 23:04:49 | 137,109 | 07/12/2009 19:59:33 | 418 | 2 | Design choice with a container class that several classes use | I have a class that wraps around a list called ExplosionGroup (previously called AllExplosions for reasons I'll explain) which is a list of 'Explosion's (another class).
My original design choice, and what ran for awhile, was to have an ExplosionGroup in the 'Level' class that runs all the levels. Any classes (like ... | c++ | design | null | null | null | null | open | Design choice with a container class that several classes use
===
I have a class that wraps around a list called ExplosionGroup (previously called AllExplosions for reasons I'll explain) which is a list of 'Explosion's (another class).
My original design choice, and what ran for awhile, was to have an ExplosionGrou... | 0 |
3,621,075 | 09/01/2010 18:34:35 | 435,317 | 08/30/2010 20:19:33 | 1 | 1 | Best way to use checkboxes with PHP | first off I am a rookie so please forgive my basic question. I am trying to use an html checkbox to let me know when to check a serial number. The problem is no matter what i do I get an error telling me "Notice: Undefined index: sncheck in XYZ".
I tried using a ternary operator to set the value as it was posted (If... | php | html | null | null | null | null | open | Best way to use checkboxes with PHP
===
first off I am a rookie so please forgive my basic question. I am trying to use an html checkbox to let me know when to check a serial number. The problem is no matter what i do I get an error telling me "Notice: Undefined index: sncheck in XYZ".
I tried using a ternary opera... | 0 |
1,662,329 | 11/02/2009 16:36:15 | 67,441 | 02/17/2009 16:02:27 | 112 | 1 | Web controls lifecycle problems: A page, a grid and a dialog (containing a dynamic control whose type depends on the selected row in the grid) | I have a web page with a GridView. The GridView contains a list of Question objects. Each Question has a QuestionType. When the user clicks on the Question control, an Ajax modal popup appears containing a Dialog custom web control. The Dialog web control is designed to encapsulate a child custom web control togeth... | webcontrols | asp.net | servercontrols | nested-controls | .net | null | open | Web controls lifecycle problems: A page, a grid and a dialog (containing a dynamic control whose type depends on the selected row in the grid)
===
I have a web page with a GridView. The GridView contains a list of Question objects. Each Question has a QuestionType. When the user clicks on the Question control, an A... | 0 |
7,667,045 | 10/05/2011 20:03:24 | 978,756 | 10/04/2011 15:19:12 | 526 | 60 | Reports library or framework for C# with nice graphs and charts | **Current situation**<br />
I'm currently aggregating performance metrics for just under 1000 virtual machines running across 80 blade servers for monitoring purposes. At the moment I'm using the data to alert me when something exceeds a bounds or goes down, as well as to produce graphs about the metrics over a select... | c# | .net | reporting | null | null | 11/29/2011 21:24:50 | not constructive | Reports library or framework for C# with nice graphs and charts
===
**Current situation**<br />
I'm currently aggregating performance metrics for just under 1000 virtual machines running across 80 blade servers for monitoring purposes. At the moment I'm using the data to alert me when something exceeds a bounds or go... | 4 |
6,401,836 | 06/19/2011 10:25:42 | 805,211 | 06/19/2011 09:39:41 | 1 | 0 | Where are the pictures of my jsf page?! | I have a navigation-rule like this in my jsf 2 application:
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-action>#{myBean.goToMyHome1}</from-action>
<from-outcome>myHome1.xhtml</from-outcome>
<to-view-id>/myhome1/myHome1.xhtml</to-view-id>
<redirect/>
</navi... | security | spring | jsf-2.0 | navigation | null | null | open | Where are the pictures of my jsf page?!
===
I have a navigation-rule like this in my jsf 2 application:
<navigation-rule>
<from-view-id>*</from-view-id>
<navigation-case>
<from-action>#{myBean.goToMyHome1}</from-action>
<from-outcome>myHome1.xhtml</from-outcome>
<to-view-id>/myhome1/myHome1... | 0 |
7,380,731 | 09/11/2011 19:38:31 | 939,421 | 09/11/2011 17:47:11 | 13 | 0 | Help with mess simple php code | I have html page where is written code snipets and each lines are different "p" like this:
<p class="s36">$data = "hello world!";</p>
<p class="s36">echo data;</p>
and I want to be like this:
<p class="s36">$data = "hello world!";<br/>
echo data;</p>
so here is what I have done
$my... | php | tags | replace | substr | strpos | 09/12/2011 00:18:25 | not a real question | Help with mess simple php code
===
I have html page where is written code snipets and each lines are different "p" like this:
<p class="s36">$data = "hello world!";</p>
<p class="s36">echo data;</p>
and I want to be like this:
<p class="s36">$data = "hello world!";<br/>
echo data;</p>
so... | 1 |
10,746,503 | 05/24/2012 23:05:34 | 1,368,389 | 05/01/2012 18:49:20 | 22 | 2 | "Like-gate" throwing big error on certain browsers | I am getting complaints that my newly created "like-gate" is throwing errors on certain browsers. I cannot get it to fail on any of mine, but people are saying their versions of Safari and FF are throwing this error:
/\*1336720089,176820405\*/
if (window.CavalryLogger) { CavalryLogger.start_js(["EgxV3"]); }
__... | facebook | cross-browser | error-message | like | null | null | open | "Like-gate" throwing big error on certain browsers
===
I am getting complaints that my newly created "like-gate" is throwing errors on certain browsers. I cannot get it to fail on any of mine, but people are saying their versions of Safari and FF are throwing this error:
/\*1336720089,176820405\*/
if (window.Cav... | 0 |
4,865,573 | 02/01/2011 17:03:26 | 344,369 | 05/18/2010 18:36:15 | 1 | 1 | IE 6 Local html link broken .NET webbrowser | I have a WebBrowser embedded in my application. I am loading an html document that has links to other sections in the document. Here is an example of how the link is created...
...
<span style='color:blue;mso-no-proof:yes'>
<a href="#_Toc179681722">21-20-1 Distribution Damper
<span style='co... | html | internet-explorer | webbrowser | links | null | null | open | IE 6 Local html link broken .NET webbrowser
===
I have a WebBrowser embedded in my application. I am loading an html document that has links to other sections in the document. Here is an example of how the link is created...
...
<span style='color:blue;mso-no-proof:yes'>
<a href="#_Toc179681722">2... | 0 |
2,950,636 | 06/01/2010 14:33:14 | 164,216 | 08/27/2009 13:26:42 | 798 | 9 | Memory management & viewDidUnload? | If I have a viewController setup as below:
@interface MapViewController : UIViewController <MKMapViewDelegate, CLLocationManagerDelegate> {
CLLocationManager *locationManager;
}
-(void)viewDidLoad {
[super viewDidLoad];
locationManager = [[CLLocationManager alloc] init]... | iphone | objective-c | cocoa-touch | null | null | null | open | Memory management & viewDidUnload?
===
If I have a viewController setup as below:
@interface MapViewController : UIViewController <MKMapViewDelegate, CLLocationManagerDelegate> {
CLLocationManager *locationManager;
}
-(void)viewDidLoad {
[super viewDidLoad];
locationMa... | 0 |
11,136,560 | 06/21/2012 10:50:55 | 1,111,768 | 12/22/2011 13:06:29 | 14 | 0 | refresh a select list depending on previous selected value | I have two option lists: 1st is Country the 2nd is cities. If user select a country like Pakistan then the 2nd list should show only the Pakistani Cities name.
I am new to web developer waiting for you reply.
Regards:
| php | javascript | jquery | null | null | 06/21/2012 11:49:34 | not a real question | refresh a select list depending on previous selected value
===
I have two option lists: 1st is Country the 2nd is cities. If user select a country like Pakistan then the 2nd list should show only the Pakistani Cities name.
I am new to web developer waiting for you reply.
Regards:
| 1 |
3,382,720 | 08/01/2010 16:13:59 | 260,914 | 01/28/2010 11:30:58 | 3 | 0 | Why does paypal sandbox doesn't let me finish my transaction? | I don't know if this is appropriate here. I am setting up a subscription button in my client's site. As you might have guessed, I wanted to test everything thru sandbox first. I have two sandbox accounts, one for the buyer and the other for the merchant. I created a button using the premier account. I embedded it in a... | paypal-sandbox | null | null | null | null | null | open | Why does paypal sandbox doesn't let me finish my transaction?
===
I don't know if this is appropriate here. I am setting up a subscription button in my client's site. As you might have guessed, I wanted to test everything thru sandbox first. I have two sandbox accounts, one for the buyer and the other for the merchant... | 0 |
128,298 | 09/24/2008 16:46:16 | 11,612 | 09/16/2008 09:30:01 | 16 | 4 | flex tutorials or books | Can anyone recommend any good sites or good books for learning flex?
Thanks
Damien
| flex | books | tutorials | null | null | 09/20/2011 15:09:46 | not constructive | flex tutorials or books
===
Can anyone recommend any good sites or good books for learning flex?
Thanks
Damien
| 4 |
10,663,258 | 05/19/2012 07:29:57 | 1,378,315 | 05/06/2012 16:45:57 | 1 | 0 | The upper bound on T(n) | can anybody give me an answer for this question..??..
The upper bound on T(n) = 3T(n/2) +n is :
(A) O(nlgn) (B) O(nlg3)
(C) O(n2) (D) O(nlgn+n)
I have the options also.. | sorting-algorithm | null | null | null | null | 05/19/2012 18:39:18 | not a real question | The upper bound on T(n)
===
can anybody give me an answer for this question..??..
The upper bound on T(n) = 3T(n/2) +n is :
(A) O(nlgn) (B) O(nlg3)
(C) O(n2) (D) O(nlgn+n)
I have the options also.. | 1 |
5,674,178 | 04/15/2011 08:27:53 | 709,442 | 04/15/2011 08:21:20 | 1 | 0 | I wrote a piece fo code about singleton pattern implementation. Not sure about the correctness. Please give some advice. Thanks. | public class Singleton
{
public Singleton Instance
{
get
{
if (_instance == null)
{
if (_mutexCreation.WaitOne(0))
{
try
{
_instance = new Singleton();
}
finally
{
_mutexCreation.... | singleton | null | null | null | null | 04/15/2011 09:48:28 | not a real question | I wrote a piece fo code about singleton pattern implementation. Not sure about the correctness. Please give some advice. Thanks.
===
public class Singleton
{
public Singleton Instance
{
get
{
if (_instance == null)
{
if (_mutexCreation.WaitOne(0))
{
... | 1 |
11,595,232 | 07/21/2012 19:27:55 | 803,077 | 06/17/2011 10:44:47 | 80 | 4 | Undefined symbols for architecture i386: "_OBJC_CLASS_$_Barcode", referenced from: objc-class-ref in | I am trying to integrate a QR code generating library in to my App.
the QR generator library is:
https://github.com/kuapay/iOS-QR-Code-Generator
I guess I must have integrated it wrong as I am getting this error:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_Barcode", referenced from... | ios | xcode | generator | qr-code | null | null | open | Undefined symbols for architecture i386: "_OBJC_CLASS_$_Barcode", referenced from: objc-class-ref in
===
I am trying to integrate a QR code generating library in to my App.
the QR generator library is:
https://github.com/kuapay/iOS-QR-Code-Generator
I guess I must have integrated it wrong as I am getting thi... | 0 |
4,788,716 | 01/25/2011 00:15:29 | 571,866 | 01/11/2011 20:48:51 | 1 | 0 | Overriding the idle timeout in android | I am building an app and I'd like to override the idle timeout of the app. I'd like it to never timeout, similar to most games. Does anyone know how you'd do this. I've been trolling the internet for a while now and I'm not sure.
iPhone is idleTimeout = NO;
Super easy, is there any global setting like that I can ... | android | null | null | null | null | null | open | Overriding the idle timeout in android
===
I am building an app and I'd like to override the idle timeout of the app. I'd like it to never timeout, similar to most games. Does anyone know how you'd do this. I've been trolling the internet for a while now and I'm not sure.
iPhone is idleTimeout = NO;
Super easy, ... | 0 |
6,048,071 | 05/18/2011 16:38:33 | 759,604 | 05/18/2011 16:38:33 | 1 | 0 | Is there any way to solve consle program to be paused automatically? | When I use cmd to run java ant build or something else program, the cmd always be paused automatically while few minutes no any key-press input, it's means cmd do nothing util I input key-press like enter key to awaken it up.
Any way or config to solve this, or any tools instead of cmd program? | java | c++ | c | windows | cmd | 05/18/2011 16:45:27 | not a real question | Is there any way to solve consle program to be paused automatically?
===
When I use cmd to run java ant build or something else program, the cmd always be paused automatically while few minutes no any key-press input, it's means cmd do nothing util I input key-press like enter key to awaken it up.
Any way or config... | 1 |
10,112,374 | 04/11/2012 19:11:25 | 1,267,082 | 03/13/2012 17:07:41 | 5 | 0 | Sound Effect Calling Error Action Script 3 | I get these errors when trying to add a walking sound effect on my file:
Scene 1, Layer 'L1_actions', Frame 8, Line 54 1061: Call to a possibly undefined method play through a reference with static type flash.net:URLRequest.
Scene 1, Layer 'L1_actions', Frame 8, Line 21 1061: Call to a possibly undefined me... | actionscript-3 | audio | null | null | null | null | open | Sound Effect Calling Error Action Script 3
===
I get these errors when trying to add a walking sound effect on my file:
Scene 1, Layer 'L1_actions', Frame 8, Line 54 1061: Call to a possibly undefined method play through a reference with static type flash.net:URLRequest.
Scene 1, Layer 'L1_actions', Frame ... | 0 |
7,467,094 | 09/19/2011 06:14:36 | 885,489 | 08/09/2011 08:09:46 | 48 | 0 | How to install silently on a remote computer? | I want to install an application on a remote computer. I run the setup.exe file by Win32_Process but, it does not work. the outparameter of Win32_Process returns Zero (based on MSDN-WMI, it means the process runs completely) and i can see my setup.exe process line on the process list of the remote computer but in reali... | c# | .net | installer | installation | install | null | open | How to install silently on a remote computer?
===
I want to install an application on a remote computer. I run the setup.exe file by Win32_Process but, it does not work. the outparameter of Win32_Process returns Zero (based on MSDN-WMI, it means the process runs completely) and i can see my setup.exe process line on t... | 0 |
8,678,001 | 12/30/2011 09:25:40 | 554,217 | 12/26/2010 09:29:16 | 770 | 6 | Visual studio 2010 ultimate wont build the project | Previously, I could build projects and launch the sites..but suddenly, it stopped building and launching them.. I dont know why. It suddenly happened..
What happens is that it builds them , and then it fails to build, therefore, no launch happens..
How do I overcome that problem ..
note: no error message appe... | asp.net | visual-studio-2010 | null | null | null | null | open | Visual studio 2010 ultimate wont build the project
===
Previously, I could build projects and launch the sites..but suddenly, it stopped building and launching them.. I dont know why. It suddenly happened..
What happens is that it builds them , and then it fails to build, therefore, no launch happens..
How do I... | 0 |
11,284,167 | 07/01/2012 17:27:35 | 684,594 | 03/30/2011 19:36:05 | 50 | 0 | Legality of Sample Music? | Wasn't able to find the answer to this anywhere else on the web where I searched, nor on Stack Overflow, so I figured I would ask.
I'm currently putting together a website with various HTML5, PHP/MySQL, JQuery/AJAX/JavaScript, Android and Java programs on it as a sort of portfolio before I graduate with my CS degree... | audio | web | music | legal | copyright | 07/02/2012 12:53:08 | off topic | Legality of Sample Music?
===
Wasn't able to find the answer to this anywhere else on the web where I searched, nor on Stack Overflow, so I figured I would ask.
I'm currently putting together a website with various HTML5, PHP/MySQL, JQuery/AJAX/JavaScript, Android and Java programs on it as a sort of portfolio befo... | 2 |
3,707,499 | 09/14/2010 09:14:11 | 281,504 | 02/25/2010 19:00:15 | 725 | 96 | Video Tutorials for following .Net topics | 1. Asp.Net Pipeline
2. Transaction Management in .Net/Sql Server | .net | asp.net | video | transactions | null | null | open | Video Tutorials for following .Net topics
===
1. Asp.Net Pipeline
2. Transaction Management in .Net/Sql Server | 0 |
4,358,762 | 12/05/2010 12:25:37 | 531,181 | 12/05/2010 12:25:37 | 1 | 0 | unix time setting | write command to print time in 24 hour format in unix. | unix | null | null | null | null | 12/05/2010 22:02:56 | not a real question | unix time setting
===
write command to print time in 24 hour format in unix. | 1 |
8,334,162 | 11/30/2011 22:51:30 | 985,941 | 10/09/2011 00:58:20 | 1 | 1 | Passing argument from a list | I have a function that I'm using and I need to pass it a list of arguments, however, it gives and error when I try to pass the list because it can't hash.
The function in question here is the values() method on a Django Queryset, but I think this is a more general python question.
so I have
values_list = ... | python | django | list | null | null | null | open | Passing argument from a list
===
I have a function that I'm using and I need to pass it a list of arguments, however, it gives and error when I try to pass the list because it can't hash.
The function in question here is the values() method on a Django Queryset, but I think this is a more general python question.
... | 0 |
249,984 | 10/30/2008 12:21:57 | 22,837 | 09/26/2008 20:18:20 | 43 | 4 | PHP Framework Decision - Analysis paralysis! | Ok, sorry for the length of this question in advance!
i've spent ages reading about the pros and cons of all the major PHP Frameworks (i.e. Zend, CakePHP, symfony, CodeIgniter etc. etc.). I've also read most of the questions and answers already posted in here about PHP Frameworks....and I STILL can't make up my mind... | php | frameworks | symfony | cakephp | null | 02/16/2012 03:16:22 | not constructive | PHP Framework Decision - Analysis paralysis!
===
Ok, sorry for the length of this question in advance!
i've spent ages reading about the pros and cons of all the major PHP Frameworks (i.e. Zend, CakePHP, symfony, CodeIgniter etc. etc.). I've also read most of the questions and answers already posted in here about P... | 4 |
8,587,025 | 12/21/2011 08:40:49 | 1,085,316 | 12/07/2011 09:38:13 | 1 | 0 | How to get this answer | i have a table team<br/>
id player event date
--------------------------------
- 1 1 a 18/12/2011<br/>
- 2 2 a 18/12/2011<br/>
- 3 3 a 18/12/2011<br/>
- 4 1 b 19/12/2011<br/>
- 5 3 b 19/12/2011<br/>
- 6 1 ... | sql | sql-server | null | null | null | 12/21/2011 09:23:17 | not a real question | How to get this answer
===
i have a table team<br/>
id player event date
--------------------------------
- 1 1 a 18/12/2011<br/>
- 2 2 a 18/12/2011<br/>
- 3 3 a 18/12/2011<br/>
- 4 1 b 19/12/2011<br/>
- 5 3 b 19/12... | 1 |
8,949,444 | 01/21/2012 00:00:52 | 765,368 | 05/23/2011 03:01:51 | 138 | 0 | create a multilingual website with php | I have a simple question here. How do I build a multilingual website using php?
What are the tools that I need to do so?
Also, if I'm planning to build my website using a framework (like cakePHP, or symfony, etc...), do theses frameworks have features that will allow me to do that?
Please give me the best and ... | php | php5 | cakephp | frameworks | multilanguage | 01/27/2012 16:04:27 | not a real question | create a multilingual website with php
===
I have a simple question here. How do I build a multilingual website using php?
What are the tools that I need to do so?
Also, if I'm planning to build my website using a framework (like cakePHP, or symfony, etc...), do theses frameworks have features that will allow me... | 1 |
9,983,021 | 04/02/2012 20:01:21 | 507,035 | 11/13/2010 23:14:30 | 65 | 0 | Double-tap to zoom in PDF UIScrollView? | I have an "PDF Viewer" in my application. I use the `CGPDFDocumentRef` and `CGPDFPageRef` to show the PDF. To zoom in the PDF I use a `UIScrollView`.
I am already able to pinch-zoom in the UIScrollView but I also want to be able to double-tap to zoom.
Double tap with one finger takes you to different levels in ... | objective-c | pdf | uiscrollview | zoom | null | null | open | Double-tap to zoom in PDF UIScrollView?
===
I have an "PDF Viewer" in my application. I use the `CGPDFDocumentRef` and `CGPDFPageRef` to show the PDF. To zoom in the PDF I use a `UIScrollView`.
I am already able to pinch-zoom in the UIScrollView but I also want to be able to double-tap to zoom.
Double tap with... | 0 |
11,615,164 | 07/23/2012 15:01:07 | 749,041 | 05/11/2011 15:51:08 | 1,518 | 70 | Setting custom runtime classpath for a maven project in netbeans | I want to add a custom classpath when I'm running my maven project from within netbeans. So far I've tried adding the following to the **Run Project** action in the project properties:
exec.args=-classpath %classpath;c:/QUASR/duplicateRemoval.jar;c:/QUASR/lib/QUASR.jar ${packageClassName}
exec.args=-cp ... | java | maven | netbeans | configuration | classpath | null | open | Setting custom runtime classpath for a maven project in netbeans
===
I want to add a custom classpath when I'm running my maven project from within netbeans. So far I've tried adding the following to the **Run Project** action in the project properties:
exec.args=-classpath %classpath;c:/QUASR/duplicateRemoval... | 0 |
11,284,281 | 07/01/2012 17:44:53 | 1,494,563 | 07/01/2012 17:33:28 | 1 | 0 | Best free API for making a SNMP Network Manager web application? (PHP and asp.NET) | For my final year university project, one of the things that i need to develop is a SNMP Network Management Station (web based). Now my questions:
-I had in my mind to use asp.NET; if i use asp.NET, recommend me a free api/library that i can use to develop this application that can make my life easier. All the libra... | php | asp.net | network-programming | snmp | null | 07/02/2012 18:56:02 | not constructive | Best free API for making a SNMP Network Manager web application? (PHP and asp.NET)
===
For my final year university project, one of the things that i need to develop is a SNMP Network Management Station (web based). Now my questions:
-I had in my mind to use asp.NET; if i use asp.NET, recommend me a free api/librar... | 4 |
10,022,710 | 04/05/2012 04:30:02 | 730,346 | 04/29/2011 01:50:56 | 106 | 9 | set a filter of packet length in wireshark | I've capture a pcap file and display it on wireshark.
I want to analysis those udp packets with 'Length' column equals to 443.
On wireshark, I try to found what's the proper filter.
udp && length 443 # invalid usage
udp && eth.len == 443 # wrong result
udp && ip.len == 443 # wrong result
By the ... | wireshark | pcap | libpcap | null | null | null | open | set a filter of packet length in wireshark
===
I've capture a pcap file and display it on wireshark.
I want to analysis those udp packets with 'Length' column equals to 443.
On wireshark, I try to found what's the proper filter.
udp && length 443 # invalid usage
udp && eth.len == 443 # wrong result
... | 0 |
7,108,851 | 08/18/2011 14:15:57 | 900,761 | 08/18/2011 14:11:53 | 1 | 0 | SQL Server Reporting Services - Hyperlink in list of reports | So I have a folder called, "foo" and in that folder I have my list of reports. As a menu item in "foo" I'd like to embed a url that a user can click on to follow a link to a url within our intranet. Single signon should make security a non-issue.
I've tried embedding html in the description of a report, but it's tre... | reporting-services | null | null | null | null | null | open | SQL Server Reporting Services - Hyperlink in list of reports
===
So I have a folder called, "foo" and in that folder I have my list of reports. As a menu item in "foo" I'd like to embed a url that a user can click on to follow a link to a url within our intranet. Single signon should make security a non-issue.
I've... | 0 |
9,902,931 | 03/28/2012 07:26:24 | 1,202,432 | 02/10/2012 16:14:54 | 118 | 0 | how to add an offset to and offset | Hypothetically speaking I have a process located at 0x92000000 in my memory. When I dump that process and view inside of it and find another offset that is let's say 0x121212. How would I add those together to get the actual offset which would be 0x92121212?
I have tried plenty of things I have looked everywhere and... | c# | winforms | byte | offset | null | null | open | how to add an offset to and offset
===
Hypothetically speaking I have a process located at 0x92000000 in my memory. When I dump that process and view inside of it and find another offset that is let's say 0x121212. How would I add those together to get the actual offset which would be 0x92121212?
I have tried plent... | 0 |
9,869,141 | 03/26/2012 08:54:14 | 1,072,884 | 11/30/2011 07:57:55 | 1 | 0 | Manual object mapping in ado.net entity | I writing data access layer using ado.net entity. But I want do it by manual (not generate code by tool).
I need help how to do it, how many step and example.
| c# | ado.net | entity | null | null | null | open | Manual object mapping in ado.net entity
===
I writing data access layer using ado.net entity. But I want do it by manual (not generate code by tool).
I need help how to do it, how many step and example.
| 0 |
7,599,095 | 09/29/2011 14:46:01 | 898,473 | 08/17/2011 10:56:33 | 3 | 0 | Documentation generated by Yard and spanish accents | Easy one (I hope)
I'm generating documentation with Yard, and all my comments have been written in Spanish. The documentation generated by Yard contains � instead of Spanish accents.
I've used "yardoc" command.
I'm using ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32] and Rails 3.0.7
Running on Windows 7
... | ruby-on-rails | ruby | ruby-on-rails-3 | encoding | yard | null | open | Documentation generated by Yard and spanish accents
===
Easy one (I hope)
I'm generating documentation with Yard, and all my comments have been written in Spanish. The documentation generated by Yard contains � instead of Spanish accents.
I've used "yardoc" command.
I'm using ruby 1.8.7 (2011-02-18 patchlevel 3... | 0 |
10,077,954 | 04/09/2012 18:35:27 | 1,193,941 | 02/07/2012 06:00:48 | 1 | 0 | CMS to use for Real Estate? | i have recently got a small project for Real Estate. Which CMS would be better to use?
Wordpress or Drupal?
The General User requirements, are like
1. login account to upload/view property for general users.
2. Property added by user will reflect on website only after admin approves it
3. When property for sa... | php | wordpress | drupal | content-management-system | null | 04/09/2012 18:41:33 | off topic | CMS to use for Real Estate?
===
i have recently got a small project for Real Estate. Which CMS would be better to use?
Wordpress or Drupal?
The General User requirements, are like
1. login account to upload/view property for general users.
2. Property added by user will reflect on website only after admin app... | 2 |
11,238,385 | 06/28/2012 05:07:34 | 1,263,260 | 03/12/2012 04:03:49 | 97 | 0 | need to implemet song player in a php web site | I have a php web site. Here I need to implement song player. I.e. user can upload songs in any format and can play the song. But I don't know how to implement this.
Is there is any easy code to implement this.
I can't proceed without this. So please help me.
Many many Thanks
| php | jquery | html | null | null | 06/29/2012 14:10:34 | not a real question | need to implemet song player in a php web site
===
I have a php web site. Here I need to implement song player. I.e. user can upload songs in any format and can play the song. But I don't know how to implement this.
Is there is any easy code to implement this.
I can't proceed without this. So please help me.
Many... | 1 |
9,555,710 | 03/04/2012 14:33:54 | 263,521 | 02/01/2010 13:21:06 | 6,280 | 242 | Copyright of modifiable image and photos | I'm not sure this question has its place here but I try it :
When searching images on google image, you can pick various criterias in advanced search. Among those, you can ask to see only images that are "**free to use, distribute and modify**".
Their commercial use is not always autorised or mentionned, thoug... | photo | copyright | null | null | null | 03/04/2012 20:27:50 | off topic | Copyright of modifiable image and photos
===
I'm not sure this question has its place here but I try it :
When searching images on google image, you can pick various criterias in advanced search. Among those, you can ask to see only images that are "**free to use, distribute and modify**".
Their commercial us... | 2 |
2,006,166 | 01/05/2010 13:07:59 | 54,159 | 01/12/2009 13:06:52 | 276 | 5 | COleSafeArray / VARIANT memory leak? | I want to export a lot of (table) data to Excel. I'm developing on Windows Xp, Vs2005. I'm filling a COleSafeArray, which was initialized like this:
safeArray.Create( VT_VARIANT, 2, numElements ); // 2 dimensional, 30000 rows, 3 columns
Now the filling is really fast, but in TaskManager/Process Explorer/VMMap... | c++ | com | visual-studio | ms-office | null | null | open | COleSafeArray / VARIANT memory leak?
===
I want to export a lot of (table) data to Excel. I'm developing on Windows Xp, Vs2005. I'm filling a COleSafeArray, which was initialized like this:
safeArray.Create( VT_VARIANT, 2, numElements ); // 2 dimensional, 30000 rows, 3 columns
Now the filling is really fast,... | 0 |
4,541,402 | 12/27/2010 19:58:43 | 356,973 | 06/02/2010 23:37:02 | 11 | 1 | HTMl alignment issue | I am working asp.net 3.5. My page is displaying properly in IE but not in mozilla. See The image. Can anyone help how to solve this issue. I am hiding or showing Reject/ Reschedule : option on click event.
![alt text][1]
[1]: http://i.stack.imgur.com/26dJ4.jpg
<tr>
... | asp.net | html | null | null | null | null | open | HTMl alignment issue
===
I am working asp.net 3.5. My page is displaying properly in IE but not in mozilla. See The image. Can anyone help how to solve this issue. I am hiding or showing Reject/ Reschedule : option on click event.
![alt text][1]
[1]: http://i.stack.imgur.com/26dJ4.jpg
<tr>
... | 0 |
9,637,103 | 03/09/2012 15:59:07 | 1,139,520 | 01/09/2012 20:18:40 | 24 | 0 | NSString right and left justified text? | How to do a NSString both right and left justified text?
thx
I tried `@"%-10@"` and `@"+10@"` ... not working | objective-c | cocoa-touch | null | null | null | 03/13/2012 13:56:17 | not a real question | NSString right and left justified text?
===
How to do a NSString both right and left justified text?
thx
I tried `@"%-10@"` and `@"+10@"` ... not working | 1 |
8,528,179 | 12/15/2011 23:46:33 | 348,476 | 05/23/2010 20:38:21 | 4,566 | 259 | Android: Most efficient way to pass some read-only bytes to native C++ | I have an Android project (targeting Android 1.6 and up) which includes native code written in C/C++, accessed via NDK. I'm wondering what the most efficient way is to pass an array of bytes from Java through NDK to my JNI glue layer. My concern is around whether or not NDK for Android will copy the array of bytes, or ... | java | android | jni | android-ndk | null | null | open | Android: Most efficient way to pass some read-only bytes to native C++
===
I have an Android project (targeting Android 1.6 and up) which includes native code written in C/C++, accessed via NDK. I'm wondering what the most efficient way is to pass an array of bytes from Java through NDK to my JNI glue layer. My concer... | 0 |
5,992,092 | 05/13/2011 12:51:02 | 752,393 | 05/13/2011 12:51:02 | 1 | 0 | Bash Script - If statement within quoted command | Within a bash script I am running a sql query via 'psql -c <select command here>'. Based off of the arguements given to the bash script, the where claus of the select command will be different. So basically I need to know if its possible to do something like this:
psql -c "select statement here until we get to the w... | sql | linux | bash | select | null | null | open | Bash Script - If statement within quoted command
===
Within a bash script I am running a sql query via 'psql -c <select command here>'. Based off of the arguements given to the bash script, the where claus of the select command will be different. So basically I need to know if its possible to do something like this:
... | 0 |
7,151,755 | 08/22/2011 18:18:26 | 893,105 | 08/13/2011 13:45:20 | 30 | 0 | advantages to put code in app.xaml.cs in wp7 | I am wondering is that any advantages to put the code into app.xaml.cs (Application_Launching) compare to the code i put into the mainpage.xaml.cs (MainPage()) section.
| windows-phone-7 | null | null | null | null | null | open | advantages to put code in app.xaml.cs in wp7
===
I am wondering is that any advantages to put the code into app.xaml.cs (Application_Launching) compare to the code i put into the mainpage.xaml.cs (MainPage()) section.
| 0 |
8,819,131 | 01/11/2012 12:21:03 | 908,912 | 08/24/2011 04:54:00 | 299 | 8 | How to manage UITouch events on UIScrollView? | Hello dear programmers,
I have an issue not resolved yet related to video embeding into PDF file.
I'm having UIWebView object on scrollView.
sample code:
NSURL *url=[[NSURL alloc] initWithString:@"http:... | iphone | objective-c | uiscrollview | uitouch | null | null | open | How to manage UITouch events on UIScrollView?
===
Hello dear programmers,
I have an issue not resolved yet related to video embeding into PDF file.
I'm having UIWebView object on scrollView.
sample code:
... | 0 |
3,408,159 | 08/04/2010 17:37:28 | 166,258 | 08/31/2009 21:47:58 | 3,535 | 113 | Using types in a T4 tempate that exist in the same project as the template | I'm working on my first T4 code generation tool to add some Stored Procedure helper code to my project. I've created custom types (e.g. `StoredProcedure` and `StoredProcedureParameter` to help with my code generation and have included the assembly and namespace references in my code:
<#@ template debug="false" hos... | c# | .net | vb.net | code-generation | t4 | null | open | Using types in a T4 tempate that exist in the same project as the template
===
I'm working on my first T4 code generation tool to add some Stored Procedure helper code to my project. I've created custom types (e.g. `StoredProcedure` and `StoredProcedureParameter` to help with my code generation and have included the ... | 0 |
9,248,628 | 02/12/2012 12:08:40 | 662,063 | 03/11/2011 16:01:14 | 998 | 12 | javascript, compare arrays of different sizes | with two arrays of potentially different sizes, what is best way to see if they are the same _as far as it goes_
for example
var a1 = [ 1, 2, 3 ];
var a2 = [ 1, 2 ];
var a3 = [ 1, 3 ];
a1 == a2 => true;
a1 == a3 => false;
am positive this has been done thousands of times and the synta... | javascript | arrays | null | null | null | null | open | javascript, compare arrays of different sizes
===
with two arrays of potentially different sizes, what is best way to see if they are the same _as far as it goes_
for example
var a1 = [ 1, 2, 3 ];
var a2 = [ 1, 2 ];
var a3 = [ 1, 3 ];
a1 == a2 => true;
a1 == a3 => false;
am positive ... | 0 |
1,186,673 | 07/27/2009 06:18:54 | 70,636 | 02/25/2009 01:43:48 | 33 | 2 | Schema Comarison | Can some body please, give me idea on how can I do a schema compare between the the build script in TFS and the database in the server for that build.
Thanks | sql-server | null | null | null | null | null | open | Schema Comarison
===
Can some body please, give me idea on how can I do a schema compare between the the build script in TFS and the database in the server for that build.
Thanks | 0 |
4,232,510 | 11/20/2010 11:40:15 | 513,871 | 11/19/2010 18:54:43 | 1 | 0 | .asp Not Recognized: 500 - Internal server error. | I recently switched some pages (all of peotry-lyrics and writings) from .html to .asp. I needed to add a footer and header include. So I have changed the file type, and added the new .txt includes for all the pages. Now When i click them they all say 500 - Internal server error.
Live Example:
http://www.jasontanzer... | php | html | css | asp | ssi | null | open | .asp Not Recognized: 500 - Internal server error.
===
I recently switched some pages (all of peotry-lyrics and writings) from .html to .asp. I needed to add a footer and header include. So I have changed the file type, and added the new .txt includes for all the pages. Now When i click them they all say 500 - Internal... | 0 |
10,462,113 | 05/05/2012 13:03:48 | 1,332,735 | 04/14/2012 01:50:44 | 3 | 1 | Value from a url using php | I want to extract a value from the url for example the url is
http://www.youtube.com/watch?**v=N22qGmYIUVU**&feature=g-logo
i would need to have the value of v from the url using php. I understand it needs to be done using regex, but me not so good at it, I have checked the other related questions but i found iss... | php | null | null | null | null | 05/06/2012 11:14:48 | not constructive | Value from a url using php
===
I want to extract a value from the url for example the url is
http://www.youtube.com/watch?**v=N22qGmYIUVU**&feature=g-logo
i would need to have the value of v from the url using php. I understand it needs to be done using regex, but me not so good at it, I have checked the other r... | 4 |
2,874,606 | 05/20/2010 14:24:35 | 175,743 | 09/18/2009 20:12:50 | 1 | 1 | How to config Remote BLOB Storage(RBS) with Microsoft Dynamics CRM 4.0 ? | We have working site for Dynamic crm 4.0 and in it we are storing image into the database. Now database is growing very fast and server is dying.. now I want to enable the Remote BLOB Storage with Dynamic CRM 4.0. for that I tried to install RBS for testing but everywhere is configure with Sharepoint 2010 not with Dyn... | remote | blob | storage | dynamics-crm | null | null | open | How to config Remote BLOB Storage(RBS) with Microsoft Dynamics CRM 4.0 ?
===
We have working site for Dynamic crm 4.0 and in it we are storing image into the database. Now database is growing very fast and server is dying.. now I want to enable the Remote BLOB Storage with Dynamic CRM 4.0. for that I tried to install... | 0 |
10,408,055 | 05/02/2012 05:14:29 | 239,168 | 12/27/2009 13:28:29 | 4,159 | 119 | How to read from a database, and write to a file asynchronously / non blocking way | I'm trying to modify a serial program that reads from a database, and writes results to a file, this is done in a blocking way and I think we can get performance boost of there is a memory buffer and have the file being written in the "background" asynchronously
I can think of the "job interview" solution, using Thr... | java | multithreading | io | null | null | 05/04/2012 13:29:48 | not a real question | How to read from a database, and write to a file asynchronously / non blocking way
===
I'm trying to modify a serial program that reads from a database, and writes results to a file, this is done in a blocking way and I think we can get performance boost of there is a memory buffer and have the file being written in t... | 1 |
10,259,088 | 04/21/2012 12:54:21 | 1,164,659 | 01/23/2012 09:50:12 | 1 | 0 | jConfirm is not defined | I am using JConfirm plugin in my application and it was working fine. But now I not I noticed that its throwing jConfirm is not defined error. I have upgraded the jQuery version to 1.7.1. Is the error happening because of this? The entire application now works with version 1.7.1 and what should I do for making this plu... | jquery | jquery-plugins | null | null | null | 04/21/2012 19:24:51 | not a real question | jConfirm is not defined
===
I am using JConfirm plugin in my application and it was working fine. But now I not I noticed that its throwing jConfirm is not defined error. I have upgraded the jQuery version to 1.7.1. Is the error happening because of this? The entire application now works with version 1.7.1 and what sh... | 1 |
4,142,828 | 11/10/2010 09:14:47 | 147,301 | 07/29/2009 18:07:58 | 155 | 9 | Tool/trick to replace tabs in all files of an entire VS solution | My solution (30+ project) is a bit of a mess when it comes to mixing tabs and spaces, and I want to fix this with one easy step.
Does anybody know a trick/tool to do this in one step for the entire solution? | visual-studio | visual-studio-2010 | null | null | null | null | open | Tool/trick to replace tabs in all files of an entire VS solution
===
My solution (30+ project) is a bit of a mess when it comes to mixing tabs and spaces, and I want to fix this with one easy step.
Does anybody know a trick/tool to do this in one step for the entire solution? | 0 |
7,758,753 | 10/13/2011 18:31:42 | 673,859 | 03/23/2011 20:48:43 | 132 | 1 | How do I persist parameters in a user's session without appending to destination URL? | What I want to do is take the URL parameters from a previous page and append them to the destination page without changing the destination link on the initial page.
so if I have www.website.com/?parameter=value
and someone clicks this URL - www.website.com/page2
When that user actually lands on page2, the ?pa... | parameter-passing | null | null | null | null | null | open | How do I persist parameters in a user's session without appending to destination URL?
===
What I want to do is take the URL parameters from a previous page and append them to the destination page without changing the destination link on the initial page.
so if I have www.website.com/?parameter=value
and someone... | 0 |
6,122,253 | 05/25/2011 09:29:44 | 744,747 | 05/09/2011 07:57:49 | 1 | 0 | Eclipse Plugin Development install dependencies if not installed yet | I'm developing a plugin for eclipse and I need some dependencies, e.g. org.eclipse.graphiti.
When I export my plugin and when I build my update site, everthing works fine, until i try to install my plugin, because then the install wizard says I don't have graphiti installed. How can I tell my wizard to ask if you want... | eclipse | plugins | eclipse-plugin | eclipse-emf | null | null | open | Eclipse Plugin Development install dependencies if not installed yet
===
I'm developing a plugin for eclipse and I need some dependencies, e.g. org.eclipse.graphiti.
When I export my plugin and when I build my update site, everthing works fine, until i try to install my plugin, because then the install wizard says I ... | 0 |
4,777,297 | 01/23/2011 23:31:16 | 585,573 | 01/22/2011 12:26:17 | 1 | 0 | Android End User License Agreement | I'm about to release an app I've written onto the market. I'm not a company, just written it in my spare time. However I am thinking of charging a small fee for it.
The docs suggest including an optional End User License Agreement. I was just wondering if this is something that's worth including, and if so can anyon... | android | null | null | null | null | 01/24/2011 21:05:58 | off topic | Android End User License Agreement
===
I'm about to release an app I've written onto the market. I'm not a company, just written it in my spare time. However I am thinking of charging a small fee for it.
The docs suggest including an optional End User License Agreement. I was just wondering if this is something tha... | 2 |
9,435,052 | 02/24/2012 17:14:36 | 1,231,290 | 02/24/2012 17:10:15 | 1 | 0 | Java (RSA Enc. with public key) | How to "encode" line algorithm RSA, with the public key.
The public key is: C569C1E8E68DB3415162109DF67256DE339EA820CDAE84F7F4950EB681FF29EB47B811F10B323403D9FD1FFD5CDEF9BD87E02F0E379C3197A835BF476F227D85D98F6C842AA6665627A637FB6BFC7690B05B390DF1B8C2FED5081FE8CE98B44C2F249F6A903AA5D614A5EE4BF35EF2C75CBAA7DB00D5DCA41D5... | java | encryption | rsa | null | null | 02/25/2012 00:28:06 | not a real question | Java (RSA Enc. with public key)
===
How to "encode" line algorithm RSA, with the public key.
The public key is: C569C1E8E68DB3415162109DF67256DE339EA820CDAE84F7F4950EB681FF29EB47B811F10B323403D9FD1FFD5CDEF9BD87E02F0E379C3197A835BF476F227D85D98F6C842AA6665627A637FB6BFC7690B05B390DF1B8C2FED5081FE8CE98B44C2F249F6A903AA5... | 1 |
10,544,522 | 05/11/2012 02:11:32 | 1,377,645 | 05/06/2012 05:24:15 | 1 | 0 | What is wrong with the code? | void* myfunction() {
char *p;
*p = 0;
return (void*) &p;
}
I know the problem is in the return statement, but it's confusing. Any hints?
Thanks. | c | null | null | null | null | 05/14/2012 18:16:47 | too localized | What is wrong with the code?
===
void* myfunction() {
char *p;
*p = 0;
return (void*) &p;
}
I know the problem is in the return statement, but it's confusing. Any hints?
Thanks. | 3 |
4,604,412 | 01/05/2011 13:16:55 | 555,934 | 12/28/2010 11:32:20 | 52 | 0 | calculate no of records in selected time period using java | i hav below time records Stored in a array.
8.10.22 AM
8.20.35 AM
8.56.46 AM
8.44.39 AM
So i want how many records in **8.00 AM** to **9.00 AM** time period. how can i do that using java? | java | null | null | null | null | null | open | calculate no of records in selected time period using java
===
i hav below time records Stored in a array.
8.10.22 AM
8.20.35 AM
8.56.46 AM
8.44.39 AM
So i want how many records in **8.00 AM** to **9.00 AM** time period. how can i do that using java? | 0 |
10,870,287 | 06/03/2012 12:24:48 | 1,071,194 | 11/29/2011 11:41:04 | 36 | 8 | Best Method access to SQL Server Data Base within SharePoint 2010 Application Page | i have a SharePoint 2010 application page, and i need that domain users connect and CRUD operation to specific SQL Server 2008 Data Base, now i know that best method for it?
many thanks. | sql | sql-server | sql-server-2008 | sharepoint | sharepoint2010 | null | open | Best Method access to SQL Server Data Base within SharePoint 2010 Application Page
===
i have a SharePoint 2010 application page, and i need that domain users connect and CRUD operation to specific SQL Server 2008 Data Base, now i know that best method for it?
many thanks. | 0 |
2,146,348 | 01/27/2010 11:17:26 | 240,907 | 12/30/2009 13:41:29 | 5 | 0 | Javascript-HTML - how to iterate through all the forms on a page? | How can I iterate through all forms in a document using javascript? | javascript | html | forms | document | iterate | null | open | Javascript-HTML - how to iterate through all the forms on a page?
===
How can I iterate through all forms in a document using javascript? | 0 |
11,627,722 | 07/24/2012 09:16:49 | 916,140 | 08/28/2011 05:17:07 | 304 | 1 | boost / creating streams | Can you provide a simple example of the simplest code to create a boost "in" stream (boost::iostreams)? Im trying to create a stream that can be assigned to a file_sink later on. Thanx in advance. | c++ | boost | stream | null | null | 07/25/2012 09:46:08 | not a real question | boost / creating streams
===
Can you provide a simple example of the simplest code to create a boost "in" stream (boost::iostreams)? Im trying to create a stream that can be assigned to a file_sink later on. Thanx in advance. | 1 |
5,228,375 | 03/08/2011 04:32:54 | 195,727 | 10/24/2009 03:14:14 | 297 | 5 | I want to create a subtitle site | I really want to create a simple subtitle site which has a simple features like user login/logout, upload, search, rate.
http://tinysubs.com/ seems a ideal interface for me. It meets user's wanted right at the moment.
So where should I start, what framework should I use:
- I prefer python, php
- A tutoria... | web-applications | null | null | null | null | 03/08/2011 14:04:59 | not constructive | I want to create a subtitle site
===
I really want to create a simple subtitle site which has a simple features like user login/logout, upload, search, rate.
http://tinysubs.com/ seems a ideal interface for me. It meets user's wanted right at the moment.
So where should I start, what framework should I use:
... | 4 |
7,412,484 | 09/14/2011 07:04:36 | 893,706 | 08/14/2011 08:04:52 | 3 | 0 | An LCRS tree in C#? | As I understand it, there isn't a built-in binary tree of any kind in C#, and I'd like to know how to implement one myself. I have come up with the idea of the siblings in the LCRS tree being lists, and each sibling list is linked to a child list, if you get what I'm saying. The trouble is, I don't really know where to... | c# | list | tree | null | null | 09/14/2011 09:01:42 | not a real question | An LCRS tree in C#?
===
As I understand it, there isn't a built-in binary tree of any kind in C#, and I'd like to know how to implement one myself. I have come up with the idea of the siblings in the LCRS tree being lists, and each sibling list is linked to a child list, if you get what I'm saying. The trouble is, I d... | 1 |
1,805,921 | 11/26/2009 22:22:21 | 216,275 | 11/21/2009 23:22:49 | 52 | 6 | why am I stuck on "Initiating update" when deploying to google | I've have not had any trouble deploying through eclipse until now.
I'm guessing it might have to do with all the stuff I've added today
- a folder of .pdf and .tex files (in
the server package)
- a bit of JDO
stuff
- and a servlet that reads the files in the directory and indexes them into the JDO
... | google-app-engine | gwt | eclipse | null | null | 03/04/2011 15:11:05 | too localized | why am I stuck on "Initiating update" when deploying to google
===
I've have not had any trouble deploying through eclipse until now.
I'm guessing it might have to do with all the stuff I've added today
- a folder of .pdf and .tex files (in
the server package)
- a bit of JDO
stuff
- and a servlet t... | 3 |
6,607,729 | 07/07/2011 08:21:21 | 597,264 | 01/31/2011 17:56:13 | 109 | 5 | setting facebook app as home page | I'm wondering how to set an app/iframe as the home page on a facebook brand page similar to how coca cola have achieved this - http://www.facebook.com/cocacola
I'm certain this this not something I can achieve through code and I've had a look through the facebook developer documentation for how to this using the fac... | facebook | null | null | null | null | 07/07/2011 14:43:26 | off topic | setting facebook app as home page
===
I'm wondering how to set an app/iframe as the home page on a facebook brand page similar to how coca cola have achieved this - http://www.facebook.com/cocacola
I'm certain this this not something I can achieve through code and I've had a look through the facebook developer docu... | 2 |
9,264,442 | 02/13/2012 16:50:56 | 1,182,536 | 02/01/2012 11:12:10 | 10 | 0 | How to make a bootable XP USB Stick from a Windows 7 PC | I need to make a bootable USB stick which boots XP, and be able to create it in Windows 7. The way I create the bootable stick in XP is using udfprep.exe, but as udfprep doesn't work in Windows 7 I'm finding this difficult to achieve. I need to be able to do this from both, and it works from XP so I know the files I co... | windows | boot | null | null | null | 02/14/2012 02:08:07 | off topic | How to make a bootable XP USB Stick from a Windows 7 PC
===
I need to make a bootable USB stick which boots XP, and be able to create it in Windows 7. The way I create the bootable stick in XP is using udfprep.exe, but as udfprep doesn't work in Windows 7 I'm finding this difficult to achieve. I need to be able to do ... | 2 |
11,722,071 | 07/30/2012 12:57:09 | 1,345,376 | 04/20/2012 00:55:53 | 523 | 7 | how to install rails snippets for emacs | I have installed yasnippet. I would like to add rails snippets to it.
I have found this repo - https://github.com/eschulte/yasnippets-rails. How do I include it for the rails snippets to show up?
Also the above repo was last updated before 3 yrs. Is there any more recent snippets repo ?
| ruby-on-rails | emacs | null | null | null | 07/31/2012 15:00:30 | off topic | how to install rails snippets for emacs
===
I have installed yasnippet. I would like to add rails snippets to it.
I have found this repo - https://github.com/eschulte/yasnippets-rails. How do I include it for the rails snippets to show up?
Also the above repo was last updated before 3 yrs. Is there any more rec... | 2 |
4,922,265 | 02/07/2011 14:13:38 | 532,487 | 12/06/2010 15:35:22 | 78 | 2 | Weird IE problem using this jquery / javascript | I am using the following code:
ieLessThan8OptionDisable = function() {
if ($.browser.msie && parseFloat($.browser.version) < 8) {
$("select").find("[disabled]").addClass("disabledforie").removeAttr("disabled");
$("select").change(function(){
var selected = $(this).val();
... | javascript | jquery | null | null | null | null | open | Weird IE problem using this jquery / javascript
===
I am using the following code:
ieLessThan8OptionDisable = function() {
if ($.browser.msie && parseFloat($.browser.version) < 8) {
$("select").find("[disabled]").addClass("disabledforie").removeAttr("disabled");
$("select").change(funct... | 0 |
9,572,518 | 03/05/2012 19:15:14 | 183,251 | 10/02/2009 17:16:39 | 2,867 | 132 | ggplot2/R output pdf too large | I'm generating a 32x32 heatmap in ggplot2 in my MacBook Pro, this is relatively simple stuff. However, the pdf output for this is huge (something like 7MB) and when I load it in pdflatex, loading and changing pages in the document becomes very slow. What are my options? Is there a better way to save a PDF in R that pla... | r | ggplot2 | pdflatex | null | null | null | open | ggplot2/R output pdf too large
===
I'm generating a 32x32 heatmap in ggplot2 in my MacBook Pro, this is relatively simple stuff. However, the pdf output for this is huge (something like 7MB) and when I load it in pdflatex, loading and changing pages in the document becomes very slow. What are my options? Is there a be... | 0 |
8,091,508 | 11/11/2011 08:43:40 | 785,415 | 06/06/2011 05:53:17 | 6 | 3 | Lighttpd mod_rewrite rule | Can you help me to convert apache mod rewrite rules to lighttpd. Here are apache rules how to make lighttpd:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule !\.(php|css|gif|jpg|jpeg|png|js|ico|swf|htc|docx|doc|xls|xlsx|pdf|zi... | mod-rewrite | lighttpd | web-server | null | null | 11/11/2011 13:15:10 | too localized | Lighttpd mod_rewrite rule
===
Can you help me to convert apache mod rewrite rules to lighttpd. Here are apache rules how to make lighttpd:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule !\.(php|css|gif|jpg|jpeg|png|js|ico|s... | 3 |
9,785,213 | 03/20/2012 10:42:05 | 1,280,622 | 03/20/2012 10:29:15 | 1 | 0 | Linux Kernel Networking | When a packet comes in level 3 (7-level OSI)
When IPSec is enabled, the packet with NEXTHDR == 4 is rotated them directly to the modullo xfrm6_tunnel is not processed normally (routing).
I am developing a module, tunneling and how do I get a package instead of being turned towards my modullo is "stolen" by IPSec.
... | linux | kernel | ipsec | null | null | 03/20/2012 18:36:00 | not a real question | Linux Kernel Networking
===
When a packet comes in level 3 (7-level OSI)
When IPSec is enabled, the packet with NEXTHDR == 4 is rotated them directly to the modullo xfrm6_tunnel is not processed normally (routing).
I am developing a module, tunneling and how do I get a package instead of being turned towards my mo... | 1 |
6,349,748 | 06/14/2011 20:32:29 | 295,128 | 03/16/2010 20:25:19 | 141 | 0 | C++ how to initialize? | struct node {
string info;
node *link;
node() {
info = "string";
link = NULL;
}
};
I get an error message when I use it inside of my functions:
invalid initialization of reference of type ‘node&’ from expression of type ‘node*’
What i... | c++ | null | null | null | null | 06/14/2011 20:47:52 | not a real question | C++ how to initialize?
===
struct node {
string info;
node *link;
node() {
info = "string";
link = NULL;
}
};
I get an error message when I use it inside of my functions:
invalid initialization of reference of type ‘node&’ from expressi... | 1 |
7,090,485 | 08/17/2011 09:20:25 | 898,324 | 08/17/2011 09:20:25 | 1 | 0 | Android Service makes Apllication Hangs | Here is my Issue:
In my app there is a scenario like app automatically detects the ultra sound which intern contain some information in it.And this sound sholud be played in Retail shope while user enter into shop my app sholud detect the sound which is playing in every entrance of the Store.
So for this I cr... | android | service | null | null | null | null | open | Android Service makes Apllication Hangs
===
Here is my Issue:
In my app there is a scenario like app automatically detects the ultra sound which intern contain some information in it.And this sound sholud be played in Retail shope while user enter into shop my app sholud detect the sound which is playing in eve... | 0 |
9,223,558 | 02/10/2012 06:16:18 | 950,600 | 09/17/2011 19:50:40 | 11 | 1 | Connecting to chat.freenode.net fails on 6665, 6667, 6697 and 8001 | I ve installed XChat on Ubuntu 11.10 (HP Pavillion dv6 laptop) and I m unable to connect to the network. I tried ports 8001, 6665, 6667 and 6697. All attempts invariably end on
Looking up irc.freenode.net
* Connecting to chat.freenode.net (32.1.20.24) port 6665...
(and after some time)
Connection failed. Error: ... | ubuntu | irc | null | null | null | 02/10/2012 11:21:28 | off topic | Connecting to chat.freenode.net fails on 6665, 6667, 6697 and 8001
===
I ve installed XChat on Ubuntu 11.10 (HP Pavillion dv6 laptop) and I m unable to connect to the network. I tried ports 8001, 6665, 6667 and 6697. All attempts invariably end on
Looking up irc.freenode.net
* Connecting to chat.freenode.net (32.... | 2 |
7,132,348 | 08/20/2011 14:24:05 | 903,797 | 08/20/2011 14:24:05 | 1 | 0 | Why doesn't FileShare work as expected? | While writing some code dealing with logs and files, I've discovered some baffling behaviour in windows file io. Does anyone know why this test would fail with "cannot read file" message?
[TestMethod]
public void SouldAllowReads()
{
using (var file = File.Open(_path, FileMode.Create, FileAcce... | c# | windows | file-io | null | null | null | open | Why doesn't FileShare work as expected?
===
While writing some code dealing with logs and files, I've discovered some baffling behaviour in windows file io. Does anyone know why this test would fail with "cannot read file" message?
[TestMethod]
public void SouldAllowReads()
{
using (var file... | 0 |
7,048,634 | 08/13/2011 04:44:29 | 567,447 | 01/07/2011 20:28:52 | 11 | 0 | SVN repository size relative to committed binary files | In an attempt to better understand how SVN handles binary files I tried a little experiment. I was hoping to find that SVN would recognize the same binary in different locations and not create multiple copies of the same file. What I found raised more questions than it answered. I'm hoping there's an SVN expert out ... | svn | null | null | null | null | null | open | SVN repository size relative to committed binary files
===
In an attempt to better understand how SVN handles binary files I tried a little experiment. I was hoping to find that SVN would recognize the same binary in different locations and not create multiple copies of the same file. What I found raised more questi... | 0 |
10,695,678 | 05/22/2012 04:20:58 | 1,072,994 | 11/30/2011 09:13:54 | 31 | 3 | HttpTransportSE.call() takes too much time | I'm developing app with SOAP API at android phone(2.3.6), it communicate with server through WiFi. Now I encountering a big problem: When I call HttpTransportSE.call(), it will take about 10 sec. But if I switch soapAction's address to antoher server IP, it works well. I also analysed the log from server, it shows that... | android | soap | null | null | null | null | open | HttpTransportSE.call() takes too much time
===
I'm developing app with SOAP API at android phone(2.3.6), it communicate with server through WiFi. Now I encountering a big problem: When I call HttpTransportSE.call(), it will take about 10 sec. But if I switch soapAction's address to antoher server IP, it works well. I ... | 0 |
7,141,136 | 08/21/2011 20:57:56 | 904,952 | 08/21/2011 20:49:43 | 1 | 0 | multiple UIImageViews with UIIMagePickerController with multiple buttons connecting | ordered multiple books on amazon to help me... and they do help but this site is really the icing on the cake !! Im creating an app which requires 2 imageviews and 2 buttons to select pics from the camera. I tried to follow the directions from this link http://stackoverflow.com/questions/6007919/multiple-uiimageview... | uiimagepickercontroller | null | null | null | null | null | open | multiple UIImageViews with UIIMagePickerController with multiple buttons connecting
===
ordered multiple books on amazon to help me... and they do help but this site is really the icing on the cake !! Im creating an app which requires 2 imageviews and 2 buttons to select pics from the camera. I tried to follow the ... | 0 |
7,693,956 | 10/08/2011 00:10:30 | 179,081 | 09/25/2009 14:16:44 | 927 | 10 | Parsing Author name out of a string | Ok I'm working on a little program to rip short stories out of a website (actually a couple of sites)
And then rewrite them as say .EPUB, so that i can read them on my ebook reader.
Now I'm using HtmlAgilityPack to parse the html.
But eventually I'm reduced to a set of htmlNodes paragraph nodes.
In the first coup... | c# | html | regex | html-agility-pack | english | 10/10/2011 08:58:11 | not constructive | Parsing Author name out of a string
===
Ok I'm working on a little program to rip short stories out of a website (actually a couple of sites)
And then rewrite them as say .EPUB, so that i can read them on my ebook reader.
Now I'm using HtmlAgilityPack to parse the html.
But eventually I'm reduced to a set of html... | 4 |
7,165,465 | 08/23/2011 18:00:18 | 862,429 | 07/25/2011 22:09:14 | 21 | 3 | Optimizing Python Code | I've been working on one of the coding challenges on InterviewStreet.com and I've run into a bit of an efficiency problem. Can anyone suggest where I might change the code to make it faster and more efficient?
[Here's the code][1]
[Here's the problem statement if you're interested][2]
[1]: http://pastie.or... | python | performance | optimization | null | null | 08/23/2011 22:01:17 | off topic | Optimizing Python Code
===
I've been working on one of the coding challenges on InterviewStreet.com and I've run into a bit of an efficiency problem. Can anyone suggest where I might change the code to make it faster and more efficient?
[Here's the code][1]
[Here's the problem statement if you're interested][2]
... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.