User sumek - Stack Overflowmost recent 30 from stackoverflow.com2009-12-01T19:10:06Zhttp://stackoverflow.com/feeds/user/11439http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/168428/f-and-scala-comparison10F# and Scala comparisonsumek2008-10-03T19:14:09Z2009-10-24T21:39:10Z
<p>Could someone describe what are the differences between those two languages? Other that they target different VM of course ;)</p>
http://stackoverflow.com/questions/532613/what-does-it-mean-that-powershell-2-0-will-be-firewall-friendly7What does it mean that powershell 2.0 will be "firewall friendly"?sumek2009-02-10T14:43:33Z2009-10-11T19:22:02Z
<p>I'm interested in executing powershell scripts on a computer behind a firewall. What ports will I need to have open? Will any special configuration be needed or I'll be just be able to connect to a fresh install of Windows Server 2008 r2 and start executing my scripts?</p>
http://stackoverflow.com/questions/832033/best-modern-text-parsing-aka-when-to-use-lex-and-yacc/1048247#10482471Answer by sumek for Best modern text parsing? AKA When to use Lex and Yacc?sumek2009-06-26T09:41:11Z2009-08-10T21:42:59Z<p>Take a look at jay, yacc retargeted to C# and Java. It is included in the mono project. </p>
<p><a href="http://code.google.com/p/jayc/" rel="nofollow">http://code.google.com/p/jayc/</a></p>
http://stackoverflow.com/questions/73684/companies-doing-domain-driven-design2Companies doing Domain driven designsumek2008-09-16T15:37:31Z2009-08-09T19:26:59Z
<p>I've just finished reading Domain Driven Design and I'm enchanted with some of the ideas covered in it. Do you know any companies that implement ubiquitous language in their projects?</p>
http://stackoverflow.com/questions/73319/duplicate-a-whole-line-in-vim12Duplicate a whole line in Vimsumek2008-09-16T15:02:52Z2009-07-14T04:45:12Z
<p>How do I duplicate a whole line in Vim in a similiar way to CTRL+D in IntelliJ IDEA/Resharper or Ctrl Alt Arrow in Eclipse?</p>
http://stackoverflow.com/questions/201994/complete-list-of-google-gears-enabled-sites7Complete list of Google Gears enabled sitessumek2008-10-14T17:01:23Z2009-06-16T12:15:35Z
<p>Is there a complete list of Google Gears enabled sites? I'm aware of rememberthemilk.com, google docs and google calendar</p>
http://stackoverflow.com/questions/916284/using-adblock-plus-subscriptions-to-remove-ads-from-downloaded-pages1Using Adblock Plus subscriptions to remove ads from downloaded pagessumek2009-05-27T15:05:19Z2009-05-27T16:13:51Z
<p>Hi!
I'd like to use the adblosck plus subscriptions to remove ads from the pages I'm about to scrap. Have anyone used such approach? What is the performance of such solution? What is the algorithm used by the extension itself?</p>
http://stackoverflow.com/questions/916284/using-adblock-plus-subscriptions-to-remove-ads-from-downloaded-pages/916655#9166550Answer by sumek for Using Adblock Plus subscriptions to remove ads from downloaded pagessumek2009-05-27T16:13:51Z2009-05-27T16:13:51Z<p>After some googling I've found the post by the extension author:
<a href="http://adblockplus.org/blog/investigating-filter-matching-algorithms" rel="nofollow">http://adblockplus.org/blog/investigating-filter-matching-algorithms</a></p>
http://stackoverflow.com/questions/815959/how-does-ccr-dss-toolkit-model-compare-to-other-scalability-concurency-approa2How does CCR & DSS toolkit model compare to other scalability & concurency approaches?sumek2009-05-03T00:07:34Z2009-05-06T12:02:19Z
<p>I'm interested to comparison between various approaches to scalability & concurrency including CCR & DSS framework model. I would be especially interested with comparison with Hadoop and Erlang style concurency</p>
http://stackoverflow.com/questions/798887/stored-procedure-structure2stored procedure structuresumek2009-04-28T16:53:27Z2009-04-28T17:07:09Z
<p>I've inherited a legacy system with lots (160+) of stored procedures. I'm looking for a way to create a diagram that would</p>
<ul>
<li>show which of the procedures are called by other procedures</li>
<li>show which part of the C# code uses which stored procedures</li>
<li>group the procedures by the parts of the system in which they are used</li>
</ul>
<p>Is there a tool that does this? Or would help me to perform the task?</p>
http://stackoverflow.com/questions/734712/using-stored-procedures-results-in-update-statement1Using stored procedures results in update statementsumek2009-04-09T15:24:14Z2009-04-09T17:54:55Z
<p>I've got a table with two columns(among others): id and created_in_variant and a stored procedure that calculates the created_in_variant value basing on the id.
I'd like to do something like this:</p>
<pre><code>UPDATE [dbo].[alerts]
SET [created_in_variant] = find_root [id]
</code></pre>
<p>Is there a nice way to do it?</p>
http://stackoverflow.com/questions/581035/what-makes-one-an-expert/581192#5811920Answer by sumek for What makes one an expert?sumek2009-02-24T10:12:09Z2009-02-24T10:12:09Z<p>Intuition and insights acquired after hours and hours of learning, testing, trying things out, etc. </p>
<p>A must read is <a href="http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning" rel="nofollow">Pragmatic Thinking and Learning</a> by Pragmatic Andy</p>
http://stackoverflow.com/questions/565225/cocoon-2-1-x-to-2-2-0-migration-guide0cocoon 2.1.x to 2.2.0 migration guidesumek2009-02-19T13:03:36Z2009-02-19T13:03:36Z
<p>Can anyone recommend me a good migration guide?</p>
http://stackoverflow.com/questions/119968/good-book-for-learning-sharepoint-development5Good book for learning Sharepoint developmentsumek2008-09-23T09:04:15Z2009-02-12T22:17:09Z
<p>What would you recommend? I know C# and ASP.NET well, but I haven't touched Sharepoint before.</p>
http://stackoverflow.com/questions/451664/is-there-any-nhibernate-book/465878#4658781Answer by sumek for Is there any NHibernate book?sumek2009-01-21T16:06:44Z2009-01-21T16:06:44Z<p><a href="http://manning.com/kuate/" rel="nofollow" title="NHibernate in Action">NHibernate in Action</a>, currently in early access programme. It covers only NHibernate 1.2 though</p>
http://stackoverflow.com/questions/268123/vim-how-to-start-inserting-at-the-end-of-the-file-in-one-step2Vim - how to start inserting at the end of the file in one stepsumek2008-11-06T09:53:26Z2008-12-18T19:53:19Z
<p>Is there a single shortcut to start inserting in the new line at end of the file? I'm aware of G + o combo.</p>
http://stackoverflow.com/questions/221809/mylyn-type-plugin-for-visual-studio4Mylyn type plugin for Visual Studiosumek2008-10-21T13:08:10Z2008-11-28T21:31:07Z
<p><a href="http://www.eclipse.org/mylyn/" rel="nofollow">Mylyn</a> is a task oriented plugin that allows for example to assign a set of files to a task. Is there a Mylyn type plugin for Visual Studio?</p>
http://stackoverflow.com/questions/321239/event-on-a-click-everywhere-on-the-page-outside-of-the-specific-div1Event on a click everywhere on the page outside of the specific divsumek2008-11-26T16:06:52Z2008-11-26T18:03:07Z
<p>I'd like to hide a div when user click anywhere on the page outside of that div. How can I do that using raw javascript or jQuery?</p>
http://stackoverflow.com/questions/156810/download-files-to-local-drive-when-sshed1Download files to local drive when sshedsumek2008-10-01T09:09:38Z2008-11-19T21:20:36Z
<p>What is the best way to download files to local hard drive when logged in to another computer using ssh in bash. I'm aware of sftp, but it is not convienent, e.g. it lacks tab completion of directory names. I'm using Ubuntu 8.04.1 . I don't have a public IP and would not like to setup dynamic Dynamic DNS solution.</p>
http://stackoverflow.com/questions/243024/non-localized-error-messages-in-asp-net1Non localized error messages in Asp.netsumek2008-10-28T11:55:29Z2008-10-28T12:03:33Z
<p>I've got a Polish version of Windows installed and therefore I get exception messages in Polish. Is there a way to make asp.net display error messages in English? Other than installing English version of Windows.</p>
http://stackoverflow.com/questions/222909/intelligent-database-search/223007#2230071Answer by sumek for intelligent database searchsumek2008-10-21T18:50:41Z2008-10-21T18:50:41Z<p>If it's possible to integrate <a href="http://incubator.apache.org/lucene.net/" rel="nofollow">Lucene.NET</a> into your solutionm you should definetly try it out.</p>
http://stackoverflow.com/questions/221806/debugging-backwards/221856#2218560Answer by sumek for Debugging backwardssumek2008-10-21T13:20:28Z2008-10-21T13:20:28Z<p>Such debuggers are in the making. You can check out the following <a href="http://video.google.com/videoplay?docid=3897010229726822034" rel="nofollow">Google Talk</a></p>
http://stackoverflow.com/questions/214913/defining-point-of-functional-programming9Defining point of functional programmingsumek2008-10-18T11:19:17Z2008-10-19T18:15:53Z
<p>I can enumerate many features of functional programming, but when my friend asked me Could you define functional programming for me? I couldn't.</p>
http://stackoverflow.com/questions/144468/tracking-changes-in-windows-registry2Tracking changes in Windows registrysumek2008-09-27T21:01:34Z2008-10-11T09:43:37Z
<p>Is there a way to track changes in Windows registry? I'd like to see what changes in the registry are made during installation of various programs. </p>
http://stackoverflow.com/questions/156774/distributed-corporate-collaboration-tools/156786#1567861Answer by sumek for Distributed corporate collaboration toolssumek2008-10-01T09:03:30Z2008-10-01T09:03:30Z<p><a href="http://www.skype.com/" rel="nofollow">Skype</a>
meets all your requirements.</p>
http://stackoverflow.com/questions/132405/free-alternative-to-regxbuddy3Free alternative to RegxBuddysumek2008-09-25T09:55:13Z2008-09-29T21:29:44Z
<p>Are there any good alternatives that support writing regexps in different flavours and allow to test them?</p>
http://stackoverflow.com/questions/101301/ironclad-equivalent-for-jython5IronClad equivalent for Jythonsumek2008-09-19T11:58:00Z2008-09-23T08:59:47Z
<p>For IronPython there is a project - <a href="http://www.resolversystems.com/documentation/index.php/Ironclad" rel="nofollow">IronClad</a>, that aims to transparently run C extensions in it. Is there a similiar project for Jython?</p>
http://stackoverflow.com/questions/36399/how-does-dedicated-webhosting-compare-to-amazons-cloud/101677#1016772Answer by sumek for How does dedicated webhosting compare to Amazon's Cloud?sumek2008-09-19T13:06:15Z2008-09-19T13:06:15Z<p><a href="http://www.flexiscale.com/" rel="nofollow">Flexiscale</a> preserves the state of the VM as it it turned off. <a href="http://www.cognifide.com" rel="nofollow">We</a> use it as devepment machines and to host our <a href="http://www.cognifide.com" rel="nofollow">company page</a>. It is a bit pricier than Amazons solution though.</p>
http://stackoverflow.com/questions/100995/what-is-domain-driven-design/101069#1010692Answer by sumek for What is domain driven design?sumek2008-09-19T10:55:16Z2008-09-19T10:55:16Z<p>Trying to understand what the software you're writing is about and reflecting that understanding in the model.</p>
http://stackoverflow.com/questions/96922/why-use-jython-when-you-could-just-use-java/96988#969884Answer by sumek for Why use Jython when you could just use Java?sumek2008-09-18T21:07:59Z2008-09-18T21:22:32Z<p>Python libraries ;) For example <a href="http://www.crummy.com/software/BeautifulSoup/" rel="nofollow">BeautifulSoup</a> - an HTML parser that accepts incorrect markup. AFAIK there is no similar pure Java lib.</p>
http://stackoverflow.com/questions/168428/f-and-scala-comparison/215994#215994Comment by sumek on F# and Scala comparisonsumek2009-05-29T10:57:20Z2009-05-29T10:57:20Z<a href="http://coding.derkeiler.com/Archive/Lisp/comp.lang.lisp/2007-06/msg01515.html" rel="nofollow">coding.derkeiler.com/Archive/Lisp/…</a>
"He has a long history with spamming and trolling."http://stackoverflow.com/questions/798887/stored-procedure-structureComment by sumek on stored procedure structuresumek2009-04-28T16:58:46Z2009-04-28T16:58:46ZI've tried Visustin (<a href="http://www.aivosto.com/visustin.html" rel="nofollow">aivosto.com/visustin.html</a>), but it just produced garbage.http://stackoverflow.com/questions/321239/event-on-a-click-everywhere-on-the-page-outside-of-the-specific-div/321266#321266Comment by sumek on Event on a click everywhere on the page outside of the specific divsumek2008-11-27T10:03:52Z2008-11-27T10:03:52ZThanks a lot! That worked just the way I wanted it to.http://stackoverflow.com/questions/202430/asp-net-mvc-preview-5-on-mono/203784#203784Comment by sumek on ASP.NET MVC Preview 5 on Monosumek2008-11-27T09:38:23Z2008-11-27T09:38:23Zand you can always run mono on top of Windows, can't you?http://stackoverflow.com/questions/156774/distributed-corporate-collaboration-tools/160686#160686Comment by sumek on Distributed corporate collaboration toolssumek2008-10-02T10:26:55Z2008-10-02T10:26:55ZIn Skype 4.0 there are chats, that can be saved in contact list.http://stackoverflow.com/questions/101301/ironclad-equivalent-for-jython/101539#101539Comment by sumek on IronClad equivalent for Jythonsumek2008-09-23T09:01:51Z2008-09-23T09:01:51ZThanks for your answer, but it was not what I was looking for. Propably it means that there is no similiar project in the Jython world.http://stackoverflow.com/questions/100995/what-is-domain-driven-design/101028#101028Comment by sumek on What is domain driven design?sumek2008-09-19T10:52:20Z2008-09-19T10:52:20ZAas far as I understand it, it's not programmers speaking domain experts language, but developing a common language.http://stackoverflow.com/questions/96922/why-use-jython-when-you-could-just-use-java/96988#96988Comment by sumek on Why use Jython when you could just use Java?sumek2008-09-18T21:20:45Z2008-09-18T21:20:45ZYou're right. The stable release is Python 2.2 equivalent. It might too old... and Jython 2.5 is still in alpha state. After the stable release is available it should work though.