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
private func onMove(srcs: IndexSet, dest: Int) { | |
var sortedOrders: [Int64] = Array(0...Int64(tags.count)) | |
for (entity, index) in zip(tags, sortedOrders) { | |
entity.index = index | |
} | |
sortedOrders.move(fromOffsets: srcs, toOffset: dest) | |
let finalOrders : [Int64] = Array(0...Int64(tags.count)) | |
let mappingDict = Dictionary(uniqueKeysWithValues: zip(sortedOrders , finalOrders )) | |
for entity in tags { | |
entity.index = mappingDict[entity.index]! |
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
gcc -v -E -x c++ - |
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
set -e | |
############################################################################### | |
# DEPS DIR | |
############################################################################### | |
DIR=$(dirname $0) | |
cd $DIR/../deps || (mkdir $DIR/../deps && cd $DIR/../deps && echo "/skia\n/depot_tools" > .gitignore) | |
############################################################################### | |
# SKIA DEPS |
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
source : ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 39.00M (4 images) | |
compression.ai: ▇▇▇▇▇▇▇▇ 8.90M | |
imager : ▇▇▇▇ 4.20M |
NewerOlder