ytyng.com

Latest Articles

Page 17
Linux
2013-08-03 01:29 (13 years ago)
Install MediaWiki with Visual Editor Enabled

I was thinking of creating an internal information sharing service using a Wiki. However, considering that non-developers would also be using it, I thought it would be best to have one with a WYSIWYG editor.

Making
2012-03-24 16:33 (14 years ago)
Sony HMZ-T1: Expanded Lens Spacing & Headphone Removal

I had pre-ordered the Sony HMZ-T1 at the end of 2011, but it finally arrived in March 2012.

Python
2011-12-29 03:04 (14 years ago)
Resolving Readline Errors When Running iPython

When I switched to MacOS Lion and was setting up my environment, I encountered the following error when running iPython:

Django
2011-09-10 11:32 (14 years ago)
recreate-migration: BASH Function to Recreate Migration

Rollback the migration, delete all migration scripts, and then redo the schema migrations.

Django
2011-09-10 11:20 (14 years ago)
Template Tags for Time Branching: ifbefore, ifafter, ifafterbefore

```python

Linux
2011-07-18 14:56 (15 years ago)
Ubuntu: Keep Unity UI Launcher (Dock) Always Visible

Ubuntu 11.04

PC/Etc
2011-06-27 03:10 (15 years ago)
When Updated to Eclipse PyDev 2.2.0, Editor Tab Names Became Longer → Fixed

After updating Eclipse to Indigo and installing Pydev 2.2.0, I noticed that the editor tabs defaulted to the long-winded display format like the old Pydev.

Django
2011-06-21 06:24 (15 years ago)
Creating Dummy Text with Lorem Ipsum

```html Using template tags like lorem, you can create dummy data for articles utilizing the django.contrib.webdesign.lorem_ipsum package.

Django
2011-06-20 17:14 (15 years ago)
Django admin sets default form field values based on GET parameters

When you pass a GET query like

PC/Etc
2011-06-19 03:40 (15 years ago)
Retrieve a User's Tweet List without Authentication using the Twitter Search API

<!DOCTYPE html>

Django
2011-06-17 07:09 (15 years ago)
Management Command to Visualize Model Relationships

```python

Django
2011-06-17 01:10 (15 years ago)
Remove the Delete Button from the Django Admin Interface

Disable Deletion from List Checkboxes Create a file like common/admins.py

Django
2011-06-12 03:17 (15 years ago)
KvsModel: Using KVS (like TokyoTyrant) as a Model

```python

Python
2011-06-10 17:02 (15 years ago)
Clipboard Input and Output

I'm not very confident about the GTK part

Django
2011-06-10 16:17 (15 years ago)
Expand the Textarea of the TextField in Admin

Here's the English translation of the provided Japanese blog article: --- When working with Django models,

Making
2011-06-09 16:25 (15 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 (15 years ago)
Reassembling the Wheel

The truing stand has arrived.

Bicycle
2011-06-09 16:23 (15 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 (15 years ago)
Using TokyoTyrant as a Model-like TokyoTyrantStorage

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

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

```python