I can't find in the Chart API the way to remove any axis from a bar chart. For instance:
cht=bvg
chs=410x150
chd=s:StackOverflow
How to remove the gray x and y axis?
In C# environment, setting a checkbox's CheckState property to Indeterminate displays a "green square" inside the checkbox.
In VB environment, this displays as a "grayed out check" (which is less intuitive, even for "dummy" users).
How do i make Indeterminate state look like a "green square" in VB.NET ?
Btw, i am using VS2008, Winforms 2.0.
(Btw2: I tried to create two tags CheckState Indeterminate, which is more appropriate to my question, but disallowed by StackOverflow due to points!)
In regards to this: http://stackoverflow.uservoice.com/pages/general/suggestions/103227-parser-does-not-match-all-valid-urls is this regex adequate or will it need to be refined, if it needs to be refined how so?
\b(?P<link>(?:.*?://)[\w\-\_\.\@\:\/\?\#\=]*)\b
Hi everyone!
My first question on stackoverflow!
I'm using a UISlider in my app but I'd like to use a custom "look-and-feel" for it. I have changed the thumb to my own image but is there a way to change the bar also? I have a bar image I would like to use but can't see how to do this.
I have found how to change the max and min image but not the bar itself.
Thanks
Oliver
http://stackoverflow.com/questions/1477835/read-mp3-tags-with-silverlight got me started with reading id3 tags, but i realize that taglib# online deals with local file paths ?
Is there a way of reading this info from a remote file ?
I had asked a question on how to implement real time updates in ASP.NET and received a very explanatory and a helpful answer from "jdk" at:
http://stackoverflow.com/questions/2347771/how-to-implement-real-time-updates-in-asp-net
I understand that memcached or .net caching application block can be used as the caching layer. Currently, I am looking for a very simple mechanism to implement this and do not have the resources for using memcached or the caching application block.
Can someone suggest a solution?
I just did an svn merge from a branch to a trunk in my Eclipse IDE, and in the Merge Results view, there is this following icon:
I am dying to know what it means. I have searched the entire Eclipse documentation and some relevant StackOverflow questions, but couldn't find anything.
The CollabNet documentation about Merge Results View explains what a Merge Results View is, but doesn't mention anything about the meanings of its icons.
Does anyone know? Thanks!
Similar to this question, http://stackoverflow.com/questions/1559843/what-problems-have-you-solved-using-artificial-neural-networks, except I'm after some simple experimental ideas.
Some I've thought of are:
Character recognition
Board games (tic-tac-toe.. any others?)
Language detection
What other possibilities are there?
I want to implement a Custom logger which logs all log entries to a Database.
Currently my app logs this way (slf4j and log4j binding):
private static final Logger logger = LoggerFactory.getLogger( MyClass.class );
I'm not sure how to proceed.
My Idea is to implement a Custom Logging binding
through implementing the org.slf4j.Logger Interface
What would be the next steps?
My target is to not change the current code
Links I considered:
http://stackoverflow.com/questions/1770442/java-custom-logger-logging-standards-or-and-best-practices
http://www.slf4j.org/manual.html
my code is written from http://stackoverflow.com/questions/1171433/jquery-xml-and-google-map
Now all marker icons can be displayed at current google map.
But now I want to add some function.
When getting description of item (it will map to opposite icon) ,if user click this description, a hint will display near the map icon at google.
I still can't how to start.I can get lat and lng of location.
PS:some of markers will map to same point.
The listFiles() method of org.apache.commons.net.ftp.FTPClient works fine with Filezilla server on 127.0.0.1 but returns null on the root directory of public FTP servers such as belnet.be.
There is an identical question on the link below but enterRemotePassiveMode() doesn't seem to help.
http://stackoverflow.com/questions/2339855/apache-commons-ftpclient-listfiles
Could it be an issue with list parsing? If so, how can go about solving this?
What C++ static code analysis tool are there on Microsoft Windows, and which would you recommend?
Please state whether a particular tool relies on cygwin, and whether it cost money. One per post as per for voting up & down.
Similar Question: http://stackoverflow.com/questions/141498/what-open-source-c-static-analysis-tools-are-available
I have a question about the pronunciation of the SQL word. In my native language (French) we used to say it like spell each letters.
I've been listening to the stackoverflow podcast today. And I noticed the usage of the word sequel to describe SQL.
My question is what is the common or correct pronunciation of SQL in english. Is it a matter of taste?
I ran into this question: http://stackoverflow.com/questions/1552130
But applying the fix mentioned there does not work. Netbeans keeps saying the version of PHPUnit is too old and that I need at least 3.3.0, while I am using 3.3.9.
Screenschots:
I haven't editted anything about the files, I just downloaded the tgz, unzipped it all and put up the link.
hey guys
im somehow confused in using proper functions to escape and create a slug
i used this :
$slug_title = mysql_real_escape_string()($mtitle);
but someone told me not to use it and use urlencode()
which one is better for slugs and security
as i can see in SO , it inserts - between words :
http://stackoverflow.com/questions/941270/validating-a-slug-in-django
thanx in advanced
I am trying to access the StackExchange API from Emacs' elisp:
(require 'url)
(require 'json)
(defvar url-http-end-of-headers)
(defun read-json ()
(interactive)
(with-current-buffer (url-retrieve-synchronously "http://api.stackoverflow.com/0.8/users/2386")
(goto-char url-http-end-of-headers)
(json-read)))
M-x read-json results in the following error: JSON readtable error.
Am I missing anything?
Good day!
I know that C# allows multiple iterators using yield, like described here:
http://stackoverflow.com/questions/1754041/is-multiple-iterators-is-possible-in-c
In PHP there is and Iterator interface. Is it possible to implement more than one iteration scenario for a class?
Please explain me in simple terms (if possible simple example) the covariance and contravariance in c# .net .
I know many are available(even in stackoverflow) but my problem is in which scenario I should use that is not explained in the articles that I am refering to.
e.g.
Covariance and Contravariance in Delegates (C# Programming Guide)
Thanks
I have seen comments stating that Subsonic currently does nt support MS SQL Server CE (http://stackoverflow.com/questions/1130863/subsonic-and-ms-sql-server-compact-data-provider). The link provided is for Subsonic 3.
So my question is, does Subsonic 2.2 support MS SQL Server CE? And if so, is there any documentation on how to use sonic.exe to generate Subsonic's classes and controllers from the database file?
Question: Does anyone have an example of a "filter as you type" dropdown control using Shoes?
Examples: If you are looking for examples of what i am talking about, see these.
http://docs.jquery.com/Plugins/Autocomplete
http://stackoverflow.com/questions/706906/jquery-filter-dropdown-list-as-you-type
Hi I would like to know diff between the above comparisons?
I am getting null pointer exception when I check object.getItems() == null.
But if I change it to null == object.getItems(), it workes fine.
I did look into this http://stackoverflow.com/questions/2938476/what-is-the-difference-between-null-object-and-objectnull-closed
But I didnt get satisfactory answer.
Hi All,
I want to display a background text in the textbox.
ex: The Title textbox in the stackoverflow Ask question page.
Needs: If i enter some text inside the textbox it should disappear.
Geetha.
There are plenty of java wiki engines
http://java-source.net/open-source/wiki-engines
I'm currently looking for good lightweight wiki , something like the community wiki on stackoverflow , that can be easily integrated into excising applications.
Please write about something that you have used.
Hi there,
I have a UIImage with white background. I would like replace the white background/pixels with alpha-transparent pixels. I've looked at other questions on StackOverflow, along with Quartz documentation, but have yet to find a coherent "start-to-end" for this problem. How is this done?
Hello Stackoverflow,
I'm looking to find out how to stop an activity instead of resuming upon the click of the item on the notification list. Any ideas?
Thanks!