The nearest thing Common Lisp has to a motto is the koan-like description, "the programmable programming language." While cryptic,that description gets at the root of the biggest advantage Common Lisp still has over other languages.
Ideas first introduced in Lisp include the if/then/else construct,recursive function calls, dynamic memory allocation, garbage collection,first-class functions, lexical closures, interactive programming, incremental compilation and dynamic typing.
This is O.R.Senthil Kumaran's blogspot on programming and technical things. The title is a line from "Zen of Python".
vi notes
http://www.vim.org/tips/tip.php?tip_id=1465
The above vim article has some notes to accompany to tutorial, "An
Introdution to display editing using vi" written by Bill Joy and Mark
Horton.Might be helpful to get started with editing using vim or to read the tutorial.
The above vim article has some notes to accompany to tutorial, "An
Introdution to display editing using vi" written by Bill Joy and Mark
Horton.Might be helpful to get started with editing using vim or to read the tutorial.
Using cdrecord HOWTO
When any GUI based CD Burning utility is not present in your Linux box,
you might end up using cdrecord. This is a two step HOW TO to use
cdrecord to burn an iso image.
will give you the device to which your CDRW is attached.
It will be in the format:
0,0,0
0,0,1
etc
Mine was 0,0,0
Thats it and its working for me now.
you might end up using cdrecord. This is a two step HOW TO to use
cdrecord to burn an iso image.
1) /usr/bin/cdrecord --scanbus
will give you the device to which your CDRW is attached.
It will be in the format:
0,0,0
0,0,1
etc
Mine was 0,0,0
2)/usr/bin/cdrecord -v gracetime=2 dev= speed=32 -dao driveropts=burnfree -eject -data
Thats it and its working for me now.
Downloading Wikipedia
Having a offline wikipedia has been in mine and my friends thoughts for
a long time. Got to do something about it.
a long time. Got to do something about it.
Public Samba Share
I had a requirement to setup the samba share in a way that it does not
prompt for username and password. Some photos had to be shared across to
a wide group and I wanted to share the CD mounted on my system.
Google for setting up a "Public Samba Share", you will get lots of
discussions. This article finally helped.
Apart from your share configuration like:
Have these in the [global] section.
Which defines the account to use when authenticating guests. Don’t forget to create this user using
This will create the user with no password.
Now we have a perfectly valid Samba setup with a public share, but every time a user wants to access this share as a guest, he will have to do so by logging in as “nobody”. To complete our setup and imitate Windows behaviour, add the following line to the smb.conf global section:
prompt for username and password. Some photos had to be shared across to
a wide group and I wanted to share the CD mounted on my system.
Google for setting up a "Public Samba Share", you will get lots of
discussions. This article finally helped.
Apart from your share configuration like:
#/etc/samba/smb.conf
[public]
comment = Public Campusnet Shares
browsable = yes
path = /data/pub
public = yes
Have these in the [global] section.
[global]
#...
guest account = nobody
Which defines the account to use when authenticating guests. Don’t forget to create this user using
# smbpasswd -an nobody
This will create the user with no password.
Now we have a perfectly valid Samba setup with a public share, but every time a user wants to access this share as a guest, he will have to do so by logging in as “nobody”. To complete our setup and imitate Windows behaviour, add the following line to the smb.conf global section:
[global]
#...
map to guest = bad user
RSS Feeder .NET
Finally an RSS Feeder,which using effectively. Its
RSS Feeder
.NET.
The way I manage my mails is, I have two folders in OUTLOOK, one for
Internal and another for External.I download the mails to my
local system and read it offline at home also.
So, OUTLOOK is the software, I use major part of the day and have a
setup to work offline.
RSS Feeder .NET does both.
Isn't it helpful?
RSS Feeder
.NET.
The way I manage my mails is, I have two folders in OUTLOOK, one for
Internal and another for External.I download the mails to my
local system and read it offline at home also.
So, OUTLOOK is the software, I use major part of the day and have a
setup to work offline.
RSS Feeder .NET does both.
- Integrates with Outlook.
- Downloads the posts, to read offline.
Isn't it helpful?
Hello, GPRS
I am posting this via my Nokia 6600 connected via GPRS.
Trying this for the first time and its very interesting.
Trying this for the first time and its very interesting.
scrmabled
scrmable.py
Tihs is a pelicaur pproetry that if the fsirt and the lsat ltteer of the wdros rmiean the smae, and the rset is scbelmard, then you mhigt siltl be able to ierreptnt it. Tihs is very fnnuy. :-)
Inrpeisd from jwz scrmable: http://www.jwz.org/hacks/scrmable.pl
Tihs is a pelicaur pproetry that if the fsirt and the lsat ltteer of the wdros rmiean the smae, and the rset is scbelmard, then you mhigt siltl be able to ierreptnt it. Tihs is very fnnuy. :-)
Inrpeisd from jwz scrmable: http://www.jwz.org/hacks/scrmable.pl
How do you manage multiple passwords?
Hi,
I have a question. How do people manage multiple passwords?
I for e.g, have same for many sites which I dont mind losing.
Different passwords for serious ones:
- Admin account for my office comp.
- Citibank account.
- Airtel bill payment.
- Different TPIN
- etc..
but many a times my passwords are within a group which I use.
My problem is, I often forget passwords if I employ a new one.
For e.g I forgot the Airtel site password again yesterday and did the forgot password thing ( this is the third time). I have lost citi TPIN as I have never used it.
What your ways of userid/password maintainence?
I have a question. How do people manage multiple passwords?
I for e.g, have same for many sites which I dont mind losing.
Different passwords for serious ones:
- Admin account for my office comp.
- Citibank account.
- Airtel bill payment.
- Different TPIN
- etc..
but many a times my passwords are within a group which I use.
My problem is, I often forget passwords if I employ a new one.
For e.g I forgot the Airtel site password again yesterday and did the forgot password thing ( this is the third time). I have lost citi TPIN as I have never used it.
What your ways of userid/password maintainence?
Annoucement- pyljvim-0.0.3 Released.
pyljvim is a a Livejournal Plugin for Vim. One can post to the Livejournal directly from vim! :)
Just as I am posting this entry from vim.
It is available at: http://www.vim.org/scripts/script.php?script_id=1724
Installation is pretty easy and so is the usage.
Thanks,
Senthil
Contemptuous lights flashed across the computer's console.
-- Hitchhiker's Guide to the Galaxy
Just as I am posting this entry from vim.
It is available at: http://www.vim.org/scripts/script.php?script_id=1724
Installation is pretty easy and so is the usage.
Thanks,
Senthil
Contemptuous lights flashed across the computer's console.
-- Hitchhiker's Guide to the Galaxy
Subscribe to:
Posts (Atom)