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
9,881,342
03/26/2012 23:27:01
970,810
09/29/2011 09:30:31
170
3
lib's for all browser webkit support
What is a library I can use for CSS webkit support across multiple browsers including older ones like ie6? Something possibly written in Javascript.
javascript
css
null
null
null
03/28/2012 21:43:46
not a real question
lib's for all browser webkit support === What is a library I can use for CSS webkit support across multiple browsers including older ones like ie6? Something possibly written in Javascript.
1
9,123,866
02/03/2012 04:57:11
1,186,722
02/03/2012 04:33:18
1
0
I want my online ordering website to be available at specific hours only
I'm working on an online ordering website for our takeaway restaurant. I have to prevent people from placing orders before 5pm and after 11.30 pm (server time). I'm using OpenCart, php. Could somebody write me a script that I could insert, that outside of these hours would display a message and would block the access o...
php
time
opencart
restriction
null
02/03/2012 17:26:20
not a real question
I want my online ordering website to be available at specific hours only === I'm working on an online ordering website for our takeaway restaurant. I have to prevent people from placing orders before 5pm and after 11.30 pm (server time). I'm using OpenCart, php. Could somebody write me a script that I could insert, th...
1
10,710,310
05/22/2012 21:16:40
1,305,318
03/31/2012 17:25:11
1
0
difference between programming under linux and windows
i want to know what the difference between c++ programming under windows and linux , what the compiler should i use in linux ? what the framework available to program c++ under linux ? thanks in advance
c++
operating-system
null
null
null
05/22/2012 21:27:32
not a real question
difference between programming under linux and windows === i want to know what the difference between c++ programming under windows and linux , what the compiler should i use in linux ? what the framework available to program c++ under linux ? thanks in advance
1
8,440,010
12/09/2011 01:27:01
966,473
09/27/2011 07:17:37
1
0
Facebook Insights about post
I am trying to retrieve metrics "post_impressions_unique", "post_consumptions" or anything started with a "post" but Facebook always return empty array for me. Anyone know what is the problem here?
facebook
metric
null
null
null
null
open
Facebook Insights about post === I am trying to retrieve metrics "post_impressions_unique", "post_consumptions" or anything started with a "post" but Facebook always return empty array for me. Anyone know what is the problem here?
0
5,695,157
04/17/2011 17:35:50
310,329
04/06/2010 19:27:08
11
0
algorithm for auto-formatting html
I cant find algorithm for auto-formatting HTML code.
c#
.net
null
null
null
04/17/2011 17:48:54
not a real question
algorithm for auto-formatting html === I cant find algorithm for auto-formatting HTML code.
1
1,909,815
12/15/2009 19:34:43
110,933
05/22/2009 07:30:42
1,446
130
Regex to compare strings with Umlaut and non-Umlaut variations
Can anyone help me with a javascript regular expression that I can use to compare strings that are the same, taking into acccount their non-Umlaut-ed versions. for example, in German the word `Grüße` can also be written `Gruesse`. These two strings are to be considered identical. The mappings (ignoring casings for t...
regex
javascript
null
null
null
null
open
Regex to compare strings with Umlaut and non-Umlaut variations === Can anyone help me with a javascript regular expression that I can use to compare strings that are the same, taking into acccount their non-Umlaut-ed versions. for example, in German the word `Grüße` can also be written `Gruesse`. These two strings ...
0
10,740,568
05/24/2012 15:27:34
1,413,440
05/23/2012 19:18:49
48
0
Require.js from command line mode
Let's suppose I can access the following code: http://localhost/web/src/js/myApp.js Now I want to load `myApp.js` using requirejs from the javascript command line mode. I did try the following but it does not work. Any ideas? requirejs.config({ baseUrl: "http://localhost/web/src/" }...
javascript
requirejs
null
null
null
null
open
Require.js from command line mode === Let's suppose I can access the following code: http://localhost/web/src/js/myApp.js Now I want to load `myApp.js` using requirejs from the javascript command line mode. I did try the following but it does not work. Any ideas? requirejs.config({ base...
0
7,942,977
10/30/2011 02:37:40
1,020,331
10/30/2011 02:27:58
1
0
WebSocket Handshake for Google Chrome 15+
This is a function that implements the Websocket Handshake for Chrome 15+ based on the latest draft-ietf-hybi-thewebsocketprotocol-09. I have tested it in Google Ch import hashlib; import base64; def WebSocketHybi09(csock): shake1 = csock.recv(1024) print shake1 shak...
google-chrome
websocket
handshake
null
null
10/31/2011 02:56:35
not a real question
WebSocket Handshake for Google Chrome 15+ === This is a function that implements the Websocket Handshake for Chrome 15+ based on the latest draft-ietf-hybi-thewebsocketprotocol-09. I have tested it in Google Ch import hashlib; import base64; def WebSocketHybi09(csock): shake1...
1
8,627,566
12/25/2011 00:07:20
1,073,757
11/30/2011 16:10:01
11
0
Weird behavior in AnimationDrawable
I'm trying to put an animation in my app and I'm experiencing a funny behavior: My animation-list XML (spotlights.xml) looks like this: <?xml version="1.0" encoding="utf-8"?> <animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="false"> <item android:drawab...
android
animation
android-animation
null
null
12/25/2011 14:15:36
too localized
Weird behavior in AnimationDrawable === I'm trying to put an animation in my app and I'm experiencing a funny behavior: My animation-list XML (spotlights.xml) looks like this: <?xml version="1.0" encoding="utf-8"?> <animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:on...
3
9,009,973
01/25/2012 20:43:42
294,661
03/16/2010 10:47:41
544
6
Cocoa-Touch – pushViewController when using ARC
I'm wondering how I would write my `- tabliView:didSelectRowAtIndexPath:` method when using ARC. With ARC I do this: - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { if (self.addContactsVC == nil) { self.addContactsVC = [[AddCont...
objective-c
cocoa-touch
uinavigationcontroller
automatic-ref-counting
null
null
open
Cocoa-Touch – pushViewController when using ARC === I'm wondering how I would write my `- tabliView:didSelectRowAtIndexPath:` method when using ARC. With ARC I do this: - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { if (self.addContactsVC ...
0
9,712,269
03/15/2012 00:13:07
1,260,865
03/10/2012 10:12:58
1
0
IE and Mozilla javascript Error
My site [http://timood.com/beemoo/][1] when i run this site on exlorer or mozilla, javascripts aren't work on the otherhand in chrome; it works trustfully. how i can fix this bug?
javascript
internet-explorer
google-chrome
mozilla
null
03/15/2012 09:14:59
not a real question
IE and Mozilla javascript Error === My site [http://timood.com/beemoo/][1] when i run this site on exlorer or mozilla, javascripts aren't work on the otherhand in chrome; it works trustfully. how i can fix this bug?
1
11,390,471
07/09/2012 07:10:20
1,411,803
05/23/2012 05:59:46
1
0
I'm having the different names for different provider how to identify it as a single name in C#
Provider1: Baros Milan, Provider1: Milan, Provider3: Baros, Provider4: Baros, M Provider5: M, Baros these are the names which are substituted and i need a common name for the provider using regx or any other Briefly i'm having 20 different providers and each provider supply a common name that we don't k...
c#
asp.net
null
null
null
07/10/2012 14:28:13
not a real question
I'm having the different names for different provider how to identify it as a single name in C# === Provider1: Baros Milan, Provider1: Milan, Provider3: Baros, Provider4: Baros, M Provider5: M, Baros these are the names which are substituted and i need a common name for the provider using regx or any other ...
1
1,655,083
10/31/2009 17:50:55
133,830
07/06/2009 18:31:48
167
3
Spring - How 'multiple' AOP behaviors to sevices are resolved?
I want to know that whether we can apply 'multiple' `AOP` behaviors to our service classes or not? Lets just say, i do this to my `BankServiceImpl` class: - `@Transactional` on top of one of the method, `accountTransfer()`, and - and some custom `<aop>` pointcut on the execution of another method `someOtherMet...
spring
java
java-ee-6
aop
proxy
null
open
Spring - How 'multiple' AOP behaviors to sevices are resolved? === I want to know that whether we can apply 'multiple' `AOP` behaviors to our service classes or not? Lets just say, i do this to my `BankServiceImpl` class: - `@Transactional` on top of one of the method, `accountTransfer()`, and - and some cust...
0
3,762,305
09/21/2010 16:18:09
329,192
04/29/2010 18:27:16
13
0
How can I pass a value from an ASPX page to another in a different domain
I have an ASPX page in my Application. ASPX pages from other applications in different domain can call this page. But how do I return a value to the calling ASPX page in a different application? How an ASPX page can return a value to calling page in a different app?
asp.net
parameter-passing
null
null
null
null
open
How can I pass a value from an ASPX page to another in a different domain === I have an ASPX page in my Application. ASPX pages from other applications in different domain can call this page. But how do I return a value to the calling ASPX page in a different application? How an ASPX page can return a value to cal...
0
120,803
09/23/2008 12:54:28
8,436
09/15/2008 16:01:42
1
0
Learning FreeBSD
What is the average time that it would take a complete novice, whose background is mostly Windows XP, to go through the FreeBSD handbook and get sufficient mastery to setup a server from the ground up?
windows
xp
freebsd
learner
null
06/03/2012 23:23:59
not constructive
Learning FreeBSD === What is the average time that it would take a complete novice, whose background is mostly Windows XP, to go through the FreeBSD handbook and get sufficient mastery to setup a server from the ground up?
4
10,043,576
04/06/2012 12:37:14
1,317,430
04/06/2012 12:27:40
1
0
Bug font with google chrome. Background blue and color red
How to have a good program html without this bug ? if i change a color with orange or black no problem but red on blue bug ! Thanks <!DOCTYPE html><html lang="fr"><head><style type="text/css"> #bann{background:#184696;height:30px;min-width:960px;margin:auto;width:100%;} .txt{font-size:15px;font-w...
google-chrome
colors
fonts
background
null
04/30/2012 08:04:37
not a real question
Bug font with google chrome. Background blue and color red === How to have a good program html without this bug ? if i change a color with orange or black no problem but red on blue bug ! Thanks <!DOCTYPE html><html lang="fr"><head><style type="text/css"> #bann{background:#184696;height:30px;min-widt...
1
6,132,455
05/26/2011 00:18:24
372,237
06/21/2010 14:23:12
78
11
Rails3 and jQuery - Adding Char. Count Functionality
Using Rails3 and installed the latest jQuery plug-in and placed the countdown.js code in the public folder. My problem is how do I link it all up to get it working to count/limit the chars. for both the Title and Article submissions? This is my 1st attempt at working with .js so the more detailed the better. Thx ...
jquery
ruby-on-rails-3
null
null
null
null
open
Rails3 and jQuery - Adding Char. Count Functionality === Using Rails3 and installed the latest jQuery plug-in and placed the countdown.js code in the public folder. My problem is how do I link it all up to get it working to count/limit the chars. for both the Title and Article submissions? This is my 1st attempt at wo...
0
10,357,146
04/27/2012 20:06:30
574,917
01/13/2011 21:30:59
269
1
What is the difference between C#.Net and VB.Net (Except Syntax)?
Please let me know the difference between C#.Net and VB.Net. I use C#.Net for my projects, but when ever I met with some other programmers they often called VB.Net more powerful and easy, then C#.Net. I alwasy asked them `"Why it is more powerful then C#, since it uses the same framework?"` but still I did'nt get any h...
c#
.net
vb.net
null
null
04/30/2012 04:38:29
not constructive
What is the difference between C#.Net and VB.Net (Except Syntax)? === Please let me know the difference between C#.Net and VB.Net. I use C#.Net for my projects, but when ever I met with some other programmers they often called VB.Net more powerful and easy, then C#.Net. I alwasy asked them `"Why it is more powerful th...
4
5,547,751
04/05/2011 05:50:25
644,073
09/07/2010 11:37:33
512
27
Work in DEBUG mode but fail in RELEASE mode
Why does program work in debug mode, but fail in release mode? Thanks...
c++
visual-c++
visual
null
null
04/05/2011 05:54:33
not a real question
Work in DEBUG mode but fail in RELEASE mode === Why does program work in debug mode, but fail in release mode? Thanks...
1
7,944,636
10/30/2011 11:31:06
1,020,572
10/30/2011 10:44:11
1
0
htaccess rewrite/redirect
I am having some problems constructing a rewrite rule. The url I want to rewrite and ultimately redirect has a search query in in and looks like this: `http://www.mysite.com/pages.php?category=fruit` I would like to redirect it to: `http://www.mysite.com/pages.php/fruit` The original address does NOT exist ...
apache
.htaccess
redirect
rewrite
null
null
open
htaccess rewrite/redirect === I am having some problems constructing a rewrite rule. The url I want to rewrite and ultimately redirect has a search query in in and looks like this: `http://www.mysite.com/pages.php?category=fruit` I would like to redirect it to: `http://www.mysite.com/pages.php/fruit` The o...
0
7,194,207
08/25/2011 16:50:22
647,315
03/06/2011 21:32:12
586
39
AVAssetReader's Ref Count continues to rise
I am noticing that my AVAssetReader's (reader in this case) retainCount continues to rise with this code. I believe I am properly releasing everything I should. Is there a way to check a CMSampleBufferRef ref count? Does anyone see something I forgetting to release? AVAssetReaderTrackOutput* trackOutput = (AV...
iphone
objective-c
audio
null
null
null
open
AVAssetReader's Ref Count continues to rise === I am noticing that my AVAssetReader's (reader in this case) retainCount continues to rise with this code. I believe I am properly releasing everything I should. Is there a way to check a CMSampleBufferRef ref count? Does anyone see something I forgetting to release? ...
0
6,354,785
06/15/2011 08:06:38
680,297
03/28/2011 13:30:00
26
3
Why took too long time to download file from my sharepoint website?
Here is my codes for download, is there anything wrong with it? public void OpenAttachment(string url, string picName) { try { //set the content type of file according to extension SPWeb web = SPContext.Current.Web; web.AllowUns...
c#
sharepoint
file-download
null
null
06/15/2011 11:19:38
not a real question
Why took too long time to download file from my sharepoint website? === Here is my codes for download, is there anything wrong with it? public void OpenAttachment(string url, string picName) { try { //set the content type of file according to extension ...
1
3,329,692
07/25/2010 15:08:39
507
08/06/2008 13:04:33
4,214
103
Setting up MSMQ for clustering
Can someone point me to some good resources about setting up MSMQ for queue clustering? I'm interested in help with: 1. Actually setting up the clustered MSMQ nodes, and making it function 2. Setting up an application to send messages to a clustered queue. 3. Setting up applications (at least 2) to read from the s...
msmq
cluster-analysis
nservicebus
null
null
null
open
Setting up MSMQ for clustering === Can someone point me to some good resources about setting up MSMQ for queue clustering? I'm interested in help with: 1. Actually setting up the clustered MSMQ nodes, and making it function 2. Setting up an application to send messages to a clustered queue. 3. Setting up applicat...
0
11,435,172
07/11/2012 14:41:46
223,367
12/02/2009 23:52:01
4,634
24
Why is the whitespace still there in my ruby
Ok so i have a user model in my rails application with a name method def name "#{self.first_name} #{self.last_name}" end The problem is that the first name might be like this "Joshua " so 1.9.3-p125 :057 > u.name => "Joshua Jones" So i tri...
ruby-on-rails
ruby
ruby-on-rails-3
string
null
07/11/2012 15:06:27
too localized
Why is the whitespace still there in my ruby === Ok so i have a user model in my rails application with a name method def name "#{self.first_name} #{self.last_name}" end The problem is that the first name might be like this "Joshua " so 1.9.3-p125 :057 > u.name ...
3
8,908,521
01/18/2012 10:25:10
637,493
02/24/2011 19:45:02
858
102
mvc2 with ajax table enabling back button
I have created my application that has search form and below contains results for the search. Now i want to be able to add history, button back functionality. The problem is i am caught in infinitive loop of loading page and i am not sure why. I have followed this tutorial how to do this: > http://www.asp.ne...
asp.net-mvc-2
browser-history
asp.net-mvc-ajax
null
null
01/20/2012 21:49:36
too localized
mvc2 with ajax table enabling back button === I have created my application that has search form and below contains results for the search. Now i want to be able to add history, button back functionality. The problem is i am caught in infinitive loop of loading page and i am not sure why. I have followed this t...
3
7,870,716
10/24/2011 02:11:53
701,363
04/11/2011 00:02:06
586
9
Compressing Website path source in Javascript
I have a web app which replaces few img's with other img's. For example: Image with path http://example.com/example/example/images/dir/1.gif is repalced with http://cdn.example.com/dir/1.gif. To do this I use jQuery attr(). So my code looks something like this: $('img[src="http://www.example.com/dir/ima...
jquery
image
replace
attr
imagesource
null
open
Compressing Website path source in Javascript === I have a web app which replaces few img's with other img's. For example: Image with path http://example.com/example/example/images/dir/1.gif is repalced with http://cdn.example.com/dir/1.gif. To do this I use jQuery attr(). So my code looks something like this...
0
1,021,911
06/20/2009 16:07:21
89,334
04/10/2009 04:09:21
197
4
How do I use classes?
I'm fairly new to programming, and there's one thing I'm confused by. What is a class, and how do I use one? I understand a little bit, but I can't seem to find a full answer. By the way, if this is language-specific, then I'm programming in PHP.
class
null
null
null
null
null
open
How do I use classes? === I'm fairly new to programming, and there's one thing I'm confused by. What is a class, and how do I use one? I understand a little bit, but I can't seem to find a full answer. By the way, if this is language-specific, then I'm programming in PHP.
0
7,921,943
10/27/2011 20:28:14
1,000,709
10/18/2011 08:37:38
1
0
Encrypt and Decrypt Data with C# and SQL Server
I want to create an ASP.Net application with C# and I'll store a data on SQL server 2005, these data will be encrypted I want to find an algorithm to Encrypt a data with C# and decrypt it on SQL serve side and I want to Encrypt a some data with SQL and decrypt it with C# what is the best algorithm for this ??
c#
asp.net
sql-server-2005
null
null
10/30/2011 13:29:11
not a real question
Encrypt and Decrypt Data with C# and SQL Server === I want to create an ASP.Net application with C# and I'll store a data on SQL server 2005, these data will be encrypted I want to find an algorithm to Encrypt a data with C# and decrypt it on SQL serve side and I want to Encrypt a some data with SQL and decrypt it wit...
1
1,168,836
07/22/2009 23:38:05
101,959
05/06/2009 02:00:11
129
2
advise about next learning move
I've taken VB.net, Java, and C++ ~3months each in a college so basically, right now, what I know are basic stuff.. This fall, I'm going to do a bit of web development course with XHTML/HTML/Javascript and some database management course as well. Since I'm learning something new (bit of web dev), I'm not keen on learnin...
college
null
null
null
null
12/13/2011 14:12:01
not constructive
advise about next learning move === I've taken VB.net, Java, and C++ ~3months each in a college so basically, right now, what I know are basic stuff.. This fall, I'm going to do a bit of web development course with XHTML/HTML/Javascript and some database management course as well. Since I'm learning something new (bit...
4
9,410,199
02/23/2012 09:28:11
397,902
07/21/2010 12:01:16
1,492
54
Scan a website?
How to scan a website IP? I want to scan a website and gathered information related to webserver and other software associated info. I am looking for any python tool. I got one named <a href="http://blindelephant.sourceforge.net/"> blindelephant </a>. But it is not serving my purpose. Any python tool OR How to achi...
python
security
null
null
null
02/23/2012 16:48:31
off topic
Scan a website? === How to scan a website IP? I want to scan a website and gathered information related to webserver and other software associated info. I am looking for any python tool. I got one named <a href="http://blindelephant.sourceforge.net/"> blindelephant </a>. But it is not serving my purpose. Any pytho...
2
11,035,364
06/14/2012 14:33:14
1,268,417
03/14/2012 08:07:37
3
0
iOS drag and drop from table view cell to image view
I need help implementing a drag and drop gesture, I would like to know Your opinion to find the best approach. I have a view controller with a uitableview on the right and some image views on the left. I would like to allow the user to drag every cell of the table view on one of the image views. Basically the dra...
iphone
ios
ipad
drag-and-drop
null
06/21/2012 12:39:29
not a real question
iOS drag and drop from table view cell to image view === I need help implementing a drag and drop gesture, I would like to know Your opinion to find the best approach. I have a view controller with a uitableview on the right and some image views on the left. I would like to allow the user to drag every cell of t...
1
3,542,537
08/22/2010 17:38:03
427,760
08/22/2010 17:38:03
1
0
Two pickers in a view -iphone app
I am using two UIPickers in a view. first picker has 3 components and second has one. but when I select items, it shows correct items from first picker but always return first item from second picker regardless of selected row. Please help. here is the code I am using. -(NSInteger)numberOfComponentsInPicker...
iphone
uipicker
null
null
null
null
open
Two pickers in a view -iphone app === I am using two UIPickers in a view. first picker has 3 components and second has one. but when I select items, it shows correct items from first picker but always return first item from second picker regardless of selected row. Please help. here is the code I am using. ...
0
4,053,752
10/29/2010 16:11:15
114,066
05/29/2009 01:51:24
7,769
428
Android Emulator Tipps and Tricks
What is your Emulator feature that you could not work without? Which unknown great shortcut, console command or startup option is there that you discovered and you think has to be also known by all other Android devs? Share your Emulator wisdom with us.
android
android-emulator
null
null
null
11/28/2011 01:30:46
not constructive
Android Emulator Tipps and Tricks === What is your Emulator feature that you could not work without? Which unknown great shortcut, console command or startup option is there that you discovered and you think has to be also known by all other Android devs? Share your Emulator wisdom with us.
4
4,773,235
01/23/2011 10:00:02
574,122
01/13/2011 11:05:13
19
0
What is the performance difference between native 2d drawing api and html5 canvas API for iphone?
I have non-interactive 2d animation application using html5 canvas and it works great under desktop browsers but performance is miserable under iphone. How does the performance of iphone native [Core Animation][1] vs html5 canvas compare? Since the API is radically different before I spend all the efforts I am posting ...
iphone
null
null
null
null
null
open
What is the performance difference between native 2d drawing api and html5 canvas API for iphone? === I have non-interactive 2d animation application using html5 canvas and it works great under desktop browsers but performance is miserable under iphone. How does the performance of iphone native [Core Animation][1] vs ...
0
2,863,347
05/19/2010 06:34:00
2,796
08/25/2008 07:37:57
1,498
34
C++ : Declaring the array size with a non-constant variable
I always thought that when declaring an array in C++, the size has to be a constant integer value. For instance : int MyArray[5]; // correct or const int ARRAY_SIZE = 6; int MyArray[ARRAY_SIZE]; // correct but int ArraySize = 5; int MyArray[ArraySize]; // incorrect Here is als...
c++
gcc
arrays
null
null
null
open
C++ : Declaring the array size with a non-constant variable === I always thought that when declaring an array in C++, the size has to be a constant integer value. For instance : int MyArray[5]; // correct or const int ARRAY_SIZE = 6; int MyArray[ARRAY_SIZE]; // correct but int ArrayS...
0
10,124,044
04/12/2012 12:58:11
496,401
11/03/2010 19:45:01
141
7
symfony can't call any module. config?
I set up another computer (Linux Mint 12). I can call in a browser the index of my project very well with and without frontend_dev.php. But I can not call any module. It is saying the the file does not exist. Any idea? Thanks! Craphunter
symfony
symfony-1.4
null
null
null
null
open
symfony can't call any module. config? === I set up another computer (Linux Mint 12). I can call in a browser the index of my project very well with and without frontend_dev.php. But I can not call any module. It is saying the the file does not exist. Any idea? Thanks! Craphunter
0
4,117,239
11/07/2010 09:56:53
457,445
09/24/2010 15:07:17
359
2
recurrence solving
I need to find the complexity of the current recurrence: T(n) = 1/(T(n-1) + 1) + 1 thanks in advance for any idea or link with useful information
complexity
recurrence
null
null
null
11/09/2010 10:42:23
off topic
recurrence solving === I need to find the complexity of the current recurrence: T(n) = 1/(T(n-1) + 1) + 1 thanks in advance for any idea or link with useful information
2
1,381,555
09/04/2009 21:10:10
86,729
04/03/2009 13:14:55
322
17
Request.Files is empty when using input type file with ASP.Net MVC
when posting back to my controller my model is populated with correct valeus and my string filed has the file name, but the Request.Files is empty. My input at the view is: <input id="SitePlan" name="SitePlan" type="file" value="<%= Html.Encode(Model.SitePlan) %>" /> My form tag begins with: <% usi...
asp.net-mvc
file-upload
null
null
null
null
open
Request.Files is empty when using input type file with ASP.Net MVC === when posting back to my controller my model is populated with correct valeus and my string filed has the file name, but the Request.Files is empty. My input at the view is: <input id="SitePlan" name="SitePlan" type="file" value="<%= Html....
0
2,362,218
03/02/2010 09:55:32
284,278
03/02/2010 09:49:40
1
0
problem with select and related model
i have models: class IdfPracownicy(models.Model): nazwa = models.CharField(max_length=100) cla...
django
django-forms
django-models
django-templates
null
null
open
problem with select and related model === i have models: class IdfPracownicy(models.Model): nazwa = models.CharFi...
0
5,977,089
05/12/2011 11:10:20
553,670
12/25/2010 04:30:31
151
0
Problem in installing mysql in red hat?
I am trying to install mysql in red hat when I execute the command rpm -ivh "package-name" it is giving the following error. error: Failed dependencies: libc.so.6(GLIBC_2.4) is needed by MySQL-server-5.5.12-1.rhel5.i386 rtld(GNU_HASH) is needed by MySQL-server-5.5.12-1.rhel5.i386 What is the problem?please help
linux
null
null
null
null
05/12/2011 11:24:57
off topic
Problem in installing mysql in red hat? === I am trying to install mysql in red hat when I execute the command rpm -ivh "package-name" it is giving the following error. error: Failed dependencies: libc.so.6(GLIBC_2.4) is needed by MySQL-server-5.5.12-1.rhel5.i386 rtld(GNU_HASH) is needed by MySQL-server-5.5.12-1.r...
2
2,064,334
01/14/2010 13:28:02
250,726
01/14/2010 13:28:02
1
0
How to check that all exceptions thrown have their matching catch clause
In java the compiler complains about uncatched exceptions. I use exceptions in C++ and I miss that feature. Is there a tool out there capable of doing it? maybe a compiler option (but I doubt it)
c++
null
null
null
null
null
open
How to check that all exceptions thrown have their matching catch clause === In java the compiler complains about uncatched exceptions. I use exceptions in C++ and I miss that feature. Is there a tool out there capable of doing it? maybe a compiler option (but I doubt it)
0
3,209,542
07/09/2010 03:09:06
3,340
08/28/2008 02:03:37
969
39
Should I put a license in code submitted to a potential employer?
I am currently applying for a position and have been asked to essentially write to small apps. I started wondering if I should put some license on the code before I submit. I honestly do not keep up with all the different licenses, but know there are many to choose from. The question is should I put a license on the...
licensing
career-development
null
null
null
01/27/2012 22:29:51
not constructive
Should I put a license in code submitted to a potential employer? === I am currently applying for a position and have been asked to essentially write to small apps. I started wondering if I should put some license on the code before I submit. I honestly do not keep up with all the different licenses, but know there ar...
4
4,221,612
11/19/2010 02:30:11
503,947
11/11/2010 00:38:33
30
0
If n bits are available how will i implement unicast, multicast and broadcast in a shared medium?
If n bits are available how will i implement unicast, multicast and broadcast in a shared medium?
network
computer-science
bits
addressing
null
11/19/2010 16:19:55
not a real question
If n bits are available how will i implement unicast, multicast and broadcast in a shared medium? === If n bits are available how will i implement unicast, multicast and broadcast in a shared medium?
1
2,523,260
03/26/2010 12:43:47
58,394
01/23/2009 18:51:59
1,492
24
Recommendations for domain name registrar with API-support
I'm building a web application that needs to register domain names programmatically. What domain name registrars with API support fulfill the following requirements: * Reliable, trustworthy and should been so over an extended period of time * Supports .COM * Ideally cheap <b>What API-supporting domain name r...
domain
domain-name
dns
registrar
null
07/25/2012 12:09:20
off topic
Recommendations for domain name registrar with API-support === I'm building a web application that needs to register domain names programmatically. What domain name registrars with API support fulfill the following requirements: * Reliable, trustworthy and should been so over an extended period of time * Suppor...
2
6,041,093
05/18/2011 07:09:48
658,065
03/14/2011 00:34:57
3
1
[ffmpeg] where should be i586-mingw32msvc-pkg-config?
when i configure libav in ubuntu, there's an warning like this >WARNING: i586-mingw32msvc-pkg-config not found, library detection may fail. here's my configure code. >./configure --target-os=mingw32 --cross-prefix=i586-mingw32msvc- --arch=x86 --prefix=/usr/local/win32 --enable-memalign-hack --disable-gpl --dis...
ffmpeg
cross-compiling
libav
null
null
null
open
[ffmpeg] where should be i586-mingw32msvc-pkg-config? === when i configure libav in ubuntu, there's an warning like this >WARNING: i586-mingw32msvc-pkg-config not found, library detection may fail. here's my configure code. >./configure --target-os=mingw32 --cross-prefix=i586-mingw32msvc- --arch=x86 --prefix=...
0
8,988,369
01/24/2012 14:19:55
1,097,960
12/14/2011 14:04:23
23
0
Found Important Issue With SQL server 2008 R2. Need Advice
Recently while installing my copy of SQL server 2008 R2; the power went OFF. So now it does say the some features are installed and some are not but when I run SQL server detection manager it says that there is nothing. I inquired further and there is probably some problem in the registry counter. I also tried unins...
sql
sql-server
vb.net
visual-studio-2010
sql-server-2008
01/24/2012 14:32:15
off topic
Found Important Issue With SQL server 2008 R2. Need Advice === Recently while installing my copy of SQL server 2008 R2; the power went OFF. So now it does say the some features are installed and some are not but when I run SQL server detection manager it says that there is nothing. I inquired further and there is prob...
2
8,866,180
01/14/2012 23:15:43
1,149,814
01/14/2012 22:08:15
1
0
facebook login - displaying a profile picture
Hello I'm having a problem with facebook login in my site. I want the user to login to my site(facebook login) and then to have his profile picture displayed on the page. The problem is that the user is undefined. with 'alert(user.id)'- I get "undefined". here is my code. plesae tell me what i'm doing wrong. <%@ P...
api
facebook-graph-api
facebook-login
null
null
01/16/2012 04:17:13
too localized
facebook login - displaying a profile picture === Hello I'm having a problem with facebook login in my site. I want the user to login to my site(facebook login) and then to have his profile picture displayed on the page. The problem is that the user is undefined. with 'alert(user.id)'- I get "undefined". here is my ...
3
5,897,532
05/05/2011 12:20:08
739,903
05/05/2011 12:20:08
1
0
match 2 Images in c#
How to Compare 2 images which are of different size
c#
null
null
null
null
05/05/2011 12:41:44
not a real question
match 2 Images in c# === How to Compare 2 images which are of different size
1
5,132,755
02/27/2011 10:48:04
539,682
12/12/2010 16:41:30
41
0
What is the Linux command?
i'm following instructions about: "Installing and setting TFTPD in Ubuntu": it asks to: Create /etc/xinetd.d/tftp and put this entry: service tftp { protocol = udp port = 69 socket_type = dgram wait = yes user = nobody server = /usr/sbin/in.tftpd server_a...
ubuntu-10.10
null
null
null
null
02/27/2011 12:50:34
off topic
What is the Linux command? === i'm following instructions about: "Installing and setting TFTPD in Ubuntu": it asks to: Create /etc/xinetd.d/tftp and put this entry: service tftp { protocol = udp port = 69 socket_type = dgram wait = yes user = nobody server ...
2
11,064,837
06/16/2012 15:39:43
1,316,394
04/05/2012 22:14:32
24
0
CSS tables white border
I have problems with CSS. The table is creating white border and I do not know what is the problem. I have checked the CSS but I do not know how to remove the white border. Check out: electroniccigarettereviewss.com You can see the white border between Rank and Name heading.
css
table
null
null
null
06/17/2012 11:33:29
too localized
CSS tables white border === I have problems with CSS. The table is creating white border and I do not know what is the problem. I have checked the CSS but I do not know how to remove the white border. Check out: electroniccigarettereviewss.com You can see the white border between Rank and Name heading.
3
11,631,139
07/24/2012 12:42:24
1,548,654
07/24/2012 12:13:11
1
0
find discretization steps
I have data files F_j, each containing a list of numbers with an unknown number of decimal places. Each file contains discretized measurements of some continuous variable and I want to find the discretization step d_j for file F_j A solution I could come up with: for each F_j, find the number n_j of decimal places...
matlab
math
null
null
null
null
open
find discretization steps === I have data files F_j, each containing a list of numbers with an unknown number of decimal places. Each file contains discretized measurements of some continuous variable and I want to find the discretization step d_j for file F_j A solution I could come up with: for each F_j, find t...
0
6,995,423
08/09/2011 11:26:03
241,717
12/31/2009 20:28:08
4,442
272
how to set the system ip in the jvm argument?
I want to set the system ip for one of the jvm arguments when i launch my application. please need info on how to do that. I need to set the ip address of the machine from where the application is launched.
java
null
null
null
null
08/09/2011 11:33:23
not a real question
how to set the system ip in the jvm argument? === I want to set the system ip for one of the jvm arguments when i launch my application. please need info on how to do that. I need to set the ip address of the machine from where the application is launched.
1
7,611,543
09/30/2011 14:03:32
358,999
06/05/2010 02:36:05
598
23
Critique my CRUD generic view for Django
I've created a generic view for Django 1.3. It started out simple but got more and more complex. I'm just getting started with generic views and wondered if anyone can critique this for me to tell me how to make it **more robust and reusable**. I admit this is made slightly more complex because in this case the mode...
django
many-to-many
django-generic-views
null
null
09/30/2011 16:27:21
not constructive
Critique my CRUD generic view for Django === I've created a generic view for Django 1.3. It started out simple but got more and more complex. I'm just getting started with generic views and wondered if anyone can critique this for me to tell me how to make it **more robust and reusable**. I admit this is made sligh...
4
10,897,280
06/05/2012 12:26:17
489,313
10/27/2010 20:17:50
38
1
TestNG: How to execute several test methods in order with data supplied from DataProvider
Is there a way to execute several test methods in order using different data from the data provider? e.g. @DataProvider(name = "test1") public Object[][] createData1() { return new Object[][] { { "Cedric", new Integer(36) }, { "Anne", new Integer(37)}, }; ...
testng
dataprovider
null
null
null
null
open
TestNG: How to execute several test methods in order with data supplied from DataProvider === Is there a way to execute several test methods in order using different data from the data provider? e.g. @DataProvider(name = "test1") public Object[][] createData1() { return new Object[][] { ...
0
6,579,401
07/05/2011 07:47:46
776,018
05/30/2011 09:29:17
47
0
installing xampp on windows xp
downloaded and installed XAMPP from the internet. But there is a problem: -during installation, the wizard asked me if I would like to install Apache and MySQL as services. I choosed both. The rest of the installation went ok, but when it started the xampp console error message appeared: "Ports 80 or 443 (SSL) al...
windows-xp
null
null
null
null
07/05/2011 18:47:04
off topic
installing xampp on windows xp === downloaded and installed XAMPP from the internet. But there is a problem: -during installation, the wizard asked me if I would like to install Apache and MySQL as services. I choosed both. The rest of the installation went ok, but when it started the xampp console error message ...
2
7,528,774
09/23/2011 12:14:28
909,317
08/24/2011 09:39:23
24
1
Ok! this is enough please help me out (android sqlite database )
This is the databasehelper class : and trying to get a string from database stored in mTable public class KamaDBAdapter extends SQLiteOpenHelper { protected static final String TAG = "TAG"; private Context mContext; private SQLiteDatabase mDb; //private DataBaseHelper mDbHelper; ...
android
sqlite3
null
null
null
09/23/2011 19:01:29
not a real question
Ok! this is enough please help me out (android sqlite database ) === This is the databasehelper class : and trying to get a string from database stored in mTable public class KamaDBAdapter extends SQLiteOpenHelper { protected static final String TAG = "TAG"; private Context mContext; ...
1
7,799,353
10/17/2011 20:44:43
937,218
09/09/2011 17:02:48
1
1
In Magento Community Edition, how do I apply coupon code (cart price rule) on product that are not on sale only?
I have a 100$ discount (catalog price rule) on some items and I have a promo code that gives customer 50% discount... I don't want the customer to be able to use both discounts at the checkout..
magento
null
null
null
null
10/18/2011 08:26:15
off topic
In Magento Community Edition, how do I apply coupon code (cart price rule) on product that are not on sale only? === I have a 100$ discount (catalog price rule) on some items and I have a promo code that gives customer 50% discount... I don't want the customer to be able to use both discounts at the checkout..
2
5,603,165
04/09/2011 05:48:10
682,763
03/29/2011 19:41:24
6
0
problem with install symfony framework on hostmonster shared hosting server.
I'm trying to install symfony framework on my hostmonster shared hosting server. but I'm in stock in "Configuring the Web Server" Part. //http://www.symfony-project.org/book/1_0/03-running-symfony I don't know how to command for the alias. Now when I trying to access my test symfony app. 404 error show up. Ple...
frameworks
symfony
install
hostmonster
null
null
open
problem with install symfony framework on hostmonster shared hosting server. === I'm trying to install symfony framework on my hostmonster shared hosting server. but I'm in stock in "Configuring the Web Server" Part. //http://www.symfony-project.org/book/1_0/03-running-symfony I don't know how to command for the ...
0
1,573,597
10/15/2009 16:41:09
38,729
11/18/2008 22:50:59
49
12
WPF - styling a lookless control: How to access dependecy properties of control from second level of ControlTemplates?
I am extending the ItemsControl (class EnhancedItemsControl : ItemsControl), because I want to add several dependecy properties to it - like AlternativeContent which will be displayed when there are no items in collection (think of 'enter a search terms and hit search' label in a itemscontrol for results of search). ...
wpf
itemscontrol
templatebinding
null
null
null
open
WPF - styling a lookless control: How to access dependecy properties of control from second level of ControlTemplates? === I am extending the ItemsControl (class EnhancedItemsControl : ItemsControl), because I want to add several dependecy properties to it - like AlternativeContent which will be displayed when there a...
0
6,766,610
07/20/2011 18:25:35
524,965
11/30/2010 09:51:06
42
3
one-line code for system freeze
Few years ago (maybe 3) i saw on internet one-line codes for different programming languages which causes cpu throttle up to 100% and freeze after few seconds (approx 2-3), after that computer did not react on anything. One of them was also surprisingly batch (.bat) - this one i also tryed and it worked. But i can't fi...
freeze
hang
throttle
oneliner
null
07/20/2011 22:10:18
off topic
one-line code for system freeze === Few years ago (maybe 3) i saw on internet one-line codes for different programming languages which causes cpu throttle up to 100% and freeze after few seconds (approx 2-3), after that computer did not react on anything. One of them was also surprisingly batch (.bat) - this one i als...
2
6,027,355
05/17/2011 07:02:04
178,437
09/24/2009 12:49:55
601
9
simulating a p2p network with custom implementation
I want to simulate network poisoning in a P2P network like bit-torrent and want to set it up so that some peers send send out damaged files while others are good peers. What is a good way to achieve this in a short time? I have tried looking at peer-sim and oversim but can't fully understand how to simulate some bad ...
simulation
p2p
null
null
null
05/17/2011 16:49:22
off topic
simulating a p2p network with custom implementation === I want to simulate network poisoning in a P2P network like bit-torrent and want to set it up so that some peers send send out damaged files while others are good peers. What is a good way to achieve this in a short time? I have tried looking at peer-sim and ove...
2
1,325,118
08/24/2009 22:28:01
21,850
09/24/2008 19:47:11
50
19
How do you create/obtain a cross domain policy for an iis7 wcf service?
The missing link in my IIS7 + Silverlight 3.0 + WCF Service app is the cross domain policy. Are there any instructions on how to create/obtain such a policy. I understand that there are two xml files that need to go in the web root of the app. What do I put in them, how do I format them, does some template exist whi...
wcf
cross-domain-policy
null
null
null
null
open
How do you create/obtain a cross domain policy for an iis7 wcf service? === The missing link in my IIS7 + Silverlight 3.0 + WCF Service app is the cross domain policy. Are there any instructions on how to create/obtain such a policy. I understand that there are two xml files that need to go in the web root of the ap...
0
1,731,217
11/13/2009 19:09:21
139,284
07/16/2009 07:58:09
79
6
What do you use to write Go
I know its a bit too early, but I've been trying out [Go][1] (Google's Programming Language) and its kindof annoying to write code in gedit. So, my question: What do you use to experiment with Go? [1]: http://golang.org
go
null
null
null
null
10/01/2011 20:55:03
not constructive
What do you use to write Go === I know its a bit too early, but I've been trying out [Go][1] (Google's Programming Language) and its kindof annoying to write code in gedit. So, my question: What do you use to experiment with Go? [1]: http://golang.org
4
7,991,900
11/03/2011 08:22:43
795,016
06/12/2011 18:46:07
162
0
Erasing element from Vector in function
In C++, in addition to my question http://stackoverflow.com/questions/7869114/erasing-element-from-vector, how can I generalise the method for deleting an element from a vector into a function that takes the following arguments: the vector, and the element to be deleted from this vector ? bool removeElementFromV...
c++
generics
vector
null
null
null
open
Erasing element from Vector in function === In C++, in addition to my question http://stackoverflow.com/questions/7869114/erasing-element-from-vector, how can I generalise the method for deleting an element from a vector into a function that takes the following arguments: the vector, and the element to be deleted from...
0
5,508,074
04/01/2011 00:44:42
686,761
04/01/2011 00:36:48
1
0
Jquery Menu dropdown issue
I have this code and I am trying to make it so it will have a delay once you remove the mouse from the top menu item $(document).ready(function () { // Hover drop-downs $('#header_right li ul').stop().animate({"opacity":1}, "fast"); $('#header_right li ul').stop().animate({"opacity":0}, "fast"); ...
jquery
drop-down-menu
null
null
null
null
open
Jquery Menu dropdown issue === I have this code and I am trying to make it so it will have a delay once you remove the mouse from the top menu item $(document).ready(function () { // Hover drop-downs $('#header_right li ul').stop().animate({"opacity":1}, "fast"); $('#header_right li ul').stop().ani...
0
11,700,923
07/28/2012 12:13:21
948,617
09/16/2011 10:35:13
301
15
How to handle changes in the data model in Core Data?
Once I add to (or change) the data model of my core data app, I lose all previous edits because the saved data cannot be loaded anymore. Can someone point me to (preferably step-by-step) instructions on how to read data files from a previous data model?
cocoa
core-data
null
null
null
null
open
How to handle changes in the data model in Core Data? === Once I add to (or change) the data model of my core data app, I lose all previous edits because the saved data cannot be loaded anymore. Can someone point me to (preferably step-by-step) instructions on how to read data files from a previous data model?
0
6,682,072
07/13/2011 16:12:03
226,161
12/07/2009 06:46:22
169
1
Adding a scene above Uiview on CCDirector
I want to add a UiView on the CCDirector and a scene on that UIView. Actually i have some custom Cocoa touch control and that i want to use in my game and above that i need a scene. Currently i am doing like this. [[[CCDirector sharedDirector] openGLView] addSubview:gridViewController.view]; and after that line...
iphone
cocoa-touch
cocos2d
cocos2d-iphone
null
null
open
Adding a scene above Uiview on CCDirector === I want to add a UiView on the CCDirector and a scene on that UIView. Actually i have some custom Cocoa touch control and that i want to use in my game and above that i need a scene. Currently i am doing like this. [[[CCDirector sharedDirector] openGLView] addSubview...
0
11,484,641
07/14/2012 14:45:23
1,495,885
07/02/2012 11:12:10
1
0
How to deploy this nice project?
I just contact django.Not know how to deploy django project.And the author of this project appears to be using the scaffolding, so I am even more overwhelmed.Now I want to deploy this project on windows, using apache + mod_uwsgi.If this is not good to get, then deployed under Ubuntu is also fine.Who can tell me how to ...
windows
django
apache
deployment
null
07/14/2012 15:59:20
not a real question
How to deploy this nice project? === I just contact django.Not know how to deploy django project.And the author of this project appears to be using the scaffolding, so I am even more overwhelmed.Now I want to deploy this project on windows, using apache + mod_uwsgi.If this is not good to get, then deployed under Ubunt...
1
1,386,852
09/06/2009 22:01:19
146,222
07/28/2009 08:10:41
13
1
Does Windows7 uses WPF ?
In Windows 7 (and Vista) is WPF used for the taskbar, the widgets, explorer or for anything else of the OS ?
wpf
windows7
null
null
null
09/06/2009 22:48:27
off topic
Does Windows7 uses WPF ? === In Windows 7 (and Vista) is WPF used for the taskbar, the widgets, explorer or for anything else of the OS ?
2
2,178,240
02/01/2010 16:27:55
260,107
01/27/2010 13:40:05
5
0
Windows Form Radio Button (How do i Group) C#
I'm new to the windows form scene and I was just wondering how I could group the radio buttons (alot like ASP.NET's radiobuttonlist!) So I can switch between each case chosen from the options. Thats it really, thanks...
winforms
c#
.net
radio-button
null
null
open
Windows Form Radio Button (How do i Group) C# === I'm new to the windows form scene and I was just wondering how I could group the radio buttons (alot like ASP.NET's radiobuttonlist!) So I can switch between each case chosen from the options. Thats it really, thanks...
0
3,761,448
09/21/2010 14:42:45
279,948
02/24/2010 00:03:58
172
1
how to call php function in JS?
i have a php cart that i have done using class and functions, and when it came to deleting a selected item or all items, i wanted to use JS to do it, is there any way to accomplish it.
php
javascript
ajax
null
null
09/21/2010 14:57:19
not a real question
how to call php function in JS? === i have a php cart that i have done using class and functions, and when it came to deleting a selected item or all items, i wanted to use JS to do it, is there any way to accomplish it.
1
9,088,701
01/31/2012 23:36:24
1,072,414
11/30/2011 00:04:31
21
3
moving class-level dynamic method creation into a module in ruby
I'm working on an application where I have a plugin-style architecture with multiple abstract classes that define an API, and specific implementations with subclasses that provide methods for the attributes defined on the abstract classes. Think of a generic database adapter with abstract classes like Connection, Table...
ruby
metaprogramming
null
null
null
null
open
moving class-level dynamic method creation into a module in ruby === I'm working on an application where I have a plugin-style architecture with multiple abstract classes that define an API, and specific implementations with subclasses that provide methods for the attributes defined on the abstract classes. Think of a...
0
10,428,657
05/03/2012 09:31:54
571,230
01/11/2011 12:16:48
284
21
What version of Ubuntu is best for LAMP and web development server? Why ubuntu 32 bit is recommended?
I'm just thinking about installing Ubuntu as my web development server featuring mostly LAMP environment, also RoR and Python, but all for web development. I'm thinking about running some version control server there as well, but that's all. So I navigated to [Ubuntu download page][1] and got confused, as recommende...
php
python
ruby-on-rails
apache
ubuntu
05/04/2012 08:57:10
off topic
What version of Ubuntu is best for LAMP and web development server? Why ubuntu 32 bit is recommended? === I'm just thinking about installing Ubuntu as my web development server featuring mostly LAMP environment, also RoR and Python, but all for web development. I'm thinking about running some version control server th...
2
11,150,181
06/22/2012 04:27:19
147,572
07/30/2009 03:47:25
160
1
Decrypt data with C# from data which ecrypt with PHP
I found such a hard problem for me because I'm very poor at cryptography. I try to decryption data which is encrypted with PHP from local money transfer service. There is PHP example as following: <?php require_once('phpseclib/Crypt/AES.php'); define('API_PASSKEY', 'abcdef...
c#
php
encryption
cryptography
null
null
open
Decrypt data with C# from data which ecrypt with PHP === I found such a hard problem for me because I'm very poor at cryptography. I try to decryption data which is encrypted with PHP from local money transfer service. There is PHP example as following: <?php require_once('phpseclib/Crypt...
0
11,450,627
07/12/2012 11:14:26
1,170,856
01/26/2012 08:24:42
15
2
how can I fetch css of a website using php
I wanted to find colors from a website using php, I can fetch the source code of a website but not able to fetch css files of a website, is it possible to fetch external css of website, Thanks,
php
html
css
colors
null
07/14/2012 09:38:20
not a real question
how can I fetch css of a website using php === I wanted to find colors from a website using php, I can fetch the source code of a website but not able to fetch css files of a website, is it possible to fetch external css of website, Thanks,
1
4,044,037
10/28/2010 14:50:59
107,945
05/15/2009 20:49:35
315
26
C# Task.ContinueWith issues
I would like to use the Task framework in .NET to schedule something to run on a different thread then when it's done continue with an operation to update the UI on the UI thread. (I haven't played with it much yet, so it's not very familiar to me.) Here is the code: Task<List<NewsItem>> fetchTask = new T...
c#
task
null
null
null
null
open
C# Task.ContinueWith issues === I would like to use the Task framework in .NET to schedule something to run on a different thread then when it's done continue with an operation to update the UI on the UI thread. (I haven't played with it much yet, so it's not very familiar to me.) Here is the code: Task<...
0
9,431,467
02/24/2012 13:20:55
915,414
08/27/2011 11:40:36
242
3
How to make rows undraggable / unexpandable?
I am using the Google-Docs spreadsheet. I would like all cells in each row to be editable, but a row should not be draggable / expandable to anywhere but its current position. Is this setting possible?
excel
spreadsheet
google-docs
null
null
02/24/2012 17:27:49
off topic
How to make rows undraggable / unexpandable? === I am using the Google-Docs spreadsheet. I would like all cells in each row to be editable, but a row should not be draggable / expandable to anywhere but its current position. Is this setting possible?
2
4,131,776
11/09/2010 08:38:04
501,633
11/09/2010 08:38:04
1
0
strings and keyboard inputs in java
I need to write a Java program which reads in a string from the keyboard and then reports how many times each letter of the alphabet occurs within that string (ignoring case). It should also report how many non-letters are included in the string. but I don't even know where to begin if someone is willing to write...
java
string
keyboard
case
switch
11/09/2010 08:48:10
not a real question
strings and keyboard inputs in java === I need to write a Java program which reads in a string from the keyboard and then reports how many times each letter of the alphabet occurs within that string (ignoring case). It should also report how many non-letters are included in the string. but I don't even know where t...
1
11,570,170
07/19/2012 22:20:31
1,539,229
07/19/2012 22:03:05
1
0
Trying to Grep Multiple Phone Numbers Around a Specific Time
I work in at a telecom company and in some cases I need to search for multiple numbers around a specific time. I am using Ubuntu sever 10.04. When I search for a call my normal expression is: grep 5555551234 20120719-12* Where 20120719-12* is the date and time (GMT) for the number I am looking for. When I use...
linux
ubuntu
grep
multiple
phone-number
07/22/2012 19:57:29
off topic
Trying to Grep Multiple Phone Numbers Around a Specific Time === I work in at a telecom company and in some cases I need to search for multiple numbers around a specific time. I am using Ubuntu sever 10.04. When I search for a call my normal expression is: grep 5555551234 20120719-12* Where 20120719-12* is the ...
2
7,787,800
10/16/2011 22:29:22
909,824
08/24/2011 14:24:57
19
3
Rails 3.1 simple_form submit style css
Hello did anybody know how to add a class to a simple_form submit button, for css style.Here's what I try to do: **_form.html.erb** <%= simple_form_for(@drink) do |f| %> <%= f.submit "Add drink",:input_html =>{:class => "create"} %> <%end%> **drinks.css.scss** .create { background-c...
ruby-on-rails
css
submit
simple-form
null
null
open
Rails 3.1 simple_form submit style css === Hello did anybody know how to add a class to a simple_form submit button, for css style.Here's what I try to do: **_form.html.erb** <%= simple_form_for(@drink) do |f| %> <%= f.submit "Add drink",:input_html =>{:class => "create"} %> <%end%> **drinks.cs...
0
3,085,280
06/21/2010 14:01:07
205,971
11/08/2009 09:50:01
168
3
Configure SSL to work with Java web app on Tomcat 5.5 server
This is a bit of a noob question but what do I need to get SSL working in my Java web application (standard sort of Java web app using Stripes for its MVC implementation, Spring and Hibernate)? I'm deploying my war file on Tomcat 5.5. I only want SSL to be used for certain URLS - any that are transferring the user's...
java
web-applications
tomcat
ssl
null
null
open
Configure SSL to work with Java web app on Tomcat 5.5 server === This is a bit of a noob question but what do I need to get SSL working in my Java web application (standard sort of Java web app using Stripes for its MVC implementation, Spring and Hibernate)? I'm deploying my war file on Tomcat 5.5. I only want SSL ...
0
9,591,658
03/06/2012 20:48:58
1,138,888
01/09/2012 14:33:13
33
3
Decrypt obfuscated perl script
Had some spam issues on my server and, after finding out and removing some Perl and PHP scripts I'm down to checking what they really do, although I'm a senior PHP programmer I have little experience with Perl, can anyone give me a hand with the script here: http://pastebin.com/MKiN8ifp (it was one long line of c...
linux
perl
security
spam
null
null
open
Decrypt obfuscated perl script === Had some spam issues on my server and, after finding out and removing some Perl and PHP scripts I'm down to checking what they really do, although I'm a senior PHP programmer I have little experience with Perl, can anyone give me a hand with the script here: http://pastebin.com/MK...
0
4,216,070
11/18/2010 14:55:35
512,270
11/18/2010 14:55:35
1
0
Have more than one timer
I want to have more then two timers. Each timer has it's own precision. I have red that i can just have one timer. Is there any ways to have more than one?
c
null
null
null
null
11/18/2010 20:52:07
not a real question
Have more than one timer === I want to have more then two timers. Each timer has it's own precision. I have red that i can just have one timer. Is there any ways to have more than one?
1
8,178,966
11/18/2011 07:12:25
1,031,040
11/05/2011 11:54:59
1
0
What are the CCTV Camera specification?
I am developing a software application to receive video strems from IP camera and CCTV camera, transcode it and store locally. I googled and gained a lot of technical information regarding IP camera. But couldn't get any substantial information for CCTV camera.I want to know what is the format of o/p video stream...
camera
cctv
null
null
null
11/18/2011 11:42:29
off topic
What are the CCTV Camera specification? === I am developing a software application to receive video strems from IP camera and CCTV camera, transcode it and store locally. I googled and gained a lot of technical information regarding IP camera. But couldn't get any substantial information for CCTV camera.I want t...
2
6,755,593
07/20/2011 00:05:53
853,007
07/19/2011 23:58:49
1
0
Calculation of Relative humidity
I wish to calculate the relative humidity with 3 known params which are: moisture(Absolute Moisture Content (AMC) in g/kg dry air), AirTemp(in degree c) and AirPressure(in kpa). Any formula or sample code is greatly appreciated.
vb.net
algorithm
weather
null
null
07/20/2011 17:39:06
too localized
Calculation of Relative humidity === I wish to calculate the relative humidity with 3 known params which are: moisture(Absolute Moisture Content (AMC) in g/kg dry air), AirTemp(in degree c) and AirPressure(in kpa). Any formula or sample code is greatly appreciated.
3
4,203,134
11/17/2010 09:39:07
510,465
05/07/2010 12:48:06
1
0
adding data to span tag dynamically
I have a span tag inside with there is some html code to create some econrs and other things.Now using java scrip i want to add some caption to it.The contraint is the original content of span should not get overwritten. Eg <span> <!-come more complecated html code </span> Now i want to add cpa...
javascript
div
span
null
null
null
open
adding data to span tag dynamically === I have a span tag inside with there is some html code to create some econrs and other things.Now using java scrip i want to add some caption to it.The contraint is the original content of span should not get overwritten. Eg <span> <!-come more complecated html code...
0
6,565,758
07/03/2011 21:50:08
78,579
03/16/2009 13:09:16
339
8
ASP Repeater will not show data.
I have an ASP.Net Repeater I want to use to show From and Text from a dataset and I want to add it programmically. I have all the data in a dataset and can use that and I have verified the correct number for datarows when it loads so the data is their it is just not showing. What have I missed?. Dim data As Ne...
asp.net
vb.net
visual-studio-2008
datasource
repeater
null
open
ASP Repeater will not show data. === I have an ASP.Net Repeater I want to use to show From and Text from a dataset and I want to add it programmically. I have all the data in a dataset and can use that and I have verified the correct number for datarows when it loads so the data is their it is just not showing. What...
0
5,650,272
04/13/2011 13:42:42
543,920
12/15/2010 21:08:24
19
7
Wordpress theme, sidebar location
I bought a non-wordpress theme that I'm currently adapting to wordpress. The only problem I have is the location of the sidebar. It loads in the same area as the main content for some reason. End of header file: <!--Content Sec --> <div id="content_sec1"> <!--Main Section--> ...
wordpress
wordpress-theming
sidebar
null
null
null
open
Wordpress theme, sidebar location === I bought a non-wordpress theme that I'm currently adapting to wordpress. The only problem I have is the location of the sidebar. It loads in the same area as the main content for some reason. End of header file: <!--Content Sec --> <div id="content_sec1"> ...
0
269,478
11/06/2008 17:08:26
33,931
11/04/2008 05:23:16
76
13
Best forum for Project Management Resources?
What is the Best Online forum site for Project Management which has related news, articles, case studies and discussion boards?
project
project-management
null
null
null
11/25/2011 18:52:52
off topic
Best forum for Project Management Resources? === What is the Best Online forum site for Project Management which has related news, articles, case studies and discussion boards?
2
6,172,182
05/30/2011 04:06:52
670,597
03/22/2011 04:55:26
166
0
SQL - Trouble with simple select query
Im having some trouble figuring out why the sql query below isnt working ... when members_only is set to 0, its still showing them ... cant figure out why. SELECT * FROM reports WHERE story = "1" OR barebones = "1" AND members_only = "1" Any help would be grand.
sql
null
null
null
null
null
open
SQL - Trouble with simple select query === Im having some trouble figuring out why the sql query below isnt working ... when members_only is set to 0, its still showing them ... cant figure out why. SELECT * FROM reports WHERE story = "1" OR barebones = "1" AND members_only = "1" Any help would be grand.
0
2,478,763
03/19/2010 16:06:38
297,302
03/19/2010 11:14:54
3
0
number of methods in an interface.
I know this might seem a controversial question but it really is not meant to be. is there an optimal number of methods in an interface. For example, I personally hate an interface with 20 methods. It is just difficult to implement. The contract seems to hard to maintain. Similarly if the number of methods is ju...
java
null
null
null
null
null
open
number of methods in an interface. === I know this might seem a controversial question but it really is not meant to be. is there an optimal number of methods in an interface. For example, I personally hate an interface with 20 methods. It is just difficult to implement. The contract seems to hard to maintain. ...
0
70,453
09/16/2008 08:47:52
11,372
09/16/2008 07:29:09
6
0
Which Scripting language is best?
For writing scripts for process automisation in Linux platform, which scripting language will be better? Shell script, Perl or Python or is there anything else? I am new to all of them. So, am just thinking to which one to go for?
scripting
language
null
null
null
09/13/2011 12:52:57
not constructive
Which Scripting language is best? === For writing scripts for process automisation in Linux platform, which scripting language will be better? Shell script, Perl or Python or is there anything else? I am new to all of them. So, am just thinking to which one to go for?
4
8,879,986
01/16/2012 12:22:45
662,383
03/16/2011 11:35:53
47
2
Wix: Install Windos Service with user specified service name
I have installer project to install Windows Sevice. This installer contains UI Dialog to allow user to specify Service Name. This Service Name is stored to public property. Installer creates services with specified name successfully, but when I try uninstall it, installer try to stop and delete services with default Se...
windows
service
installer
wix
null
null
open
Wix: Install Windos Service with user specified service name === I have installer project to install Windows Sevice. This installer contains UI Dialog to allow user to specify Service Name. This Service Name is stored to public property. Installer creates services with specified name successfully, but when I try unins...
0
5,838,652
04/30/2011 00:34:07
176,751
09/21/2009 19:28:16
64
0
Make Javascript document.write with script tag Block
Does anyone know how I can make document.write with a script tag block execution? <script type="text/javascript"> var test = "bad"; document.write('<script type="text/javascript" src="js.php"><\/script>'); console.log(test); </script> Where js.php is <?PHP sleep(1); echo...
javascript
blocking
document.write
null
null
null
open
Make Javascript document.write with script tag Block === Does anyone know how I can make document.write with a script tag block execution? <script type="text/javascript"> var test = "bad"; document.write('<script type="text/javascript" src="js.php"><\/script>'); console.log(test); ...
0
8,493,840
12/13/2011 17:56:07
554,217
12/26/2010 09:29:16
715
6
subtracting one date from another in php
first, I retreive a date from teh database $contact_date=$row['person_birthday']; Then I want to see if he has a birthday in 3 days: c = Date('d', strtotime("+3 days"));//add 3 days $date_day = date("m");//month now I want to compare if the day and the month are the same ...
php
date
null
null
null
12/13/2011 18:06:56
too localized
subtracting one date from another in php === first, I retreive a date from teh database $contact_date=$row['person_birthday']; Then I want to see if he has a birthday in 3 days: c = Date('d', strtotime("+3 days"));//add 3 days $date_day = date("m");//month now I want to ...
3
1,406,305
09/10/2009 16:25:23
150,342
08/04/2009 13:03:44
20
2
Conditional insert in SqlServer Compact Edition
Is there a way to do a conditional insert in the compact edition? I've tried two ways that I think would work on SqlServer: INSERT INTO CUSTQUOTE (QTE_ID) VALUES (1) WHERE EXISTS(SELECT * FROM JOB WHERE JOB_NUMBER = 'EW090800345') There was an error parsing the query. [ Token line number = 2,Token li...
sql-server-ce
sql
null
null
null
null
open
Conditional insert in SqlServer Compact Edition === Is there a way to do a conditional insert in the compact edition? I've tried two ways that I think would work on SqlServer: INSERT INTO CUSTQUOTE (QTE_ID) VALUES (1) WHERE EXISTS(SELECT * FROM JOB WHERE JOB_NUMBER = 'EW090800345') There was an erro...
0
6,402,978
06/19/2011 14:29:49
356,635
06/02/2010 16:10:30
11,768
502
Disabling view state on specific controls
I'm about to deploy my website, but after running some tests I can see that the viewstate is far too large on each page, and it's causing one server process to soak up huge amounts of memory. I want to disable viewstate on the controls I can disable it on, `EnableViewState="false"`, but before I go through adding th...
asp.net
viewstate
null
null
null
null
open
Disabling view state on specific controls === I'm about to deploy my website, but after running some tests I can see that the viewstate is far too large on each page, and it's causing one server process to soak up huge amounts of memory. I want to disable viewstate on the controls I can disable it on, `EnableViewSt...
0
8,325,562
11/30/2011 11:55:41
1,004,887
10/20/2011 09:31:27
133
0
How to make the custom xml layout for this project and works as righ now it is working?
I am using [this demo Project][1] in My Application. But here in this project there is a Dynamic layout created by the MyView Class. Instead of that i want to Create the Custom Layout. So How it is possible ? Please Put Some XML code (And Java code if required to make the layout). Thanks. [1]: http://de...
android
android-layout
android-emulator
android-widget
android-ndk
11/30/2011 15:16:08
not a real question
How to make the custom xml layout for this project and works as righ now it is working? === I am using [this demo Project][1] in My Application. But here in this project there is a Dynamic layout created by the MyView Class. Instead of that i want to Create the Custom Layout. So How it is possible ? Please Put...
1
8,044,208
11/07/2011 23:36:21
1,017,948
10/28/2011 07:56:05
1
1
android: how to fix gps with mock(fake) coordinates?
I'm trying to fix GPS programmatically when the GPS signal is not available. I want to do this in order to provide mock coordinates to other apps like google maps and others. I tried to use GPS_PROVIDER and NETWORK_PROVIDER but only with the latter I can get a new location valid for google maps. But this works only the...
android
gps
location
locationmanager
null
null
open
android: how to fix gps with mock(fake) coordinates? === I'm trying to fix GPS programmatically when the GPS signal is not available. I want to do this in order to provide mock coordinates to other apps like google maps and others. I tried to use GPS_PROVIDER and NETWORK_PROVIDER but only with the latter I can get a n...
0
8,011,145
11/04/2011 14:53:16
89,904
04/12/2009 04:27:20
7,893
90
Attaching an event handler
I have a event handler called some-handler and a event called someevent following works when doing it in javascript, window.onsomeevent = space.some_handler; I have been googling for nearly an hour but I can not find how to do this in clojurescript?
clojure
clojurescript
null
null
null
null
open
Attaching an event handler === I have a event handler called some-handler and a event called someevent following works when doing it in javascript, window.onsomeevent = space.some_handler; I have been googling for nearly an hour but I can not find how to do this in clojurescript?
0