This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Determine the keyboard setting in use | |
isWindowsKeySetting=true # Change this based on your setting | |
findPath="/System/Library/PrivateFrameworks/CoreJapaneseEngine.framework/Versions/A/Resources" | |
# Retrieve the paths for both KeySetting files | |
if $isWindowsKeySetting; then | |
KeySettingPath=$(find $findPath -name "KeySetting_Windows.plist") | |
else | |
KeySettingPath=$(find $findPath -name "KeySetting_Default.plist") | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// #define USE_MAIN 1 | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <math.h> | |
#ifndef PI | |
#define PI 3.14159265359 | |
#endif // PI | |
#ifndef TWO_PI | |
#define TWO_PI 6.28318530718 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import sys | |
import time | |
import socket | |
import argparse | |
import subprocess | |
class Socket: | |
def __init__(self,opt): | |
self.port= opt.port if opt.port else 7001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <math.h> | |
int verbose=0, query=1; | |
double func( double t, double x, double v ) | |
{ | |
//return - 0.1 * x; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
/*ショ-トカット*/ | |
{Shift} 2 |""<{Left} 1> | |
{Shift} 7 |''<{Left} 1> | |
{Shift} 8 |()<{Left} 1> | |
{Shift} [ |{{}{}}<{Left} 1> | |
{Ctrl} [ |{Space}[<{Space} 2>]{Space}<{Left} 3> | |
{Ctrl} , |{ひらがな}{全角}{U+0020}{U+003C}={U+0020} | |
{Ctrl} . |{ひらがな}{全角}{U+0020}={U+003E}{U+0020} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<!--processing.jsを読み込む--> | |
<script src="js/processing.js"></script> | |
<!--#wrapperのサイズを取得してcanvasの幅と高さに指定しcanvasを全画面に--> | |
<script type="text/javascript"> | |
$(function () { | |
sizing(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<!--processing.jsを読み込む--> | |
<script src="js/processing.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ja"> | |
<div class="entry-content"> | |
<p data-height="530" data-theme-id="light" data-slug-hash="QvaPjL" data-default-tab="html,result" data-user="aadebdeb" data-embed-version="2" data-pen-title="shadow by multiple lights" class="codepen">See the Pen <a href="https://codepen.io/aadebdeb/pen/QvaPjL/">shadow by multiple lights</a> by aadebdeb (<a href="http://codepen.io/aadebdeb">@aadebdeb</a>) on <a href="http://codepen.io">CodePen</a>.</p> | |
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script> | |
</div> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<!--js読み込み--> | |
<script type="text/javascript" src="http://www.generative-gestaltung.de/1/js/jquery.swfobject.1-0-6.min.js"></script> | |
<script type="text/javascript" src="http://www.generative-gestaltung.de/1/js/app.js"></script> | |
<script type="text/javascript"> | |
GD.documentReady = function () { | |
GD.showVideo({ | |
containerId: 'video_player', |
NewerOlder