User sumek - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T19:10:06Z http://stackoverflow.com/feeds/user/11439 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/168428/f-and-scala-comparison 10 F# and Scala comparison sumek 2008-10-03T19:14:09Z 2009-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-friendly 7 What does it mean that powershell 2.0 will be "firewall friendly"? sumek 2009-02-10T14:43:33Z 2009-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#1048247 1 Answer by sumek for Best modern text parsing? AKA When to use Lex and Yacc? sumek 2009-06-26T09:41:11Z 2009-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-design 2 Companies doing Domain driven design sumek 2008-09-16T15:37:31Z 2009-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-vim 12 Duplicate a whole line in Vim sumek 2008-09-16T15:02:52Z 2009-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-sites 7 Complete list of Google Gears enabled sites sumek 2008-10-14T17:01:23Z 2009-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-pages 1 Using Adblock Plus subscriptions to remove ads from downloaded pages sumek 2009-05-27T15:05:19Z 2009-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#916655 0 Answer by sumek for Using Adblock Plus subscriptions to remove ads from downloaded pages sumek 2009-05-27T16:13:51Z 2009-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-approa 2 How does CCR & DSS toolkit model compare to other scalability & concurency approaches? sumek 2009-05-03T00:07:34Z 2009-05-06T12:02:19Z <p>I'm interested to comparison between various approaches to scalability &amp; concurrency including CCR &amp; DSS framework model. I would be especially interested with comparison with Hadoop and Erlang style concurency</p> http://stackoverflow.com/questions/798887/stored-procedure-structure 2 stored procedure structure sumek 2009-04-28T16:53:27Z 2009-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-statement 1 Using stored procedures results in update statement sumek 2009-04-09T15:24:14Z 2009-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#581192 0 Answer by sumek for What makes one an expert? sumek 2009-02-24T10:12:09Z 2009-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-guide 0 cocoon 2.1.x to 2.2.0 migration guide sumek 2009-02-19T13:03:36Z 2009-02-19T13:03:36Z <p>Can anyone recommend me a good migration guide?</p> http://stackoverflow.com/questions/119968/good-book-for-learning-sharepoint-development 5 Good book for learning Sharepoint development sumek 2008-09-23T09:04:15Z 2009-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#465878 1 Answer by sumek for Is there any NHibernate book? sumek 2009-01-21T16:06:44Z 2009-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-step 2 Vim - how to start inserting at the end of the file in one step sumek 2008-11-06T09:53:26Z 2008-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-studio 4 Mylyn type plugin for Visual Studio sumek 2008-10-21T13:08:10Z 2008-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-div 1 Event on a click everywhere on the page outside of the specific div sumek 2008-11-26T16:06:52Z 2008-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-sshed 1 Download files to local drive when sshed sumek 2008-10-01T09:09:38Z 2008-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-net 1 Non localized error messages in Asp.net sumek 2008-10-28T11:55:29Z 2008-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#223007 1 Answer by sumek for intelligent database search sumek 2008-10-21T18:50:41Z 2008-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#221856 0 Answer by sumek for Debugging backwards sumek 2008-10-21T13:20:28Z 2008-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-programming 9 Defining point of functional programming sumek 2008-10-18T11:19:17Z 2008-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-registry 2 Tracking changes in Windows registry sumek 2008-09-27T21:01:34Z 2008-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#156786 1 Answer by sumek for Distributed corporate collaboration tools sumek 2008-10-01T09:03:30Z 2008-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-regxbuddy 3 Free alternative to RegxBuddy sumek 2008-09-25T09:55:13Z 2008-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-jython 5 IronClad equivalent for Jython sumek 2008-09-19T11:58:00Z 2008-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#101677 2 Answer by sumek for How does dedicated webhosting compare to Amazon's Cloud? sumek 2008-09-19T13:06:15Z 2008-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#101069 2 Answer by sumek for What is domain driven design? sumek 2008-09-19T10:55:16Z 2008-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#96988 4 Answer by sumek for Why use Jython when you could just use Java? sumek 2008-09-18T21:07:59Z 2008-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#215994 Comment by sumek on F# and Scala comparison sumek 2009-05-29T10:57:20Z 2009-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/&hellip;</a> &quot;He has a long history with spamming and trolling.&quot; http://stackoverflow.com/questions/798887/stored-procedure-structure Comment by sumek on stored procedure structure sumek 2009-04-28T16:58:46Z 2009-04-28T16:58:46Z I'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#321266 Comment by sumek on Event on a click everywhere on the page outside of the specific div sumek 2008-11-27T10:03:52Z 2008-11-27T10:03:52Z Thanks a lot! That worked just the way I wanted it to. http://stackoverflow.com/questions/202430/asp-net-mvc-preview-5-on-mono/203784#203784 Comment by sumek on ASP.NET MVC Preview 5 on Mono sumek 2008-11-27T09:38:23Z 2008-11-27T09:38:23Z and you can always run mono on top of Windows, can't you? http://stackoverflow.com/questions/156774/distributed-corporate-collaboration-tools/160686#160686 Comment by sumek on Distributed corporate collaboration tools sumek 2008-10-02T10:26:55Z 2008-10-02T10:26:55Z In Skype 4.0 there are chats, that can be saved in contact list. http://stackoverflow.com/questions/101301/ironclad-equivalent-for-jython/101539#101539 Comment by sumek on IronClad equivalent for Jython sumek 2008-09-23T09:01:51Z 2008-09-23T09:01:51Z Thanks 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#101028 Comment by sumek on What is domain driven design? sumek 2008-09-19T10:52:20Z 2008-09-19T10:52:20Z Aas 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#96988 Comment by sumek on Why use Jython when you could just use Java? sumek 2008-09-18T21:20:45Z 2008-09-18T21:20:45Z You'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.