Drag ARKitSCNView to story builder or make in code
@IBOutlet weak var sceneView: ARSCNView!
let configuration = ARWorldTrackingConfiguration()
Add a configuration object to the view controller
sku,name,price,categories,categories:blah,group_id,image_url,in_stock,post_type,price:blah,publish_time:blah:1:blah:foo:ha,title,updated,url | |
sku-0-0-WzcsbzXTPT,name-0-27-uYTzhpRQQ4,27,categories-0-45-FQ6lor0BQg,categories:blah-0-4-khfIt1YYSB,group_id-0-20-bRYrsnfEgc,image_url-0-75-Fig8wrCgQ2,true,post_type-0-76-XGYMGC0iUi,price:blah-0-34-mRa4Q7aHpU,publish_time:blah:1:blah:foo:ha-0-30-IStPiThVuM,title-0-11-mh2QnrGq7q,updated-0-51-dDpifJcPhD,url-0-27-U8viCIdzCU | |
sku-1-19-GLYF2eT0NN,name-1-31-w7LVpIEw8P,3,categories-1-52-S0kkT5EpGJ,categories:blah-1-75-xfrA8x73Dn,group_id-1-47-qwVp9DnbZi,image_url-1-45-NZ57S2JuU0,false,post_type-1-35-CDs58kbjS2,price:blah-1-58-I26eAB4v4w,publish_time:blah:1:blah:foo:ha-1-70-PGHqmX3Mh9,title-1-59-xwHj05WuyK,updated-1-17-x19VS0wJfr,url-1-55-ZCeKW4K5ze | |
sku-2-38-3dbCesQ7JH,name-2-49-r1vfp9LWe8,516,categories-2-38-ZgFV2GYDTL,categories:blah-2-99-bIrMcCu8iy,group_id-2-69-dL7B3xULUo,image_url-2-46-Re4L8KmD1s,true,post_type-2-94-J38trhpXOQ,price:blah-2-39-ForxuLBUTL,publish_time:blah:1: |
sku | name | price | categories | group_id | image_url | in_stock | post_type | publish_time | title | updated | url | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
sku-0-43-vNIC1LCuEz | name-0-62-gAAVKQtgf8 | 660 | categories-0-81-W5sOoHPf0L | group-88 | image_url-0-69-xC7bC3ha8R | false | post_type-0-12-naolIIn9eV | publish_time-0-94-96V0X6YOh4 | title-0-25-tkts7pQVTJ | updated-0-96-drGU3I9UUs | url-0-2-K4LkKt8C6v | |
sku-1-11-Ul0VNJd410 | name-1-78-vGNGUmbCF8 | 318 | categories-1-66-QRj0uPNOjk | group-36 | image_url-1-32-L8PNZdj1EB | false | post_type-1-21-y7VZACkuTB | a|publish_time-1-35-4iIIxohmcn | title-1-59-00jyJ73YYj | updated-1-20-UIPS6NvZqF | url-1-45-3n2JbDSp6k | |
sku-2-77-7JVkDeTehw | name-2-8-qYQY2zObgo | 307 | categories-2-90-IByYa6cuit | group-4 | image_url-2-79-XtFBOP6V55 | false | post_type-2-86-91YKqwn7rW | publish_time-2-7-5mD8rFf9vV | title-2-49-ri7CYPqMMV | updated-2-78-75AoMNPxYC | url-2-9-y8FOB5chtW | |
sku-3-18-C0WGfuMaZX | name-3-20-Vf9XYc11j9 | 654 | categories-3-6-ewWS50h6Zu | group-15 | image_url-3-6-yypD0DCJXT | true | post_type-3-35-ZXhQ4fhHfa | publish_time-3-77-EjVNoWFd3T | title-3-80-jlECnL44g1 | updated-3-48-cJOkhTkaxf | url-3-80-h4BYKDzhp5 |
brew cask install osxfuse | |
brew install s3fs | |
mkdir -p ~/.s3/folder_to_mount_bucket_to | |
chmod 600 ~/.s3/folder_to_mount_bucket_to | |
# create a token in the AWS console https://console.aws.amazon.com/iam/home?#home | |
# replace the following with your values | |
echo MYIDENTITY:MYCREDENTIAL >~/.s3/passwd |
#!/usr/bin/env ruby | |
require 'colorize' | |
# pre-requisites | |
# gem install colorize | |
# if you are running in mac: | |
# brew install gnu-sed | |
# usage | |
# sbt test 2> /dev/null | gsed -r "s/[[:cntrl:]]\[[0-9]{1,3}m//g" | sbtpretty |
// Simple function to generate 64 bit hashes using the builtin Murmur hash functionaliy which only outputs 32bits | |
// we had cases when hashing 15M+ items where we got around 0.08% conflicts | |
// using this method we were able to hash 15M items with 0 conflicts | |
object ExtendedMurmurHash { | |
val seed = 0xf7ca7fd2 | |
def hash(u: String): Long = { | |
val a = scala.util.hashing.MurmurHash3.stringHash(u, seed) | |
val b = scala.util.hashing.MurmurHash3.stringHash(u.reverse.toString, seed) | |
// shift a 32 bits to the left, leaving 32 lower bits zeroed |
[ | |
{ | |
"sku": 51528960275, | |
"brand": "Rebecca-Minkoff", | |
"categories": "P/17 UM HB", | |
"condition": "new", | |
"description": "Keep your style classic and simple with the sophisticated, take-anywhere Fulton Brief. Style #: HU17MSCR02", | |
"dy_display_price": 325, | |
"group_id": 12375378259, | |
"image_url": "https://cdn.shopify.com/s/files/1/1754/9245/products/hu17mscr02_fulton_brief_13_15_blackcement_a_large.jpg?v=1506359518", |
sku | group_id | name | url | price | in_stock | image_url | categories | |
---|---|---|---|---|---|---|---|---|
123 | 123 | test product | https://www.linio.com | 1 | false | https://www.linio.com | Test | |
567 | 567 | test product 2 | https://www.linio.com | 1 | true | https://www.linio.com | Test |
sku | image_url | group_id | name | url | in_stock | price | categories | |
---|---|---|---|---|---|---|---|---|
sku-1 | http://sku-1.com/a.png | group-sku-1 | name-sku-1 | http://sku-1.com | true | 5 | sku-1 |
sku | name | price | categories | group_id | image_url | in_stock | url | keywords | |
---|---|---|---|---|---|---|---|---|---|
a | a | 1 | a | a | http://a.com | true | http://blah.com | a |