Skip to content

Instantly share code, notes, and snippets.

@ishinao
ishinao / validation.php
Created July 15, 2013 06:37
Laravel 4 app/lang/ja/validation.php バリデーションメッセージ日本語リソース。
<?php
return array(
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
@ishinao
ishinao / UDIDReplace.h
Created February 14, 2012 08:40
UIDevice.uniqueIdentifier replace to Application UUID
//
// UDIDReplace.h
//
// Created by ishinao on 12/02/14.
//
// fork from
// https://gist.github.com/1161447
// https://gist.github.com/1743326
//
@ishinao
ishinao / UIApplication+UIID.h
Created February 14, 2012 08:00 — forked from akisute/UIApplication+UIID.h
Unique Installation Identifier (UIID) as a replacement of the depreciated UDID. Repository available here: https://github.com/akisute/UIApplication-UIID
//
// UIApplication+UIID.h
// UIID
//
// Created by akisute on 11/08/22.
//
#import <UIKit/UIKit.h>