reckoner reckoner's Library tagged → View Popular
RandyRants: SharpKeys 2.1.1
-
SharpKeys is a Registry hack that is used to make certain keys on a keyboard act like other keys. F
Excel User Tip: Creating a database table from a summary table
reverse pivot table
-
Creating a database table from a summary table
Many users are familiar with Excel's pivot table feature, which creates
a summary table from a database table. But what if you want to perform the
opposite operation? This document describes how to create a database table
from a simple two-variable summary table.The worksheet below
demonstrates. Range A1:E13 contains the original summary table, and
columns G:I shows a 48-row database table derived from the summary table
How to set up SSH (for the beginner)
-
$ scp .ssh/id_dsa.pub dude@remote.edu:
-
$ cat id_dsa.pub >> .ssh/authorized_keys
- 1 more annotations...
Intermediate and Advanced Software Carpentry in Python
-
>>> def simple_cache(fn):
... cache = {}
...
... def new_fn(n):
... if n in cache:
... print 'FOUND IN CACHE; RETURNING'
... return cache[n]
...
... # otherwise, call function & record value
... val = fn(n)
... cache[n] = val
... return val
...
... return new_fn -
try:
import psyco
psyco.full()
except ImportError:
pass
AutoPatcher.com » What’s AutoPatcher
-
How many times did you have to leave your computer, after a format, to download the updates you had before it? How many times did you have to go do something else, leaving your friend's computer download the load of updates with their poor little dial-up modem? How many times have you wished for the updates to be portable from one computer to another and not require but a few mouse clicks to install?
Debugging in Python
-
So here is my own personal gentle introduction to using pdb. It assumes
that you are not using any IDE -- that you're coding Python with a text editor
and running your Python programs from the command line.
home of the nerd cave | taskbar shuffle and more
-
No hotkeys, no extra steps, just rearrange the buttons on your Windows taskbar by dragging and dropping them. Allows you to rearrange your system tray icons by dragging and dropping as well (but that does require a hotkey).
No need to get all nervous when an application crashes or if you need to reboot; you can reorder your programs exactly as they were anytime by just dragging and dropping them directly within your Windows taskbar!
Python and HTML Processing
-
Various Web surfing tasks that I regularly perform could be made much
easier, and less tedious, if I could only use Python to fetch the HTML pages and to
process them, yielding the information I really need. In this document I
attempt to describe HTML processing in Python using readily available tools
and libraries.
Del.icio.us Python API - Michael G. Noll
-
One of my recent research tasks required me to retrieve various information from del.icio.us, a well-known social bookmarking service. My programming language of choice is Python, and so I wrote a basic Python module for getting the data I needed.
Wink - [Homepage]
-
Wink is a Tutorial and Presentation creation software, primarily aimed at creating tutorials on how to use software (like a tutor for MS-Word/Excel etc). Using Wink you can capture screenshots, add explanations boxes, buttons, titles etc and generate a highly effective tutorial for your users. Here is a sample Flash tutorial created by Wink. Click the green arrow button to start viewing it. -------->
(More tutorials created by Wink users and companies can be found at the User Forums.)
This is a good example of how you can create tutorials in Wink, by capturing screenshots, mouse movements and specifying your own explanations with them. And all this in a standard Windows-based UI with drag-and-drop editing makes it very easy to create high quality tutorials/documentation.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in del.icio...
-
Read Reflect Write Web
Items: 2 | Visits: 122
Created by: Michael Richards
-
Social Bookmarking
Various aspects of social b...
Items: 9 | Visits: 49
Created by: Sheryl A. McCoy
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
