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
| Tier 5 Pz. IV G | |
| gun_01 | |
| gun_02 | |
| gun_05 | |
| Tier 5 AT 2 | |
| gun_03 | |
| Tier 7 KV-13 | |
| gun_04 |
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
| // want | |
| import { Palette } from "generated/palette.slint"; | |
| import { HorizontalBox } from "std-widgets.slint"; | |
| export enum ButtonVariant { | |
| Solid, | |
| Outline | |
| } | |
| export component Button inherits Rectangle { |
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
| import { parse } from 'csv-parse/sync'; | |
| import { times } from 'lodash'; | |
| const raw = await Bun.file('temp/raw.csv').text(); | |
| const parsed = parse(raw) as [string, string, string][]; | |
| const count: Record<number, number> = {}; | |
| let discarded = 0; | |
| times(50, (index) => (count[index + 1] = 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
| { | |
| "##name": "Entity", | |
| "components": { | |
| "0000": { | |
| "comp.typename": "LodComponent", | |
| "lc.loddist": { | |
| "distance0": 24, | |
| "distance1": 42, | |
| "distance2": 900, | |
| "distance3": 1000 |