I ran into this beauty a while ago.
http://tldp.org/HOWTO/C-editing-with-VIM-HOWTO/index.html
I ran into this beauty a while ago.
http://tldp.org/HOWTO/C-editing-with-VIM-HOWTO/index.html
www.aclogic.com/
ACLogic Site
CesarFTP is an easy-to-use and fast to configure FTP server. ..
to put cwd in file:
:let @a=getcwd()
p
to put matches in file:
:g/something/y A
p
:vimgrep something **/*.php
look in all the php files, in all dirs and subdirs, for “something”, and go to the file (use :cn to move on to the next match, if any)
There *IS* a version of Python 2.3 for the IBM as/400 v5r2, right here :
http://www.iseriespython.com/
a Regex, or Regular expression, is something IT guys use to make their jobs easier (altough, sometimes regexes make it a litle harder, ask the perl guys). Regexes, are an elegant and expressive way of telling the computer what you want.
http://www.php-hispano.net/archivos/Manuales/212/1/Manual-de-Expresiones-Regulares1.html
Without much to blog about, I enter digg, looking for content.
Naively I tought that blogging about something *outside* the internet world would be more interesting that, for instance, a link .
I can’t forgive myself for such heresy.
Firefox 2.0 is out!, get it while it’s hot!
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0/win32/en-US/
please forgive my english, for it is not my mother tougue.
I
Being ungrateful of the favors that I’ve recieved in the past,
I’ve managed to complain all day long, at last.
The Coke I drank was expensive,
twice as much as everywhere else,
the people were, however, friendly
some even had food to spare,
I know this doesn’t quite rime,
and I don’t give a dime.
I’m just thankful for all the thing in life, that’s all.
II
Being grateful of the food, that I ate yesterday,
I have come to realize, that every day is a Great Day.
and all the litle things, from the oxygen to the pay,
which we always take for granted, when we should really say:
thank you very much, to everyone we meet,
when they come from the slums, and the very eleet,
we should keep in mind, the way we always greet.
–
from: http://articles.techrepublic.com.com/2010-1035_11-6126932.html?tag=nl.e138
Harkening back to the ’60s again, Janis Joplin sang that “freedom’s just another word for nothing left to lose.” Perhaps our battle cry today should be that “freedom’s just another word for briefly losing our high-tech connection.”
my first python CGI program (that works)
#!/usr/local/bin/python
print “Content-Type: text/html\n\n”
import woa