Skip to content

Instantly share code, notes, and snippets.

View is8r's full-sized avatar
๐Ÿ™‚

Yu Ishihara is8r

๐Ÿ™‚
View GitHub Profile
on run {input, parameters}
tell application "Finder"
set sel to the selection as text
set the clipboard to POSIX path of sel
end tell
return input
end run
on run {input, parameters}
tell application "Finder"
set sel to the selection as text
set copypath to POSIX path of sel
end tell
tell application "Terminal"
do script "cd " & copypath
activate
end tell
return input
<ul data-role="listview">
<li data-badge="fav"><a href="#">data-badge="fav"</a></li>
<li data-badge="like"><a href="#">data-badge="like"</a></li>
</ul>
<script src="jquery.mobile.badge.js"></script>
<link href="jquery.mobile.badge.css" rel="stylesheet" />
using UnityEngine;
using System.Collections;
public class Ad : MonoBehaviour {
private ADBannerView banner = null;
private bool isBannerLoaded = false;
void Start () {
#if UNITY_IPHONE
void OnApplicationPause(bool pauseStatus) {
RequestReview.remind();
}
RequestReview.remind();
private List<GameObject> xxxs = new List<GameObject>();
foreach(GameObject xxx in xxxs) {
xxx.SetActive(false);
};
for(int i = 0; i < xxxs.Count; ++i) {
xxxs[i].SetActive(false);
};
void twitter_(char *s) {
NSString* str = [NSString stringWithCString:s encoding:NSUTF8StringEncoding];
//ใใฎไป–ใฎๅ‡ฆ็†
}
SocialPost.facebook("ๅ‘ŸใใŸใ„ๆ–‡ๅญ—ๅˆ—");