| Heading | Heading | Heading |
|---|---|---|
| cell | cell | cell |
| cell | cell | cell |
| cell | cell | cell |
| cell | cell | cell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import unittest | |
| import logging | |
| import logging.config | |
| class CustomAdapter(logging.LoggerAdapter): | |
| """ | |
| This example adapter expects the passed in dict-like object to have a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # locktest.py | |
| import os | |
| import fcntl | |
| import time | |
| import random | |
| pid = os.getpid() | |
| i = 10 |
http://apenwarr.ca/log/?m=201012#13
"use fcntl.lockf"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Comments on Handling Disappointment by DK | |
| === | |
| Version 07/11/2016 | |
| --- | |
| ### In general | |
| JL is right about a pass being needed on grammar and proof reading. No biggie, but there are some bloopers. |
- In the last paragraph of the introduction, you seem to dismiss exceptions, as a solution or error reporting and logging, out of hand. Why? BTW, I don't agree with you that returning status is a bad thing, especially at a low (e.g., "the system" level, but that is another matter.
- TODO(PMM) check what is going on here?
Grub 2 does not respond to keyboard after installation of GeForce 750
https://ubuntuforums.org/showthread.php?t=2226621
GRUB_PRELOAD_MODULES="usb usb_keyboard ehci ohci uhci" GRUB_TERMINAL_INPUT="usb_keyboard"