User Mamut - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T23:27:25Z http://stackoverflow.com/feeds/user/22032 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1199981/tab-completion-and-mc-problems 0 TAB completion and mc problems Mamut 2009-07-29T12:41:12Z 2009-09-06T04:46:47Z <pre><code>DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.10 DISTRIB_CODENAME=intrepid DISTRIB_DESCRIPTION="Ubuntu 8.10" </code></pre> <p>This is the server version.</p> <p>When I ssh into it, I encounter the following problems:</p> <p><strong>Problem 1</strong></p> <p>tab completion behaves weird to the point of being unusable:</p> <pre><code>&gt; cd ~/&lt;press TAB&gt; -sh: &lt;( compgen -d -- '/home/dmitriid/' ): No such file or directory &gt; vi ~/.&lt;press TAB&gt; &lt;( compgen -d -- '/home/dmitriid/.' ): No such file or directory -sh: &lt;( eval compgen -f -X '*.@(o|so|so.!(conf)|a|rpm|gif|GIF|jp?(e)g| JP?(E)G|mp3|MP3|mp?(e)g|MPG|avi|AVI|asf|ASF|ogg|OGG|class|CLASS)' -- $(quote_readline $cur) ): No such file or directory &gt; nano ~/.&lt;press TAB&gt; ./ .bash_logout .mc/ .viminfo ../ .bashrc .mysql_history .aptitude/ .erlang.cookie .profile .bash_history .gitconfig .ssh/ </code></pre> <p>Is there a way to fix that?</p> <p><strong>Problem 2</strong></p> <p>I use mc quite a lot. I often do a Ctrl+O to hide panels and work in the shell. In my case:</p> <ol> <li>Ctrl + O hides panels</li> <li>Any keypress brings the panels back</li> </ol> <p>Is there a way to fix that as well?</p> <p>Thank you!</p> http://stackoverflow.com/questions/1276420/rails-migration-for-c 0 Rails migration for C++ Mamut 2009-08-14T07:01:58Z 2009-08-14T10:37:48Z <p>Is there a tool for C++ that is at least remotely similar to Rails migrations? </p> http://stackoverflow.com/questions/1199981/tab-completion-and-mc-problems/1217441#1217441 0 Answer by Mamut for TAB completion and mc problems Mamut 2009-08-01T20:38:38Z 2009-08-01T20:38:38Z <p>Ok. It turns out the solution was dumb and simple. The key was — no interactive shell in mc.</p> <p>The answer lies here: <a href="http://www.ibiblio.org/mc/FAQ" rel="nofollow">http://www.ibiblio.org/mc/FAQ</a></p> <blockquote> <p>6.6 When I use Ctrl-O I don't get a subshell. How do I fix this?</p> <p>Only bash, tcsh and zsh can be used as subshell. Use one of those shells as your default shell, and it will be used as subshell in GNU Midnight Commander.</p> </blockquote> <p>So I decided to change the shell:</p> <pre><code>&gt; which bash /bin/bash &gt; sudo chsh -s /bin/bash my_user_name &gt; grep ^my_user_name /etc/password my_user_name:x:1002:1002::/home/my_user_name:/bin/bash </code></pre> <p>Note /bin/bash at the end of the passwd file. It means the shell is now changed.</p> <p>After i logged out and then logged back in — voila, everything works!</p> http://stackoverflow.com/questions/218699/your-choice-of-cross-browser-javascript-gui 11 Your choice of cross-browser javascript GUI Mamut 2008-10-20T14:48:12Z 2009-05-01T16:43:01Z <p>There are a number of great and not so-great Javascript GUI frameworks out there. I've looked at some (only superficially). And I can't make my mind about any of them</p> <p><strong>Scroll to the end of this question to see what others say</strong></p> <ul> <li><p><a href="http://extjs.org/" rel="nofollow">Ext.js</a> The obvious choice by many since it's one of the most known frameworks.<br /> <em>Advantages:</em> Looks <a href="http://extjs.com/products/extjs/" rel="nofollow">awesome</a>, large community, lots of extensions/plugins, GPL'ed<br /> <em>Disadvanatges:</em> Inability to use third-party extensions with commercial license (and some of those extensions have killer features) </p></li> <li><p><a href="http://backbase.com/" rel="nofollow">Backbase</a> Relatively less known. A curious mix of XML and Javascript that is reminiscent of XUL. However, it's already cross-browser<br /> <em>Advantages:</em> Looks <a href="http://demo.backbase.com/explorer/index.html#|examples/welcome.xml" rel="nofollow">good</a>, very extensible, allows easy incorporation of <a href="http://bdn.backbase.com/blog/rus/advanced-3d-animations-and-transitions" rel="nofollow">some really neat stuff</a><br /> <em>Disadvantages:</em> Pricing is steep and CPU-bound (though free to use on up to 2 CPUs), forums are slow to respond (though commercial support is supposedly fast)</p></li> <li><p><a href="http://qooxdoo.org/" rel="nofollow">qooxdoo</a> Also very popular.<br /> <em>Advantages:</em> <em>Please, fill in</em><br /> <em>Disadvantages:</em> Code is slighly messy (based on hearsay)</p></li> <li><p><a href="http://developer.yahoo.com/yui" rel="nofollow">YUI</a> <em>Fill in description</em><br /> <em>Advantages:</em> Well organized code <em>Disadvantages:</em> <em>Many widgets still in beta</em></p></li> <li><p><a href="http://dojotoolkit.org/" rel="nofollow">Dojo</a> <em>Fill in description</em><br /> <em>Advantages:</em> Incremental loading of classes<br /> <em>Disadvantages:</em> MIght feel bloated</p></li> <li><p><a href="http://ui.jquery.com/" rel="nofollow">jQuery UI</a><br /> <em>Advantages:</em> Widgets not dependent on each other<br /> <em>Disadvantages:</em> In an early stage of development, very few widgets<br /> <em>Possible tendency towards wider acception:</em> jQuery to be shipped with ASP.NET MVC</p></li> </ul> <p><hr /></p> <p>What say you? What do you use and why? What would you rather use and why? In any kind of project</p> <p><hr /></p> <p>To be updated with your input...</p> <blockquote> <p>See this <a href="http://stackoverflow.com/questions/218699/your-choice-of-cross-browser-javascript-gui#218764">excellent comment</a> from Sergey Ilinsky which explains very nicely which framework you should choose when you want to just pimp up your page, build an application with a rich frontend (with several choices, no less) </p> <p>An <a href="http://stackoverflow.com/questions/913/what-javascript-library-would-you-choose-for-a-new-project-and-why#74111">interesting comment</a> in another thread compares jQuery, Dojo, Prototype, Mootools, <a href="http://www.sproutcore.com/" rel="nofollow">Sproutcore</a> and <a href="http://cappuccino.org/" rel="nofollow">Cappuccino</a></p> </blockquote> http://stackoverflow.com/questions/186208/latex-styles-what-do-you-use-and-where-to-find-them 6 Latex styles - what do you use and where to find them Mamut 2008-10-09T07:01:12Z 2008-11-02T07:26:54Z <p>What Latex styles do you use and where do you find them?</p> <p>The reason I'm asking this is that it seems that some 99.9999% of all styles on the internet are copies of each other and of a <a href="http://www.tug.org/texshowcase/ps_s_1b.pdf" rel="nofollow">physics exam paper</a></p> <p>However, when you try to find a style for a paper like <a href="http://www.tug.org/texshowcase/en_gb_eclipse_114.pdf" rel="nofollow">this one</a>... Good luck, you are never going to find it.</p> <p>Creating your own style is often not really an option, because it requires you to dig quite deep into the very advanced features of TeX/LaTeX and fighting your way against possible incompatibilities with document classes/packages/whatnot.</p> http://stackoverflow.com/questions/98205/what-cross-browser-javascript-libraries-are-out-there/219647#219647 0 Answer by Mamut for What Cross-Browser Javascript Libraries Are Out There? Mamut 2008-10-20T19:49:36Z 2008-10-20T19:49:36Z <p>See also a <a href="http://stackoverflow.com/questions/218699/your-choice-of-cross-browser-javascript-gui">thread on cross-browser GUIs</a></p> http://stackoverflow.com/questions/610/gui-programming-apis/187932#187932 1 Answer by Mamut for GUI Programming APIs Mamut 2008-10-09T15:55:44Z 2008-10-09T16:01:33Z <p>If your're not aiming for cross-platform, take a look at <a href="http://terrainformatica.com/" rel="nofollow">HTMLayout</a> (latest editions of Symantec products use it as well )</p> http://stackoverflow.com/questions/182112/what-are-some-funny-loading-statements-to-keep-users-amused/187496#187496 0 Answer by Mamut for What are some funny loading statements to keep users amused? Mamut 2008-10-09T14:23:40Z 2008-10-09T14:23:40Z <p>Still there?</p> <p>Yeah, I had a feeling you'd wanna do(click) this</p> <p>Waiting for that butterfly in the Andes...</p> http://stackoverflow.com/questions/186605/am-i-too-old-to-get-an-entry-level-programming-job/186662#186662 0 Answer by Mamut for Am I too old to get an entry level programming job? Mamut 2008-10-09T10:24:09Z 2008-10-09T10:24:09Z <p>I've heard of a physicist who turned programmer when he was about your age and became a project manager by the time he was 42. </p> <p>So it's basically what <a href="http://stackoverflow.com/questions/186605/am-i-too-old-to-get-an-entry-level-programming-job#186612">Unkwntech</a> said. It's all about attitude and deciding whether this is what you <em>really</em> want to do</p> http://stackoverflow.com/questions/186208/latex-styles-what-do-you-use-and-where-to-find-them/186651#186651 0 Answer by Mamut for Latex styles - what do you use and where to find them Mamut 2008-10-09T10:19:09Z 2008-10-09T10:19:09Z <p>Indeed, perhaps that's the answer :) It's just... Sometimes looking at others' code makes me wonder: "Where did <em>that</em> come from? how did they figure <em>this</em> stuff out? what do all these functions <em>mean</em>?" :)</p> <p>Oh well. Better start digging then...</p> http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon/162624#162624 7 Answer by Mamut for What's your favorite "programmer" cartoon? Mamut 2008-10-02T14:33:58Z 2008-10-09T10:13:35Z <p>There's a Russian version of <a href="http://bash.org/" rel="nofollow" title="Bash.org">Bash.org</a> at <a href="http://bash.org.ru" rel="nofollow" title="Bash.org.ru">Bash.org.ru</a>. What they do now is they take favorite quotes and turn them into cartoons or comic strips. Here's one of my favorite ones: <img src="http://s.bash.org.ru/img/67c5y2emi7vwmrnd263759.jpg" alt="Tester" /></p> <ol> <li><p>We've got a clever tester now -What do you mean?</p></li> <li><p>He's found bunch of stuff... A funny symbol there, a weird key combination here. He's real good</p></li> <li><p>But sometimes... I really want to smash his face</p></li> </ol> <p>Link to site: <a href="http://bash.org.ru/comics/20080111" rel="nofollow">http://bash.org.ru/comics/20080111</a></p> http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/162415#162415 0 Answer by Mamut for What is the single most effective thing you did to improve your programming skills? Mamut 2008-10-02T13:59:14Z 2008-10-02T13:59:14Z <p>If we're talking about "the only" then it would be starting learning LISP. I got bored after two months, but LISP has prompted me to move onto OCaml, Haskell, Erlang... Each of those improved at least something in me.</p> http://stackoverflow.com/questions/1276420/rails-migration-for-c Comment by Mamut on Rails migration for C++ Mamut 2009-09-22T15:39:04Z 2009-09-22T15:39:04Z Possibly both :) But preferrably logic http://stackoverflow.com/questions/1276420/rails-migration-for-c/1277187#1277187 Comment by Mamut on Rails migration for C++ Mamut 2009-08-15T10:31:12Z 2009-08-15T10:31:12Z What I would really love to have is a migration tool that is DB-agnostic. That is, a tool that would pick up, say, a schema-definition file and alter the DB, regardless of whether its' MSSQL or MySQL. There actually exists an ORM for C++, <a href="http://dtemplatelib.sourceforge.net/" rel="nofollow">dtemplatelib.sourceforge.net</a> but it doesn't offer migratons... I guess it would be easier to just bundle Ruby with the application :) http://stackoverflow.com/questions/1276420/rails-migration-for-c Comment by Mamut on Rails migration for C++ Mamut 2009-08-14T07:39:24Z 2009-08-14T07:39:24Z <a href="http://guides.rubyonrails.org/migrations.html" rel="nofollow">guides.rubyonrails.org/migrations.html</a> http://stackoverflow.com/questions/29099/what-makes-a-language-object-oriented/29128#29128 Comment by Mamut on What makes a language Object-Oriented? Mamut 2009-08-13T19:26:58Z 2009-08-13T19:26:58Z Don't forget Objective C and Javascript as coming from the Smalltalk branch http://stackoverflow.com/questions/1199981/tab-completion-and-mc-problems/1200008#1200008 Comment by Mamut on TAB completion and mc problems Mamut 2009-07-29T13:16:35Z 2009-07-29T13:16:35Z I'll try that. Thank you for the link to serverfault http://stackoverflow.com/questions/1199981/tab-completion-and-mc-problems Comment by Mamut on TAB completion and mc problems Mamut 2009-07-29T13:10:13Z 2009-07-29T13:10:13Z I did. It's silent :) StackOveflow is usually much more helpful than any other forum out there :) http://stackoverflow.com/questions/392397/arrays-whats-the-point/392917#392917 Comment by Mamut on Arrays, What's the point? Mamut 2008-12-25T21:23:08Z 2008-12-25T21:23:08Z how often do you need such a case? ;) http://stackoverflow.com/questions/392397/arrays-whats-the-point/393015#393015 Comment by Mamut on Arrays, What's the point? Mamut 2008-12-25T21:22:29Z 2008-12-25T21:22:29Z I C/C++ - perhaps. I believe, this could be nt the case for other languages. http://stackoverflow.com/questions/218699/your-choice-of-cross-browser-javascript-gui/218764#218764 Comment by Mamut on Your choice of cross-browser javascript GUI Mamut 2008-10-20T19:35:54Z 2008-10-20T19:35:54Z Excellent, I'll put a link to your comment in the question! http://stackoverflow.com/questions/218699/your-choice-of-cross-browser-javascript-gui Comment by Mamut on Your choice of cross-browser javascript GUI Mamut 2008-10-20T19:31:01Z 2008-10-20T19:31:01Z The question was about an alternative to Ext.js, [1][1] [1]: <a href="http://stackoverflow.com/questions/200284/what-are-alternatives-to-extjs" rel="nofollow" title="what are alternatives to extjs">stackoverflow.com/questions/200284/&hellip;</a>