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
var text3d = new THREE.TextGeometry("123123123131", { | |
size: 0.2, | |
height: 0.1, | |
font: 12 | |
}); | |
text3d.computeBoundingBox(); | |
var material = new THREE.MeshFaceMaterial([ | |
new THREE.MeshPhongMaterial({color: 0xffffff, shading: THREE.FlatShading}), // front | |
new THREE.MeshPhongMaterial({color: 0xffffff, shading: THREE.SmoothShading}) // side |
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
// Tracker document can only be created/edited/deleted by admins. | |
var Tracker = { | |
tracker_imei: { | |
type: String, | |
required: true, | |
unique: true | |
}, | |
/** |
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
{ | |
error: ... | |
} | |
500 -> | |
Internal Server Error | |
Yapacak bişi yok, "Şu anda işleminizi gerçekleştiremiyoruz vs. vs." | |
401 -> | |
Invalid or Expired Token |
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
module.exports = { | |
"Download": "Скачать", | |
// HOME | |
"SPECIAL OFFERS": "АРНАЙЫ ҰСЫНЫСТАР", | |
"EXPLORE": "ЗЕРТТЕП БІЛ", | |
"GIFT CARD": "СЫЙЛЫҚ КАРТАСЫ", | |
"MAGAZINE": "ЖУРНАЛДАР", | |
"PHOTO GALLERY": "ФОТОГАЛЕРЕЯ", |
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
module.exports = { | |
"Download": "Скачать", | |
// HOME | |
"SPECIAL OFFERS": "СПЕЦИАЛЬНЫЕ ПРЕДЛОЖЕНИЯ", | |
"EXPLORE": "ИЗУЧИ", | |
"GIFT CARD": "ПОДАРОЧНАЯ КАРТА", | |
"MAGAZINE": "ЖУРНАЛ", | |
"PHOTO GALLERY": "ФОТОГАЛЕРЕЯ", |
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
[{ | |
"SourceFile": "../Downloads/big_buck_bunny-ece3c1c0-1a39-4fad-9987-72f43e8f6d2c.mp4", | |
"ExifToolVersion": 10.11, | |
"FileName": "big_buck_bunny-ece3c1c0-1a39-4fad-9987-72f43e8f6d2c.mp4", | |
"Directory": "../Downloads", | |
"FileSize": "5.3 MB", | |
"FileModifyDate": "2016:03:18 04:14:39+02:00", | |
"FileAccessDate": "2016:03:19 04:46:50+02:00", | |
"FileInodeChangeDate": "2016:03:18 04:14:39+02:00", | |
"FilePermissions": "rw-r--r--", |
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
{ | |
"env": { | |
"browser": true, | |
"node": true, | |
"jquery": true, | |
"mocha": true, | |
"es6": true | |
}, | |
"parserOptions": { | |
"ecmaVersion": 2017, |