Hi guys,i am trying to set up Vim as my C++ IDE since 2 days and no success so far.I have installed Vim pacman -Q vim
vim 7.3.661-1I have downloaded vim-latex and clang tar balls,extract and place appropriate directorys in ~/.vim e.g.
Download the source for openssl-0.9.8l
http://www.openssl.org/source/openssl-0.9.8l.tar.gz
$ tar -zcvf openssl-0.9.8l.tar.gz
$ cd openssl-0.9.8l
$ ./config --prefix=/usr/local --openssldir=/usr/local/openssl
$ make clean
$ make
$ sudo make install
Well, today I found something out pretty cool. I had no idea that Ruby did pattern matching, though I've seen it in OCaml, Erlang and Haskell.
Hi,
I have a file in the following format
Code:
"SYLVESTER,WILLARD G"|"S00633600"|"221052958A"|"H2256"|"015"|""|"00000042BASJ"|"665303"|"N"|"20100211"|"380.4"|""|""|""|"5400"|"20110218"|""|"20110218"|"FEESC&qu
I have a file1.txt
file1.txt
Code:
F-120009210","Felix","U-M-F-F-F-","white","yes","no","U-M-F-F-F-","Bristol","RI","true"
F-120009213","Fluffy","U-F-","white","yes","no","M-F-","Warwick","RI","true"
U-12
I have been trying to understand RVM and decided to do so by not using it and seeing the consequences. I am trying to see how I can manage different versions of ruby and their gemsets without RVM.
I compiled Ruby 1.9.1 from source on my Ubuntu machine and found it in the path usr/local/bin/ruby.
Added Howto category correctly
New page
I'm no developer, but I do enjoy frolicking with ruby every now and then. It's just so elegant. Sadly, whatever "dev" work I do (nothing significant whatsoever, basically) is mostly on OS X, but I don't see any barriers to getting a good env up and running on Debian/Crunchbang.Apologies if you already know this.
A script which cycles through all windows of the current group.
New page