This turned out to be more complicated than I thought.
At first, I thought that it's just a matter of changing the boot
parameter - both the lowercase and uppercase ones (I didn't know which was right); after all, they contain the word "casper".
/boot/vmlinuz BOOT=/path/to ...
I needed to get a list of time slots of one hour each, from 900h to 1700h, for two days, 11th and 12th October. Unfortunately, Google Docs' spreadsheet wasn't clever enough to guess the pattern for Auto Fill to work.
Python came to mind:
>>> for day in (11,12 ...
One of the most memorable films I've watched. I had no idea the female lead in the second part was Faye Wong, until someone else told me. What a zany performance!
According to the various critical reviews, if this film is approached from a plot/story perspective, then it ...
Check out Blog del Narco - it reports on drug-related affairs, but sans the risk and threats that a normal brick-and-mortar news agency would face.
This goes out to users of Claws Mail distributed in Gpg4win - apart from the TrayIcon plugin (which isn't available in Gpg4win's distribution), the tray icon feature can also be enabled by loading the notification plugin.
With it, you can minimize Claws Mail to tray - on Windows, at least ...
Recently, despite having zero knowledge of Ruby, I read a Ruby article on and
vs &&
, via Ruby Inside. It's pretty interesting to note such a distinction in Ruby.
Let's have a look at python and JavaScript.
For python: the C-like &&
is not available, only and
. Using the Python ...
C:\Documents and Settings\Owner>chkdsk /f g:
The type of the file system is NTFS.
Chkdsk cannot run because the volume is in use by another
process. Chkdsk may run if this volume is dismounted first.
ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID.
Would you like ...