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,589,878 | 07/21/2012 05:59:01 | 1,530,535 | 07/17/2012 03:24:48 | 1 | 0 | CSS Stock Ticker Fix | I finally found a stock ticker that works in all browsers. Just looking to do a few more hacks to make it look nicer:
1)Make font same size as rest of the page
2)Get rid of the "current stock values" black bar
3)Remove the light grey behind the stock symbol
Thanks so much for your help
Here is the page
ht... | css | stock | null | null | null | 07/21/2012 21:34:09 | not a real question | CSS Stock Ticker Fix
===
I finally found a stock ticker that works in all browsers. Just looking to do a few more hacks to make it look nicer:
1)Make font same size as rest of the page
2)Get rid of the "current stock values" black bar
3)Remove the light grey behind the stock symbol
Thanks so much for your help... | 1 |
9,911,339 | 03/28/2012 15:56:59 | 621,470 | 02/17/2011 13:36:43 | 5 | 1 | Changing position of sublists of a dropdown menu | <br/>
I'm making a CSS dropdown menu. So, when the mouse hovers one menu item, it displays its subitens. Well, all is working fine except the position of submenus. What I got is this:
|Menu 1| |Menu 2|
|Submenu 1|
|Submenu 2|
|Submenu 3|
But I have to cha... | css | null | null | null | null | null | open | Changing position of sublists of a dropdown menu
===
<br/>
I'm making a CSS dropdown menu. So, when the mouse hovers one menu item, it displays its subitens. Well, all is working fine except the position of submenus. What I got is this:
|Menu 1| |Menu 2|
|Submenu 1|
|Submen... | 0 |
4,289,693 | 11/27/2010 01:51:06 | 521,947 | 11/27/2010 01:51:06 | 1 | 0 | How do people go about creating their own programming languages? | At university I majored in compiler theory and grammars, so have a good background in this area (although a long time ago) and know that the creation of a compiler is an enormous major undertaking, at least for a language such as C++.
So I'm confused as to the large number of programming languages that seem to have ... | programming-languages | grammar | compiler-theory | null | null | 11/27/2010 21:22:53 | off topic | How do people go about creating their own programming languages?
===
At university I majored in compiler theory and grammars, so have a good background in this area (although a long time ago) and know that the creation of a compiler is an enormous major undertaking, at least for a language such as C++.
So I'm confu... | 2 |
8,876,307 | 01/16/2012 06:06:00 | 1,035,133 | 11/08/2011 07:21:45 | 3 | 0 | Can't change last several commits | I want to change the email information of the last 3 commits.
Here are my steps:
$git config --system user.email 'my-email'
$git config --global user.email 'my-email'
$git rebase -i HEAD~3
And I replace each 'pick' to 'edit' in the pop-up command text editor.
And then
$git commit --amend --reset-author... | git | change | commit | null | null | 01/16/2012 15:33:38 | too localized | Can't change last several commits
===
I want to change the email information of the last 3 commits.
Here are my steps:
$git config --system user.email 'my-email'
$git config --global user.email 'my-email'
$git rebase -i HEAD~3
And I replace each 'pick' to 'edit' in the pop-up command text editor.
And the... | 3 |
10,900,521 | 06/05/2012 15:47:02 | 1,329,698 | 04/12/2012 16:47:31 | 1 | 0 | What's wrong with this field on my contact form? | http://capstone.rcmhosting.com/contact.html
See the 'what type of quote are you requesting?' field towards the bottom of the page. As you can see, everything else works fine, and I've never had an issue with it arranging the check boxes so strangely.
Contact form was generated by EmailMeForm (which I've used qui... | html | css | forms | contact | null | 06/06/2012 03:32:56 | too localized | What's wrong with this field on my contact form?
===
http://capstone.rcmhosting.com/contact.html
See the 'what type of quote are you requesting?' field towards the bottom of the page. As you can see, everything else works fine, and I've never had an issue with it arranging the check boxes so strangely.
Contact ... | 3 |
10,844,457 | 06/01/2012 04:35:41 | 1,443,702 | 05/27/2012 12:08:50 | 9 | 0 | PHP SQL Form Insert | I've developed a form that inserts many things into the database. But somehow, when the page is filled up; it inserts only the user_password that too of the database admin.
here is the code. Any help would be great.
<?php
//include the connection file
require_once('connection.php');
require_once("validation.p... | php | sql | forms | insert | null | 06/01/2012 20:20:06 | too localized | PHP SQL Form Insert
===
I've developed a form that inserts many things into the database. But somehow, when the page is filled up; it inserts only the user_password that too of the database admin.
here is the code. Any help would be great.
<?php
//include the connection file
require_once('connection.php');
r... | 3 |
1,785,035 | 11/23/2009 18:23:59 | 45,974 | 12/13/2008 14:49:17 | 351 | 11 | When programming for an hourly rate, should you keep the timer running while processing code automatically in the background? | This is probably subjective as it is a dilemma between what is good for you and what is good for your customer, but I as a programmer, would really like to know what is the commonly accepted way of doing this. I will keep these answers to my question in mind for future projects.
I've personally never sold any of my ... | work-hours | hourlyrate | business | null | null | 10/01/2011 01:32:26 | off topic | When programming for an hourly rate, should you keep the timer running while processing code automatically in the background?
===
This is probably subjective as it is a dilemma between what is good for you and what is good for your customer, but I as a programmer, would really like to know what is the commonly accepte... | 2 |
5,782,329 | 04/25/2011 19:32:18 | 724,242 | 04/25/2011 19:11:31 | 1 | 0 | Coldfusion Video tutorials | I am pretty much interested in learning coldfusion technology.However the text based guide though wonderful seems to be monotonous at times and i frequently lose focus.Even though i have developed my skill in coldfusion with the textual guide i would suggest to come up with video tutorials that will grab prgramers inte... | coldfusion | null | null | null | null | 01/31/2012 22:10:30 | not constructive | Coldfusion Video tutorials
===
I am pretty much interested in learning coldfusion technology.However the text based guide though wonderful seems to be monotonous at times and i frequently lose focus.Even though i have developed my skill in coldfusion with the textual guide i would suggest to come up with video tutoria... | 4 |
9,558,505 | 03/04/2012 20:27:54 | 178,315 | 09/24/2009 08:48:59 | 617 | 25 | Even simplest rules for [Visualization] in autoexp.dat won't work | I am trying to visualize my matrix class in a more readable way than array of arrays using text visualizer. However even simplest rules won't work. Here is my rule for autoexp.dat:
; Custom visualizers for RTSG data types.
RTSG::Matrix44<float> {
preview(
#(
"foo", "bar"
... | visual-studio-2008 | debuggervisualizer | null | null | null | null | open | Even simplest rules for [Visualization] in autoexp.dat won't work
===
I am trying to visualize my matrix class in a more readable way than array of arrays using text visualizer. However even simplest rules won't work. Here is my rule for autoexp.dat:
; Custom visualizers for RTSG data types.
RTSG::Matrix44... | 0 |
640,179 | 03/12/2009 19:45:15 | 58,142 | 01/23/2009 02:11:26 | 500 | 49 | Fastest way to join mysql 4.0 data from multiple tables? | I have 3 mysql 4.0 tables: all have fields **ID**(int), **type**(*int*) and another field, **value** which is either *varchar*(255), *tinyint* or *int*.
I need to write them all out and I end up getting three DataTables, looping over them, and creating rows into a temporary table (in .NET 1.1).
Do you see any fas... | c# | dotnet | datatable | mysql4 | null | null | open | Fastest way to join mysql 4.0 data from multiple tables?
===
I have 3 mysql 4.0 tables: all have fields **ID**(int), **type**(*int*) and another field, **value** which is either *varchar*(255), *tinyint* or *int*.
I need to write them all out and I end up getting three DataTables, looping over them, and creating ro... | 0 |
8,252,656 | 11/24/2011 05:37:59 | 1,063,264 | 11/24/2011 05:30:42 | 1 | 0 | How to Get download speed in android device or mobile | I am working an a small app.
The app should be able to tell show the present download and upload speed what the provider is giving to the android mobile or device.
Thanks in advance. | android | null | null | null | null | 11/24/2011 09:34:49 | not a real question | How to Get download speed in android device or mobile
===
I am working an a small app.
The app should be able to tell show the present download and upload speed what the provider is giving to the android mobile or device.
Thanks in advance. | 1 |
9,666,152 | 03/12/2012 11:24:09 | 1,257,559 | 03/08/2012 16:55:14 | 6 | 0 | Timeout when connection is gone. HELP ME PLEASE | I'd like to put in my code a time-out. When the file is being downloaded and i stay without internet, it count to 60 secs and if the connection don't back, gives a message.
Here is the code:
string novoNome;
novoNome = strlocal + "\\" + zipNome;
using (WebClient wcDownload = new WebClient())
{ ... | c# | visual-studio | timer | download | timeout | 05/09/2012 13:47:05 | not a real question | Timeout when connection is gone. HELP ME PLEASE
===
I'd like to put in my code a time-out. When the file is being downloaded and i stay without internet, it count to 60 secs and if the connection don't back, gives a message.
Here is the code:
string novoNome;
novoNome = strlocal + "\\" + zipNome;
u... | 1 |
8,552,445 | 12/18/2011 14:41:57 | 618,517 | 02/15/2011 20:21:43 | 775 | 32 | Is P the same as P-Complete? | Is P the same as P-Complete in Complexity Theory?
I need to know whether the two classes are identical. Because I have a Karp reduction between any two but can't find it on the internet. | complexity | null | null | null | null | 12/19/2011 02:08:01 | off topic | Is P the same as P-Complete?
===
Is P the same as P-Complete in Complexity Theory?
I need to know whether the two classes are identical. Because I have a Karp reduction between any two but can't find it on the internet. | 2 |
9,098,603 | 02/01/2012 15:35:49 | 1,018,012 | 10/28/2011 08:40:46 | 3 | 0 | How to dynamically find the main content DIV of an HTML document | I need to dynamically find the main content DIV ID/CLASS in an HTML document.
f.e:
<div id="wrapper">
<div id="main">
I need to find this DIV ID.
</div>
<div id="sidebar">
</div>
</div> | html | null | null | null | null | 02/02/2012 02:40:07 | not a real question | How to dynamically find the main content DIV of an HTML document
===
I need to dynamically find the main content DIV ID/CLASS in an HTML document.
f.e:
<div id="wrapper">
<div id="main">
I need to find this DIV ID.
</div>
<div id="sidebar">
</div>
... | 1 |
3,286,363 | 07/20/2010 01:28:46 | 290,128 | 03/10/2010 01:20:36 | 784 | 20 | (Not) "learning" C++ after becoming familiar with C and a high level language | This question is similar to [this one][1].
Why should anyone *(not)* invest time "learning" C++ after becoming familiar with C and any other higher level languages (Ruby, Python, Haskell, etc.)?
- What features of the language are the Clang/LLVM projects, [the parts of GCC that are being written in C++][2], chro... | c++ | c | programming-languages | null | null | 07/20/2010 16:27:55 | not a real question | (Not) "learning" C++ after becoming familiar with C and a high level language
===
This question is similar to [this one][1].
Why should anyone *(not)* invest time "learning" C++ after becoming familiar with C and any other higher level languages (Ruby, Python, Haskell, etc.)?
- What features of the language are... | 1 |
3,887,421 | 10/08/2010 03:08:13 | 469,802 | 10/08/2010 03:08:13 | 1 | 0 | Limiting Keywords with jQuery by counting commas? | I'm using a CMS to allow users to add keywords to their profiles, but I'm wanting to limit that to 10 keywords, which are comma delimited, by counting the number of commas (in this case, 9).
Any ideas on how to go about doing this with jQuery? I'll be doing a double-check on the server-side, but I'd like a quick lit... | jquery | keywords | comma | delimited | null | null | open | Limiting Keywords with jQuery by counting commas?
===
I'm using a CMS to allow users to add keywords to their profiles, but I'm wanting to limit that to 10 keywords, which are comma delimited, by counting the number of commas (in this case, 9).
Any ideas on how to go about doing this with jQuery? I'll be doing a do... | 0 |
339,048 | 12/03/2008 22:58:25 | 658 | 08/07/2008 15:07:47 | 7,542 | 238 | Do you use the home row? | When I was taught keyboarding in school, much emphasis was made on keeping your fingers centered on the 'home row', with your left hand on ASDF and your right hand on JKL; However, this placement was never comfortable for me so I continued to use the tried-and-true hunt-and-peck. Years later I'm able to type much faste... | keyboard | typing | ergonomics | touch-typing | null | 11/03/2011 21:43:48 | off topic | Do you use the home row?
===
When I was taught keyboarding in school, much emphasis was made on keeping your fingers centered on the 'home row', with your left hand on ASDF and your right hand on JKL; However, this placement was never comfortable for me so I continued to use the tried-and-true hunt-and-peck. Years lat... | 2 |
6,082,359 | 05/21/2011 14:27:19 | 94,424 | 04/22/2009 15:18:27 | 86 | 7 | Source code analysis and profiling basic theory concepts literature? | Part of my master thesis is to write something about source code analysis and profiling. I am not able to find literature on this matter, so if there are some articles on this matter please suggest.
I am looking for static and dynamic code analysis, profiling etc.. | profiling | source-code | code-analysis | null | null | 05/21/2011 21:44:48 | not a real question | Source code analysis and profiling basic theory concepts literature?
===
Part of my master thesis is to write something about source code analysis and profiling. I am not able to find literature on this matter, so if there are some articles on this matter please suggest.
I am looking for static and dynamic code anal... | 1 |
7,005,759 | 08/10/2011 04:03:41 | 763,505 | 05/20/2011 23:06:01 | 3,095 | 175 | Erlang on multicore CPU | I am learning erlang and am quite impressed how easy it is to parallelize work. To practice a bit I dug up the good ole Fibanocci sequence. In the following code I try to take advantage of parallelization by computing the expensive products three at a time.
-module (fib4).
-export ( [main/1] ).
m... | erlang | parallel-processing | null | null | null | null | open | Erlang on multicore CPU
===
I am learning erlang and am quite impressed how easy it is to parallelize work. To practice a bit I dug up the good ole Fibanocci sequence. In the following code I try to take advantage of parallelization by computing the expensive products three at a time.
-module (fib4).
-expo... | 0 |
4,404,235 | 12/09/2010 23:33:19 | 214,365 | 11/19/2009 06:45:06 | 673 | 31 | Devise in namespace - ActionController::RoutingError (No route matches {:action=>"new", :controller=>"devise/sessions"}) | I'm using Devise and everything has been working great, but I am now trying to move things into an 'admin' namespace.
I have a route that looks like:
namespace :admin do
devise_for :users, :controllers => { :registrations => "admin/users/registrations" }
end
In one of my controllers I have
... | ruby-on-rails | devise | null | null | null | null | open | Devise in namespace - ActionController::RoutingError (No route matches {:action=>"new", :controller=>"devise/sessions"})
===
I'm using Devise and everything has been working great, but I am now trying to move things into an 'admin' namespace.
I have a route that looks like:
namespace :admin do
devise... | 0 |
8,994,726 | 01/24/2012 21:50:02 | 969,983 | 09/28/2011 21:21:51 | 3 | 0 | Fatal error: Uncaught SoapFault exception: [HTTP] Bad Request | I'm attempting to write a PHP script that will connect to the SOAP client for our SightMax interface. With the code below I am getting the the following error.
<?php
$client = new SoapClient('http://domain.com/SightMaxWebServices/SightMaxWebService.svc?wsdl', array("soap_version" => SOAP_1_2));
$res... | php | soap | null | null | null | null | open | Fatal error: Uncaught SoapFault exception: [HTTP] Bad Request
===
I'm attempting to write a PHP script that will connect to the SOAP client for our SightMax interface. With the code below I am getting the the following error.
<?php
$client = new SoapClient('http://domain.com/SightMaxWebServices/SightMaxWe... | 0 |
11,716,448 | 07/30/2012 06:39:33 | 1,435,271 | 06/04/2012 13:30:24 | 27 | 0 | How to access External Micro SD card of the phone? | Does anyone know how can I get SD card of the phone? I know that someone will tell me its getExternalStorageDirectory() or Environment.getExternalStoragePublicDirectory(). But unfortunately it doesn't always point to the external SD card in all the models. For example I tried in one model of samsung it works fine but a... | android | eclipse | null | null | null | null | open | How to access External Micro SD card of the phone?
===
Does anyone know how can I get SD card of the phone? I know that someone will tell me its getExternalStorageDirectory() or Environment.getExternalStoragePublicDirectory(). But unfortunately it doesn't always point to the external SD card in all the models. For exa... | 0 |
3,616,181 | 09/01/2010 08:20:14 | 340,183 | 05/13/2010 10:49:55 | 393 | 1 | callback function meaning | What is the meaning of callback function in javascript. | javascript | null | null | null | null | null | open | callback function meaning
===
What is the meaning of callback function in javascript. | 0 |
9,671,536 | 03/12/2012 17:08:44 | 614,695 | 10/17/2010 17:03:41 | 305 | 28 | Does anyone know of a .Net PDF library capable of PDF/VT-1 variable data printing? | I am trying to find any library that can support Variable Data printing using PDF/VT-1. Does anyone know of a .Net library that supports this yet? | .net | pdf-generation | null | null | null | 03/12/2012 20:31:03 | not constructive | Does anyone know of a .Net PDF library capable of PDF/VT-1 variable data printing?
===
I am trying to find any library that can support Variable Data printing using PDF/VT-1. Does anyone know of a .Net library that supports this yet? | 4 |
11,087,308 | 06/18/2012 16:41:33 | 1,464,264 | 06/18/2012 16:35:38 | 1 | 0 | Auto Twitter Tweet App Using PHP & MYSQL | I need some PHP & MYSQL script which has features to auto script using PHP and MYSQL also OAuth Authentication, Please tell me or tell me some code in PHP how could i initiate the process.
Note:
PHP & MYSQL is must Cron Job is optional i think for auto task cron job is must. I google it but nothing found useful.
... | php | twitter | null | null | null | 06/19/2012 03:18:05 | not a real question | Auto Twitter Tweet App Using PHP & MYSQL
===
I need some PHP & MYSQL script which has features to auto script using PHP and MYSQL also OAuth Authentication, Please tell me or tell me some code in PHP how could i initiate the process.
Note:
PHP & MYSQL is must Cron Job is optional i think for auto task cron job is ... | 1 |
3,590,734 | 08/28/2010 12:24:07 | 428,137 | 08/23/2010 07:25:49 | 48 | 2 | deos using a php framework affect performance? | i wanted to know if using a php framework like codeigntier or cakephp affect your web apps performance!! thanks | php | frameworks | app | null | null | 08/28/2010 14:04:57 | not a real question | deos using a php framework affect performance?
===
i wanted to know if using a php framework like codeigntier or cakephp affect your web apps performance!! thanks | 1 |
8,178,858 | 11/18/2011 06:59:10 | 973,598 | 09/30/2011 18:02:31 | 33 | 0 | Sending a message using a adhoc network | Can we send a message using adhoc network for iphone device?
If yes then is there any API for doing this?
please help | iphone | adhoc | null | null | null | 11/18/2011 15:05:11 | not a real question | Sending a message using a adhoc network
===
Can we send a message using adhoc network for iphone device?
If yes then is there any API for doing this?
please help | 1 |
8,656,533 | 12/28/2011 13:27:47 | 1,119,328 | 12/28/2011 13:05:05 | 1 | 0 | unable to play video/ radio programmes - object doesn't support this property or method | here is my problem with the IE:
I have been visiting a website and listening to the online radio in the past. Recently the website shows an error message when I click on the "play" button and I was unable to listen to/ watch the radio programme.
The error message is as follows:
"object doesn't support this prop... | java | object | null | null | null | 12/29/2011 08:57:26 | off topic | unable to play video/ radio programmes - object doesn't support this property or method
===
here is my problem with the IE:
I have been visiting a website and listening to the online radio in the past. Recently the website shows an error message when I click on the "play" button and I was unable to listen to/ watch... | 2 |
9,466,613 | 02/27/2012 14:24:55 | 185,593 | 10/07/2009 12:17:02 | 5,793 | 202 | Contextual help for WinForms | I work on a large WinForm project, and the client would like to implement the contextual help in the forms. Say when the user press F1 in a Name textBox, "something" linked with that TextBox informs the user on what is it. If any information about NameTextBox found, at least it opens "something" about the currently dis... | .net | documentation | helper | null | null | null | open | Contextual help for WinForms
===
I work on a large WinForm project, and the client would like to implement the contextual help in the forms. Say when the user press F1 in a Name textBox, "something" linked with that TextBox informs the user on what is it. If any information about NameTextBox found, at least it opens "... | 0 |
9,692,964 | 03/13/2012 22:07:23 | 1,070,291 | 11/28/2011 22:55:09 | 2,125 | 143 | NServiceBus Stop on Fatal Error | We are using NServiceBus to propagate messages about data changes in one system to other systems in our environment.
When we get an exception in one of our client (receiving) systems we would like to stop processing messages without removing the failing message from the queue, so that we can investigate the issue a... | c# | msmq | nservicebus | nservicebus3 | null | null | open | NServiceBus Stop on Fatal Error
===
We are using NServiceBus to propagate messages about data changes in one system to other systems in our environment.
When we get an exception in one of our client (receiving) systems we would like to stop processing messages without removing the failing message from the queue, s... | 0 |
7,996,573 | 11/03/2011 14:28:46 | 987,265 | 10/10/2011 07:46:10 | 4 | 1 | select and delete a record without the information of primary key |
My requirement is to select a record first (the record may not have a primary key) and the delete the same record.
Below is the flow :
1. Select all records from table.
2. while (resultset.next()), get the single record.
3. delete the record.
The code has to work with all databases.As this is going to be g... | java | .net | mysql | sql-server | database | 11/03/2011 14:39:38 | not a real question | select and delete a record without the information of primary key
===
My requirement is to select a record first (the record may not have a primary key) and the delete the same record.
Below is the flow :
1. Select all records from table.
2. while (resultset.next()), get the single record.
3. delete the reco... | 1 |
10,700,946 | 05/22/2012 11:16:12 | 1,410,043 | 05/22/2012 11:10:06 | 1 | 0 | Get the child item of custom list view | I have created one custom list view item for my application. Suppose for any click evet I need a particular child from the list view, how can I get that?
Any link or any help is appreciated. | android | null | null | null | null | 05/23/2012 12:41:05 | not a real question | Get the child item of custom list view
===
I have created one custom list view item for my application. Suppose for any click evet I need a particular child from the list view, how can I get that?
Any link or any help is appreciated. | 1 |
10,849,494 | 06/01/2012 11:34:50 | 722,983 | 04/24/2011 21:29:46 | 336 | 5 | XML data into a single variable using JQuery | Imagine you have a data.xml file:
<?xml version="1.0" encoding="UTF-8" ?>
<root>
<item>value1</item>
<item>value2</item>
<item>value3</item>
</root>
I'm trying to store all the data config into a single variable in order to use it in my .js code using this:
$(docume... | jquery | xml | null | null | null | null | open | XML data into a single variable using JQuery
===
Imagine you have a data.xml file:
<?xml version="1.0" encoding="UTF-8" ?>
<root>
<item>value1</item>
<item>value2</item>
<item>value3</item>
</root>
I'm trying to store all the data config into a single variable in order to... | 0 |
6,091,821 | 05/23/2011 00:45:20 | 698,574 | 04/08/2011 11:45:47 | 192 | 1 | yum error in centos | ![enter image description here][1]
after i editted the `CentOS-Base.repo`. then a new error emerged.
![enter image description here][2]
[1]: http://i.stack.imgur.com/bpAFH.jpg
[2]: http://i.stack.imgur.com/xLPH3.jpg
the CentOS-Base.repo file content:
# CentOS-Base.repo
#
# The mirro... | linux | centos | null | null | null | 05/24/2011 11:48:36 | off topic | yum error in centos
===
![enter image description here][1]
after i editted the `CentOS-Base.repo`. then a new error emerged.
![enter image description here][2]
[1]: http://i.stack.imgur.com/bpAFH.jpg
[2]: http://i.stack.imgur.com/xLPH3.jpg
the CentOS-Base.repo file content:
# CentOS-Base.rep... | 2 |
9,182,858 | 02/07/2012 19:51:21 | 1,180,765 | 01/31/2012 16:10:32 | 10 | 0 | Validating my money | I am having some trouble validating a money input. I have used some pointers from my other questions to write some better code. The following is what I'm using to validate whether or not the input is money.
static void Main(string[] args)
{
string myTest1 = "$1,234.56";
str... | c# | validation | numbers | money | null | null | open | Validating my money
===
I am having some trouble validating a money input. I have used some pointers from my other questions to write some better code. The following is what I'm using to validate whether or not the input is money.
static void Main(string[] args)
{
string myTest1 = "$1,... | 0 |
866,875 | 05/15/2009 03:38:59 | 103,213 | 05/07/2009 22:52:27 | 33 | 5 | Existing implementation of cropImage:to:andScaleTo: and straightenAndScaleImage()? | I'm writing code to use UIImagePickerController. Corey previously posted [some nice sample code on SO][1] related to cropping and scaling. However, it doesn't have implementations of cropImage:to:andScaleTo: nor straightenAndScaleImage().
Here's how they're used:
newImage = [self cropImage:originalImage to:c... | objective-c | uiimagepickercontroller | crop | scale | null | null | open | Existing implementation of cropImage:to:andScaleTo: and straightenAndScaleImage()?
===
I'm writing code to use UIImagePickerController. Corey previously posted [some nice sample code on SO][1] related to cropping and scaling. However, it doesn't have implementations of cropImage:to:andScaleTo: nor straightenAndScaleIm... | 0 |
9,023,146 | 01/26/2012 18:16:47 | 1,171,892 | 01/26/2012 18:00:57 | 1 | 0 | Refreshing a databound ComboBox using a BindingSource in Winforms | I'll try and detail the situation as best as I can...
I have a ComboBox bound to a BindingSource. I'm querying a database using Entity Framework and assigning a List of objects to the BindingSource. That works fine.
What I would like to know is how to properly refresh the ComboBox if the database contents are mod... | c# | winforms | entity-framework | data-binding | bindingsource | 01/27/2012 20:02:41 | too localized | Refreshing a databound ComboBox using a BindingSource in Winforms
===
I'll try and detail the situation as best as I can...
I have a ComboBox bound to a BindingSource. I'm querying a database using Entity Framework and assigning a List of objects to the BindingSource. That works fine.
What I would like to know i... | 3 |
8,357,795 | 12/02/2011 14:25:46 | 2,608 | 08/23/2008 14:39:53 | 1,460 | 36 | How do you timestamp code-signed Dotnet assemblies? | When you are using a code-signing certificate to sign your assemblies, how do you ensure that the code has a timestamp?
See [here][1] and [here][2] for more details about why you need a timestamp on a signed assembly.
[1]: http://stackoverflow.com/a/3428386/2608
[2]: http://stackoverflow.com/q/4417410/2608 | .net | code-signing | code-signing-certificate | null | null | null | open | How do you timestamp code-signed Dotnet assemblies?
===
When you are using a code-signing certificate to sign your assemblies, how do you ensure that the code has a timestamp?
See [here][1] and [here][2] for more details about why you need a timestamp on a signed assembly.
[1]: http://stackoverflow.com/a/3428... | 0 |
5,281,226 | 03/12/2011 07:18:54 | 585,796 | 01/22/2011 17:54:18 | 1 | 0 | How do we implent the functions of list(which was in python ) as arrays in C language | I need to implement the "list" data-structure that we use in python. list in python : http://docs.python.org/tutorial/datastructures.html
I have to implement the functions of list, considering the lists as arrays and need to allocate the memory to it dynamically.
I need to use functions, pointers and structures where... | c | arrays | list | programming-languages | python-3.x | 03/13/2011 00:43:46 | not a real question | How do we implent the functions of list(which was in python ) as arrays in C language
===
I need to implement the "list" data-structure that we use in python. list in python : http://docs.python.org/tutorial/datastructures.html
I have to implement the functions of list, considering the lists as arrays and need to all... | 1 |
4,264,543 | 11/24/2010 07:55:35 | 164,315 | 08/27/2009 16:02:51 | 743 | 42 | Dynamic TempData in ASP.NET MVC 3 | I'vm been trying to get a site running using ASP.NET MVC 3 and I came across the new dynamic ViewModel. It's great to pass values quickly to the view without using "magic strings". I'm wondering if there's something similar for the TempData that keeps it's values after a RedirectToAction.
Thanks. | viewmodel | asp.net-mvc-3 | tempdata | null | null | null | open | Dynamic TempData in ASP.NET MVC 3
===
I'vm been trying to get a site running using ASP.NET MVC 3 and I came across the new dynamic ViewModel. It's great to pass values quickly to the view without using "magic strings". I'm wondering if there's something similar for the TempData that keeps it's values after a RedirectT... | 0 |
10,405,657 | 05/01/2012 23:13:49 | 14,280 | 09/16/2008 22:54:44 | 5,461 | 169 | What resolutions and color depths should be used for favicons? | This concerns .ico format icons.
My thinking is:
16x16x8bpp (256 colors) - Legacy support.
32x32x8bpp (256 colors) - Legacy support.
16x16x32bpp (16M colors with alpha) - Natively supported on XP and up.
32x32x32bpp (16M colors with alpha) - Natively supported on XP and up.
48x48x32bpp (16... | favicon | null | null | null | null | 05/03/2012 12:56:32 | off topic | What resolutions and color depths should be used for favicons?
===
This concerns .ico format icons.
My thinking is:
16x16x8bpp (256 colors) - Legacy support.
32x32x8bpp (256 colors) - Legacy support.
16x16x32bpp (16M colors with alpha) - Natively supported on XP and up.
32x32x32bpp (16M colors... | 2 |
10,004,438 | 04/04/2012 03:12:22 | 67,405 | 02/17/2009 14:43:49 | 1,895 | 4 | Concatenating Two FASTA Files in C++ | I have two FASTA files:
file1.fasta
>foo
ATCGGGG
>bar
CCCCCC
file2.fasta
>qux
ATCGGAAA
What I want to do now is to concatenating them into one file that results:
>foo
ATCGGGG
>bar
CCCCCC
>qux
ATCGGAAA
Thus preserving the name of each sequence... | c++ | string | null | null | null | null | open | Concatenating Two FASTA Files in C++
===
I have two FASTA files:
file1.fasta
>foo
ATCGGGG
>bar
CCCCCC
file2.fasta
>qux
ATCGGAAA
What I want to do now is to concatenating them into one file that results:
>foo
ATCGGGG
>bar
CCCCCC
>qux
ATCGGAAA
... | 0 |
10,712,878 | 05/23/2012 03:00:27 | 282,789 | 02/27/2010 18:26:38 | 339 | 12 | How to loop through has_many collection and setup a HABTM with another model | I have Orders which has many LineItems. LineItems has_many Leads. Leads don't belong to a User until a User Purchases them.
Once a User purchases a lead I need to setup a HABTM. I have a LeadsUsers model with the right HABTM code setup. In my order model I have the following:
has_many :line_items
a... | ruby-on-rails-3 | jointable | null | null | null | null | open | How to loop through has_many collection and setup a HABTM with another model
===
I have Orders which has many LineItems. LineItems has_many Leads. Leads don't belong to a User until a User Purchases them.
Once a User purchases a lead I need to setup a HABTM. I have a LeadsUsers model with the right HABTM code ... | 0 |
9,181,994 | 02/07/2012 18:47:39 | 693,560 | 04/05/2011 09:40:08 | 716 | 6 | Design my website something centered (horizontally + vertically) | I would like to design my website like this one: http://www.dior.com/couture/be_fr/product/view/femme/accessoires/bracelets/cuff-me-dior/bracelet-cuff-me-dior-16-1403.html/catId/3878/#
What is important for me:
- Having general background in dark color
- Having the main body (center) in bright color
- Having th... | css | html5 | null | null | null | 02/07/2012 19:13:33 | not a real question | Design my website something centered (horizontally + vertically)
===
I would like to design my website like this one: http://www.dior.com/couture/be_fr/product/view/femme/accessoires/bracelets/cuff-me-dior/bracelet-cuff-me-dior-16-1403.html/catId/3878/#
What is important for me:
- Having general background in da... | 1 |
3,672,530 | 09/08/2010 22:56:41 | 59,351 | 01/27/2009 14:30:25 | 317 | 10 | Possible to intercept "unminimize" event on windows? | Is it programmatically possible to intercept the maximize/restore event on Windows such that when you click on a minimized button on the taskbar, it asks you for a password? | language-agnostic | null | null | null | null | null | open | Possible to intercept "unminimize" event on windows?
===
Is it programmatically possible to intercept the maximize/restore event on Windows such that when you click on a minimized button on the taskbar, it asks you for a password? | 0 |
7,591,777 | 09/29/2011 02:23:13 | 920,060 | 08/30/2011 15:49:53 | 36 | 0 | php code transfer into js | the javascript code in php is
xajax_getCountry('<?php echo $row['mradio_area']?$row['mradio_area']:0 ?>',
<?php echo $row['mradio_country']?$row['mradio_country']:0 ?>,
<?php echo ($row['mradio_rate']==1?1:0); ?>);
I want to put it into the .js file.
How do I change the `<?php echo $row` into js ... | php | javascript | null | null | null | 09/29/2011 11:19:21 | not a real question | php code transfer into js
===
the javascript code in php is
xajax_getCountry('<?php echo $row['mradio_area']?$row['mradio_area']:0 ?>',
<?php echo $row['mradio_country']?$row['mradio_country']:0 ?>,
<?php echo ($row['mradio_rate']==1?1:0); ?>);
I want to put it into the .js file.
How do I change... | 1 |
9,966,444 | 04/01/2012 17:17:27 | 1,071,104 | 11/29/2011 10:46:42 | 1 | 0 | C++ singly linked list and non-working function which returns reference to int | I am trying to write a function which returns reference to int for my program.
So firstly I will describe what this function is supposed to do and then show code and explain where problem appears.
int& access(char* text)
when we write: int a = access("ALA");// integer number will be assigned from list element whi... | c++ | function | reference | returning | null | 04/01/2012 17:57:52 | too localized | C++ singly linked list and non-working function which returns reference to int
===
I am trying to write a function which returns reference to int for my program.
So firstly I will describe what this function is supposed to do and then show code and explain where problem appears.
int& access(char* text)
when we wr... | 3 |
6,405,497 | 06/19/2011 22:34:02 | 382,827 | 07/03/2010 19:42:24 | 109 | 11 | What is Eclipse Modeling Framework? | I am sorry, this might look too simple, but I am vague about what Eclipse Modeling Framework is?
Based on their website, it generates java code, based on XML specification.
I wonder if it is something like Visual Paradigm?
And does it generate code for other languages (such as PHP) or just for Java?
Thanks. | eclipse | eclipse-emf | null | null | null | null | open | What is Eclipse Modeling Framework?
===
I am sorry, this might look too simple, but I am vague about what Eclipse Modeling Framework is?
Based on their website, it generates java code, based on XML specification.
I wonder if it is something like Visual Paradigm?
And does it generate code for other languages (su... | 0 |
7,158,275 | 08/23/2011 08:37:53 | 865,643 | 07/27/2011 14:35:20 | 103 | 14 | Right-to-left reading order: why isn't this calculated automatically? | In Visual Studio you need to set the extended window style to get a reading-order of right to left (WS_EX_LAYOUTRTL). Why is this required since if I'm using UNICODE and displaying Arabic characters the only possible way to display it is right-to-left? I'm surprised the system doesn't simply render it the correct way a... | c++ | windows | visual-studio | winapi | unicode | null | open | Right-to-left reading order: why isn't this calculated automatically?
===
In Visual Studio you need to set the extended window style to get a reading-order of right to left (WS_EX_LAYOUTRTL). Why is this required since if I'm using UNICODE and displaying Arabic characters the only possible way to display it is right-t... | 0 |
8,519,663 | 12/15/2011 11:51:09 | 566,360 | 01/07/2011 03:12:01 | 67 | 6 | Create new user group in Mac OS | With the need of create new user, I perform with the link below:
[http://osxdaily.com/2007/10/29/how-to-add-a-user-from-the-os-x-command-line-works-with-leopard/][1]
It works great.
But how to create new group?
Thank you!
[1]: http://osxdaily.com/2007/10/29/how-to-add-a-user-from-the-os-x-command-line-work... | osx | user | terminal | group | account | 12/16/2011 09:22:03 | off topic | Create new user group in Mac OS
===
With the need of create new user, I perform with the link below:
[http://osxdaily.com/2007/10/29/how-to-add-a-user-from-the-os-x-command-line-works-with-leopard/][1]
It works great.
But how to create new group?
Thank you!
[1]: http://osxdaily.com/2007/10/29/how-to-add-a... | 2 |
8,357,464 | 12/02/2011 14:00:25 | 411,632 | 08/05/2010 06:58:21 | 5,215 | 354 | Authentication in an n-layer Web solution (Web + REST services) | **Background**
_I've a set of WCF REST services and an ASP.NET client application._
_Everything about business, data, process and validation occurs in the services' infrastructure._
_ASP.NET client application is a consumer of these WCF REST services._
_In the near future, these WCF REST services will be co... | .net | wcf | authentication | rest | .net-4.0 | 12/03/2011 06:19:43 | not constructive | Authentication in an n-layer Web solution (Web + REST services)
===
**Background**
_I've a set of WCF REST services and an ASP.NET client application._
_Everything about business, data, process and validation occurs in the services' infrastructure._
_ASP.NET client application is a consumer of these WCF REST ... | 4 |
177,293 | 10/07/2008 05:14:06 | 14,853 | 09/17/2008 03:33:50 | 1 | 0 | What is the best ASP.NET WIKI out there? |
Can anyone recommend a good asp.net wiki that is easily skinnable, has an API (auto upload initial wiki content) and scalable?
| asp.net | wiki | null | null | null | 07/01/2011 03:47:59 | not constructive | What is the best ASP.NET WIKI out there?
===
Can anyone recommend a good asp.net wiki that is easily skinnable, has an API (auto upload initial wiki content) and scalable?
| 4 |
7,375,070 | 09/10/2011 22:22:46 | 457,217 | 09/24/2010 11:32:21 | 58 | 2 | Wrong character encoding from SQL Server to Rails 3 app on Linux via freetds | I'm developing an application on MacOS in Ruby 3.0 using SQL Server 2008 R2 as the database. I'm connecting through freetds and tiny_tds.
When I save a data through a scaffold using extended characters, like ÞþÆæÓó it works fine, the letters are correct when looking at the data in SQL Server Management Studio and w... | sql-server | linux | ruby-on-rails-3 | freetds | null | null | open | Wrong character encoding from SQL Server to Rails 3 app on Linux via freetds
===
I'm developing an application on MacOS in Ruby 3.0 using SQL Server 2008 R2 as the database. I'm connecting through freetds and tiny_tds.
When I save a data through a scaffold using extended characters, like ÞþÆæÓó it works fine, the ... | 0 |
2,118,859 | 01/22/2010 16:48:53 | 206,660 | 11/09/2009 06:31:53 | 28 | 0 | Joining ajax results? | I need to generate a result from 2 XMLHttpRequests.
How can I make the requests concurrently and wait for them to both finish?
I've though of something like...
resp1="";
req1.onreadystatechange=function(){if(this.readyState=4)resp1==this.responseText;}
req2.onreadystatechangefunction(){if(this.read... | javascript | ajax | concurrency | requests | null | null | open | Joining ajax results?
===
I need to generate a result from 2 XMLHttpRequests.
How can I make the requests concurrently and wait for them to both finish?
I've though of something like...
resp1="";
req1.onreadystatechange=function(){if(this.readyState=4)resp1==this.responseText;}
req2.onreadystatech... | 0 |
10,479,377 | 05/07/2012 09:05:25 | 1,286,332 | 03/22/2012 15:26:52 | 50 | 2 | How can I convert .TXT files to .OLD in C#? | I need to convert my textfiles to .old format. I'm new to C# and have no idea. I haven't tried nothing yet because I don't even know where to start, so please no comments "What have you tried so far?". | c# | text-files | convert | null | null | 05/11/2012 06:35:57 | not a real question | How can I convert .TXT files to .OLD in C#?
===
I need to convert my textfiles to .old format. I'm new to C# and have no idea. I haven't tried nothing yet because I don't even know where to start, so please no comments "What have you tried so far?". | 1 |
10,686,675 | 05/21/2012 13:58:24 | 1,272,113 | 03/15/2012 16:45:41 | 29 | 0 | XMPP class not found | I want to create a XMPP client with php, I tried this code
<?php
include("xmpphp/XMPPHP/xmpp.php");
$conn = new XMPP('192.168.1.62', 5222, 'client', 'pass', 'xmpphp', 'cnx-pc', $printlog=False, $loglevel=LOGGING_INFO);
$conn->use_encryption = False;
$conn->connect();
$conn->pr... | php | xmpp | xmpphp | null | null | 05/21/2012 21:08:37 | too localized | XMPP class not found
===
I want to create a XMPP client with php, I tried this code
<?php
include("xmpphp/XMPPHP/xmpp.php");
$conn = new XMPP('192.168.1.62', 5222, 'client', 'pass', 'xmpphp', 'cnx-pc', $printlog=False, $loglevel=LOGGING_INFO);
$conn->use_encryption = False;
$conn-... | 3 |
11,337,700 | 07/05/2012 03:58:36 | 591,735 | 01/27/2011 06:01:28 | 127 | 0 | Draw points on an image visual c++ | I have to insert an image to MFC dialog and print points on it when user checks a check box. Is it possible to draw points on an image in MFC?
Thanks. | visual-c++ | mfc | drawing | null | null | null | open | Draw points on an image visual c++
===
I have to insert an image to MFC dialog and print points on it when user checks a check box. Is it possible to draw points on an image in MFC?
Thanks. | 0 |
6,452,303 | 06/23/2011 10:02:44 | 811,971 | 06/23/2011 10:02:44 | 1 | 0 | helicopter game ai algorithm | I am looking for advice on a good AI algorithm to play the helicopter flash game, currently my algorithm can find the location of the helicopter and the obstacle on screen as shown highlighted in this image:
http://i.imgur.com/mhK5I.png
I want to take an AI approach on how to play this game not just some reflex b... | algorithm | artificial-intelligence | bots | null | null | 06/23/2011 23:39:25 | not a real question | helicopter game ai algorithm
===
I am looking for advice on a good AI algorithm to play the helicopter flash game, currently my algorithm can find the location of the helicopter and the obstacle on screen as shown highlighted in this image:
http://i.imgur.com/mhK5I.png
I want to take an AI approach on how to pla... | 1 |
9,915,681 | 03/28/2012 21:09:31 | 465,292 | 10/03/2010 17:47:02 | 381 | 4 | Is "C++ Templates: The Complete Guide" outdated? | I have started reading "C++ Templates: The Complete Guide", however, it was published way back in 2002.
Is the book outdated by now? Or should I keep reading and but reference other materials ?
Thanks ! | c++ | templates | books | null | null | 03/28/2012 22:35:59 | off topic | Is "C++ Templates: The Complete Guide" outdated?
===
I have started reading "C++ Templates: The Complete Guide", however, it was published way back in 2002.
Is the book outdated by now? Or should I keep reading and but reference other materials ?
Thanks ! | 2 |
4,942,278 | 02/09/2011 07:19:04 | 290,131 | 03/10/2010 01:26:48 | 1 | 0 | How to remove .zip file in c on windows? (error: Directory not empty) | #include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#ifdef WIN32
#include "win32-dirent.h"
#include <windows.h>
#include <io.h>
#include <direct.h>
#else
#include <string.h>
#include <dirent.h>
#include <sys/types.h>
#include <unistd.h>
#endif
#define MAXFILEPATH 1024
bool IsDirectory(... | c | windows | remove | folder | rmdir | 02/09/2011 07:33:42 | not a real question | How to remove .zip file in c on windows? (error: Directory not empty)
===
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#ifdef WIN32
#include "win32-dirent.h"
#include <windows.h>
#include <io.h>
#include <direct.h>
#else
#include <string.h>
#include <dirent.h>
#include <sys/types.h>
#inc... | 1 |
4,817,100 | 01/27/2011 13:46:25 | 590,666 | 01/26/2011 13:46:12 | 1 | 0 | Requesting to port C# project to Vb.net | I am unable to port <a href="http://www.lumisoft.ee/lswww/download/downloads/Examples/pop3_client_app.zip">this</a> C# project to Vb.Net. I tried myself but ran into many errors. Its just beyond my capabilities. Please help me to covert this to vb.net.
Thanks in advance | c# | vb.net | null | null | null | 01/27/2011 13:50:11 | not a real question | Requesting to port C# project to Vb.net
===
I am unable to port <a href="http://www.lumisoft.ee/lswww/download/downloads/Examples/pop3_client_app.zip">this</a> C# project to Vb.Net. I tried myself but ran into many errors. Its just beyond my capabilities. Please help me to covert this to vb.net.
Thanks in advance | 1 |
4,386,035 | 12/08/2010 09:42:02 | 508,573 | 11/15/2010 17:47:27 | 6 | 0 | automatically filling directories while typing | I am writing an application in VC++(unmanaged) which is going to run in xp and above PC's. I need to add an functionality which will allow the user to see the directories being suggested as the user types the path in a stext box. This is similar to the behaviour of the run dialog in vista/7.
Thanks in advance,
Jo... | windows | visual-c++ | search | unmanaged | null | null | open | automatically filling directories while typing
===
I am writing an application in VC++(unmanaged) which is going to run in xp and above PC's. I need to add an functionality which will allow the user to see the directories being suggested as the user types the path in a stext box. This is similar to the behaviour of th... | 0 |
4,243,173 | 11/22/2010 07:22:47 | 491,413 | 10/29/2010 14:39:00 | 1,360 | 128 | Computer name uniqueness | On LAN, does computer names have to be unique?
or in other words
Are computer names on a given LAN guaranteed to be unique? | unique | lan | computer-name | null | null | 11/22/2010 07:49:32 | off topic | Computer name uniqueness
===
On LAN, does computer names have to be unique?
or in other words
Are computer names on a given LAN guaranteed to be unique? | 2 |
78,048 | 09/16/2008 22:40:50 | 13,967 | 09/16/2008 21:31:46 | 9 | 0 | Best way to detect an application crash and restart it? | What's the best way to detect an application crash in XP (produces the same pair of 'error' windows each time - each with same window title) and then restart it?
I'm especially interested to hear of solutions that use minimal system resources as the system in question is quite old.
I had thought of using a scrip... | windows-xp | application | crash | null | null | null | open | Best way to detect an application crash and restart it?
===
What's the best way to detect an application crash in XP (produces the same pair of 'error' windows each time - each with same window title) and then restart it?
I'm especially interested to hear of solutions that use minimal system resources as the system... | 0 |
2,172,399 | 01/31/2010 16:31:42 | 242,739 | 01/03/2010 16:17:00 | 12 | 1 | What's wrong with this Javascript code? | <a href="javascript:document.getElementById('create_table').style.display='block'">Insert Table</a>
The code works perfectly fine in Google Chrome but in Internet Explorer and Firefox it just redirects to a page with the text "block" | javascript | null | null | null | null | null | open | What's wrong with this Javascript code?
===
<a href="javascript:document.getElementById('create_table').style.display='block'">Insert Table</a>
The code works perfectly fine in Google Chrome but in Internet Explorer and Firefox it just redirects to a page with the text "block" | 0 |
10,057,867 | 04/07/2012 19:58:00 | 1,276,460 | 03/18/2012 02:50:54 | 123 | 0 | Why am I getting an unexpected T_VARIABLE error in my Code Igniter controller? | I have this controller in Code Igniter that begins with
class MyController extends CI_Controller {
private $data = array(
'importantValueToPassToViews' => $this->Animal->getPrey(),
);
...
I am getting an error on the line beginning with `'importantValueToPassToViews'` (... | php | codeigniter | null | null | null | null | open | Why am I getting an unexpected T_VARIABLE error in my Code Igniter controller?
===
I have this controller in Code Igniter that begins with
class MyController extends CI_Controller {
private $data = array(
'importantValueToPassToViews' => $this->Animal->getPrey(),
);
...
... | 0 |
9,674,703 | 03/12/2012 20:58:02 | 1,265,124 | 03/12/2012 20:53:20 | 1 | 0 | I cant Access web server from our LAN | we have a 2851 router which interconnect our local network to public network. we recieve our internet on interface e0/1 and e0/0 restricted to our lan as below configs
int e0/0 192.168.10.1 255.255.255.0
ip nat inside
int e0/1 X.X.X.226 255.255.255.224
ip nat outside
! web server
ip nat inside source static x.x... | nat | cisco | null | null | null | 03/14/2012 00:29:00 | off topic | I cant Access web server from our LAN
===
we have a 2851 router which interconnect our local network to public network. we recieve our internet on interface e0/1 and e0/0 restricted to our lan as below configs
int e0/0 192.168.10.1 255.255.255.0
ip nat inside
int e0/1 X.X.X.226 255.255.255.224
ip nat outside
! ... | 2 |
11,705,945 | 07/29/2012 01:32:23 | 807,137 | 06/20/2011 17:51:13 | 56 | 0 | How does programming work for non-English speakers? | Keywords in every language specification I can think of are in English. Do all programmers speak English? Do non-English speaking programmers learn keywords such as "this", "for", and "if" in the context of programming languages? Are there "translated" languages that exchange English keywords for ones in other language... | programming-languages | null | null | null | null | 07/29/2012 05:18:09 | off topic | How does programming work for non-English speakers?
===
Keywords in every language specification I can think of are in English. Do all programmers speak English? Do non-English speaking programmers learn keywords such as "this", "for", and "if" in the context of programming languages? Are there "translated" languages ... | 2 |
10,438,314 | 05/03/2012 19:44:53 | 63,264 | 02/06/2009 10:09:35 | 3,677 | 267 | SQL coding style: commas | Which of these SQL coding styles is better and why?
**Comma first:**
SELECT Name
, Email
, Phone
FROM Contact
**Comma last:**
SELECT Name,
Email,
Phone
FROM Contact
| sql | coding-style | null | null | null | 05/03/2012 19:53:33 | not constructive | SQL coding style: commas
===
Which of these SQL coding styles is better and why?
**Comma first:**
SELECT Name
, Email
, Phone
FROM Contact
**Comma last:**
SELECT Name,
Email,
Phone
FROM Contact
| 4 |
8,871,190 | 01/15/2012 16:17:22 | 58,839 | 01/25/2009 19:08:50 | 764 | 19 | jquery url escaping | So I take some src attr from some images using jquery, and after that I try to set those src values to other images, and it works, just when I set the src attr to the news one, when I look in firebug the src will look something like this: `http: site path1 path2 image.jpg` so where are the slashes `/`? Here is my code:... | javascript | jquery | html | null | null | 01/16/2012 19:11:52 | too localized | jquery url escaping
===
So I take some src attr from some images using jquery, and after that I try to set those src values to other images, and it works, just when I set the src attr to the news one, when I look in firebug the src will look something like this: `http: site path1 path2 image.jpg` so where are the slas... | 3 |
3,879,462 | 10/07/2010 07:18:41 | 468,722 | 10/07/2010 05:19:32 | 1 | 0 | I need the code for payment Inegration | That includes
1. Cardno, CVV, Name method.
2. Netbanking | payment-gateway | credit-card | null | null | null | 10/07/2010 07:29:07 | not a real question | I need the code for payment Inegration
===
That includes
1. Cardno, CVV, Name method.
2. Netbanking | 1 |
10,217,019 | 04/18/2012 19:57:25 | 202,662 | 11/04/2009 14:41:29 | 31 | 0 | change browser headers | How is it possible to change browser header with Watir?
I'd like to change browser headers (in Firefox or Chrome) when using Watir.
Is that possible?
Thanks | watir | watir-webdriver | null | null | null | 04/20/2012 12:10:15 | not a real question | change browser headers
===
How is it possible to change browser header with Watir?
I'd like to change browser headers (in Firefox or Chrome) when using Watir.
Is that possible?
Thanks | 1 |
11,549,118 | 07/18/2012 19:46:35 | 1,499,112 | 07/03/2012 14:35:55 | 309 | 16 | How does the Database decides which Index to execute | DDL
---
create table t
(
id int,
id1 int
)
create index Example_Index
On t(id,id1)
create index Example1_Index
On t(id1,id)
---
DML
---
insert into t(id, id1)values(1, 100)
insert into t(id, id1)values(1, 101)
insert into t(id... | sql-server | sql-server-2008 | sql-server-2005 | null | null | 07/19/2012 17:58:23 | off topic | How does the Database decides which Index to execute
===
DDL
---
create table t
(
id int,
id1 int
)
create index Example_Index
On t(id,id1)
create index Example1_Index
On t(id1,id)
---
DML
---
insert into t(id, id1)values(1, 100)
... | 2 |
4,141,061 | 11/10/2010 03:44:59 | 197,688 | 10/27/2009 22:20:18 | 748 | 15 | OpenSource JIRA alternatives | I was just wondering if any one can point out open-source alternatives of JIRA. | open-source | project-management | jira | null | null | 09/26/2011 15:22:13 | not constructive | OpenSource JIRA alternatives
===
I was just wondering if any one can point out open-source alternatives of JIRA. | 4 |
6,689,576 | 07/14/2011 07:01:43 | 844,010 | 07/14/2011 07:01:43 | 1 | 0 | what role does algorithms play in OOP | I am learning OOP. Someone told me algorithms are the basic for programming. Do I need to master algorithms to become a sufficient OOP programmer? If so, what are the good books for beginners please? | algorithm | oop | null | null | null | 07/14/2011 07:31:53 | not a real question | what role does algorithms play in OOP
===
I am learning OOP. Someone told me algorithms are the basic for programming. Do I need to master algorithms to become a sufficient OOP programmer? If so, what are the good books for beginners please? | 1 |
4,692,066 | 01/14/2011 14:22:06 | 334,776 | 05/06/2010 19:26:08 | 3 | 0 | jQuery slide open and close menus. How to stop them going crazy? | I want sub menu's of a verticle menu to expand and collapse when moused over. This is what i've got so far but it goes crazy if you do it to quick as all the animations run at once and on a delay. How can i make sure just one menu expands at a time.
I've also set the current_page_item to be open but default and I d... | jquery | null | null | null | null | null | open | jQuery slide open and close menus. How to stop them going crazy?
===
I want sub menu's of a verticle menu to expand and collapse when moused over. This is what i've got so far but it goes crazy if you do it to quick as all the animations run at once and on a delay. How can i make sure just one menu expands at a time. ... | 0 |
10,177,456 | 04/16/2012 15:52:23 | 1,313,120 | 04/04/2012 14:37:31 | 33 | 1 | How to disable access to website for mobile? | So, I made this website a few days ago and everything is running fine. The only problems is that when I access my website through an Iphone or any other smartphone it seems to glitch or something. Here is the website: www.sign4kurdistan.com , the thing is: I've spent enough time designing and coding the website and now... | jquery | html | css | jquery-mobile | basic | 04/17/2012 04:35:59 | too localized | How to disable access to website for mobile?
===
So, I made this website a few days ago and everything is running fine. The only problems is that when I access my website through an Iphone or any other smartphone it seems to glitch or something. Here is the website: www.sign4kurdistan.com , the thing is: I've spent en... | 3 |
3,385,714 | 08/02/2010 07:13:25 | 168,896 | 09/05/2009 04:59:11 | 65 | 0 | does anybody know about Total Validator Tool | Anybody knows about Total Validator tool which checks the site page to find out HTML errors,WACG related errors? | html | null | null | null | null | 08/02/2010 13:52:38 | not a real question | does anybody know about Total Validator Tool
===
Anybody knows about Total Validator tool which checks the site page to find out HTML errors,WACG related errors? | 1 |
7,357,536 | 09/09/2011 05:37:44 | 478,335 | 10/17/2010 04:08:12 | 70 | 3 | How do I access a array checkbox with javascript? | Also, I am creating the checkboxes within php.
Here is the code.
code [here](http://jsfiddle.net/us4Hw/13/) | php | javascript | arrays | checkboxes | null | 09/09/2011 18:39:07 | not a real question | How do I access a array checkbox with javascript?
===
Also, I am creating the checkboxes within php.
Here is the code.
code [here](http://jsfiddle.net/us4Hw/13/) | 1 |
9,998,416 | 04/03/2012 17:33:49 | 1,203,978 | 02/11/2012 16:15:36 | 25 | 2 | Can AJAX or PHP "echo" too much? | This a question that is more on the lines of server efficiency and availability.
Say I have a php page that calls a AJAX script and 1 million users are connecting within the same second.
Would there be a performance boost if I limit the AJAX script so that it only echos once instead of every time it receives data... | php | ajax | echo | null | null | null | open | Can AJAX or PHP "echo" too much?
===
This a question that is more on the lines of server efficiency and availability.
Say I have a php page that calls a AJAX script and 1 million users are connecting within the same second.
Would there be a performance boost if I limit the AJAX script so that it only echos once ... | 0 |
5,299,693 | 03/14/2011 14:08:00 | 586,490 | 01/23/2011 16:47:41 | 93 | 11 | [Android] WebView memory leak | Sorry if this is some kind of duplicate question. I googled for about an hour but still have problems with the memory usage of the WebView component.
I'm starting an Activity (NewsDetail) from a ListActivity to display a specific news article. The HTML-Code of the article is added into the WebView which is included ... | android | memory | webview | usage | null | null | open | [Android] WebView memory leak
===
Sorry if this is some kind of duplicate question. I googled for about an hour but still have problems with the memory usage of the WebView component.
I'm starting an Activity (NewsDetail) from a ListActivity to display a specific news article. The HTML-Code of the article is added ... | 0 |
8,939,146 | 01/20/2012 09:24:12 | 1,147,469 | 01/13/2012 10:20:19 | 1 | 0 | hello, please i'm looking for idea how google translator translate websites, how the algorithm work | please i'm looking for idea about google translator,
how google translate websites ?
ideas on an algorithm ?
what is the best way to create a small webservice like ( google translator ) to translate any web page | php | google | web | null | null | 01/20/2012 09:44:00 | not a real question | hello, please i'm looking for idea how google translator translate websites, how the algorithm work
===
please i'm looking for idea about google translator,
how google translate websites ?
ideas on an algorithm ?
what is the best way to create a small webservice like ( google translator ) to translate any web page... | 1 |
2,489,962 | 03/22/2010 04:04:04 | 150,953 | 08/05/2009 10:58:22 | 81 | 16 | Are there any Jasper Report Examples/Templates? | Does anyone know of some sample Jasper Reports? I am looking for an Invoice and Receipt Report. | jasper-reports | jasper | null | null | null | 05/07/2012 14:17:08 | not constructive | Are there any Jasper Report Examples/Templates?
===
Does anyone know of some sample Jasper Reports? I am looking for an Invoice and Receipt Report. | 4 |
10,554,364 | 05/11/2012 15:30:14 | 1,347,376 | 04/20/2012 19:49:03 | 1 | 0 | Getting "Failed to communicate .." exception while trying to access an EJB |
public UserService getUserService() throws Exception{
UserService userService=null;
UserServiceHome userServiceHome=(UserServiceHome)getEJBHome(WebConstants.USER_SERVICE);
try{
userService=(UserService)userServiceHome.create();
// this is the point where I'm getting excepti... | java-ee | null | null | null | null | 05/14/2012 15:54:50 | not a real question | Getting "Failed to communicate .." exception while trying to access an EJB
===
public UserService getUserService() throws Exception{
UserService userService=null;
UserServiceHome userServiceHome=(UserServiceHome)getEJBHome(WebConstants.USER_SERVICE);
try{
userService=(UserServi... | 1 |
3,962,642 | 10/18/2010 19:32:24 | 446,514 | 09/13/2010 15:51:53 | 52 | 0 | Good programming practices versus speed of ad-hoc programming | I know good programming practices always help in the "long run" for a project, but sometimes they just seem to cost a lot of time. For instance, its suggested that i maintain a header file and a cpp file for each class that i make, keep only the declarations in the headers while definitions in cpp. Even with 10-12 clas... | c++ | null | null | null | null | 10/18/2010 19:41:25 | not constructive | Good programming practices versus speed of ad-hoc programming
===
I know good programming practices always help in the "long run" for a project, but sometimes they just seem to cost a lot of time. For instance, its suggested that i maintain a header file and a cpp file for each class that i make, keep only the declara... | 4 |
10,256,400 | 04/21/2012 05:09:26 | 974,139 | 10/01/2011 04:23:19 | 51 | 0 | How to replace an object in a MongoDB record? | How to replace third_id in this record?
> db.collection.find( {"_id" : ObjectId("4f90cf0cd4bea011930001a3"), "first_id": ObjectId("4edf056800126757c000000f")}) { "second_id" : ObjectId("4f355e430012671d77000ec0"), "third_id" : ObjectId("4edf056800126757c000000f"), "note" : "blah-blah"}
Like this?
db.c... | mongodb | null | null | null | null | null | open | How to replace an object in a MongoDB record?
===
How to replace third_id in this record?
> db.collection.find( {"_id" : ObjectId("4f90cf0cd4bea011930001a3"), "first_id": ObjectId("4edf056800126757c000000f")}) { "second_id" : ObjectId("4f355e430012671d77000ec0"), "third_id" : ObjectId("4edf056800126757c000000f... | 0 |
3,897,072 | 10/09/2010 17:14:13 | 82,368 | 03/25/2009 04:27:50 | 1,158 | 32 | Difference between constrained optimization and unconstrained optimization problems? | What is the property that makes an optimization problem unconstrained? | optimization | math | computer-science | null | null | 10/11/2010 09:20:40 | off topic | Difference between constrained optimization and unconstrained optimization problems?
===
What is the property that makes an optimization problem unconstrained? | 2 |
4,719,321 | 01/18/2011 00:15:07 | 408,947 | 08/02/2010 18:34:44 | 33 | 2 | game center not working on ipod/iphone | Working on a universal build for an iphone/ipod/ipad app. I was trying to get game center working within this app. I now have the game center working on the ipad but for some reason it still wont work on the ipod/iphone and i have no idea why.
highScoreVC=[[UIViewController alloc] init];
GKLeaderboardView... | iphone | cocos2d | game-center | null | null | null | open | game center not working on ipod/iphone
===
Working on a universal build for an iphone/ipod/ipad app. I was trying to get game center working within this app. I now have the game center working on the ipad but for some reason it still wont work on the ipod/iphone and i have no idea why.
highScoreVC=[[UIViewContr... | 0 |
11,557,614 | 07/19/2012 09:16:12 | 1,537,386 | 07/19/2012 09:10:41 | 1 | 0 | Using https://test.httpapi.com/api/mail/user/add.json to post a request | I am trying to use https://test.httpapi.com/api/mail/user/add.json from PHP. What would be URL to which I need to connect to and pass on the request parameters using POST method? | php | json | null | null | null | 07/19/2012 14:59:02 | not constructive | Using https://test.httpapi.com/api/mail/user/add.json to post a request
===
I am trying to use https://test.httpapi.com/api/mail/user/add.json from PHP. What would be URL to which I need to connect to and pass on the request parameters using POST method? | 4 |
8,086,209 | 11/10/2011 20:59:52 | 171,824 | 09/11/2009 03:24:43 | 97 | 7 | convert a string of six digits to a date | I was wondering how I would convert a string of six digits to a date in C#?
`111110 would be 11 11 10`
`111 10 would be 11 1 10`
`1 1 10 would be 1 1 10`
| c# | null | null | null | null | 11/10/2011 21:06:40 | not constructive | convert a string of six digits to a date
===
I was wondering how I would convert a string of six digits to a date in C#?
`111110 would be 11 11 10`
`111 10 would be 11 1 10`
`1 1 10 would be 1 1 10`
| 4 |
6,616,321 | 07/07/2011 19:54:10 | 554,134 | 12/26/2010 05:20:26 | 95 | 10 | web design, making a web page more attractive | This is really an open ended question.
I have finished my funcitionality of webpages. Now I want to go ahead with the design. I am not an artist, how do I proceed? I simply want to make the site attractive, professional and elegant. Should I start putting it in photoshop and then cut it up into css?
Any advice ap... | css | design | photoshop | null | null | 07/07/2011 21:12:14 | not constructive | web design, making a web page more attractive
===
This is really an open ended question.
I have finished my funcitionality of webpages. Now I want to go ahead with the design. I am not an artist, how do I proceed? I simply want to make the site attractive, professional and elegant. Should I start putting it in phot... | 4 |
4,743,932 | 01/20/2011 05:57:44 | 582,516 | 01/20/2011 05:57:44 | 1 | 0 | C++ Calculator Code | Okay so heres my code so far:
// Calculator, By Ethan Baumgarn
// Include iostream library
#include <iostream>
// Use the standard namespace
using namespace std;
void main ( )
{
//Declare the variables
float Number_1;
float Number_2;
float Result;
int Which_Calculation;
// Give instructions
cout << ... | visual-c++ | null | null | null | null | 01/20/2011 08:00:44 | not a real question | C++ Calculator Code
===
Okay so heres my code so far:
// Calculator, By Ethan Baumgarn
// Include iostream library
#include <iostream>
// Use the standard namespace
using namespace std;
void main ( )
{
//Declare the variables
float Number_1;
float Number_2;
float Result;
int Which_Calculation;
// Gi... | 1 |
9,921,722 | 03/29/2012 08:28:49 | 644,414 | 03/04/2011 09:12:38 | 1 | 1 | example projects with hibernate and JPA | Does anyone know a good open-source project where I could have a look on the persistence layer (for good programming practices and transaction management) where Hibernate 3 and JPA 1 is used?
| java | hibernate | java-ee | jpa | persistence | 04/01/2012 04:29:25 | not constructive | example projects with hibernate and JPA
===
Does anyone know a good open-source project where I could have a look on the persistence layer (for good programming practices and transaction management) where Hibernate 3 and JPA 1 is used?
| 4 |
5,941,539 | 05/09/2011 19:31:05 | 647,265 | 03/06/2011 20:18:41 | 6 | 0 | Using WebService with Proxy class | I have a webservice!
I wanna use this webservice but I wanna write a proxy class?
How can I write?
| web-services | soa | proxy-classes | null | null | 06/20/2011 08:45:39 | not a real question | Using WebService with Proxy class
===
I have a webservice!
I wanna use this webservice but I wanna write a proxy class?
How can I write?
| 1 |
5,550,449 | 04/05/2011 10:31:26 | 440,432 | 09/06/2010 07:42:23 | 91 | 11 | sencha touch commercial license cost | what is the cost of sencha touch commercial license | sencha-touch | sencha | null | null | null | 04/05/2011 11:24:46 | too localized | sencha touch commercial license cost
===
what is the cost of sencha touch commercial license | 3 |
10,526,598 | 05/10/2012 02:02:29 | 1,330,526 | 04/13/2012 01:32:56 | 1 | 0 | how to determine where the loop happens within a linked list (emergency) | There might be a loop within a linked list,how to determine where the loop happens within a linked list (emergency) | java | data-structures | null | null | null | 05/11/2012 11:16:03 | not a real question | how to determine where the loop happens within a linked list (emergency)
===
There might be a loop within a linked list,how to determine where the loop happens within a linked list (emergency) | 1 |
11,391,138 | 07/09/2012 08:03:23 | 1,511,345 | 07/09/2012 08:00:10 | 1 | 0 | Can't get rid of 'export' key word in bash shell | I was trying to install and use RVM and made some changes to my .zshrc and .bashrc files and now this 'export' keyword/variable won't go away. Any thoughts? I've already undone the changes I've made to the .zschrc and .bashrc files, so those are empty. | bash | shell | unix | export | null | 07/27/2012 04:15:53 | not a real question | Can't get rid of 'export' key word in bash shell
===
I was trying to install and use RVM and made some changes to my .zshrc and .bashrc files and now this 'export' keyword/variable won't go away. Any thoughts? I've already undone the changes I've made to the .zschrc and .bashrc files, so those are empty. | 1 |
2,181,847 | 02/02/2010 04:14:58 | 263,512 | 02/01/2010 12:59:06 | 1 | 0 | Is it good to shift from struts frame work to hibernate. | I'm working with struts for nearly 2 yrs. Is it good for my career to jump to Hibernate.
Please suggest me ur ideas. | struts | to | hibernate | null | null | 02/18/2011 12:31:52 | not a real question | Is it good to shift from struts frame work to hibernate.
===
I'm working with struts for nearly 2 yrs. Is it good for my career to jump to Hibernate.
Please suggest me ur ideas. | 1 |
6,058,613 | 05/19/2011 12:28:31 | 656,552 | 03/12/2011 12:07:09 | 30 | 8 | Finite Size Pencil Beam algorithm fSPB | I am looking for an easy example of how to implement this kind of algorithm in C or C++. I have been doing deep researches but I haven't been lucky finding something.
I wander if anyone has an idea of how to go ahead with this kind of simulations...
This algorithm is implemented for cancer treatment dose calculati... | c# | c++ | c | algorithm | simulation | null | open | Finite Size Pencil Beam algorithm fSPB
===
I am looking for an easy example of how to implement this kind of algorithm in C or C++. I have been doing deep researches but I haven't been lucky finding something.
I wander if anyone has an idea of how to go ahead with this kind of simulations...
This algorithm is imp... | 0 |
7,561,844 | 09/26/2011 21:59:10 | 82,320 | 03/25/2009 00:56:36 | 30,106 | 1,031 | What can I do to fix that Visual Studio won't display per file properties? | I went to go turn on precompiled headers in a brand new project, so I went to go create the "/Create" setting for precompiled headers. But the property page is blank.
![broken property page][1]
What happened, and how can I fix this?
[1]: http://i.stack.imgur.com/SgLzh.png | c++ | visual-studio-2010 | visual-c++ | null | null | null | open | What can I do to fix that Visual Studio won't display per file properties?
===
I went to go turn on precompiled headers in a brand new project, so I went to go create the "/Create" setting for precompiled headers. But the property page is blank.
![broken property page][1]
What happened, and how can I fix this?
... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.