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
sudo devcontainer exec --workspace-folder ~/Desktop/alltheplaces/alltheplaces pipenv update chompjs | |
Building requirements... | |
Resolving dependencies... | |
✘ Locking Failed! | |
⠙ Locking... | |
Traceback (most recent call last): | |
File "/home/ubuntu/.pyenv/versions/3.11.8/lib/python3.11/site-packages/pipenv/patched/pip/_vendor/packaging/specifiers.py", line 634, in __init__ | |
parsed.add(Specifier(specifier)) | |
^^^^^^^^^^^^^^^^^^^^ | |
File "/home/ubuntu/.pyenv/versions/3.11.8/lib/python3.11/site-packages/pipenv/patched/pip/_vendor/packaging/specifiers.py", line 98, in __init__ |
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
The time when unit became active or started is printed after the "@" character. | |
The time the unit took to start is printed after the "+" character. | |
graphical.target @12.047s | |
└─multi-user.target @12.047s | |
└─postfix.service @12.043s +3ms | |
└─[email protected] @9.924s +2.116s | |
└─network-online.target @9.916s | |
└─NetworkManager-wait-online.service @2.522s +7.392s | |
└─NetworkManager.service @2.193s +327ms |
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
#!/bin/bash | |
set -Eeuox pipefail | |
IFS=$'\n\t' | |
err_report() { | |
echo "Error on line $1" | |
} | |
trap 'err_report $LINENO' ERR | |
# https://github.com/clementine-player/Clementine/wiki/Compiling-from-source-(Linux) |
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
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
public class MapMaker : MonoBehaviour | |
{ | |
int size = 400; | |
GameObject[,] pixels; | |
float[,] heightmap; | |
int iteration = 0; |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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
68782 | |
42017 | |
41106 | |
37435 | |
35883 | |
25477 | |
25281 | |
24231 | |
23009 | |
21936 |
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
for quest quest_type it was done by 1 people out of 3000 users. | |
for quest quest_type median is changed_objects edited elements. | |
for quest AddOpeningHours it was done by 8129 people out of 3000 users. | |
for quest AddOpeningHours median is 3 edited elements. | |
for quest AddRoadName it was done by 11062 people out of 3000 users. | |
for quest AddRoadName median is 3 edited elements. | |
for quest AddRoofShape it was done by 4415 people out of 3000 users. |
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
for quest AddOpeningHours it was done by 8129 people out of 3000 users. | |
for quest AddOpeningHours median is 3 edited elements. | |
for quest AddRoadName it was done by 11062 people out of 3000 users. | |
for quest AddRoadName median is 3 edited elements. | |
for quest AddRoofShape it was done by 4415 people out of 3000 users. | |
for quest AddRoofShape median is 4 edited elements. | |
for quest AddBuildingLevels it was done by 9329 people out of 3000 users. |
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
for quest AddOpeningHours it was done by 8129 people out of 6000 users. | |
for quest AddOpeningHours median is 3 edited elements. | |
for quest AddRoadName it was done by 11062 people out of 6000 users. | |
for quest AddRoadName median is 3 edited elements. | |
for quest AddRoofShape it was done by 4415 people out of 6000 users. | |
for quest AddRoofShape median is 2 edited elements. | |
for quest AddBuildingLevels it was done by 9329 people out of 6000 users. |
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
for quest AddOpeningHours it was done by 8129 people out of 17020 users. | |
for quest AddOpeningHours median is 0 edited elements. | |
for quest AddRoadName it was done by 11062 people out of 17020 users. | |
for quest AddRoadName median is 1 edited elements. | |
for quest AddRoofShape it was done by 4415 people out of 17020 users. | |
for quest AddRoofShape median is 0 edited elements. | |
for quest AddBuildingLevels it was done by 9329 people out of 17020 users. |
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
for quest AddOpeningHours it was done by 8129 people out of 20430 users. | |
for quest AddOpeningHours median is 0 edited elements. | |
for quest AddRoadName it was done by 11062 people out of 20430 users. | |
for quest AddRoadName median is 1 edited elements. | |
for quest AddRoofShape it was done by 4415 people out of 20430 users. | |
for quest AddRoofShape median is 0 edited elements. | |
for quest AddBuildingLevels it was done by 9329 people out of 20430 users. |
NewerOlder