User ldigas - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T18:28:35Zhttp://stackoverflow.com/feeds/user/62699http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/771016/what-does-your-workplace-look-like1What does your workplace look like?ldigas2009-04-21T04:18:30Z2009-12-19T16:45:13Z
<p>What does your <a href="http://www.flickr.com/groups/workspaces/pool/" rel="nofollow">workplace</a>* look like?</p>
<p>How is it set up? Is it in a <a href="http://www.flickr.com/photos/bwa32/3035179432/in/pool-lifehacker-workspace-showandtell" rel="nofollow">home attic</a> (burning the midnight oil), or in your home basement (underground movement), or do you spend most of your time at the company <a href="http://cache.lifehacker.com/assets/resources/2006/10/exercise%20at%20desk.jpg" rel="nofollow">diligently working</a>? Cubicle? A private office maybe, or did they put you in the boiler room?</p>
<p>How does your "precious one" look like (no, I'm not talking about your gf/wife, I ment the computer)? Do you have Dilbert and xkcd comics banged against the wall, ... or a darts board with your bosses face?</p>
<p>Describe it ... link a photo if you can.</p>
http://stackoverflow.com/questions/1933329/good-python-open-source-to-learn/1933345#19333450Answer by ldigas for good python open source to learn ldigas2009-12-19T16:29:43Z2009-12-19T16:29:43Z<p>Hard to say, as the question is too general. Why not take a look at <a href="http://sourceforge.net/" rel="nofollow">sourceforge</a> ? Who knows, maybe you'll find something you like there ...</p>
http://stackoverflow.com/questions/1921469/why-use-vim-does-it-have-a-relevance-in-modern-programming/1921505#19215050Answer by ldigas for Why use Vim? - Does it have a relevance in modern programming?ldigas2009-12-17T12:40:15Z2009-12-17T12:40:15Z<p>Vim is a fair editor, many (myself included) love it for it ... but in view of the quality of your code, it will do nothing, that any other editor cannot do.</p>
http://stackoverflow.com/questions/1077814/assigning-a-shortcut-to-open-cmd-here0Assigning a shortcut to open cmd hereldigas2009-07-03T04:58:29Z2009-12-16T06:00:02Z
<p>Microsoft's powertoy is relatively well known. But it requires you to open a cmd one level above, from where you'd usually like. So I found this nice app, <a href="http://code.kliu.org/cmdopen/" rel="nofollow">CmdOpenInstall</a> <em>(let's make the man some traffic :-)</em> - it enables you to open cmd in the current directory.</p>
<p>Is there a way to assign a keyboard shortcut to the command (which appears on right click menu) ? How ?</p>
<p>p.s. I know this is maybe not a strict programing subject, but I still think it has more chances of being answered here then on SF.</p>
http://stackoverflow.com/questions/1896621/books-to-learn-php-python/1896626#18966261Answer by ldigas for Books to learn PHP, Python?ldigas2009-12-13T13:24:06Z2009-12-13T14:15:39Z<p>Python:</p>
<p><a href="http://stackoverflow.com/questions/686301/python-book-to-buy">http://stackoverflow.com/questions/686301/python-book-to-buy</a><br>
<a href="http://stackoverflow.com/questions/623763/what-are-some-recommended-high-quality-non-basic-python-books">http://stackoverflow.com/questions/623763/what-are-some-recommended-high-quality-non-basic-python-books</a><br>
<a href="http://stackoverflow.com/questions/34570/what-is-the-best-quick-read-python-book-out-there">http://stackoverflow.com/questions/34570/what-is-the-best-quick-read-python-book-out-there</a><br>
<a href="http://stackoverflow.com/questions/934937/concise-python-book-recommendation">http://stackoverflow.com/questions/934937/concise-python-book-recommendation</a><br>
<a href="http://stackoverflow.com/questions/569860/good-book-for-python-beginners-closed">http://stackoverflow.com/questions/569860/good-book-for-python-beginners-closed</a><br>
<a href="http://stackoverflow.com/questions/1514104/whats-the-best-book-to-learn-python-basics-closed">http://stackoverflow.com/questions/1514104/whats-the-best-book-to-learn-python-basics-closed</a></p>
http://stackoverflow.com/questions/1891941/what-is-your-favorite-most-productive-macro-that-you-have-used-in-vim/1892005#18920051Answer by ldigas for What is your favorite/most productive macro that you have used in Vim ?ldigas2009-12-12T02:09:16Z2009-12-12T02:09:16Z<p>Macros, as gahooa already said, are more of a quick solution for a temp problem. For a more permanent approach one would define either mappings or functions for doing ... what needs to be done.</p>
http://stackoverflow.com/questions/1889596/vim-mappable-unused-shortcut-letters/1891675#18916751Answer by ldigas for VIM: Mappable (unused) shortcut letters?ldigas2009-12-12T00:10:14Z2009-12-12T00:10:14Z<p>Uhmm, no, don't. When creating your mappings try not to overwrite anything ... not so much because you don't use the command you're overmapping, but because some plugin which you have/or will have maybe using it.</p>
<p>And then you overmap it, and then you have to worry.</p>
<p>Personally, for commands such as you gave as an example, I like Ctrl+some key combinations. There are a lot of free ones in vim, and the letters on the left side near Ctrl make a nice pair then.</p>
<p>Btw, what are you trying to do with those mappings ... I understand the second one (delete word by word), but the first doesn't make sense to me. What is it supposed to do ? Transpose lines ?</p>
http://stackoverflow.com/questions/1360298/add-new-item-to-the-currently-active-project-directory0"Add New Item" to the currently active project directoryldigas2009-09-01T02:47:12Z2009-12-09T10:40:49Z
<p>Is there an option somewhere in Visual Studio 2008, that when you "Add new item" he defaults the chosen save location in the window that pops up, to the directory of the currently active project ?</p>
<p>For now, it just saves it to previous saved file location (usually the last project worked on).</p>
http://stackoverflow.com/questions/1867105/xptemplate-new-snippet-for-a-new-language-how0XPTemplate new snippet for a new language - how ?ldigas2009-12-08T13:51:40Z2009-12-08T16:48:24Z
<p><em>Okey, simple problem, but I'm stupid and am not seeing it.</em></p>
<p>Can somebody give me an example what needs to be done to create a new snippet (preferably if someone could give a simple example) for a new language in <a href="http://www.vim.org/scripts/script.php?script%5Fid=2611" rel="nofollow">XPTemplate</a> (Vim plugin).</p>
<p>Its syntax files are a total mess from my point of view.</p>
http://stackoverflow.com/questions/1864394/vim-and-nerd-tree-closing-a-buffer-properly/1864427#18644272Answer by ldigas for VIM and NERD Tree - closing a buffer properly ldigas2009-12-08T03:43:44Z2009-12-08T03:43:44Z<p>I don't use NERD Tree, but if I understand correctly, you wish to close a buffer without closing a window. If my reasoning is correct, try this script.</p>
<pre><code>" Delete buffer while keeping window layout (don't close buffer's windows).
" Version 2008-11-18 from http://vim.wikia.com/wiki/VimTip165
if v:version < 700 || exists('loaded_bclose') || &cp
finish
endif
let loaded_bclose = 1
if !exists('bclose_multiple')
let bclose_multiple = 1
endif
" Display an error message.
function! s:Warn(msg)
echohl ErrorMsg
echomsg a:msg
echohl NONE
endfunction
" Command ':Bclose' executes ':bd' to delete buffer in current window.
" The window will show the alternate buffer (Ctrl-^) if it exists,
" or the previous buffer (:bp), or a blank buffer if no previous.
" Command ':Bclose!' is the same, but executes ':bd!' (discard changes).
" An optional argument can specify which buffer to close (name or number).
function! s:Bclose(bang, buffer)
if empty(a:buffer)
let btarget = bufnr('%')
elseif a:buffer =~ '^\d\+$'
let btarget = bufnr(str2nr(a:buffer))
else
let btarget = bufnr(a:buffer)
endif
if btarget < 0
call s:Warn('No matching buffer for '.a:buffer)
return
endif
if empty(a:bang) && getbufvar(btarget, '&modified')
call s:Warn('No write since last change for buffer '.btarget.' (use :Bclose!)')
return
endif
" Numbers of windows that view target buffer which we will delete.
let wnums = filter(range(1, winnr('$')), 'winbufnr(v:val) == btarget')
if !g:bclose_multiple && len(wnums) > 1
call s:Warn('Buffer is in multiple windows (use ":let bclose_multiple=1")')
return
endif
let wcurrent = winnr()
for w in wnums
execute w.'wincmd w'
let prevbuf = bufnr('#')
if prevbuf > 0 && buflisted(prevbuf) && prevbuf != w
buffer #
else
bprevious
endif
if btarget == bufnr('%')
" Numbers of listed buffers which are not the target to be deleted.
let blisted = filter(range(1, bufnr('$')), 'buflisted(v:val) && v:val != btarget')
" Listed, not target, and not displayed.
let bhidden = filter(copy(blisted), 'bufwinnr(v:val) < 0')
" Take the first buffer, if any (could be more intelligent).
let bjump = (bhidden + blisted + [-1])[0]
if bjump > 0
execute 'buffer '.bjump
else
execute 'enew'.a:bang
endif
endif
endfor
execute 'bdelete'.a:bang.' '.btarget
execute wcurrent.'wincmd w'
endfunction
command! -bang -complete=buffer -nargs=? Bclose call <SID>Bclose('<bang>', '<args>')
nnoremap <silent> <Leader>bd :Bclose<CR>
nnoremap <silent> <Leader>bD :Bclose!<CR>
</code></pre>
http://stackoverflow.com/questions/1855907/vim-formating-command/1855965#18559652Answer by ldigas for vim formating commandldigas2009-12-06T17:32:28Z2009-12-07T09:05:32Z<p><kbd>Vgq</kbd> (while having <code>set tw=60</code>) or</p>
<p><code>set wrap</code> (maybe) ?</p>
http://stackoverflow.com/questions/1855042/system32-folder-on-a-64-bit-system/1855051#18550514Answer by ldigas for System32 Folder on a 64-bit systemldigas2009-12-06T10:55:18Z2009-12-06T10:55:18Z<p>The System32 folder in 64-bit Windows actually contains the 64-bit files, and 32-bit programs running under WOW64 would generally go looking in System32 for the 32-bit DLLs etc. that they can call - but they'll find the 64-bit ones instead. Therefore the OS redirects all 32-bit applications' requests for the System32 folder to the SysWOW64 folder, which contains 32-bit system files.</p>
http://stackoverflow.com/questions/1841289/how-do-you-communicate-to-teams-outside-of-your-city/1841320#18413203Answer by ldigas for How do you communicate to teams outside of your city?ldigas2009-12-03T16:59:19Z2009-12-03T16:59:19Z<p>Several approaches:<br>
mail: Gmail<br>
wave: Google Wave<br>
collaborative editing: <a href="http://etherpad.com/" rel="nofollow">EtherPad</a><br>
IRC: ... any<br>
setting up a small news (usenet) server</p>
http://stackoverflow.com/questions/1841115/programming-math-based-images-for-use-in-high-resolution-artwork/1841292#18412920Answer by ldigas for Programming math-based images for use in high-resolution artworkldigas2009-12-03T16:55:28Z2009-12-03T16:55:28Z<p>Well, I used to draw flowers of life with a compass, back then in junior school ... very simple actually ... but I don't think that's the answer you're looking for.</p>
<p>Basically it consists of drawing a circle of the same radius, from every point, until you encounter the big circle (limit).</p>
http://stackoverflow.com/questions/1841012/change-vims-current-directory-upon-starting-from-command-line1Change vim's current directory upon starting from command lineldigas2009-12-03T16:17:29Z2009-12-03T16:23:16Z
<p>Vim (actually, gvim is in question, but I believe it works both ways) upon starting has its current directory in its runtime directory.</p>
<p>I would like to upon starting, to have its cd in let's say, <em>c:\pro</em><br>
I know I can just do <em>:cd c:\pro</em>, but is there a way to change it upon starting it, with<br>
something alike <em>gvim c:\pro</em> (only that doesn't work :-| ?</p>
http://stackoverflow.com/questions/1834850/python-powershell-or-other/1835112#18351120Answer by ldigas for Python, PowerShell, or Other?ldigas2009-12-02T19:07:05Z2009-12-02T19:07:05Z<p>I find it sad no one yet mentioend good ol' Perl. </p>
http://stackoverflow.com/questions/970404/trouble-with-file-location-in-excel-fortran-dll-connection0Trouble with file location in excel/fortran dll connectionldigas2009-06-09T14:30:35Z2009-12-02T03:00:10Z
<p>Platform: WinXP SP2, Intel Fortran 11, Excel 2007</p>
<p>I'm having trouble connecting a dll file with excel.</p>
<p>The dll file is relatively simple:</p>
<pre><code>subroutine FortranCall (r1, num)
!DEC$ ATTRIBUTES DLLEXPORT, STDCALL, REFERENCE, ALIAS:"FortranCall" :: FortranCall
integer, intent(in) :: r1
character(10), intent(out) :: num
!DEC$ ATTRIBUTES REFERENCE :: num
num = ''
write (num,'(i0)') r1 * 2
return
end subroutine FortranCall
</code></pre>
<p>build with: <strong>ifort /nologo /dll Fcall.f90</strong>, and after that copied to "temp" directory on C drive (<em>how does one write a backslash in here, anyway (except copy/pasting) ?</em>)</p>
<p>and I have an Excel file with, in Sheet1:</p>
<pre><code>Private Sub CommandButton1_Click()
Dim r1 As Long
Dim num As String * 10
r1 = 123
Call FortranCall(r1, num)
TextBox1.Text = "Answer is " & num
End Sub
</code></pre>
<p>and in Moduel1:</p>
<pre><code>Declare Sub FortranCall Lib "C:\temp\Fcall.dll" (r1 As Long, ByVal num As String)
</code></pre>
<p><strong><em>When ran it reports an error: runtime error 53, file not found c:\temp\fcall.dll</em></strong></p>
<p><strong><em>Anyone has any clue what could be wrong ?</em></strong></p>
http://stackoverflow.com/questions/1815106/mapping-a-key-so-the-mapping-is-valid-only-in-certain-application0mapping a key so the mapping is valid only in certain applicationldigas2009-11-29T09:39:04Z2009-12-01T22:21:36Z
<p><em>don't know if this is better suited here, or on SU - feel free to move to your liking</em></p>
<p>Is it possible to map a key alias in autohotkey (for example, < and > to F11 and F12), but in a way that the mapping is only active while working in ... Word ? </p>
<p><em>Not a real example of what I'm interested in, but we're talking only in principle here.</em></p>
<p>Platform: WinXP</p>
http://stackoverflow.com/questions/1819006/vim-syntax-files-trying-to-undestand-contains3Vim syntax files ... trying to undestand "contains"ldigas2009-11-30T10:30:17Z2009-11-30T11:03:27Z
<p>I'm trying to patch up a new vim syntax file for some custom format I'm using. Most of it I can understand, but the keyword "contains" is giving me trouble.</p>
<p>Is there anyone here who could give me an explanation of what it does (I've read the help -> didn't quite get it) in a way as if he were explaining it to a tree.</p>
http://stackoverflow.com/questions/1811787/parallel-computing-terms-book-recommendation0Parallel computing terms book recommendationldigas2009-11-28T06:38:44Z2009-11-28T07:07:03Z
<p><em>yes, I saw the related questions</em></p>
<p>I'm looking for a book which explains the fundaments of parallel computing: basic terms, types of paralellism, but also <em>(can be several books actually, I don't mind)</em> explains how for example, one could go about connecting (software and hardware-wise) 24 pc workstations in view of running some numeric model calculation (changing that code is another problem).</p>
<p>This is an experiment really, which some of my coleagues at university are doing, so all advice is appreciated. Expecially, if someone here has advice from his own experience.</p>
<p><em>post scriptum :: This isn't an exact question, but it's narrow enough. Since I want people who do give some concrete advice to get rep, I'm not making it CW.</em></p>
http://stackoverflow.com/questions/1759413/how-do-i-make-a-character-in-matlab4How do I make a "^" character in MATLAB?ldigas2009-11-18T22:00:00Z2009-11-25T03:59:31Z
<p><code>^</code> is the exponential operator in MATLAB. The problem with it is that it isn't present on a lot of non-english keyboard layouts, and if you use it a lot in your work, switching between HR and EN becomes troublesome.</p>
<p>Is there a way to add it to MATLAB's toolbar (like in Excel, so you can use it via mouse or touchpad), or to define a custom key (for example, F12) in MATLAB to replace it?</p>
<p><em>I'm hoping for a non AHK solution, and the like.</em></p>
http://stackoverflow.com/questions/1791691/vim-how-to-move-the-result-of-a-search-to-the-beginning-of-the-file/1791773#17917730Answer by ldigas for Vim - How to move the result of a search to the beginning of the file?ldigas2009-11-24T17:51:12Z2009-11-24T17:51:12Z<p>Well, what I'm gonna suggest is a primitive answer as primitive it can get. But nothing else springs to mind currently.</p>
<pre><code>:g/A ... some text not including A, B or C.../d
</code></pre>
<p>(will tell you how many lines it has yanked)</p>
<p>and then you go to the beginning of the file and, for example </p>
<pre><code>5P
</code></pre>
<p>Although, if cases are as simple as this, maybe sorting lines by first letter .... I've never done anything similar but look for older questions.</p>
http://stackoverflow.com/questions/1759982/is-it-possible-in-matlab-to-explicitly-format-the-output-numbers0Is it possible in matlab to explicitly format the output numbers ?ldigas2009-11-18T23:57:12Z2009-11-23T22:19:38Z
<p>I know about MATLAB's <em>format long</em>, <em>format short</em>, <em>eng ...</em> and so on. But short and long will always display a predefined number of decimals, with an exponent, and for example, <em>format bank</em> will display always 2 decimals.</p>
<p>Is there an option to put your explicit format, in a "fortran way", like f8.3 --> 1234.678 ?</p>
<p>I'm looking for a way to display numbers with 4 decimal points, and the rest ahead of the decimal point, with no exponent.</p>
http://stackoverflow.com/questions/1783852/detect-us-military-email-address/1783898#17838980Answer by ldigas for detect us military email addressldigas2009-11-23T15:34:20Z2009-11-23T15:34:20Z<p><em>Hi -- does anybody know which domains to search for (other than ".mil") to look for military addresses posting to a web form?</em></p>
<p>I don't understand. What you're basically asking here, is what are us military domains ? Right ?</p>
<p>If I understood wrongly, and you're searching for ways of parsing or matching email adresses, then several regex methods for that have already been posted on SO, so I guess finding them shouldn't prove too difficult.</p>
http://stackoverflow.com/questions/1760614/turning-y-axis-upside-down-in-matlab1Turning y axis upside down in MATLABldigas2009-11-19T03:01:26Z2009-11-19T04:19:48Z
<p>Is there a way to turn the y axis upside down in matlab plots, so that the positive direction of the y axis, instead of up, points down ?</p>
<p>(I beg of you; please do not say, print it out, then turn the paper around ;-)</p>
http://stackoverflow.com/questions/946546/how-to-load-ansi-escape-codes-or-get-coloured-file-listing-in-winxp-cmd-shell3How to load ANSI escape codes or get coloured file listing in WinXP cmd shell ?ldigas2009-06-03T19:03:45Z2009-11-18T21:21:33Z
<p>This is related to <a href="http://serverfault.com/questions/18362/how-to-get-coloured-file-listing-in-windows-cmd-shell/18391#18391">this</a> question : <em><a href="http://serverfault.com/questions/18362/how-to-get-coloured-file-listing-in-windows-cmd-shell/18391#18391">How to get coloured file listing in windows cmd shell ?</a></em></p>
<p>I'm trying to get, wouldn't you believe it, coloured file listing in windows cmd shell. Windows are XP SP2, if that matters.<br />
In the old DOS days there used to be little programs like hdir, adir and such which displayed that nice. Nowadays, such programs are no more.</p>
<p>There is however, <em>ls</em>, from unixkit-tiny or unixtools. Unfortunatelly, it uses ANSI escape codes for displaying colours, and cmd doesn't handle those too well.</p>
<p>There are several solutions which include loading ansi.sys and command.com, but command.com doesn't handle long filenames that well, and is awfully slow. Even then sometimes it has problems displaying colours.</p>
<p>So what I'm asking, is there a way to get coloured file listing in windows cmd shell, apart from using cygwin ? Or is there a way to get ANSI escape codes to work with cmd.exe in a way so that native <em>ls</em> will play nicely ?</p>
http://stackoverflow.com/questions/1750716/does-a-library-exist-to-remove-passwords-from-pdfs-programmatically/1750745#17507452Answer by ldigas for Does a library exist to remove passwords from PDFs programmatically?ldigas2009-11-17T18:15:27Z2009-11-17T18:15:27Z<p>I do not know about python libraries, but for batch removal of passwords from PDF documents, my coleagues have had good experience with <a href="http://www.verypdf.com/pwdremover/" rel="nofollow">PwdRemover</a> (it is not free though).</p>
http://stackoverflow.com/questions/1745299/multiply-a-3d-matrix-with-a-2d-matrix/1745366#17453661Answer by ldigas for Multiply a 3D matrix with a 2D matrixldigas2009-11-16T22:49:36Z2009-11-16T22:49:36Z<p>Nope. There are several ways, but it always comes out in a loop, direct or indirect.</p>
<p>Just to please my curiosity, why would you want that anyway ?</p>
http://stackoverflow.com/questions/1732300/e-text-editor-bundles-writing0e text editor bundles writingldigas2009-11-13T22:27:51Z2009-11-13T22:34:30Z
<p>Where can one find some sort of a tutorial, or documentation for writing e text editor bundles which deal with automatization of certain processes (copying files from one directory to another, compiling using a new compiler (for which there isn't a premade bundle) and so on ...) ?</p>
http://stackoverflow.com/questions/1719048/plotting-4-curves-in-a-single-plot-with-3-y-axes3Plotting 4 curves in a single plot, with 3 y-axesldigas2009-11-12T00:28:41Z2009-11-12T15:47:13Z
<p>I have 4 sets of values: <code>y1</code>, <code>y2</code>, <code>y3</code>, <code>y4</code> and one set <code>x</code>. The y values are of different ranges, and I need to plot them as separate curves with separate sets of values on the y-axis.</p>
<p>To put it simple, I need 3 y-axes with different values (scales) for plotting on the same figure.</p>
<p>Any help appreciated, or tips on where to look.</p>
http://stackoverflow.com/questions/1941776/associating-one-file-extension-with-another-in-vim/1941799#1941799Comment by ldigas on Associating one file extension with another in Vimldigas2009-12-21T18:34:35Z2009-12-21T18:34:35ZA few secs faster :-))http://stackoverflow.com/questions/1937362/can-you-write-any-algorithm-without-an-if-statementComment by ldigas on Can you write any algorithm without an if statement?ldigas2009-12-21T00:03:05Z2009-12-21T00:03:05ZIF's the new GOTO ... just like the second could be misused so can the first. Reminds me of winchhunts ... ill informed people afraid of what they don't know ...http://stackoverflow.com/questions/1921301/if-you-knew-then-what-you-know-now-would-you-have-started-programmingComment by ldigas on If you knew then what you know now, would you have started programming?ldigas2009-12-19T23:44:16Z2009-12-19T23:44:16ZGood grief. How did this last 2 days now ?http://stackoverflow.com/questions/1921469/why-use-vim-does-it-have-a-relevance-in-modern-programming/1921512#1921512Comment by ldigas on Why use Vim? - Does it have a relevance in modern programming?ldigas2009-12-18T13:39:23Z2009-12-18T13:39:23ZBut I really don't want to go intoa religious argument (over an editor) ... so, whatever ... just <i>please</i> don't reinvent meaning of words.http://stackoverflow.com/questions/1921469/why-use-vim-does-it-have-a-relevance-in-modern-programming/1921512#1921512Comment by ldigas on Why use Vim? - Does it have a relevance in modern programming?ldigas2009-12-18T13:38:30Z2009-12-18T13:38:30ZNo, "light" does not mean "fast to load". It means light on resources. ... Autocad 2010 with its few Gb also loads fast ... but I wouldn't call it "light" in any respect.http://stackoverflow.com/questions/1925774/what-software-do-i-need-to-code-in-perl/1925800#1925800Comment by ldigas on What software do I need to code in Perl?ldigas2009-12-18T02:55:48Z2009-12-18T02:55:48Z@Mathias <- words of wisdom :-)http://stackoverflow.com/questions/1921469/why-use-vim-does-it-have-a-relevance-in-modern-programming/1921512#1921512Comment by ldigas on Why use Vim? - Does it have a relevance in modern programming?ldigas2009-12-17T12:44:44Z2009-12-17T12:44:44ZLet's be frank. Recent versions of vim are not so light in resources anymore (compared to some other modern editors) for it to be a major argument. vim7.2 cca. 22Mb ....http://stackoverflow.com/questions/895296/how-can-you-tell-if-a-person-is-a-programmer/895331#895331Comment by ldigas on How can you tell if a person is a programmer?ldigas2009-12-17T12:37:37Z2009-12-17T12:37:37Z@Mads Elvheim - In the defense of mathematicians, natural logarithm is usually written as "ln" and "log" is, and has always been base 10, if not specified something else. But the rest stands.http://stackoverflow.com/questions/1915798/what-programmer-specific-function-can-the-old-esc-doComment by ldigas on What programmer-specific function can the old Esc do?ldigas2009-12-16T22:31:20Z2009-12-16T22:31:20Zfair enough ... :-)http://stackoverflow.com/questions/1915798/what-programmer-specific-function-can-the-old-esc-doComment by ldigas on What programmer-specific function can the old Esc do?ldigas2009-12-16T18:08:07Z2009-12-16T18:08:07Z@Xepoch - current layouts are efficient enough! if you spend just half an hour thinking about the layout to save a few seconds in total in typing, and then spend one hour every day thinking about the problem ... you're doing it wrong. if one thinks fast enough, typing speed will never be the critical part ... typing speed is important only in the case when one does nothing but type.http://stackoverflow.com/questions/1915798/what-programmer-specific-function-can-the-old-esc-doComment by ldigas on What programmer-specific function can the old Esc do?ldigas2009-12-16T16:40:08Z2009-12-16T16:40:08ZVoting to close, because this mania of remapping half your keyboard and at the same time not knowing wha the other half does (or declaring some keys useless-obsolete) has got to stop ... IMO.http://stackoverflow.com/questions/1904657/curves-in-matlab/1904673#1904673Comment by ldigas on Curves in matlabldigas2009-12-15T02:06:35Z2009-12-15T02:06:35ZWell if you're gonna plot it, you gotta fit it first either way. It all comes down to linear segments at the bottom ... the detail is only whether you're determining what's in between or some intrinsic function.http://stackoverflow.com/questions/483997/what-language-has-the-longest-hello-world-programComment by ldigas on What language has the longest "Hello world" program?ldigas2009-12-15T01:05:04Z2009-12-15T01:05:04ZHehehehe ;))))))http://stackoverflow.com/questions/1900529/how-long-does-code-last/1900546#1900546Comment by ldigas on How long does code last?ldigas2009-12-14T17:58:49Z2009-12-14T17:58:49Z@Andreas - Which sounds about right.http://stackoverflow.com/questions/234075/what-is-your-best-programmer-joke/1544466#1544466Comment by ldigas on What is your best programmer joke?ldigas2009-12-13T16:51:20Z2009-12-13T16:51:20Z1. missing a backslash; 2. / are unix; 3. makes no sense either way.