User ila - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T14:23:46Zhttp://stackoverflow.com/feeds/user/1178http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/47315/f-real-world-apps6F# "real world" apps?ila2008-09-06T07:54:18Z2009-11-13T10:00:06Z
<p>I'm <a href="http://beta.stackoverflow.com/questions/36294/f-language-hints-for-newbie" rel="nofollow">starting to learn f#</a>, and I really like it: now I wonder if "out there" someone has written any "real world" app in this wonderful language. </p>
<p>Do you know of, or have developed anything of this kind in F#? And in which fields? Thanks!</p>
http://stackoverflow.com/questions/1644288/facebook-developer-toolkit-applications-deprecated-template-bundles0Facebook Developer Toolkit applications - deprecated template bundlesila2009-10-29T14:53:12Z2009-10-30T21:25:47Z
<p>On this page: <a href="http://developers.facebook.com/tools.php?feed" rel="nofollow">http://developers.facebook.com/tools.php?feed</a> I read, today: </p>
<blockquote>
<p>Facebook will deprecate template
bundles and their related API calls
December 20, 2009. Please start using
stream attachments with
stream.publish,
FB.Connect.streamPublish, and
Facebook.streamPublish instead.</p>
</blockquote>
<p>Do anyone have an idea if there is a way to publish stories thru FDT not using the regisistration of template bundle?</p>
<p>Thanks</p>
<p>Andrea</p>
http://stackoverflow.com/questions/12625/best-diff-tool99Best Diff Tool?ila2008-08-15T19:24:20Z2009-10-20T22:39:01Z
<p>For all my present Diff / Merge needs I'm using <a href="http://www.scootersoftware.com/" rel="nofollow">Beyond Compare</a>; when I decided to buy a license for it I tried other similar tools, both payware and freeware.</p>
<p>Now BC is at version 3, and I think it's a great tool... but what are your experience in this field? Do you think there is something better? And what are the feature you like best on your favorite Diff tool?</p>
<h2><strong>EDIT</strong></h2>
<p>I'm recollecting here a list of the tools mentioned in the answers below, in order of preferences (more or less), separating pay- from free- ware and indicating supported operating system. Hope this helps.</p>
<p><strong>PAYWARE</strong></p>
<ul>
<li><p>Beyond Compare <em>(win + linux)</em> - <a href="http://www.scootersoftware.com/" rel="nofollow">http://www.scootersoftware.com/</a></p></li>
<li><p>Araxis Merge <em>(win + osX)</em> - <a href="http://www.araxis.com/merge/index.html" rel="nofollow">http://www.araxis.com/merge/index.html</a></p></li>
<li><p>ExamDiff <em>(win)</em> - <a href="http://www.prestosoft.com/ps.asp?page=edp%5Fexamdiff" rel="nofollow">http://www.prestosoft.com/ps.asp?page=edp_examdiff</a></p></li>
<li><p>ECMerge <em>(win, osX, linux)</em> - <a href="http://www.elliecomputing.com/Home/default.asp" rel="nofollow">http://www.elliecomputing.com/Home/default.asp</a></p></li>
<li><p>MergePlant <em>(win)</em> - <a href="http://www.mikado-ltd.com/" rel="nofollow">http://www.mikado-ltd.com/</a></p></li>
<li><p>Changes <em>(OSX)</em> <a href="http://www.changesapp.com" rel="nofollow">http://www.changesapp.com</a></p></li>
<li><p>Deltopia DeltaWalker <em>(win, osx, linux)</em> <a href="http://winmerge.org/" rel="nofollow">http://www.deltopia.com/</a></p></li>
</ul>
<p><strong>FREEWARE</strong></p>
<ul>
<li><p>WinMerge <em>(win)</em> - <a href="http://winmerge.org/" rel="nofollow">http://winmerge.org/</a></p></li>
<li><p>Diff Merge from SourceGear - <a href="http://www.sourcegear.com/diffmerge/index.html" rel="nofollow">http://www.sourcegear.com/diffmerge/index.html</a></p></li>
<li><p>Perforce Merge <em>(win + linux + osX)</em> - <a href="http://www.perforce.com/perforce/products/merge.html" rel="nofollow">http://www.perforce.com/perforce/products/merge.html</a></p></li>
<li><p>meld <em>(linux)</em> - sudo apt-get install meld <a href="http://meld.sourceforge.net/" rel="nofollow">http://meld.sourceforge.net/</a></p></li>
<li><p>Vimdiff - vim distribution</p></li>
<li><p>Tortoise SVN - <a href="http://tortoisesvn.net/" rel="nofollow">http://tortoisesvn.net/</a></p></li>
<li><p>KDiff3 - <a href="http://kdiff3.sf.net/" rel="nofollow">http://kdiff3.sf.net/</a></p></li>
<li><p>ediff - EMacs distribution</p></li>
<li><p>Tiny Hexer </p></li>
<li><p>Kompare <em>(KDE, linux)</em> - <a href="http://www.caffeinated.me.uk/kompare/" rel="nofollow">http://www.caffeinated.me.uk/kompare/</a></p></li>
<li><p>FileMerge <em>(osX)</em> - <a href="http://en.wikipedia.org/wiki/Apple%5FDeveloper%5FTools#FileMerge" rel="nofollow">http://en.wikipedia.org/wiki/Apple_Developer_Tools#FileMerge</a></p></li>
<li><p>tkdiff <em>(win, linux, osX)</em> - <a href="http://tkdiff.sourceforge.net" rel="nofollow">http://tkdiff.sourceforge.net</a></p></li>
</ul>
http://stackoverflow.com/questions/1593844/facebook-list-sent-invitations0Facebook list sent invitations ila2009-10-20T11:04:17Z2009-10-20T11:04:17Z
<p>I'm writing a Facebook application that needs to store the UID's of the logged user's friends he's inviting.
To clarify:<br />
- user_a is logged on facebook and using the app;<br />
- he has the hance to invite some of his friends;<br />
- the application needs to know who are these contacts. </p>
<p>I think I cannot use the standard fb:multi-friend-selector, because there is no way to know who is being invited...</p>
<p>Probably there is a simple solution to this, but I cannot find it :-)</p>
<p>Thanks a lot</p>
<p>Andrea</p>
http://stackoverflow.com/questions/1478129/consuming-an-axis-generated-web-service-from-a-vs2008-solution-in-c0Consuming an Axis-generated web service from a VS2008 solution in c#ila2009-09-25T15:51:40Z2009-10-07T10:07:42Z
<p>Hi there, I'm trying to add a web reference to an external Axis - generated web service to a Visual Studio 2008 solution.
The url I received points to a WSDL that I can successfully access through a browser, and I see all the WService details. The Axis version used was 1.4.</p>
<p>But if I run wsdl.exe or when I add the reference in VS2008 I can see the methods list on the left, but I get an error stating that:</p>
<p><hr /></p>
<p>The document at the url <a href="http://............?wsdl" rel="nofollow">http://............?wsdl</a> was not recognized as a known document type.</p>
<p>The error message from each known type may help you fix the problem:</p>
<ul>
<li>Report from 'DISCO Document' is 'Discovery document at the URL <a href="http://.........?wsdl" rel="nofollow">http://.........?wsdl</a> could not be found.'.
<ul>
<li>The document format is not recognized.</li>
</ul></li>
<li>Report from 'WSDL Document' is 'There is an error in XML document (510, 62).'.
<ul>
<li>Namespace prefix 'impl:urn' is not defined.</li>
</ul></li>
<li>Report from 'XML Schema' is 'The root element of a W3C XML Schema should be and its namespace should be '<a href="http://www.w3.org/2001/XMLSchema" rel="nofollow">http://www.w3.org/2001/XMLSchema</a>'.'."</li>
</ul>
<p><hr /></p>
<p>And I cannot proceed. I saw other posts here on SO but all of them are referring to a situation in which the web reference is already added.</p>
<p>Many thanks in advance!</p>
<p>A. </p>
<p>EDIT:
Thanks guys, actually I managed to solve the issue "by hand" as in some way was suggested by dovholuk: I capured the wsdl, saved it loccally in file system, then I modified it by hand, until wsdl.exe was able to generate the classes. Then I added the class in the project, and managed to call the web service.</p>
<p>Ciao
Andrea</p>
http://stackoverflow.com/questions/14599/asp-net-model-view-controller-mvc-where-do-i-start-from35ASP.NET Model-view-controller (MVC) - where do I start from?ila2008-08-18T13:34:41Z2009-09-01T19:36:27Z
<p>I'd like to understand better the MVC pattern, as I'll be probably using it in the future (my job is mainly focused in developing .Net web apps). </p>
<p>Can I ask to this community to help me find a starting direction on this subject? Articles, white papers, code samples, theory... anything you found helpful!</p>
<p>Many thanks</p>
<p>Andrea </p>
http://stackoverflow.com/questions/24515/bad-words-filter4"bad words" filterila2008-08-23T19:17:34Z2009-08-14T17:26:07Z
<p>Not very technical, but... I have to implement a bad words filter in a new site we are developing. So I need a "good" bad words list to feed my db with... any hint / direction? Looking around with google I <a href="http://urbanoalvarez.es/blog/2008/04/04/bad-words-list/" rel="nofollow">found this</a> one, and it's a start, but nothing more.</p>
<p>Yes, I know that this kind of filters are easily escaped... but the client will is the client will !!! :-) </p>
<p>The site will have to filter out both english and italian words, but for italian I can ask my colleagues to help me with a community-built list of "parolacce" :-) - an email will do. </p>
<p>Thanks for any help.</p>
http://stackoverflow.com/questions/27670/microsoft-net-framework-3-5-sp1-setup-fails1Microsoft .Net framework 3.5 SP1 Setup Failsila2008-08-26T10:01:56Z2009-05-15T09:48:31Z
<p>On my Vista machine I cannot install the .Net framework 3.5 SP1. Setup ends few moments after ending the download of the required files, stating in the log that: </p>
<pre><code>[08/26/08,09:46:11] Microsoft .NET Framework 2.0SP1 (CBS): [2] Error: Installation failed for component Microsoft .NET Framework 2.0SP1 (CBS). MSI returned error code 1
[08/26/08,09:46:13] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0SP1 (CBS) is not installed.
</code></pre>
<p>First thing I did was trying to install 2.0 SP1, but this time setup states that the "product is not supported on Vista system". Uhm.</p>
<p>The real big problem is that this setup fails also when it is called by the Visual Studio 2008 SP1.</p>
<p>Now, I searched the net for this, but I'm not finding a real solution... Any idea / hint? Did anybody have problems during SP1 install?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/29838/visual-source-safe-tfs-migration9Visual Source Safe --> TFS Migrationila2008-08-27T10:02:57Z2009-03-16T15:47:23Z
<p>Around here we have been working with a bunch of Visual Source Safe repositories for about 10 years or so. </p>
<p>Now I want to get rid of sourcesafe and move on to Team Foundation Server.</p>
<p>Do you have any tips or tricks for me before I embark on this migration? What are the things I have to be careful about? </p>
<p>I am sure this migration will mean that our working habits have to be modified in some way. Do you think that these changes could be a problem for the organization? Think about a group of about 20 .NET developers in a single site.</p>
http://stackoverflow.com/questions/71201/hints-for-a-high-traffic-web-service-c-asp-net-sql20002Hints for a high-traffic web service, c# asp.net sql2000ila2008-09-16T10:57:40Z2009-01-01T09:56:31Z
<p>I'm developing a web service whose methods will be called from a "dynamic banner" that will show a sort of queue of messages read from a sql server table.</p>
<p>The banner will have a heavy pressure in the home pages of high traffic sites; every time the banner will be loaded, it will call my web service, in order to obtain the new queue of messages.</p>
<p>Now: I don't want that all this traffic drives queries to the database every time the banner is loaded, so I'm thinking to use the asp.net cache (i.e. HttpRuntime.Cache[cacheKey]) to limit database accesses; I will try to have a cache refresh every minute or so.</p>
<p>Obviously I'll try have the messages as little as possible, to limit traffic.</p>
<p>But maybe there are other ways to deal with such a scenario; for example I could write the last version of the queue on the file system, and have the web service access that file; or something mixing the two approaches...</p>
<p>The solution is c# web service, asp.net 3.5, sql server 2000. </p>
<p>Any hint? Other approaches? </p>
<p>Thanks</p>
<p>Andrea</p>
http://stackoverflow.com/questions/14599/asp-net-model-view-controller-mvc-where-do-i-start-from/321645#3216450Answer by ila for ASP.NET Model-view-controller (MVC) - where do I start from?ila2008-11-26T18:14:12Z2008-11-26T18:14:12Z<p>another page I found today is <a href="http://code-inside.de/blog-in/2008/11/26/howto-first-steps-with-aspnet-mvc/" rel="nofollow">http://code-inside.de/blog-in/2008/11/26/howto-first-steps-with-aspnet-mvc/</a></p>
http://stackoverflow.com/questions/22792/is-there-an-open-source-sql-server-db-compare-tool/284627#2846272Answer by ila for Is there an open source SQL Server DB compare tool?ila2008-11-12T17:03:28Z2008-11-12T17:28:01Z<p>On CodePlex I noticed yesterday <strong>DbDiff</strong> (<a href="http://www.codeplex.com/OpenDBiff" rel="nofollow">http://www.codeplex.com/OpenDBiff</a>) that you could try. Supports Sql2005 and 2008, I did not try it.</p>
http://stackoverflow.com/questions/258077/why-do-i-lose-my-session-variable-in-5-minutes/258123#2581234Answer by ila for Why do I lose my Session Variable in 5 minutes?ila2008-11-03T08:26:00Z2008-11-03T08:26:00Z<p>from your comment I see that you think your site is in a load-balancing server farm. </p>
<p>in this case you need to store your session in db or avoid using it: you cannot be sure that the same server will serve the same user each time he does a postback, and if the user goes from server "A" to server "B" in two different posts... your session variables are lost.</p>
<p>try a google search for "sessionstate database", you'll find tons of stuff on this.</p>
<p>hope this helps</p>
<p>andrea</p>
http://stackoverflow.com/questions/258077/why-do-i-lose-my-session-variable-in-5-minutes/258087#2580874Answer by ila for Why do I lose my Session Variable in 5 minutes?ila2008-11-03T07:53:32Z2008-11-03T07:53:32Z<p>some questions:</p>
<ul>
<li>the timeout time is always the same? 5 minutes? </li>
<li>is your site running in a load-balancing server farm? with more than one front-end server?</li>
<li>what are you telling in your web.confing regarding sessions and sessionstate?</li>
</ul>
http://stackoverflow.com/questions/36294/f-language-hints-for-newbie9F# language - hints for newbieila2008-08-30T19:42:24Z2008-10-19T03:02:06Z
<p>Looks like here in StackOveflow there is a group of <strong>F#</strong> enthusiasts. </p>
<p>I'd like to know better this language, so, apart from the <a href="http://en.wikipedia.org/wiki/Functional_programming" rel="nofollow">functional programming theory</a>, can you point me to the better starting points to start using the F# language? I mean, tutorials, how-tos, but first of all working samples to have the chance to start doing something and enjoy the language.</p>
<p>Thanks a lot</p>
<p>Andrea</p>
http://stackoverflow.com/questions/204265/from-classic-asp-to-net-c-or-vb/204273#2042731Answer by ila for From classic ASP to .net c# or vb?ila2008-10-15T10:37:05Z2008-10-15T10:37:05Z<p>c#: it will be harder in the beginning, but will pay in the future. my opinion...</p>
http://stackoverflow.com/questions/197291/grouping-by-intervals/197325#1973250Answer by ila for Grouping by intervalsila2008-10-13T11:46:06Z2008-10-13T11:46:06Z<p>I do not know if this is applicable to mySql, anyway in SQL Server I think you can "simply" use group by in both the select list AND the group by list.</p>
<p>Something like:</p>
<pre><code>select
CASE
WHEN id <= 20 THEN 'lessthan20'
WHEN id > 20 and id <= 30 THEN '20and30' ELSE 'morethan30' END,
count(*)
from Profiles
where 1=1
group by
CASE
WHEN id <= 20 THEN 'lessthan20'
WHEN id > 20 and id <= 30 THEN '20and30' ELSE 'morethan30' END
</code></pre>
<p>returns something like</p>
<pre><code> column1 column2
---------- ----------
20and30 3
lessthan20 3
morethan30 13
</code></pre>
http://stackoverflow.com/questions/190701/creating-your-own-tinyurl-style-uid/191152#1911523Answer by ila for Creating your own Tinyurl style uidila2008-10-10T13:01:40Z2008-10-11T11:42:51Z<p>Some time ago I did exactly this, and I followed the way Sklivvz mentioned. The whole logic was developed with a SQL server stored procedure and a couple of UDF (user defined functions). The steps were:</p>
<ul>
<li>say that you want to shorten this url: <a href="http://stackoverflow.com/questions/190701/creating-your-own-tinyurl-style-uid#191152">http://stackoverflow.com/questions/190701/creating-your-own-tinyurl-style-uid#191152</a></li>
<li>Insert the URL in a table</li>
<li>Obtain the @@identity value of the last insert (a numeric id)</li>
<li>Transform the id in a corresponding alphanumeric value, based on a "domain" of letters and numbers (I actually used this set: "0123456789abcdefghijklmnopqrstuvwxyz")</li>
<li>Return that value back, something like 'cc0'</li>
</ul>
<p>The conversion was realized thru a couple of very short UDF.</p>
<p>Two conversion called one after the other would return "sequential" values like these:</p>
<pre><code>select dbo.FX_CONV (123456) -- returns "1f5n"
select dbo.FX_CONV (123457) -- returns "1f5o"
</code></pre>
<p>If you are interested I can share the UDF's code.</p>
http://stackoverflow.com/questions/186642/is-it-possible-to-automate-ms-sql-server-2005-queries-via-sql-server-management/186658#1866580Answer by ila for Is it possible to automate MS SQL Server (2005) queries via SQL Server Management Studio?ila2008-10-09T10:22:33Z2008-10-09T10:22:33Z<p>Create a job with a step in which you execute your queries; the job can be scheduled at your needs.</p>
http://stackoverflow.com/questions/186572/retriving-date-in-sql-server-currenttimestamp-vs-getdate/186578#1865781Answer by ila for Retriving date in sql server, CURRENT_TIMESTAMP vs GetDate()ila2008-10-09T09:50:33Z2008-10-09T09:50:33Z<p>Books Online tells us that CURRENT_TIMESTAMP "is equivalent to GETDATE()". </p>
http://stackoverflow.com/questions/186544/identity-after-insert-statement-always-returns-0/186562#1865620Answer by ila for @@IDENTITY after INSERT statement always returns 0ila2008-10-09T09:42:24Z2008-10-09T09:42:24Z<p>I think that @@identity is valid only in the scope of the command - in your case when you execute "statement".</p>
<p>Modify your "statement"so that the stored procedure itself will return the @@IDENTITY value right after the INSERT statement, and read it as the return code of the stored procedure execution.</p>
http://stackoverflow.com/questions/12625/best-diff-tool/146742#1467421Answer by ila for Best Diff Tool?ila2008-09-28T21:09:49Z2008-09-28T21:09:49Z<p>Even if I did not try these, I'm adding for completeness also:</p>
<ul>
<li><p>ECMerge, 2 and 3 way merge, cross-platform (runs on Windows, Mac OS X, Linux and Solaris 10): <a href="http://www.elliecomputing.com/Home/default.asp" rel="nofollow">http://www.elliecomputing.com/Home/default.asp</a></p></li>
<li><p>MergePlant, again 3-way merge: <a href="http://www.mikado-ltd.com/" rel="nofollow">http://www.mikado-ltd.com/</a></p></li>
</ul>
http://stackoverflow.com/questions/121864/most-efficient-t-sql-way-to-pad-a-varchar-on-the-left-to-a-certain-length/121968#1219681Answer by ila for Most efficient T-SQL way to pad a varchar on the left to a certain length?ila2008-09-23T16:01:30Z2008-09-23T16:01:30Z<p>probably overkill, I often use this UDF:</p>
<pre><code>CREATE FUNCTION [dbo].[f_pad_before](@string VARCHAR(255), @desired_length INTEGER, @pad_character CHAR(1))
RETURNS VARCHAR(255) AS
BEGIN
-- Prefix the required number of spaces to bulk up the string and then replace the spaces with the desired character
RETURN ltrim(rtrim(
CASE
WHEN LEN(@string) < @desired_length
THEN REPLACE(SPACE(@desired_length - LEN(@string)), ' ', @pad_character) + @string
ELSE @string
END
))
END
</code></pre>
<p>So that you can do things like:</p>
<pre><code>select dbo.f_pad_before('aaa', 10, '_')
</code></pre>
http://stackoverflow.com/questions/121223/visual-studio-clickonce-deployment-certificate-expiration3Visual Studio ClickOnce deployment - certificate expirationila2008-09-23T14:10:07Z2008-09-23T15:23:15Z
<p>I have a problem with a Clickonce deplyment of a Winforms app. When i built the new setup, and tried to export it overwriting as usual the previous setup, Visual Studio came up stating that my certificate is expired.</p>
<p>This behaviour is <a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B925521&x=6&y=10" rel="nofollow">described here</a> and there is <a href="http://may.be/renewcert/" rel="nofollow">a workaround here</a>. But these solutions are not applicable in my situation.</p>
<p>Another workaround involves taking back the system date of the deployment server to a date before the certicate expiry date (during the deployment operations) - but I see this as a very "last chance".</p>
<p>Any hint from the community? Do you know any other workaround I can try?</p>
<p>Thanks</p>
<p>Andrea</p>
http://stackoverflow.com/questions/121223/visual-studio-clickonce-deployment-certificate-expiration/121564#1215640Answer by ila for Visual Studio ClickOnce deployment - certificate expirationila2008-09-23T14:59:02Z2008-09-23T14:59:02Z<p>well... the problem with RenewCert is that the certicate's password is gone together with an external consultant that left months ago, and we cannot get back in touch with him.</p>
<p>not a technical problem, as you can see... :-(</p>
http://stackoverflow.com/questions/121123/securing-a-web-service/121150#1211500Answer by ila for Securing a Web Serviceila2008-09-23T13:55:56Z2008-09-23T13:55:56Z<p>In this moment what comes to my mind is IP filtering on IIS. Fast to apply, should work in your scenario.</p>
http://stackoverflow.com/questions/120014/how-do-you-deal-with-painful-shoulders-and-cold-fingers/120932#1209321Answer by ila for How do you deal with painful shoulders and cold fingersila2008-09-23T13:21:36Z2008-09-23T13:21:36Z<p>Well I agree that if you feel pain probably the first solution is seeing a doctor.</p>
<p>Said that, my experience is that a good way to simply avoid these problems is the practice of Tai Chi Chuan (that's the reason of the little white figure on my gravatar).</p>
<p>Tai Chi Chuan will bring relaxation, more balance, a better knowledge of your own body, even some martial skills (if you find the right school and after years).</p>
<p>Obviously you won't practice TCC simply to avoid pain when working with a PC: but this kind of activities will bring many benefits to your whole life, and I think that they are more interesting than a "simple" gym training (but this a very personal opinion).</p>
http://stackoverflow.com/questions/40452/http-post-question-im-stuck2HTTP POST question - I'm stuckila2008-09-02T20:04:28Z2008-09-22T23:34:54Z
<p>I have to POST some parameters to a URL outside my network, and the developers on the other side asked me to not use HTTP Parameters: instead I have to post my key-values in <strong>HTTP Headers</strong>.</p>
<p>The fact is that I don't really understand what they mean: I tried to use a ajax-like post, with XmlHttp objects, and also I tried to write in the header with something like</p>
<pre><code>Request.Headers.Add(key,value);
</code></pre>
<p>but I cannot (exception from the framework); I tried the other way around, using the Response object like</p>
<pre><code>Response.AppendHeader("key", "value");
</code></pre>
<p>and then redirect to the page... but this doesn't work, as well.</p>
<p>It's evident, I think, that I'm stuck there, any help?</p>
<p>Many thanks</p>
<p>Andrea</p>
<p><strong>EDIT</strong> I forgot to tell you that my environment is .Net 2.0, c#, on Win server 2003.
The exception I got is</p>
<pre><code>System.PlatformNotSupportedException was unhandled by user code
Message="Operation is not supported on this platform."
Source="System.Web"
</code></pre>
<p>This looks like it's caused by my tentative to Request.Add, MS an year ago published some security fixes that don't permit this. </p>
http://stackoverflow.com/questions/17512/computer-language-puns-and-jokes/25830#258306Answer by ila for Computer Language puns and jokesila2008-08-25T10:02:43Z2008-09-21T19:50:53Z<p>For the series on the "x types of people", with <a href="http://beta.stackoverflow.com/questions/17512/computer-language-puns-and-jokes#25830" rel="nofollow">a little recursion</a> in it:</p>
<p><strong><pre>There are only 2 types of people in the world:
those who believe that there are only 2 types of people
in the world, and those who don't.</pre></strong> </p>
http://stackoverflow.com/questions/17512/computer-language-puns-and-jokes/45355#4535552Answer by ila for Computer Language puns and jokesila2008-09-05T06:53:50Z2008-09-21T19:50:53Z<p>a really nice try :-)</p>
<p><img src="http://www.desertisland.it/crew/ila/images/progr_comic.jpg" alt="550times" title="" /></p>
http://stackoverflow.com/questions/1644288/facebook-developer-toolkit-applications-deprecated-template-bundles/1652408#1652408Comment by ila on Facebook Developer Toolkit applications - deprecated template bundlesila2009-10-31T11:08:27Z2009-10-31T11:08:27ZYes actually it was a stupid question... I simply was using FDT in a wrong way. Version 3 is not out yet, correct? thankshttp://stackoverflow.com/questions/1593844/facebook-list-sent-invitationsComment by ila on Facebook list sent invitations ila2009-10-20T17:01:39Z2009-10-20T17:01:39ZUhm looks like Facebook returns an array containing the UIDs of the people invited in a variable named ids[], in POST to the called page. I'll do some experiments and then close this...http://stackoverflow.com/questions/258077/why-do-i-lose-my-session-variable-in-5-minutes/258123#258123Comment by ila on Why do I lose my Session Variable in 5 minutes?ila2008-11-03T08:43:57Z2008-11-03T08:43:57Zwell if you have a sql server database that you can access, you could think to create the necessary database stuff for yourself - if the provider does not help. bye!http://stackoverflow.com/questions/121223/visual-studio-clickonce-deployment-certificate-expiration/121694#121694Comment by ila on Visual Studio ClickOnce deployment - certificate expirationila2008-09-24T07:59:56Z2008-09-24T07:59:56Z@rjrapson thanks, I'll try this solution.http://stackoverflow.com/questions/3947/music-to-listen-to-while-coding/3993#3993Comment by ila on Music to listen to while codingila2008-09-17T07:51:48Z2008-09-17T07:51:48Zgrumpf - i liked pandora a lot, but then stupid commercial policy banned it here in italy... i could listen to it with some proxy tricks, but i also have to work :-)http://stackoverflow.com/questions/71201/hints-for-a-high-traffic-web-service-c-asp-net-sql2000/71596#71596Comment by ila on Hints for a high-traffic web service, c# asp.net sql2000ila2008-09-17T07:49:23Z2008-09-17T07:49:23Zeheh vero :-) cmq feeko stackoverflow! ero nella betahttp://stackoverflow.com/questions/80756/windows-server-2003-share-current-desktop-via-rdp-like-in-windows-xpComment by ila on Windows Server 2003 - Share current Desktop via RDP like in Windows XP?ila2008-09-17T07:47:50Z2008-09-17T07:47:50Zwell I think that many people just think "this is not related to coding" and vote down. I don't agree with this approach, many of us have problems of this kind during normal development activity... http://stackoverflow.com/questions/80706/query-to-find-nth-max-value-of-a-columnComment by ila on Query to find nth max value of a columnila2008-09-17T07:14:21Z2008-09-17T07:14:21Ztoo generic I think: specify at least on which DBMS...http://stackoverflow.com/questions/53558/favorite-advanced-f-tutorial/60872#60872Comment by ila on Favorite advanced F# tutorialila2008-09-16T20:06:40Z2008-09-16T20:06:40Zthanks a lot for the link :-)http://stackoverflow.com/questions/22088/why-do-the-others-think-you-can-fix-their-computer/22119#22119Comment by ila on Why do 'the others' think you can fix their computer?ila2008-09-16T19:55:12Z2008-09-16T19:55:12Zconfirmed, it works. ;-)http://stackoverflow.com/questions/68675/why-did-you-become-a-programmer/68728#68728Comment by ila on Why did you become a programmer?ila2008-09-16T19:52:32Z2008-09-16T19:52:32ZEheheh I thought the same :-)http://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read/1713#1713Comment by ila on What is the single most influential book every programmer should read?ila2008-09-16T19:50:55Z2008-09-16T19:50:55Zyes, great book, a MUST READhttp://stackoverflow.com/questions/71201/hints-for-a-high-traffic-web-service-c-asp-net-sql2000/71596#71596Comment by ila on Hints for a high-traffic web service, c# asp.net sql2000ila2008-09-16T15:51:00Z2008-09-16T15:51:00Zehi ciao Marco ;-)http://stackoverflow.com/questions/47315/f-real-world-apps/48272#48272Comment by ila on F# "real world" apps?ila2008-09-11T07:13:16Z2008-09-11T07:13:16Zuhm in the last F# distributions (now we have 1.9.6.2) I cannot find any asp.net sample, those mentioned in the tomas Petricek's article... any hint on how I can find them? Thanks, Andrea