ytyng.com

Latest Articles

Page 16
mac
2014-04-22 07:57 (12 years ago)
What to Do When Appledoc Installation (Build) Fails: Changing Project Settings (For Xcode 5)

How to Fix Build Failures of appledoc with Xcode 5

Linux
2014-04-07 09:49 (12 years ago)
When Trying to Install Redmine on CentOS 5.9, RMagick Fails to Install → Use su - Instead of sudo

I tried to install Redmine on Cent OS 5.9.

Python
2014-03-20 23:30 (12 years ago)
Add Environment Variables When You Encounter the Error "pip install pillow → error: command 'cc' failed with exit status 1"

When running `pip install pillow`, you might encounter the following error:

mac
2014-02-15 15:59 (12 years ago)
YClip.app: Converting Clipboard to Plain Text & History

I created a Mac pasteboard (clipboard) application. While it's not yet very versatile, as hotkeys are fixed and cannot be customized, I am releasing it for public use.

Python
2014-01-29 10:41 (12 years ago)
A Script to Batch Rename Multiple Files Using an Editor

When you start the program, a list of files is displayed in the editor. You can modify and save the list.

2014-01-25 02:48 (12 years ago)
The Significant Barrier Between In-House Development and Outsourcing to Partner Companies

Just as I work with consideration for the families of my company’s employees, partners from collaborating companies work with consideration for the families of their employees.

Ebook
2013-11-26 05:38 (12 years ago)
How to Fix iBooks ERROR ITMS-5107

When trying to upload an EPUB to iBooks via iTunes Producer on the iTunes Store, if you encounter the following error:

Python
2013-11-18 02:41 (12 years ago)
Comparing Logger Implementations Using Generators and Classes

I wanted to write a logger-like class and wondered, "Which would be more readable, using a generator or a class?" So I wrote and compared both.

PC/Etc
2013-11-01 07:22 (12 years ago)
Using Safari's Text-to-Speech to Read Aloud HTML

Basically, you can make it speak with just this code:

iOS
2013-09-30 13:40 (12 years ago)
Using iOS7's Text To Speech to Make iOS Speak

Lo-Fi. Can also play in Japanese. Japanese is slightly distorted. The AVFoundation framework is required

mac
2013-09-26 12:31 (12 years ago)
Commercial Use of macOS Say Command (TTS) Output is Prohibited

On a Mac,

Django
2013-09-21 04:04 (12 years ago)
Add Custom HTML to Django Admin Form Templates

1. Define change_form_template in the admin.py module Specify the location of the custom template

PC/Etc
2013-09-18 06:23 (12 years ago)
MySQL 5.6: ERROR 1265 (01000): Data truncated for column ... prevents SQL execution

Isn't sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES specified in your my.cnf?

PC/Etc
2013-08-30 10:51 (12 years ago)
Converting a Large SVN Repository Segment into a Git Repository

Migrate one subdirectory of a huge SVN repository into Git. `git svn clone` alone pulls in docs/dumps too — this post shows how to exclude those paths.

mac
2013-08-24 09:49 (12 years ago)
Turning Your iPad into a Midi Controller for GarageBand on Mac

What you need is a Midi controller app for iPad. For example, the following app costs 170 yen.

Linux
2013-08-03 01:29 (12 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.