User SCdF - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T03:17:40Zhttp://stackoverflow.com/feeds/user/1666http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/15768/measuring-developer-performance4Measuring Developer PerformanceSCdF2008-08-19T05:45:46Z2009-11-23T16:31:09Z
<p>Every day after I finish a hard days coding (or an easy days youtubing) I log work done against the tickets I have been (ostentibly) working on. Then Mr. Manager takes this oh-so-useful information and builds a <a href="http://www.controlchaos.com/about/burndown.php" rel="nofollow">burn-down chart</a>. This then allows us to track how 'complete' we are in the overall scope of things. It also allows us to measure our velocity (essentially How Fast We Get Things Done).</p>
<p>I've noticed that some people complete their tasks well under the original estimate (which makes us look good) and some people complete their tasks over the original estimate (which makes us look bad). </p>
<p>While this measures how quickly people finish tasks it doesn't measure how well. It really gives you no solid indication of developer performance.</p>
<p>Neither does lines of code (you don't want devs to be overly verbose).</p>
<p>Neither does bugs raised (you are now basing the performance of a developer on the performance of a tester; they could not raise enough or raise too many).</p>
<p>So how would you go about measuring developer performance?</p>
http://stackoverflow.com/questions/15695/good-stripes-tutorials-examples2Good Stripes tutorials / examples?SCdF2008-08-19T04:29:40Z2009-10-17T09:35:24Z
<p>The company I just started working for is using <a href="http://www.stripesframework.org/display/stripes/Home" rel="nofollow">Stripes</a> for parts of its web page development these days, and while it seems to be a nice enough web framework it no one really uses it-- it is almost non existent on the 'net. It's not even first in it's <a href="http://www.google.com/search?client=opera&rls=en&q=stripes&sourceid=opera&ie=utf-8&oe=utf-8" rel="nofollow">google search</a> and the result you <strong>do</strong> get is for its old home page.</p>
<p>So, do any of you people use Stripes? Of your own volition? Do you know of any good tutorials / examples?</p>
http://stackoverflow.com/questions/173378/has-anyone-built-web-apps-that-can-run-totally-off-line10Has anyone built web-apps that can run totally off-line?SCdF2008-10-06T06:44:16Z2009-10-14T09:56:31Z
<p>I'm building an app that authors would (hopefully) use to help them, uh.. <em>author</em> things.</p>
<p>Think of it like a wiki but just for one person, but cooler. I wish to make it as accessible as possible to my (potential) adoring masses, and so I'm thinking about making it a web-app.</p>
<p>It certainly doesn't have to be, there is no integration with other sites, no social features. It involve typing information into forms however, so for rapid construction the web would probably be the best.</p>
<p>However, I don't really want to host it myself. I couldn't afford it for one, but it's mostly that people who use this may not want their data stored elsewhere. This is private information about what they are writing and I wouldn't expect them to trust me with it, and so I'm thinking about making it a thick-client app.</p>
<p>And therein lies the problem, how to make a application that focuses mainly on form data entry available easily to potential users (yay web apps) but also offline so they know they are in full control of their data (yay thick-client apps).</p>
<p>I see the following solutions:</p>
<ol>
<li>Build it as a thick-client Java app and run a cutdown version on the net as an applet that people can play with before downloading the full thing.</li>
<li>Build it as a Flex app for online and an Air app for offline (same source different build scripts basically).</li>
<li>Build it as a standard web-app (HTML, JS etc) but have a downloadable version that somehow runs the site <strong>totally</strong> on their computer. It wouldn't touch the net at all.</li>
</ol>
<p>Ignoring 1 and 2 (I'm looking into them separately), I think 3 would involve:</p>
<ul>
<li>Packaging up an install that contains a tiny webserver that has my code on it, ready to run.</li>
<li>Remapping the DB from something like mySQL to something like SQLite.</li>
<li>Creating some kind of convience app that ran the server and opened your browser to the right location, possibly using something like <a href="https://wiki.mozilla.org/Prism" rel="nofollow">Prism</a> to hide the whole broswer thing.</li>
</ul>
<p>So, <strong>have you ever done something like this before?</strong></p>
<p>If so, <strong>what problems did you encounter?</strong></p>
<p>Finally, <strong>is there another solution I haven't thought of?</strong>'</p>
<p><em>(also, <a href="http://joyent.com/developers/slingshot/" rel="nofollow">Joyent Slingshot</a> was a suggestion on another question, but it's RoR (which I have no experience in) and I'm 99% sure it doesn't run under linux, so It's not right for me.)</em></p>
http://stackoverflow.com/questions/1515226/eclipse-stop-code-from-running-java/1515229#15152293Answer by SCdF for Eclipse: stop code from running (java)SCdF2009-10-04T00:12:47Z2009-10-04T00:12:47Z<p>Open the Console view, locate the console for your running app and hit the Big Red Button.</p>
<p>Alternatively if you open the Debug perspective you will see all running apps in (by default) the top left. You can select the one that's causing you grief and once again hit the Big Red Button.</p>
http://stackoverflow.com/questions/135647/how-do-badges-work-in-stackoverflow19How do "Badges" work in Stackoverflow? [closed]SCdF2008-09-25T20:00:37Z2009-08-26T17:54:50Z
<p>Stackoverflow has <em><a href="http://stackoverflow.com/badges">Badges</a></em> which can be earned by users.</p>
<ul>
<li>What are <em>badges</em> in Stackoverflow?</li>
<li>How does a user get <em>badges</em>?</li>
<li>Why isn't the "XYZ" badge working?</li>
</ul>
<p><a href="http://stackoverflow.com/questions/18557/how-does-stackoverflow-work-the-unofficial-faq">Return to FAQ Index</a></p>
http://stackoverflow.com/questions/1270027/how-can-i-close-a-netcat-connection-after-a-certain-character-is-returned-in-the2How can I close a netcat connection after a certain character is returned in the response?SCdF2009-08-13T04:27:39Z2009-08-13T23:23:52Z
<p>We have a very simple tcp messaging script that cats some text to a server port which returns and displays a response.</p>
<p>The part of the script we care about looks something like this:</p>
<pre><code>cat someFile | netcat somehost 1234
</code></pre>
<p>The response the server returns is 'complete' once we get a certain character code (specifically <code>&001C</code>) returned.</p>
<p><strong>How can I close the connection when I receive this special character?</strong></p>
<p><em>(Note: The server <strong>won't</strong> close the connection for me. While I currently just CTRL+C the script when I can tell it's done, I wish to be able to send many of these messages, one after the other.)</em></p>
<p><em>(Note: <code>netcat -w x</code> isn't good enough because I wish to push these messages through as fast as possible)</em></p>
http://stackoverflow.com/questions/21652/do-you-write-exceptions-for-specific-issues-or-general-exceptions4Do you write exceptions for specific issues or general exceptions?SCdF2008-08-22T02:47:44Z2009-08-07T10:28:08Z
<p>I have some code that gives a user id to a utility that then send email to that user.</p>
<pre><code>emailUtil.sendEmail(userId, "foo");
public void sendEmail(String userId, String message) throws MailException {
/* ... logic that could throw a MailException */
}
</code></pre>
<p><code>MailException</code> could be thrown for a number of reasons, problems with the email address, problems with the mail template etc.</p>
<p>My question is this: do you create a new Exception type for every one of these exceptions and then deal with them individually or do you create one MailException and then store something in the exception (something computer-readable, not the description text) that allows us to do different things based on what actually happened.</p>
<p><strong>Edit:</strong> As a clarification, the exceptions aren't for logs and what-not, this relates to how code reacts to them. To keep going with the mail example, let's say that when we send mail it could fail because you don't have an email address, or it could because you don't have a <strong>valid</strong> email address, or it could fail.. etc.</p>
<p>My code would want to react differently to each of these issues (mostly by changing the message returned to the client, but actual logic as well).</p>
<p>Would it be best to have an exception implementation for each one of these issues or one umbrella exception that had something internal to it (an enum say) that let the code distinguish what kind of issue it was.</p>
http://stackoverflow.com/questions/135685/how-does-the-offensive-flag-work-in-stackoverflow12How does the Offensive Flag work in Stackoverflow? [closed]SCdF2008-09-25T20:06:36Z2009-07-17T15:46:01Z
<p>It is possible to flag a post as <em>Offensive</em> in Stackoverflow.</p>
<ul>
<li>What is the effect of the <em>Offensive</em> flag?</li>
<li>When should the <em>Offensive</em> flag be used?</li>
<li>Is there any way to remove <em>Offensive</em> flags?</li>
</ul>
<p><a href="http://stackoverflow.com/questions/18557/how-does-stackoverflow-work-the-unofficial-faq">Return to FAQ Index</a></p>
http://stackoverflow.com/questions/25450/abstraction-away-from-css7Abstraction away from CSSSCdF2008-08-24T23:33:25Z2009-07-08T09:12:44Z
<p>Let me make something quite clear.</p>
<p>I. <strong>Hate</strong>. CSS.</p>
<p>It is a never-ending nightmare. Every minor layout change feels like a hack. Solutions to problems seem to often involve jiggering numbers around like some chef trying to work out exactly how much nutmeg to put in his soon-to-be famous rice pudding. Then comes the multiple browser issue, the multiple resolution issues..</p>
<p>.. to cut a long story short, it's a pain. A PITA, if you will.</p>
<p>Many frameworks seek to abstract away from HTML (custom tags, JSFs component system) in an effort to make dealing with that particular kettle of fish easier.</p>
<p>Is there anything you folks have used that has a similar concept applied to CSS? Something that does a bunch of cross-browser magic for you, supports like variables (why do I have to type #3c5c8d every time I want that colour), supports caclulated fields (which are 'compiled' into CSS and JS), etc.</p>
<p>Alternatively, am I even thinking about this correctly? Am I trying to push a very square block through a very round hole? </p>
http://stackoverflow.com/questions/276965/how-to-keep-a-vmware-vms-clock-in-sync2How to keep a VMWare VM's clock in sync?SCdF2008-11-10T02:58:13Z2009-07-01T17:21:36Z
<p>I have noticed that our VMWare VMs often have the incorrect time on them. No matter how many times I reset the time they keep on desyncing.</p>
<p>Has anyone else noticed this? What do other people do to keep their VM time in sync?</p>
<p><strong>Edit:</strong> These are CLI linux VMs btw..</p>
http://stackoverflow.com/questions/257933/how-do-i-have-multiple-components-respond-to-a-single-event-in-jsf1How do I have multiple components respond to a single event in JSF?SCdF2008-11-03T04:21:38Z2009-06-24T14:11:24Z
<p>Here's the sit:</p>
<ul>
<li>I have a JSF component which is basically a list of 'documents'</li>
<li>I have any number of document viewer components on the same page.</li>
<li>None of these components "know" about each other. In other words, they cannot be configured at design time to link to each other or anything like that.</li>
</ul>
<p>When the user clicks a document link I wish each one of the document viewer components to be notified.</p>
<p>Basically the idea would be to have the document viewers publish the fact that they listen for a certain type of event ("DocumentSelectedEvent" say) which the doc list component would fire.</p>
<p>I can think of ways of doing this that are not JSF specific, but I'm wondering if the JSF event model can handle that sort of thing.</p>
<p>Anyone have any ideas?</p>
http://stackoverflow.com/questions/891551/uniqueness-based-on-largest-value-where-not-all-cells-are-the-same1Uniqueness based on largest value where not all cells are the sameSCdF2009-05-21T05:49:41Z2009-05-22T04:41:54Z
<p>Let's say that I have the following result table from my SQL select:</p>
<pre>
DocumentId CreationDate InstanceId
ABC 10th Jan 0c60f4e2-02fc-4244-9ec5-4d259ea5774d
ABC 11th Jan 2168ab5d-d6ca-4db3-90f0-b621d72108b8
BCA 4th Jan cb7cdf24-b50f-4bd9-b2b5-d58a14793dd8
</pre>
<p>Notice that <code>InstanceId</code> is different for every now returned; it's essentially the primary key for the table.</p>
<p>How would I modify my select so that I returned only one row per <code>DocumentId</code>, picking the 'newest' (determined by <code>CreationDate</code>), making sure that the <code>InstanceId</code> on the row is the correct one.</p>
<p>So the example results above would instead return:</p>
<pre>
DocumentId CreationDate InstanceId
ABC 11th Jan 2168ab5d-d6ca-4db3-90f0-b621d72108b8
BCA 4th Jan cb7cdf24-b50f-4bd9-b2b5-d58a14793dd8
</pre>
<p><em>(btw, sorry for the horrid question title, feel free to change it to something more suitable)</em></p>
http://stackoverflow.com/questions/27065/tool-to-read-and-display-java-class-versions7Tool to read and display Java .class versionsSCdF2008-08-25T22:52:02Z2009-05-12T07:47:59Z
<p>Do any of you know of a tool that will search for .class files and then display their compiled versions?</p>
<p>I know you can look at them individually in a hex editor but I have a lot of class files to look over (something in my giant application is compiling to Java6 for some reason).</p>
http://stackoverflow.com/questions/842638/whats-the-standard-minimum-resolution-i-should-support-with-a-website/842663#8426632Answer by SCdF for What's the standard "minimum" resolution I should support with a website?SCdF2009-05-09T04:36:38Z2009-05-09T04:36:38Z<p>Can I also suggest you test a <em>maximum</em> resolution as well. Many sites are unusable (without zooming) at 1920x1200 due to people using fixed font sizes and the like.</p>
http://stackoverflow.com/questions/51582/java-generics-comparing-the-class-of-object-o-to-e10Java Generics: Comparing the class of Object o to <E>SCdF2008-09-09T10:54:10Z2009-04-20T11:18:55Z
<p>Let's say I have the following class:</p>
<pre><code>public class Test<E> {
public boolean sameClassAs(Object o) {
// TODO halp!
}
}
</code></pre>
<p>How would I check that <code>o</code> is the same class as <code>E</code>?</p>
<pre><code>Test<String> test = new Test<String>();
test.sameClassAs("a string"); // returns true;
test.sameClassAs(4); // returns false;
</code></pre>
<p>I can't change the method signature from <code>(Object o)</code> as I'm overridding a superclass and so don't get to choose my method signature.</p>
<p>I would also rather not go down the road of attempting a cast and then catching the resulting exception if it fails.</p>
http://stackoverflow.com/questions/460804/java-6-and-jaxb-2-10Java 6 and JaxB 2.1SCdF2009-01-20T10:56:10Z2009-04-09T16:57:02Z
<p>The original release of Java 6 came with JAXB 2, but I have been told that 'later' Java 6 releases ship with JAXB 2.1.</p>
<p>Does anyone know what the first version of Java 6 to ship with JAXB 2.1 was?</p>
http://stackoverflow.com/questions/728122/i-have-a-linux-box-how-do-i-see-how-my-html-pages-look-as-rendered-in-ie/728150#7281503Answer by SCdF for I have a linux box. How do I see how my html pages look as rendered in IE?SCdF2009-04-08T01:04:02Z2009-04-08T01:04:02Z<p>I use linux at work and do web development that has to support IE6+ and Firefox2+.</p>
<p><a href="http://www.tatanka.com.br/ies4linux/page/Main%5FPage" rel="nofollow">IE4Linux</a> is not really good enough for properly testing IE browser rendering as it doesn't work exactly as IE does in Windows. You could use something like <a href="http://browsershots.org" rel="nofollow">browsershots</a> but I would recommend running Windows in a VM and test using that for IE testing. I've done that for awhile and it works great as long as you have a spare 512MB ram for XP.</p>
http://stackoverflow.com/questions/501718/can-i-use-a-ram-disk-to-speed-up-my-ide/501985#5019850Answer by SCdF for Can I use a RAM disk to speed up my IDE?SCdF2009-02-02T01:34:40Z2009-03-31T23:55:33Z<p>I <a href="http://stackoverflow.com/questions/354254/ramdrive-for-compiling-is-there-such-a-thing/354553#354553">posted</a> an answer to a similar <a href="http://stackoverflow.com/questions/354254/ramdrive-for-compiling-is-there-such-a-thing">question</a> previously. As a summary: yes it's possible, I used to do it with my browser (there is a link on how to get it running under linux).</p>
<p>As other people have mentioned if you have a tonne of RAM that stuff will be cached for you anyway, but imo having a ram drive is a bit more explicit than just letting the OS try to deal with it.</p>
<p>If you <em>know</em> that you want 200mb of code in memory all the time then you <em>know</em> you can put in a ram drive and acheive that.</p>
<p>I do wonder however if the OS will cache it twice (once on the ram drive, once itself) if it doesn't know it's on a RAM drive...</p>
http://stackoverflow.com/questions/686611/svn-command-line-from-eclipse/686932#6869321Answer by SCdF for svn command line from eclipseSCdF2009-03-26T18:07:19Z2009-03-26T18:07:19Z<p>I'm not sure if you can use it <em>from</em> Eclipse, but nothing stops you from just <em>using</em> it. From cmd / xterm / whatever. It's not going to interfere with Eclipse in anyway, nor will it interfere with Subclipse (which I'm assuming is what you're using).</p>
http://stackoverflow.com/questions/684773/eclipse-builds-all-classes-on-each-save/684855#6848551Answer by SCdF for Eclipse builds ALL classes on each saveSCdF2009-03-26T07:46:58Z2009-03-26T07:46:58Z<p>As <a href="http://stackoverflow.com/questions/684773/eclipse-builds-all-classes-on-each-save/684795#684795">Thilo said</a>, check your builders.</p>
<p>A last resort would be to delete your workspace and check out a clean set of code. This is more or less annoying depending on how easy or hard it is to get your codebase from "checked out" to "running" and how much you customise your Eclipse experience (modified shortcuts / views / perspectives, mylyn data etc).</p>
http://stackoverflow.com/questions/661195/what-are-the-differences-between-mysql-hosted-on-windows-and-debian-linux/661209#6612092Answer by SCdF for What are the differences between MySQL hosted on Windows and Debian (Linux)?SCdF2009-03-19T06:10:00Z2009-03-19T06:10:00Z<p>You may want to look at the database character encoding to make sure they match.</p>
http://stackoverflow.com/questions/660368/how-to-make-a-virtualbox-image-of-running-windows-system/660431#6604312Answer by SCdF for How to make a virtualbox image of running windows systemSCdF2009-03-18T23:00:14Z2009-03-18T23:00:14Z<p>You can use the <a href="http://www.vmware.com/products/converter/" rel="nofollow">VMWare Converter</a> to create a VMware image of a real Windows environment.</p>
<p>I believe you can then use that VMWare VM on Virtual Box. At the very least you can create a new VM in Virtual Box and use the virtual drive files VMWare created.</p>
<p>When you use VMWare Converter you can tell it to save the image to a network drive or a USB drive or something. Sadly it will be as large as your windows partition is. You could always resize your Windows partition to be smaller and then create the VM (that's what I have done in the past).</p>
http://stackoverflow.com/questions/657091/jaxb-gives-me-java-lang-illegalargumentexception-is-parameter-must-not-be-null1JAXB gives me: java.lang.IllegalArgumentException: is parameter must not be nullSCdF2009-03-18T05:41:59Z2009-03-18T13:09:32Z
<p>I am doing using JAXB to unmarshall some XML into Java objects:</p>
<p>My code looks a little like this:</p>
<pre><code>InputStream testMsg = getClass().getResourceAsStream("TestDocumentEvent.xml");
Unmarshaller unmarshaller = JAXBContext.newInstance(DocumentEvent.class).createUnmarshaller();
DocumentEvent unmarshalled = (DocumentEvent) unmarshaller.unmarshal(testMsg);
</code></pre>
<p>However, when I run this code I get an exception:</p>
<pre><code>java.lang.IllegalArgumentException: is parameter must not be null
</code></pre>
<p>What's going on?</p>
http://stackoverflow.com/questions/657091/jaxb-gives-me-java-lang-illegalargumentexception-is-parameter-must-not-be-null/657094#6570941Answer by SCdF for JAXB gives me: java.lang.IllegalArgumentException: is parameter must not be nullSCdF2009-03-18T05:43:15Z2009-03-18T05:43:15Z<p>This is because the <code>InputStream</code> you are passing to the unmarshaller ('is' parameter, geddit) is null, check that the resource name is correct.</p>
http://stackoverflow.com/questions/646794/what-is-a-first-class-programming-construct/646811#6468110Answer by SCdF for What is a first class programming construct?SCdF2009-03-14T21:55:39Z2009-03-14T21:55:39Z<p>My understanding of a first-class programming construct is that it means you can do the <em>thing</em>, whatever that might be, in the best way possible without having to do two or three other things, or to combine two or three other concepts.</p>
<p>So, Java doesn't have first-class closure support. We can somewhat fake it however by building a class (using another concept) that supports nearly all of the stuff you use closures for and then creating instances of that class (<em>another</em> concept) or anonymously extending that class (<em>yet another</em> concept).</p>
<p>Same with 'functions'. In Java you can't have functions, but you can have static methods, which are a similar but still different concept.</p>
<p>One (not me) could also argue that Java's generics support is not first class, because it's a library hack and isn't actually "in" the language. This means that some of the things you can do in C# with generics you cannot do in Java.</p>
http://stackoverflow.com/questions/424341/are-there-any-java-vms-which-can-save-their-state-to-a-file-and-then-reload-that/636057#6360571Answer by SCdF for Are there any Java VMs which can save their state to a file and then reload that state?SCdF2009-03-11T19:47:46Z2009-03-11T19:47:46Z<p>The answer at this time is <strong>no</strong>, there are no JVMs that can 'hibernate' like your operating system can or like VMWare et al can.</p>
<p>You <em>could</em> get half-way there, depending on the complexity of your app, by just serializing state out when the program closes and serializing it back in, but that won't do stuff like pause executing some business logic when you close and then continue when you open it again.</p>
http://stackoverflow.com/questions/625018/why-utf-32-instead-of-utf-16-if-we-have-surrogate-pairs/625474#6254741Answer by SCdF for Why UTF-32 instead of UTF-16 if we have surrogate pairs?SCdF2009-03-09T08:56:46Z2009-03-09T08:56:46Z<p>There are probably a few good reasons, but one would be to speed up indexing / searching, i.e. in databases and the like.</p>
<p>With UTF-32 you know that each character is 4 bytes. With UTF-16 you don't know what length any particular character will be.</p>
<p>For example, you have a function that returns the nth char of a string:</p>
<pre><code>char getChar(int index, String s );
</code></pre>
<p>If you are coding in a language that has direct memory access, say C, then in UTF-32 this function may be as simple as some pointer arithmatic (<code>s+(4*index)</code>), which would be some amounts O(1).</p>
<p>If you are using UTF-16 though, you would have to walk the string, decoding as you went, which would be O(n).</p>
http://stackoverflow.com/questions/625052/is-there-any-way-to-hibernate-an-application/625457#6254570Answer by SCdF for Is there any way to Hibernate an Application ?SCdF2009-03-09T08:48:54Z2009-03-09T08:48:54Z<p>There isn't a framework for this. The simplist way to achieve this, as you suggested, is to store your data in serializable objects and serialize them out into a file and then serialize them back in later.</p>
<p>That's not difficult, and gets you most of the way. It's also fairly generic-- you only need to write a few lines to serialize any amount of serializeable data in and out.</p>
<p>For more complex things, state like where the cursor was previously etc, should be pushed into a serializable object when the user attempts to close the app and manually pushed back when they load the app.</p>
<p>... but chances are your users aren't going to care about stuff like that, they probably just care that there data is back to how it was.</p>
http://stackoverflow.com/questions/611732/what-to-do-with-java-bigdecimal-performance/612009#6120090Answer by SCdF for What to do with Java BigDecimal performance?SCdF2009-03-04T19:12:23Z2009-03-04T19:12:23Z<p>Personally, I don't think BigDecimal is ideal for this.</p>
<p>You really want to implement your own Money class using longs internally to represent the smallest unit (i.e. cent, 10th cent). There is some work in that, implementing <code>add()</code> and <code>divide()</code> etc, but it's not really that hard.</p>
http://stackoverflow.com/questions/605740/can-you-rate-a-developer-by-counting-the-active-breakpoints-in-the-ide/605771#60577124Answer by SCdF for Can you rate a developer by counting the active breakpoints in the IDE?SCdF2009-03-03T09:46:16Z2009-03-03T09:57:01Z<p>I know you have a subjective tag there, but come on!</p>
<p>This is crazy-talk. The number of breakpoints you have active at any one time is completely subject to the situation, and in no way could possibly be the sign of a bad coder. Possibly a lazy one who can't be bothered unchecking a breakpoint, but still.</p>
<p>There is no social norm for breakpoints. Cute schoolgirls will not walk past you on the street and giggle because of your abnormally small number of breakpoints.</p>
<p>Just use what you need and stop trying to think of questions for stack overflow.</p>
http://stackoverflow.com/questions/1446330/distributed-cache-with-expiration-control-in-javaComment by SCdF on Distributed cache with expiration control in JavaSCdF2009-09-20T20:57:47Z2009-09-20T20:57:47ZI might be understanding the question wrong, but if you control the CRUD and you control the cache, what's to stop you using <i>any</i> distributed cache (ehcache I believe is the crowd favourite) and then manually invalidating objects whenever you please? If there is no time component to expiration you either set the TTL/TTI very high (just in case some objects really should be thrown out after awhile) or turn it off completely.http://stackoverflow.com/questions/1270027/how-can-i-close-a-netcat-connection-after-a-certain-character-is-returned-in-theComment by SCdF on How can I close a netcat connection after a certain character is returned in the response?SCdF2009-08-16T20:03:54Z2009-08-16T20:03:54ZI believe it is the latterhttp://stackoverflow.com/questions/1107795/tell-difference-between-vista-and-xp-c/1107805#1107805Comment by SCdF on Tell difference between Vista and XP [C]SCdF2009-07-10T05:56:53Z2009-07-10T05:56:53ZI'm fairly sure it does tell the difference between different versions correctly.
I think <code>5.something</code> is XP, <code>6</code> is Vista and <code>6.1</code> is Windows 7.http://stackoverflow.com/questions/1107870/is-gij-gnu-interpreter-for-java-stable-enough-for-commercial-useComment by SCdF on Is GIJ (GNU Interpreter for Java) stable enough for commercial use?SCdF2009-07-10T05:51:38Z2009-07-10T05:51:38ZActually the more I think about it the more it comes down to whether the people who control the box are really anal about it. You should probably ask to install the official Sun build as a matter of course, as it's certainly not going to have <b>more</b> bugs in it ;)http://stackoverflow.com/questions/1107870/is-gij-gnu-interpreter-for-java-stable-enough-for-commercial-useComment by SCdF on Is GIJ (GNU Interpreter for Java) stable enough for commercial use?SCdF2009-07-10T05:50:07Z2009-07-10T05:50:07ZThis is possibly a bad suggestion (hence the lack of an actual answer) but couldn't you just run with it <i>until</i> it breaks. As long as you do enough good testing you should find any major issues with it long before you lose business or the client loses confidence.http://stackoverflow.com/questions/25450/abstraction-away-from-css/1097003#1097003Comment by SCdF on Abstraction away from CSSSCdF2009-07-09T03:22:50Z2009-07-09T03:22:50ZWonderful, just wonderful.http://stackoverflow.com/questions/257933/how-do-i-have-multiple-components-respond-to-a-single-event-in-jsf/1038637#1038637Comment by SCdF on How do I have multiple components respond to a single event in JSF?SCdF2009-06-25T23:20:39Z2009-06-25T23:20:39ZWRT Ajax, At the time I was yeah. Basically we did a spike to look at using JSF as a component framework in an almost portal / portlet-like scenario. So we want components to 'publish' events that they consume and have other components produce those events, transparently without linking up components.http://stackoverflow.com/questions/891551/uniqueness-based-on-largest-value-where-not-all-cells-are-the-same/891893#891893Comment by SCdF on Uniqueness based on largest value where not all cells are the sameSCdF2009-05-21T20:51:39Z2009-05-21T20:51:39ZWill this work if there is only one row for the particular documentId (i.e. the BCA document in my example)?http://stackoverflow.com/questions/842638/whats-the-standard-minimum-resolution-i-should-support-with-a-website/842741#842741Comment by SCdF on What's the standard "minimum" resolution I should support with a website?SCdF2009-05-09T23:05:40Z2009-05-09T23:05:40ZIt's a nice idea, but it fails in practice, 1) because people who pay you want it to look a certain way and don't give a tinker's cuss about your hippy ideals and 2) because you can't always trust the browser to do it's supposed job. For example, if I return search results in a table format (each result is a row with a bunch of columns, e.g. SQL select) I have to conscious of how many columns I'm using so it displays correctly for people without horizontal scrolling.http://stackoverflow.com/questions/135647/how-do-badges-work-in-stackoverflow/135648#135648Comment by SCdF on How do "Badges" work in Stackoverflow?SCdF2009-04-12T07:25:47Z2009-04-12T07:25:47Z@JP; you have 7. Check at the bottom of your profile page <a href="http://stackoverflow.com/users/86473/jp" rel="nofollow">stackoverflow.com/users/86473/jp</a>http://stackoverflow.com/questions/729142/which-font-family-spec-do-you-use-that-looks-great-on-mac-and-windows/729154#729154Comment by SCdF on Which font-family spec do you use that looks great on mac AND windows?SCdF2009-04-08T10:04:27Z2009-04-08T10:04:27Z+1000 .. let the browser pick the fonthttp://stackoverflow.com/questions/728122/i-have-a-linux-box-how-do-i-see-how-my-html-pages-look-as-rendered-in-ie/728150#728150Comment by SCdF on I have a linux box. How do I see how my html pages look as rendered in IE?SCdF2009-04-08T01:40:13Z2009-04-08T01:40:13Zouch, then I dunno dude. I've tried using IE4Linux before but I've had incorrect CSS, CTDs (from JS no lesS) and various rendering issues with it before. It might be good enough for a base santiy check with more detailed checks on XP done only so often.http://stackoverflow.com/questions/18557/how-does-stackoverflow-work-the-official-faq/107055#107055Comment by SCdF on How Does Stackoverflow Work? (The Official FAQ)SCdF2009-03-27T03:24:46Z2009-03-27T03:24:46Z"Abandon the User Selection of Accepted Answer. Democracy Rules." -- People are stupid. This poses a problem. The question is <i>yours</i>. <i>You</i> are getting an answer to <i>your</i> question. The definition of a satificatory answer must then come not just from the crowd but the actual person who defined ithttp://stackoverflow.com/questions/81180/how-to-get-the-file-path-from-html-input-form-in-firefox-3/676494#676494Comment by SCdF on How to get the file path from HTML input form in Firefox 3 SCdF2009-03-24T08:12:27Z2009-03-24T08:12:27ZHey wow, it's porn-spam (at least, if you click links in its profile...). First for SO?http://stackoverflow.com/questions/661758/when-will-you-switch-to-ie8/661772#661772Comment by SCdF on When will you switch to IE8?SCdF2009-03-23T08:33:39Z2009-03-23T08:33:39ZYeah, I use Opera as well-- dragonfly is a still a little odd. Hopefully it will become less so over time.