This file contains hidden or 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
$npm install supermarket | |
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm info range pksqlite@>=0.0.3 | |
npm info preinstall [email protected] | |
npm info preinstall [email protected] | |
Checking for program g++ or c++ : /usr/bin/g++ | |
Checking for program cpp : /usr/bin/cpp |
This file contains hidden or 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="en"> | |
<head> | |
<script type="text/javascript" src="./lib/Three.js"></script> | |
<script type="text/javascript" src="./lib/RequestAnimationFrame.js"></script> | |
<title>Threejs Canvas Vertexcolors</title> | |
</head> | |
<body> | |
<div id="canvas"></div> | |
</body> |
This file contains hidden or 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
var model_json = { | |
"version" : 2, | |
"scale" : 0.001, | |
"materials": [], | |
"vertices": [-0.000306,0.999337,-0.000171,-0.742508,0.458661,-0.539974,0.289160,0.467804,-0.890213,0.926477,0.463016,0.000230,0.266512,0.431328,0.820196,-0.739211,0.456412,0.537056,-0.275657,-0.445996,-0.848465,0.710533,-0.439071,-0.515925,0.717360,-0.443268,0.520973,-0.272354,-0.440723,0.838688,-0.895421,-0.447672,0.000358,-0.000098,-0.999169,0.000099,0.165337,0.864424,-0.508616,-0.434146,0.867985,-0.315991,-0.268466,0.536635,-0.825925,-0.444729,0.888959,0.322593,-0.854426,0.527887,0.000127,0.526067,0.850918,-0.000224,0.685263,0.523827,-0.498572,0.156746,0.820296,0.482195,0.691125,0.527986,0.502210,-0.264762,0.530055,0.815171,-0.939628,-0.000105,0.305301,-0.951442,-0.000168,-0.309350,-0.578774,-0.000189,-0.796746,0.000281,-0.000103,-0.998764,0.584460,-0.000097,-0.804492,0.951969,0.000370,-0.309090,0.919826,-0.000067,0.298580,0.585972,-0.000069,0.806792,0.000123,0.000313,1.001361,-0.591520,-0.000194,0.814247,-0.696315,-0.53223 |
This file contains hidden or 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
model_json = { | |
"metadata" : | |
{ | |
"formatVersion" : 3, | |
"generatedBy" : "Blender 2.60 Exporter", | |
"vertices" : 642, | |
"faces" : 1280, | |
"normals" : 642, | |
"colors" : 0, |
This file contains hidden or 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
model_json = { | |
"metadata" : { | |
"formatVersion" : 3, | |
"generatedBy" : "Blender 2.60 Exporter", | |
"vertices" : 642, | |
"faces" : 1280, | |
"normals" : 642, | |
"colors" : 0, | |
"uvs" : 0, |
This file contains hidden or 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
model_json = { | |
"metadata" : { | |
"formatVersion" : 3, | |
"generatedBy" : "Blender 2.60 Exporter", | |
"vertices" : 642, | |
"faces" : 1280, | |
"normals" : 642, | |
"colors" : 0, | |
"uvs" : 0, |
This file contains hidden or 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
jan@devvm:~/dev/kolkwork$ docpad generate -d | |
debug: Plugins loading for /home/jan/local/lib/node_modules/docpad/lib/plugins | |
â+' [2011-12-11 21:47:50.202] [/home/jan/local/lib/node_modules/docpad/lib/docpad.coffee:476] [Docpad.loadPluginsIn] | |
debug: Plugins loading for /home/jan/dev/kolkwork/plugins | |
â+' [2011-12-11 21:47:50.223] [/home/jan/local/lib/node_modules/docpad/lib/docpad.coffee:476] [Docpad.loadPluginsIn] | |
debug: Loading plugin jade | |
â+' [2011-12-11 21:47:50.245] [/home/jan/local/lib/node_modules/docpad/lib/docpad.coffee:497] [unknown] | |
debug: Loading plugin roy | |
â+' [2011-12-11 21:47:50.254] [/home/jan/local/lib/node_modules/docpad/lib/docpad.coffee:497] [unknown] | |
debug: Loading plugin autoupdate |
This file contains hidden or 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
22:26:07 : [C:\LGMobileUpgrade] Try to delete folder | |
22:26:07 : Start Date : 2013-03-29 22:26:07 | |
22:26:07 : ---------- QM Testmode --------- | |
22:26:07 : ***** Check Tool Version ***** | |
22:26:07 : Tool version : 1.5.4.8 | |
22:26:07 : UpgradeDLL version : 1.2.6.7 | |
22:26:07 : Current Dir : C:\ProgramData\LGMOBILEAX\B2C_Client | |
22:26:07 : LGE USB Driver Version : | |
22:26:07 : Android PDLV Version : | |
22:26:07 : Android NDLV Version : |
This file contains hidden or 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
using UnityEngine; | |
using System.Collections; | |
using System; | |
public class Math3d : MonoBehaviour { | |
private static Transform tempChild = null; | |
private static Transform tempParent = null; | |
public static void Init(){ |
This file contains hidden or 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
media-ctl -l '"mt9v032 3-005c":0->"OMAP3 ISP CCDC":0[1]'; | |
media-ctl -l '"OMAP3 ISP CCDC":2->"OMAP3 ISP preview":0[1]'; | |
media-ctl -l '"OMAP3 ISP preview":1->"OMAP3 ISP resizer":0[1]'; | |
media-ctl -l '"OMAP3 ISP resizer":1->"OMAP3 ISP resizer output":0[1]'; | |
media-ctl -V '"mt9v032 3-005c":0[SGRBG10 752x480]'; | |
media-ctl -V '"OMAP3 ISP CCDC":0 [SGRBG10 752x480]'; | |
media-ctl -V '"OMAP3 ISP CCDC":1 [SGRBG10 752x480]'; | |
media-ctl -V '"OMAP3 ISP preview":0 [SGRBG10 752x479]'; | |
media-ctl -V '"OMAP3 ISP resizer":0 [YUYV 734x471]'; | |
media-ctl -V '"OMAP3 ISP resizer":1 [YUYV 640x480]'; |
OlderNewer