ytyng.com

Latest Articles

Page 17
Making
2011-06-09 16:25 (14 years ago)
Making a Stylus for iPad

How to make an ultra-simple iPad stylus. The materials are a metal pipe, a screw, and conductive sponge.

Bicycle
2011-06-09 16:24 (14 years ago)
Reassembling the Wheel

The truing stand has arrived.

Bicycle
2011-06-09 16:23 (14 years ago)
Light Maintenance Around the Crank

I hear a strange noise around the bottom bracket (BB), so I'm going to take a look. First, I remove the cap with an 8mm Allen wrench.

Python
2011-06-09 08:37 (14 years ago)
Using TokyoTyrant as a Model-like TokyoTyrantStorage

# -*- coding: utf-8 -*-

Django
2011-06-09 01:45 (14 years ago)
Executing Management Commands from Within a View Function

```python

Python
2011-06-07 16:23 (14 years ago)
Convert RFC2822 Date Format to Python's datetime

# -*- coding: utf-8 -*-

Bicycle
2011-06-06 17:17 (14 years ago)
Shimano's Affordable Road Component A050 Brake Lever Can Be Replaced with ST-2300

The Shimano A050 components (7-speed) that come with affordable road bikes have shift levers that are not dual control levers but instead have downtube shifters on the top of the handlebars.

mac
2011-06-06 17:10 (14 years ago)
If the Exposé and Spaces Shortcuts Stop Working, Use killall Dock

If you are using a Mac and the keyboard shortcuts for Expose or Spaces stop working,

mac
2011-06-06 17:06 (14 years ago)
"The error 'iTunes could not read the data class information from the sync services' prevents iPad from syncing"

"iTunes could not read the data class information from the sync services" error prevents iPad from syncing

Django
2011-06-05 13:39 (14 years ago)
Basic Settings for Running Django with Apache and mod-wsgi

```html

Django
2011-06-05 13:29 (14 years ago)
Using reStructuredText in Blogs

Translate the Japanese blog post content into English.

Bicycle
2011-06-05 12:41 (14 years ago)
Removing the Bicycle Crank

Tools for the bottom bracket area of a bicycle

Django
2011-06-05 12:09 (14 years ago)
メソッドキャッシュ

```python

Python
2011-06-03 16:34 (14 years ago)
memoized_property

```python