previndexinfonext

code guessing, round #21 (completed)

started at ; stage 2 at ; ended at

specification

I'm a lazy painter, so your challenge this round is to flood fill. submissions can be written in python, c, rust, or typescript (node).

flood fill is a class of simple algorithms that fill a contiguous region of identical cells in a 2D array starting from a given point, the same way the bucket tool fills in areas in a paint program.

for example, this is the result of flood filling the following grid with #, from the point indicated by *:

.#...           .####
..#.*           ..###
##...    -->    #####
.####           .####
..#..           ..#..

your challenge, given a 2D boolean array of arbitrary size and a point on it, is simple: find the contiguous region of false values the point is contained by, and replace them all with true. only orthagonal adjacency is considered; each cell has at most 4 neighbours.

the APIs for each language are as follows:

results

  1. 👑 Photon_Niko +6 -2 = 4
    1. Olivia
    2. Edgex42 (was moshikoi)
    3. soup girl (was LyricLy)
    4. IFcoltransG
    5. ISO 4683-1 (was olus2000)
    6. Kestrel
    7. LyricLy (was Edgex42)
    8. razetime
    9. deadbraincoral (was soup girl)
    10. SoundOfSpouting
    11. Palaiologos
    12. olus2000 (was ISO 4683-1)
    13. GNU Radio Shows (was deadbraincoral)
    14. moshikoi (was GNU Radio Shows)
  2. deadbraincoral +4 -0 = 4
    1. Olivia
    2. Palaiologos (was moshikoi)
    3. ISO 4683-1 (was LyricLy)
    4. SoundOfSpouting (was IFcoltransG)
    5. IFcoltransG (was olus2000)
    6. Kestrel
    7. LyricLy (was Edgex42)
    8. razetime
    9. GNU Radio Shows (was soup girl)
    10. Photon_Niko
    11. olus2000 (was SoundOfSpouting)
    12. soup girl (was Palaiologos)
    13. moshikoi (was ISO 4683-1)
    14. Edgex42 (was GNU Radio Shows)
  3. GNU Radio Shows +4 -1 = 3
    1. Olivia
    2. Edgex42 (was moshikoi)
    3. Palaiologos (was LyricLy)
    4. Photon_Niko (was IFcoltransG)
    5. LyricLy (was olus2000)
    6. Kestrel
    7. IFcoltransG (was Edgex42)
    8. razetime
    9. olus2000 (was soup girl)
    10. moshikoi (was Photon_Niko)
    11. deadbraincoral (was SoundOfSpouting)
    12. SoundOfSpouting (was Palaiologos)
    13. ISO 4683-1
    14. soup girl (was deadbraincoral)
  4. moshikoi +3 -1 = 2
    1. Palaiologos (was Olivia)
    2. LyricLy
    3. IFcoltransG
    4. SoundOfSpouting (was olus2000)
    5. Kestrel
    6. olus2000 (was Edgex42)
    7. Edgex42 (was razetime)
    8. deadbraincoral (was soup girl)
    9. ISO 4683-1 (was Photon_Niko)
    10. Photon_Niko (was SoundOfSpouting)
    11. razetime (was Palaiologos)
    12. Olivia (was ISO 4683-1)
    13. GNU Radio Shows (was deadbraincoral)
    14. soup girl (was GNU Radio Shows)
  5. LyricLy +2 -1 = 1
    1. Olivia
    2. Edgex42 (was moshikoi)
    3. SoundOfSpouting (was IFcoltransG)
    4. ISO 4683-1 (was olus2000)
    5. Photon_Niko (was Kestrel)
    6. IFcoltransG (was Edgex42)
    7. razetime
    8. GNU Radio Shows (was soup girl)
    9. soup girl (was Photon_Niko)
    10. olus2000 (was SoundOfSpouting)
    11. deadbraincoral (was Palaiologos)
    12. Palaiologos (was ISO 4683-1)
    13. Kestrel (was deadbraincoral)
    14. moshikoi (was GNU Radio Shows)
  6. Palaiologos +2 -1 = 1
    1. Edgex42 (was Olivia)
    2. ISO 4683-1 (was moshikoi)
    3. deadbraincoral (was LyricLy)
    4. GNU Radio Shows (was IFcoltransG)
    5. Olivia (was olus2000)
    6. Kestrel
    7. razetime (was Edgex42)
    8. IFcoltransG (was razetime)
    9. olus2000 (was soup girl)
    10. LyricLy (was Photon_Niko)
    11. SoundOfSpouting
    12. moshikoi (was ISO 4683-1)
    13. Photon_Niko (was deadbraincoral)
    14. soup girl (was GNU Radio Shows)
  7. Edgex42 +1 -0 = 1
    1. IFcoltransG (was Olivia)
    2. razetime (was moshikoi)
    3. Palaiologos (was LyricLy)
    4. Kestrel (was IFcoltransG)
    5. GNU Radio Shows (was olus2000)
    6. deadbraincoral (was Kestrel)
    7. LyricLy (was razetime)
    8. Olivia (was soup girl)
    9. soup girl (was Photon_Niko)
    10. SoundOfSpouting
    11. ISO 4683-1 (was Palaiologos)
    12. moshikoi (was ISO 4683-1)
    13. olus2000 (was deadbraincoral)
    14. Photon_Niko (was GNU Radio Shows)
  8. olus2000 +1 -0 = 1
    1. ISO 4683-1 (was Olivia)
    2. razetime (was moshikoi)
    3. moshikoi (was LyricLy)
    4. SoundOfSpouting (was IFcoltransG)
    5. LyricLy (was Kestrel)
    6. Palaiologos (was Edgex42)
    7. soup girl (was razetime)
    8. Olivia (was soup girl)
    9. Kestrel (was Photon_Niko)
    10. Photon_Niko (was SoundOfSpouting)
    11. deadbraincoral (was Palaiologos)
    12. Edgex42 (was ISO 4683-1)
    13. IFcoltransG (was deadbraincoral)
    14. GNU Radio Shows
  9. soup girl +0 -1 = -1
    1. LyricLy (was Olivia)
    2. Edgex42 (was moshikoi)
    3. Palaiologos (was LyricLy)
    4. Olivia (was IFcoltransG)
    5. GNU Radio Shows (was olus2000)
    6. IFcoltransG (was Kestrel)
    7. razetime (was Edgex42)
    8. deadbraincoral (was razetime)
    9. olus2000 (was Photon_Niko)
    10. Photon_Niko (was SoundOfSpouting)
    11. ISO 4683-1 (was Palaiologos)
    12. Kestrel (was ISO 4683-1)
    13. moshikoi (was deadbraincoral)
    14. SoundOfSpouting (was GNU Radio Shows)
  10. razetime +2 -4 = -2
    1. Olivia
    2. LyricLy (was moshikoi)
    3. Palaiologos (was LyricLy)
    4. olus2000 (was IFcoltransG)
    5. Kestrel (was olus2000)
    6. GNU Radio Shows (was Kestrel)
    7. IFcoltransG (was Edgex42)
    8. Photon_Niko (was soup girl)
    9. deadbraincoral (was Photon_Niko)
    10. Edgex42 (was SoundOfSpouting)
    11. soup girl (was Palaiologos)
    12. ISO 4683-1
    13. SoundOfSpouting (was deadbraincoral)
    14. moshikoi (was GNU Radio Shows)
  11. SoundOfSpouting +1 -3 = -2
    1. razetime (was Olivia)
    2. GNU Radio Shows (was moshikoi)
    3. ISO 4683-1 (was LyricLy)
    4. Edgex42 (was IFcoltransG)
    5. Kestrel (was olus2000)
    6. LyricLy (was Kestrel)
    7. moshikoi (was Edgex42)
    8. deadbraincoral (was razetime)
    9. Palaiologos (was soup girl)
    10. Photon_Niko
    11. olus2000 (was Palaiologos)
    12. IFcoltransG (was ISO 4683-1)
    13. Olivia (was deadbraincoral)
    14. soup girl (was GNU Radio Shows)
  12. IFcoltransG +0 -2 = -2
    1. LyricLy (was Olivia)
    2. soup girl (was moshikoi)
    3. Edgex42 (was LyricLy)
    4. Olivia (was olus2000)
    5. moshikoi (was Kestrel)
    6. Palaiologos (was Edgex42)
    7. deadbraincoral (was razetime)
    8. SoundOfSpouting (was soup girl)
    9. olus2000 (was Photon_Niko)
    10. GNU Radio Shows (was SoundOfSpouting)
    11. ISO 4683-1 (was Palaiologos)
    12. razetime (was ISO 4683-1)
    13. Kestrel (was deadbraincoral)
    14. Photon_Niko (was GNU Radio Shows)
  13. ISO 4683-1 +0 -2 = -2
    1. deadbraincoral (was Olivia)
    2. soup girl (was moshikoi)
    3. Palaiologos (was LyricLy)
    4. Olivia (was IFcoltransG)
    5. IFcoltransG (was olus2000)
    6. SoundOfSpouting (was Kestrel)
    7. razetime (was Edgex42)
    8. GNU Radio Shows (was razetime)
    9. Photon_Niko (was soup girl)
    10. LyricLy (was Photon_Niko)
    11. olus2000 (was SoundOfSpouting)
    12. moshikoi (was Palaiologos)
    13. Kestrel (was deadbraincoral)
    14. Edgex42 (was GNU Radio Shows)
  14. Olivia +2 -5 = -3
    1. moshikoi
    2. Palaiologos (was LyricLy)
    3. SoundOfSpouting (was IFcoltransG)
    4. razetime (was olus2000)
    5. deadbraincoral (was Kestrel)
    6. IFcoltransG (was Edgex42)
    7. LyricLy (was razetime)
    8. soup girl
    9. Kestrel (was Photon_Niko)
    10. GNU Radio Shows (was SoundOfSpouting)
    11. ISO 4683-1 (was Palaiologos)
    12. Photon_Niko (was ISO 4683-1)
    13. Edgex42 (was deadbraincoral)
    14. olus2000 (was GNU Radio Shows)
  15. Kestrel +0 -5 = -5
    1. deadbraincoral (was Olivia)
    2. Edgex42 (was moshikoi)
    3. GNU Radio Shows (was LyricLy)
    4. SoundOfSpouting (was IFcoltransG)
    5. moshikoi (was olus2000)
    6. ISO 4683-1 (was Edgex42)
    7. olus2000 (was razetime)
    8. LyricLy (was soup girl)
    9. Palaiologos (was Photon_Niko)
    10. Photon_Niko (was SoundOfSpouting)
    11. razetime (was Palaiologos)
    12. Olivia (was ISO 4683-1)
    13. IFcoltransG (was deadbraincoral)
    14. soup girl (was GNU Radio Shows)

entries

you can download all the entries

entry #1

written by Olivia
submitted at
4 likes

guesses
comments 0

post a comment


e621.py ASCII text, with very long lines (65368)

entry #2

written by moshikoi
submitted at
1 like

guesses
comments 0

post a comment


floodfill.py ASCII text, with CRLF line terminators
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
def str_to_grid(g: str):
    return [*map(lambda l: [*map(lambda c: c == '#', l)], g.split('\n'))]

def fill_coord(g: str):
    return 

def grid_to_str(g: list[list[bool]]):
    return '\n'.join(map(lambda r: ''.join('#' if b else '.' for b in r), g))

def entry(grid: list[list[bool]], x: int, y: int):
    # Basic flood-fill algorithm;
    # if the cell is filled, add its adjacent cells to the to-be-filled list
    # repeat until no more cells are to be filled.

    queue = [(y, x)] # stored in row-major order

    while queue:
        (row, col) = queue.pop(0)
        if (0 <= row < len(grid)
        and 0 <= col < len(grid[row])
        and not grid[row][col]):
            grid[row][col] = True
            queue.append((row + 1, col))
            queue.append((row - 1, col))
            queue.append((row, col + 1))
            queue.append((row, col - 1))

    return grid

entry #3

written by LyricLy
submitted at
5 likes

guesses
comments 0

post a comment


.gitignore ASCII text
1
2
3
4
5
6
7
8
9
target
libraries
logs
world
versions
crashreports
*.json
!tick.json
!load.json
Cargo.lock ASCII text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"

[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"

[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
 "cfg-if",
]

[[package]]
name = "flate2"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [
 "crc32fast",
 "miniz_oxide",
]

[[package]]
name = "hematite-nbt"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670d0784ee67cfb57393dc1837867d2951f9a59ca7db99a653499c854f745739"
dependencies = [
 "byteorder",
 "cesu8",
 "flate2",
 "serde",
]

[[package]]
name = "mc21"
version = "0.1.0"
dependencies = [
 "hematite-nbt",
 "serde",
]

[[package]]
name = "miniz_oxide"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
dependencies = [
 "adler",
]

[[package]]
name = "proc-macro2"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "serde"
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "syn"
version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
Cargo.toml ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
[package]
name = "mc21"
version = "0.1.0"
edition = "2021"

[dependencies]
hematite-nbt = "0.5"
serde = "1.0"

[lib]
name = "mc21"
path = "lib.rs"
do_density.mcfunction ASCII text
1
2
execute store result score density mc21 if entity @e[type=pig, distance=..1]
scoreboard players operation minDensity mc21 < density mc21
end.mcfunction ASCII text
1
2
3
4
5
kill @e[type=marker, tag=origin]
execute as @e[type=pig] run data modify storage mc21:out Data append from entity @s Pos
kill @e[type=pig]
scoreboard players set denseTime mc21 -2147483648
stop
eula.txt ASCII text
1
2
3
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://aka.ms/MinecraftEULA).
#Tue Aug 02 02:54:40 CEST 2022
eula=true
lib.rs ASCII text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
use serde::{Serialize, Deserialize, de::Error};
use std::fs::{File, create_dir_all, copy};
use std::path::PathBuf;

struct Triple<T>(T, T, T);

impl<T: Serialize + Copy> Serialize for Triple<T> {
    fn serialize<S: serde::Serializer>(&self, s: S) -> Result<S::Ok, S::Error> {
        vec![self.0, self.1, self.2].serialize(s)
    }
}

impl<'de, T: Deserialize<'de> + Copy> Deserialize<'de> for Triple<T> {
    fn deserialize<D: serde::Deserializer<'de>>(d: D) -> Result<Self, D::Error> {
        let v = Vec::deserialize(d)?;
        match &v[..] {
            &[x, y, z] => Ok(Self(x, y, z)),
            _ => Err(D::Error::custom("list had wrong number of elements")),
        }
    }
}

#[derive(Serialize)]
struct Block {
    #[serde(rename = "Name")]
    name: &'static str,
}

#[derive(Serialize)]
struct BlockRef {
    state: i32,
    pos: Triple<i32>,
}

#[derive(Serialize)]
struct EntityData {
    id: &'static str,
    #[serde(rename = "Tags")]
    tags: &'static [&'static str],
}

#[derive(Serialize)]
struct Entity {
    pos: Triple<f64>,
    #[serde(rename = "blockPos")]
    block_pos: Triple<i32>,
    nbt: EntityData,
}

#[derive(Serialize)]
struct Structure {
    #[serde(rename = "DataVersion")]
    data_version: i32,
    size: Triple<i32>,
    palette: &'static [Block],
    entities: Vec<Entity>,
    blocks: Vec<BlockRef>,
}

// This is rather stupid.

#[derive(Deserialize)]
struct Storage {
    data: StorageData,
}

#[derive(Deserialize)]
struct StorageData {
    contents: StorageContents,
}

#[derive(Deserialize)]
struct StorageContents {
    out: StorageResult,
}

#[derive(Deserialize)]
struct StorageResult {
    #[serde(rename = "Data")]
    data: Vec<Triple<f64>>,
}

const PATHS: [(&'static str, &[&'static str]); 4] = [
    ("world/generated/minecraft/structures/", &[]),
    ("world/datapacks/mc21/", &["pack.mcmeta"]),
    ("world/datapacks/mc21/data/mc21/functions/", &["load.mcfunction", "tick.mcfunction", "end.mcfunction", "do_density.mcfunction"]),
    ("world/datapacks/mc21/data/minecraft/tags/functions/", &["tick.json", "load.json"]),
];

pub fn entry(mut grid: Vec<bool>, width: usize, height: usize, x: usize, y: usize) -> Vec<bool> {
    let mut blocks = Vec::new();
    for y in 0..height {
        for x in 0..width {
            let state = grid[y*width+x] as i32;
            blocks.push(BlockRef { state, pos: Triple(x as i32, 0, y as i32)});
            blocks.push(BlockRef { state, pos: Triple(x as i32, 1, y as i32) });
        }
    }

    let entity = Entity {
        pos: Triple(x as f64, 0.0, y as f64),
        block_pos: Triple(x as i32, 0, y as i32),
        nbt: EntityData { id: "minecraft:marker", tags: &["origin"] },
    };

    let structure = Structure {
        data_version: 3117,
        size: Triple(width as i32, 2, height as i32),
        palette: &[
            Block { name: "air" },
            Block { name: "stone" },
        ],
        entities: vec![entity],
        blocks,
    };

    for (dir, files) in PATHS {
        create_dir_all(dir).unwrap();
        for file in files {
            let path: PathBuf = [dir, file].iter().collect();
            copy(file, path).unwrap();
        }
    }

    nbt::to_gzip_writer(&mut File::create("world/generated/minecraft/structures/start.nbt").unwrap(), &structure, None).unwrap();

    std::process::Command::new("java")
        .args(["-jar", "server.jar", "nogui"])
        .spawn()
        .unwrap();

    loop {
        std::thread::sleep(std::time::Duration::from_secs(20));
        if let Ok(file) = File::open("world/data/command_storage_mc21.dat") {
            let storage: Storage = nbt::from_gzip_reader(file).unwrap();
            for Triple(x, _, y) in storage.data.contents.out.data {
                grid[y as usize*width+x as usize] = true;
            }
            return grid;
        }
    }
}
load.json JSON text data
1
2
3
4
5
{
	"values": [
		"mc21:load"
	]
}
load.mcfunction ASCII text
1
2
3
4
5
6
7
scoreboard objectives add mc21 dummy
scoreboard players reset denseTime mc21
data modify storage mc21:out Data set value []
kill @e[type=pig]
place template minecraft:start 0 -62 0
gamerule doMobLoot false
gamerule maxEntityCramming 12
pack.mcmeta JSON text data
1
2
3
4
5
6
{
  "pack": {
    "pack_format": 10,
    "description": "cg #21"
  }
}
server.jar external link to piston-data.mojang.com
server.properties ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#Minecraft server properties
#Tue Aug 02 02:54:40 CEST 2022
allow-flight=true
allow-nether=false
broadcast-console-to-ops=true
broadcast-rcon-to-ops=true
difficulty=easy
enable-command-block=false
enable-jmx-monitoring=false
enable-query=false
enable-rcon=false
enable-status=true
enforce-secure-profile=true
enforce-whitelist=false
entity-broadcast-range-percentage=100
force-gamemode=true
function-permission-level=4
gamemode=spectator
generate-structures=false
generator-settings={}
hardcore=false
hide-online-players=false
level-name=world
level-seed=
level-type=flat
max-chained-neighbor-updates=1000000
max-players=20
max-tick-time=60000
max-world-size=29999984
motd=cg \#21
network-compression-threshold=256
online-mode=true
op-permission-level=4
player-idle-timeout=0
prevent-proxy-connections=false
previews-chat=false
pvp=false
query.port=25565
rate-limit=0
rcon.password=
rcon.port=25575
require-resource-pack=false
resource-pack=
resource-pack-prompt=
resource-pack-sha1=
server-ip=localhost
server-port=25565
simulation-distance=10
spawn-animals=true
spawn-monsters=false
spawn-npcs=false
spawn-protection=0
sync-chunk-writes=true
text-filtering-config=
use-native-transport=true
view-distance=10
tick.json JSON text data
1
2
3
4
5
{
	"values": [
		"mc21:tick"
	]
}
tick.mcfunction ASCII text
1
2
3
4
5
execute at @e[type=marker, tag=origin] run summon pig ~ ~ ~ {Invulnerable:1b, Fire:32668s}
scoreboard players set minDensity mc21 1000
execute as @e[type=pig] at @s run function mc21:do_density
execute if score minDensity mc21 matches 2.. run scoreboard players add denseTime mc21 1
execute if score denseTime mc21 matches 150.. run function mc21:end

entry #4

written by IFcoltransG
submitted at
2 likes

guesses
comments 0

post a comment


cg.py ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# // Code by SoundOfSpouting#2573 (UID: 319753218592866315)

import itertools

def entry(grid, x, y):
    h = len(grid); w = len(grid[0]); u = []; f = []
    o = [[] for i in range(h)]
    m = [[None for j in range(w)] for i in range(h)]
    grid[x][y] = False
    for i in range(h):
        for j in range(w):
            m[i][j] = (i, j, grid[i][j])
    for i in range(h):
        for rle in itertools.groupby(m[i], g):
            o[i].append((rle[0], list(rle[1])))
    r = [find(o, x, y)]
    while len(r) != 0:
        for item in r:
            i = item[0]; j = item[1]
            k = o[i][j][1]
            b = k[0]; e = k[-1]
            for a in [i - 1, i + 1]:
                if 0 <= a and a < h:
                    bd = find(o, a, b[1]); be = find(o, a, e[1])
                    for c in o[a][bd[1] : be[1] + 1]:
                        if not c[0]:
                            v = c[1][0]
                            v = find(o, v[0], v[1])
                            if v not in u:
                                f.append(v)
        u.extend(r)
        r = f; f = []
    for item in u:
        for value in o[item[0]][item[1]][1]:
            grid[value[0]][value[1]] = True
    blank = "...\n...\n..."
    return grid

def find(o, x, y):
    w = len(o[x])
    for i in range(w):
        d = o[x][i][1]
        if d[0][1] <= y and y <= d[-1][1]:
            return (x, i)
    raise ValueError(x, y)

def g(a):
    return a[2]

    #                ##################              #
    #            ####                  ####          #
    #          ##                          ##        #
    #          ##       snes undertale     ##        #
    #        ##                              ##      #
    #        ##    ######                    ##      #
    #        ##    ######                    ##      #
    #        ##    ######    ##    ######    ##      #
    #          ##          ######          ##        #
    #        ####  ##                  ##  ####      #
    #        ##    ######################    ##      #
    #        ##      ##  ##  ##  ##  ##      ##      #
    #          ####    ##############    ####        #
    #        ##########              ##########      #
    #      ##  ##############################  ##    #
    #    ####  ##    ##      ##      ##    ##  ####  #
    #    ##      ##    ######  ######    ##      ##  #
    #  ##    ####  ######    ##    ######  ####    ###
    #  ##        ##    ##          ##    ##        ###
    #  ##          ##  ##          ##  ##          ###
    #    ##      ##    ####      ####    ##      ##  #
    #      ####  ##    ##          ##    ##  ####    #
    #        ######    ##############    ######      #
    #          ####    ##############    ####        #
    #        ##################################      #
    #        ################  ################      #
    #          ############      ############        #
    #      ######        ##      ##        ######    #
    #      ##          ####      ####          ##    #
    #        ##########              ##########      #

entry #5

written by olus2000
submitted at
5 likes

guesses
comments 0

post a comment


Kestrel.c ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// ca.c
#include <stddef.h>

#define written_by char
#define with_help_from size_t
#define impersonating void

#define and while
#define think_like return
#define uh for
#define m if
#define k else



written_by *SoundOfSpouting;
with_help_from RocketRace;
with_help_from LyricLy;


impersonating ISO_4683_1(with_help_from Razetime, with_help_from firecubez, written_by LyricLy) {
    SoundOfSpouting[Razetime + firecubez * RocketRace] = SoundOfSpouting[Razetime + firecubez * RocketRace] % 3 + 3 * LyricLy;
}

impersonating firecubez(with_help_from ISO_4683_1, with_help_from Razetime) {
    SoundOfSpouting[ISO_4683_1 + Razetime * RocketRace] = SoundOfSpouting[ISO_4683_1 + Razetime * RocketRace] / 3;
}

written_by Palaiologos(with_help_from no_one, with_help_from she_is_self_sufficient) {
    think_like no_one >= RocketRace || she_is_self_sufficient >= LyricLy ? 0 : SoundOfSpouting[no_one + she_is_self_sufficient * RocketRace] % 3;
}

written_by Razetime(with_help_from deadbraincoral, with_help_from GNU_Radio_Shows) {
    think_like Palaiologos(deadbraincoral - 1, GNU_Radio_Shows) > 1 || Palaiologos(deadbraincoral, GNU_Radio_Shows - 1) > 1
        || Palaiologos(deadbraincoral + 1, GNU_Radio_Shows) > 1 || Palaiologos(deadbraincoral, GNU_Radio_Shows + 1) > 1 ? 2 : 0;
}

written_by olus2000() {
    written_by Razetime = 0;
    uh (with_help_from IFcoltransG = 0; IFcoltransG < RocketRace; IFcoltransG++)
        uh (with_help_from deadbraincoral = 0; deadbraincoral < LyricLy; deadbraincoral++) {
            firecubez(IFcoltransG, deadbraincoral);
            m (Palaiologos(IFcoltransG, deadbraincoral) > 1)
                Razetime = 1;
        }
    think_like Razetime;
}

impersonating Hildegunst_Taillemythes() {
    uh (with_help_from olus2000 = 0; olus2000 < RocketRace; olus2000++)
        uh (with_help_from gollark = 0; gollark < LyricLy; gollark++) {
            m (Palaiologos(olus2000, gollark) == 0) {
                m (Razetime(olus2000, gollark))
                    ISO_4683_1(olus2000, gollark, 2);
            } k ISO_4683_1(olus2000, gollark, 1);
        }
}

impersonating entry(written_by *Palaiologos, with_help_from ISO_4683_1, with_help_from Pyrotelekinetic, with_help_from Haru, with_help_from firecubez) {
    SoundOfSpouting = Palaiologos;
    RocketRace = ISO_4683_1;
    LyricLy = Pyrotelekinetic;
    SoundOfSpouting[Haru + firecubez * RocketRace] = 2;
    do Hildegunst_Taillemythes();
    and (olus2000());
}

entry #6

written by Kestrel
submitted at
2 likes

guesses
comments 0

post a comment


submissive.ts ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
// it used to be even more complicated, but even i couldn't handle 300 lines of pure spaghetti

const needs_more_closure = (() => {
    class linkedCell {
        value: number;
        north: linkedCell;
        east: linkedCell;
        south: linkedCell;
        west: linkedCell;
    };
    let border = new linkedCell;
    border.value = 1;
    let x: number, y: number, arr: linkedCell[][] = [], passarr: linkedCell[] = [];
    const marks: [
        (px: number) => ((py: number) => void),
        (cell: number) => number,
        (e: number[]) => number,
        (e: number[]) => number[][]
    ] = [
        (px: number) => ((py: number) => { x = px; y = py }),
        (cell: number) => {
            let me = new linkedCell;
            me.value = cell;
            me.north = border;
            me.east = border;
            me.south = border;
            me.west = border;
            if (passarr.length > 0) {
                let prev = passarr[passarr.length - 1];
                prev.east = me;
                me.west = prev;
            }
            passarr.push(me);
            return 0;
        },
        (e: number[]) => {
            passarr.map((a, b) => {
                if (arr.length > 0) {
                    let c = arr[arr.length - 1][b];
                    a.north = c;
                    c.south = a;
                }
            });
            arr.push([...passarr]);
            passarr = [];
            return 0;
        },
        (e: number[]) => {
            let d: number;
            arr[x][y].value = 2;
            do {
                d = 0
                for (let n of arr) {
                    for (let m of n) {
                        if (m.value == 0) {
                            if (m.north.value == 2 || m.east.value == 2 || m.south.value == 2 || m.west.value == 2) {
                                m.value = 2;
                                d = 1;
                            }
                        }
                    }
                }
            } while (d)
            return arr.map(n => n.map(m => [0, 1, 1][m.value]));
        }
    ]
    return marks;
})()

function entry(grid: boolean[][], x: number, y: number): boolean[][] {
    needs_more_closure[0](x)(y);
    return needs_more_closure[3]
        (grid.map(
            a => needs_more_closure[2]
                (a.map(
                    b => needs_more_closure[1](Number(b))
                ))
        ))
        .map(a => a.map(b => Boolean(b)));
}

entry #7

written by Edgex42
submitted at
3 likes

guesses
comments 0

post a comment


loss.py Unicode text, UTF-8 text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
def entry(grid, x, y):
    p=[(x,)+(y,),]
    for _ in[...]*len(grid)*len(grid[0]):
        for q in[*p]:p=[*filter(lambda r:grid[r[1]][r[0]]^1,[*({*p+[(q[0]-1,q[1])*q[0],q[1]*(q[0],q[1]-1),(q[0]+1,q[1])*(len(grid[0])-1-q[0]),(len(grid)-1-q[1])*(q[0],q[1]+1)]}-{()})])]
    for p in p:grid[p[1]][p[0]]=True
"""
⠀⠀⠀⣴⣴⡤
⠀⣠⠀⢿⠇⡇⠀⠀⠀⠀⠀⠀⠀⢰⢷⡗
⠀⢶⢽⠿⣗⠀⠀⠀⠀⠀⠀⠀⠀⣼⡧⠂⠀⠀⣼⣷⡆
⠀⠀⣾⢶⠐⣱⠀⠀⠀⠀⠀⣤⣜⣻⣧⣲⣦⠤⣧⣿⠶
⠀⢀⣿⣿⣇⠀⠀⠀⠀⠀⠀⠛⠿⣿⣿⣷⣤⣄⡹⣿⣷
⠀⢸⣿⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠈⠙⢿⣿⣿⣿⣿⣿
⠀⠿⠃⠈⠿⠆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⠿⠿⠿

⠀⢀⢀⡀⠀⢀⣤⠀⠀⠀⠀⠀⠀⠀⡀⡀
⠀⣿⡟⡇⠀⠭⡋⠅⠀⠀⠀⠀⠀⢰⣟⢿
⠀⣹⡌⠀⠀⣨⣾⣷⣄⠀⠀⠀⠀⢈⠔⠌
⠰⣷⣿⡀⢐⢿⣿⣿⢻⠀⠀⠀⢠⣿⡿⡤⣴⠄⢀⣀⡀
⠘⣿⣿⠂⠈⢸⣿⣿⣸⠀⠀⠀⢘⣿⣿⣀⡠⣠⣺⣿⣷
⠀⣿⣿⡆⠀⢸⣿⣿⣾⡇⠀⣿⣿⣿⣿⣿⣗⣻⡻⠿⠁
⠀⣿⣿⡇⠀⢸⣿⣿⡇⠀⠀⠉⠉⠉⠉⠉⠉⠁
"""

entry #8

written by razetime
submitted at
2 likes

guesses
comments 0

post a comment


main.tar.gz gzip compressed data, from Unix
dir cg21
dir src
main.rs ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
use rand::prelude::*;
use std::collections::VecDeque;
use std::iter::FromIterator;

fn adjacent(
    x: isize,
    y: isize,
    width: isize,
    height: isize,
) -> impl Iterator<Item = (usize, usize)> {
    vec![(x + 1, y), (x - 1, y), (x, y + 1), (x, y - 1)]
        .into_iter()
        .filter(move |&(a, b)| a < width && b < height && a >= 0 && b >= 0)
        .map(|(x, y)| (x as usize, y as usize))
}

fn entry(grid: Vec<bool>, width: usize, _height: usize, x: usize, y: usize) -> Vec<bool> {
    let mut result: Vec<bool> = grid;
    result[x + width * y] = true;
    let mut pairs: VecDeque<(usize, usize)> = VecDeque::from_iter([(x, y)]);
    while !pairs.is_empty() {
        let (x1, y1) = pairs.pop_front().unwrap();
        result[x1 + width * y1] = true;
        for (x2, y2) in adjacent(x1 as isize, y1 as isize, width as isize, _height as isize) {
            if !result[x2 + width * y2] {
                result[x2 + width * y2] = true;
                pairs.push_back((x2, y2));
            }
        }
    }
    result
}

fn disp(grid: Vec<bool>, width: usize) {
    for (i, &item) in grid.iter().enumerate() {
        if i % width == 0 {
            println!();
        }
        print!("{}", if item { "#" } else { "." });
    }
    println!()
}

fn debug(grid: Vec<bool>, width: usize, _height: usize, x: usize, y: usize) {
    println!("x = {}, y = {}", x, y);
    let out: Vec<bool> = entry(grid.clone(), width, _height, x, y);
    disp(grid, width);
    println!("---");
    disp(out, width);
    println!("===");
}

fn rand_debug() {
    let mut rng = rand::thread_rng();
    let width: usize = rng.gen_range(10..20);
    let height: usize = rng.gen_range(10..20);
    let x: usize = rng.gen_range(0..width);
    let y: usize = rng.gen_range(0..height);
    let size: usize = width * height;
    let mut grid: Vec<bool> = Vec::with_capacity(size);
    for _ in 0..size {
        grid.push(rand::random());
    }
    debug(grid, width, height, x, y);
}

fn main() {
    debug(
        vec![
            false, true, false, false, false, false, false, true, false, false, true, true, false,
            false, false, false, true, true, true, true, false, false, true, false, false,
        ],
        5,
        5,
        4,
        1,
    );
    for _ in 0..20 {
        rand_debug();
    }
}
dir target
dir debug
dir .fingerprint
dir cfg-if-5cc8852ef3369fb0
dep-lib-cfg-if data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-cfg-if ASCII text, with no line terminators
1
a8701506e83c9bbb
lib-cfg-if.json JSON text data
1
{"rustc":14997152855509374802,"features":"[]","target":10094334937643343087,"profile":3735503092003429423,"path":5787744470445420706,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-5cc8852ef3369fb0/dep-lib-cfg-if"}}],"rustflags":[],"metadata":8462187951337715540,"config":2202906307356721367,"compile_kind":0}
dir cfg-if-f8ad2a765ea7f234
dep-lib-cfg-if data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-cfg-if ASCII text, with no line terminators
1
a4864024e70a4200
lib-cfg-if.json JSON text data
1
{"rustc":14997152855509374802,"features":"[]","target":10094334937643343087,"profile":12637318739757120569,"path":5787744470445420706,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-f8ad2a765ea7f234/dep-lib-cfg-if"}}],"rustflags":[],"metadata":8462187951337715540,"config":2202906307356721367,"compile_kind":0}
dir cg21-42e28e771c134aac
bin-cg21 empty
bin-cg21.json JSON text data
1
{"rustc":14997152855509374802,"features":"[]","target":4957638703991248604,"profile":9251013656241001069,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cg21-42e28e771c134aac/dep-bin-cg21"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
dep-bin-cg21 data
1
src/main.rs
invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
output-bin-cg21 New Line Delimited JSON text data
1
2
3
{"message":"failed to resolve: use of undeclared crate or module `rand`","code":{"code":"E0433","explanation":"An undeclared crate, module, or type was used.\n\nErroneous code example:\n\n```compile_fail,E0433\nlet map = HashMap::new();\n// error: failed to resolve: use of undeclared type `HashMap`\n```\n\nPlease verify you didn't misspell the type/module's name or that you didn't\nforget to import it:\n\n```\nuse std::collections::HashMap; // HashMap has been imported.\nlet map: HashMap<u32, u32> = HashMap::new(); // So it can be used!\n```\n\nIf you've expected to use a crate name:\n\n```compile_fail\nuse ferris_wheel::BigO;\n// error: failed to resolve: use of undeclared crate or module `ferris_wheel`\n```\n\nMake sure the crate has been added as a dependency in `Cargo.toml`.\n\nTo use a module from your current crate, add the `crate::` prefix to the path.\n"},"level":"error","spans":[{"file_name":"src/main.rs","byte_start":65,"byte_end":69,"line_start":3,"line_end":3,"column_start":5,"column_end":9,"is_primary":true,"text":[{"text":"use rand::prelude::*;","highlight_start":5,"highlight_end":9}],"label":"use of undeclared crate or module `rand`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror[E0433]\u001b[0m\u001b[0m\u001b[1m: failed to resolve: use of undeclared crate or module `rand`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:3:5\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m3\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0muse rand::prelude::*;\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9m^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9muse of undeclared crate or module `rand`\u001b[0m\n\n"}
{"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m: aborting due to previous error\u001b[0m\n\n"}
{"message":"For more information about this error, try `rustc --explain E0433`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1mFor more information about this error, try `rustc --explain E0433`.\u001b[0m\n"}
dir cg21-6fa639d26b72e165
bin-cg21 ASCII text, with no line terminators
1
afd6b9eb3f3930a7
bin-cg21.json JSON text data
1
{"rustc":14997152855509374802,"features":"[]","target":4957638703991248604,"profile":9251013656241001069,"path":1684066648322511884,"deps":[[5910892534286594076,"rand",false,8904290890000792498]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cg21-6fa639d26b72e165/dep-bin-cg21"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
dep-bin-cg21 data
1
src/main.rs
invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
dir cg21-8702bb3bec9de7c8
bin-cg21 ASCII text, with no line terminators
1
0fa0843f303cf0bb
bin-cg21.json JSON text data
1
{"rustc":14997152855509374802,"features":"[]","target":4957638703991248604,"profile":7309141686862299243,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cg21-8702bb3bec9de7c8/dep-bin-cg21"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
dep-bin-cg21 data
1
src/main.rsCLIPPY_ARGS
invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
output-bin-cg21 New Line Delimited JSON text data
1
2
{"message":"the loop variable `i` is used to index `out`","code":{"code":"clippy::needless_range_loop","explanation":null},"level":"warning","spans":[{"file_name":"src/main.rs","byte_start":1069,"byte_end":1081,"line_start":30,"line_end":30,"column_start":11,"column_end":23,"is_primary":true,"text":[{"text":"\tfor i in 0..out.len() {","highlight_start":11,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(clippy::needless_range_loop)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"consider using an iterator","code":null,"level":"help","spans":[{"file_name":"src/main.rs","byte_start":1064,"byte_end":1065,"line_start":30,"line_end":30,"column_start":6,"column_end":7,"is_primary":true,"text":[{"text":"\tfor i in 0..out.len() {","highlight_start":6,"highlight_end":7}],"label":null,"suggested_replacement":"(i, <item>)","suggestion_applicability":"Unspecified","expansion":null},{"file_name":"src/main.rs","byte_start":1069,"byte_end":1081,"line_start":30,"line_end":30,"column_start":11,"column_end":23,"is_primary":true,"text":[{"text":"\tfor i in 0..out.len() {","highlight_start":11,"highlight_end":23}],"label":null,"suggested_replacement":"out.iter().enumerate()","suggestion_applicability":"Unspecified","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: the loop variable `i` is used to index `out`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/main.rs:30:11\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m30\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m    for i in 0..out.len() {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m             \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(clippy::needless_range_loop)]` on by default\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: consider using an iterator\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m30\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m    for \u001b[0m\u001b[0m\u001b[38;5;10m(i, <item>)\u001b[0m\u001b[0m in \u001b[0m\u001b[0m\u001b[38;5;10mout.iter().enumerate()\u001b[0m\u001b[0m {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m        \u001b[0m\u001b[0m\u001b[38;5;10m~~~~~~~~~~~\u001b[0m\u001b[0m    \u001b[0m\u001b[0m\u001b[38;5;10m~~~~~~~~~~~~~~~~~~~~~~\u001b[0m\n\n"}
{"message":"1 warning emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 1 warning emitted\u001b[0m\n\n"}
dir cg21-f466a882e0ce2993
bin-cg21 ASCII text, with no line terminators
1
7a35cc30f58a28bf
bin-cg21.json JSON text data
1
{"rustc":14997152855509374802,"features":"[]","target":4957638703991248604,"profile":7309141686862299243,"path":1684066648322511884,"deps":[[5910892534286594076,"rand",false,15055952328376092762]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cg21-f466a882e0ce2993/dep-bin-cg21"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
dep-bin-cg21 data
1
src/main.rsCLIPPY_ARGS
invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
dir getrandom-c163b428e3ee9fcb
dep-lib-getrandom data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-getrandom ASCII text, with no line terminators
1
39c9a140d5e7adf2
lib-getrandom.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"std\"]","target":13546511942750895132,"profile":12637318739757120569,"path":15994636682388489361,"deps":[[2452538001284770427,"cfg_if",false,18589336324834980],[13743578918048164545,"libc",false,8785835263464551410]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-c163b428e3ee9fcb/dep-lib-getrandom"}}],"rustflags":[],"metadata":12606519392706294666,"config":2202906307356721367,"compile_kind":0}
dir getrandom-e946af12005db08e
dep-lib-getrandom data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-getrandom ASCII text, with no line terminators
1
5ec8c2230704c3b8
lib-getrandom.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"std\"]","target":13546511942750895132,"profile":3735503092003429423,"path":15994636682388489361,"deps":[[2452538001284770427,"cfg_if",false,13518465673714823336],[13743578918048164545,"libc",false,3115013571413778014]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/getrandom-e946af12005db08e/dep-lib-getrandom"}}],"rustflags":[],"metadata":12606519392706294666,"config":2202906307356721367,"compile_kind":0}
dir libc-5b74668b9264d484
run-build-script-build-script-build ASCII text, with no line terminators
1
7d18f7574ca5f0fa
run-build-script-build-script-build.json JSON text data
1
{"rustc":14997152855509374802,"features":"","target":0,"profile":0,"path":0,"deps":[[13743578918048164545,"build_script_build",false,4285825645219395251]],"local":[{"RerunIfChanged":{"output":"debug/build/libc-5b74668b9264d484/output","paths":["build.rs"]}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}
dir libc-7bee6741a0fd2270
build-script-build-script-build ASCII text, with no line terminators
1
b3b68f90b74f7a3b
build-script-build-script-build.json JSON text data
1
{"rustc":14997152855509374802,"features":"[]","target":2709041430195671023,"profile":12637318739757120569,"path":2986705986676480384,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-7bee6741a0fd2270/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":14998826085014762512,"config":2202906307356721367,"compile_kind":0}
dep-build-script-build-script-build data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
dir libc-9b28c92d8af7be13
dep-lib-libc data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-libc ASCII text, with no line terminators
1
f2b3e76d9f8eed79
lib-libc.json JSON text data
1
{"rustc":14997152855509374802,"features":"[]","target":15721753382687865320,"profile":12637318739757120569,"path":17305584598647543857,"deps":[[13743578918048164545,"build_script_build",false,18082134251204450429]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-9b28c92d8af7be13/dep-lib-libc"}}],"rustflags":[],"metadata":14998826085014762512,"config":2202906307356721367,"compile_kind":0}
dir libc-9d41da59bc67eec4
dep-lib-libc data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-libc ASCII text, with no line terminators
1
5e9ea3d256c03a2b
lib-libc.json JSON text data
1
{"rustc":14997152855509374802,"features":"[]","target":15721753382687865320,"profile":3735503092003429423,"path":17305584598647543857,"deps":[[13743578918048164545,"build_script_build",false,18082134251204450429]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/libc-9d41da59bc67eec4/dep-lib-libc"}}],"rustflags":[],"metadata":14998826085014762512,"config":2202906307356721367,"compile_kind":0}
dir ppv-lite86-1563bcdfd167adfa
dep-lib-ppv-lite86 data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-ppv-lite86 ASCII text, with no line terminators
1
7adef0c2bb5ea483
lib-ppv-lite86.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"simd\", \"std\"]","target":731041848731596649,"profile":3735503092003429423,"path":10401364967511620266,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ppv-lite86-1563bcdfd167adfa/dep-lib-ppv-lite86"}}],"rustflags":[],"metadata":14155036307809790115,"config":2202906307356721367,"compile_kind":0}
dir ppv-lite86-2d065cebe2837269
dep-lib-ppv-lite86 data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-ppv-lite86 ASCII text, with no line terminators
1
aa206bff0b42b7bd
lib-ppv-lite86.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"simd\", \"std\"]","target":731041848731596649,"profile":12637318739757120569,"path":10401364967511620266,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ppv-lite86-2d065cebe2837269/dep-lib-ppv-lite86"}}],"rustflags":[],"metadata":14155036307809790115,"config":2202906307356721367,"compile_kind":0}
dir rand-42126d12532821de
dep-lib-rand data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-rand ASCII text, with no line terminators
1
5a881270df7cf1d0
lib-rand.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"rand_chacha\", \"std\", \"std_rng\"]","target":8770996785908029621,"profile":3735503092003429423,"path":11871616636065645628,"deps":[[1974880700686797828,"rand_core",false,3162235581902540214],[12017018019769837221,"rand_chacha",false,3448553067369372632],[13743578918048164545,"libc",false,3115013571413778014]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-42126d12532821de/dep-lib-rand"}}],"rustflags":[],"metadata":16964019146302480911,"config":2202906307356721367,"compile_kind":0}
dir rand-47b3ac844af2aa61
dep-lib-rand data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-rand ASCII text, with no line terminators
1
b27b3e336365927b
lib-rand.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"rand_chacha\", \"std\", \"std_rng\"]","target":8770996785908029621,"profile":12637318739757120569,"path":11871616636065645628,"deps":[[1974880700686797828,"rand_core",false,1299993004086703902],[12017018019769837221,"rand_chacha",false,6035992952070029142],[13743578918048164545,"libc",false,8785835263464551410]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand-47b3ac844af2aa61/dep-lib-rand"}}],"rustflags":[],"metadata":16964019146302480911,"config":2202906307356721367,"compile_kind":0}
dir rand_chacha-014635f67dadc209
dep-lib-rand_chacha data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-rand_chacha ASCII text, with no line terminators
1
d89ba259beb8db2f
lib-rand_chacha.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"std\"]","target":10091652985973831551,"profile":3735503092003429423,"path":14158383897878576582,"deps":[[1974880700686797828,"rand_core",false,3162235581902540214],[6749292461404294239,"ppv_lite86",false,9485810875671567994]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_chacha-014635f67dadc209/dep-lib-rand_chacha"}}],"rustflags":[],"metadata":2235018391756195449,"config":2202906307356721367,"compile_kind":0}
dir rand_chacha-c23e85f15fd8e49a
dep-lib-rand_chacha data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-rand_chacha ASCII text, with no line terminators
1
563fe51e9c27c453
lib-rand_chacha.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"std\"]","target":10091652985973831551,"profile":12637318739757120569,"path":14158383897878576582,"deps":[[1974880700686797828,"rand_core",false,1299993004086703902],[6749292461404294239,"ppv_lite86",false,13670467813203714218]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_chacha-c23e85f15fd8e49a/dep-lib-rand_chacha"}}],"rustflags":[],"metadata":2235018391756195449,"config":2202906307356721367,"compile_kind":0}
dir rand_core-c3d5870bad9ed42d
dep-lib-rand_core data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-rand_core ASCII text, with no line terminators
1
b6cd66eb8184e22b
lib-rand_core.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"alloc\", \"getrandom\", \"std\"]","target":14554634924080965175,"profile":3735503092003429423,"path":3675615739028183718,"deps":[[13417499805903997058,"getrandom",false,13313489352148568158]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-c3d5870bad9ed42d/dep-lib-rand_core"}}],"rustflags":[],"metadata":3275543247315060703,"config":2202906307356721367,"compile_kind":0}
dir rand_core-ec276dceed616d99
dep-lib-rand_core data
1

invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
lib-rand_core ASCII text, with no line terminators
1
1eb714e3bf800a12
lib-rand_core.json JSON text data
1
{"rustc":14997152855509374802,"features":"[\"alloc\", \"getrandom\", \"std\"]","target":14554634924080965175,"profile":12637318739757120569,"path":3675615739028183718,"deps":[[13417499805903997058,"getrandom",false,17486887831247898937]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rand_core-ec276dceed616d99/dep-lib-rand_core"}}],"rustflags":[],"metadata":3275543247315060703,"config":2202906307356721367,"compile_kind":0}
dir build
dir libc-5b74668b9264d484
invoked.timestamp ASCII text, with no line terminators
1
This file has an mtime of when this was started.
output ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
cargo:rerun-if-changed=build.rs
cargo:rustc-cfg=freebsd11
cargo:rustc-cfg=libc_priv_mod_use
cargo:rustc-cfg=libc_union
cargo:rustc-cfg=libc_const_size_of
cargo:rustc-cfg=libc_align
cargo:rustc-cfg=libc_int128
cargo:rustc-cfg=libc_core_cvoid
cargo:rustc-cfg=libc_packedN
cargo:rustc-cfg=libc_cfg_target_vendor
cargo:rustc-cfg=libc_non_exhaustive
cargo:rustc-cfg=libc_ptr_addr_of
cargo:rustc-cfg=libc_underscore_const_names
root-output ASCII text, with no line terminators
1
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/build/libc-5b74668b9264d484/out
stderr empty
dir libc-7bee6741a0fd2270
build-script-build ELF 64-bit LSB shared object, x86-64, version 1 (SYSV)
build_script_build-7bee6741a0fd2270 ELF 64-bit LSB shared object, x86-64, version 1 (SYSV)
build_script_build-7bee6741a0fd2270.d ASCII text
1
2
3
4
5
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/build/libc-7bee6741a0fd2270/build_script_build-7bee6741a0fd2270: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/build.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/build/libc-7bee6741a0fd2270/build_script_build-7bee6741a0fd2270.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/build.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/build.rs:
dir deps
cfg_if-5cc8852ef3369fb0.d ASCII text
1
2
3
4
5
/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/cfg_if-5cc8852ef3369fb0.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/cfg_if-5cc8852ef3369fb0.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs:
cfg_if-f8ad2a765ea7f234.d ASCII text
1
2
3
4
5
6
7
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/cfg_if-f8ad2a765ea7f234.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/libcfg_if-f8ad2a765ea7f234.rlib: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/cfg_if-f8ad2a765ea7f234.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs:
cg21-42e28e771c134aac ELF 64-bit LSB shared object, x86-64, version 1 (SYSV)
cg21-42e28e771c134aac.d ASCII text
1
2
3
4
5
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/cg21-42e28e771c134aac: src/main.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/cg21-42e28e771c134aac.d: src/main.rs

src/main.rs:
cg21-6fa639d26b72e165 ELF 64-bit LSB shared object, x86-64, version 1 (SYSV)
cg21-6fa639d26b72e165.d ASCII text
1
2
3
4
5
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/cg21-6fa639d26b72e165: src/main.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/cg21-6fa639d26b72e165.d: src/main.rs

src/main.rs:
cg21-8702bb3bec9de7c8.d ASCII text
1
2
3
4
5
6
7
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/cg21-8702bb3bec9de7c8.rmeta: src/main.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/cg21-8702bb3bec9de7c8.d: src/main.rs

src/main.rs:

# env-dep:CLIPPY_ARGS=
cg21-f466a882e0ce2993.d ASCII text
1
2
3
4
5
6
7
/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/cg21-f466a882e0ce2993.rmeta: src/main.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/cg21-f466a882e0ce2993.d: src/main.rs

src/main.rs:

# env-dep:CLIPPY_ARGS=
getrandom-c163b428e3ee9fcb.d ASCII text, with very long lines (779)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/getrandom-c163b428e3ee9fcb.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error_impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util_libc.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/use_file.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/linux_android.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/libgetrandom-c163b428e3ee9fcb.rlib: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error_impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util_libc.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/use_file.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/linux_android.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/getrandom-c163b428e3ee9fcb.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error_impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util_libc.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/use_file.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/linux_android.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error_impls.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util_libc.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/use_file.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/linux_android.rs:
getrandom-e946af12005db08e.d ASCII text, with very long lines (777)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/getrandom-e946af12005db08e.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error_impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util_libc.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/use_file.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/linux_android.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/getrandom-e946af12005db08e.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error_impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util_libc.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/use_file.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/linux_android.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/error_impls.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/util_libc.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/use_file.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.7/src/linux_android.rs:
libc-9b28c92d8af7be13.d ASCII text, with very long lines (1977)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/libc-9b28c92d8af7be13.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/macros.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/fixed_width_ints.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/generic/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/non_exhaustive.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/align.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/liblibc-9b28c92d8af7be13.rlib: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/macros.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/fixed_width_ints.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/generic/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/non_exhaustive.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/align.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/libc-9b28c92d8af7be13.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/macros.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/fixed_width_ints.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/generic/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/non_exhaustive.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/align.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/macros.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/fixed_width_ints.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/align.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/generic/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/align.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/non_exhaustive.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/align.rs:
libc-9d41da59bc67eec4.d ASCII text, with very long lines (1975)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/libc-9d41da59bc67eec4.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/macros.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/fixed_width_ints.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/generic/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/non_exhaustive.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/align.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/libc-9d41da59bc67eec4.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/macros.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/fixed_width_ints.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/generic/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/align.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/non_exhaustive.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/align.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/macros.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/fixed_width_ints.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/gnu/align.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/arch/generic/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/align.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/linux_like/linux/non_exhaustive.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.126/src/unix/align.rs:
libcfg_if-5cc8852ef3369fb0.rmeta data
1
cg: couldn't decode file contents
libcfg_if-f8ad2a765ea7f234.rlib current ar archive
1
cg: couldn't decode file contents
libcfg_if-f8ad2a765ea7f234.rmeta data
1
cg: couldn't decode file contents
libcg21-8702bb3bec9de7c8.rmeta empty
libcg21-f466a882e0ce2993.rmeta empty
libgetrandom-c163b428e3ee9fcb.rlib current ar archive
libgetrandom-c163b428e3ee9fcb.rmeta data
libgetrandom-e946af12005db08e.rmeta data
liblibc-9b28c92d8af7be13.rlib current ar archive
liblibc-9b28c92d8af7be13.rmeta data
liblibc-9d41da59bc67eec4.rmeta data
libppv_lite86-1563bcdfd167adfa.rmeta data
libppv_lite86-2d065cebe2837269.rlib current ar archive
libppv_lite86-2d065cebe2837269.rmeta data
librand-42126d12532821de.rmeta data
librand-47b3ac844af2aa61.rlib current ar archive
librand-47b3ac844af2aa61.rmeta data
librand_chacha-014635f67dadc209.rmeta data
librand_chacha-c23e85f15fd8e49a.rlib current ar archive
librand_chacha-c23e85f15fd8e49a.rmeta data
librand_core-c3d5870bad9ed42d.rmeta data
librand_core-ec276dceed616d99.rlib current ar archive
librand_core-ec276dceed616d99.rmeta data
ppv_lite86-1563bcdfd167adfa.d ASCII text, with very long lines (594)
1
2
3
4
5
6
7
8
9
/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/ppv_lite86-1563bcdfd167adfa.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/soft.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/types.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/sse2.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/ppv_lite86-1563bcdfd167adfa.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/soft.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/types.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/sse2.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/soft.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/types.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/sse2.rs:
ppv_lite86-2d065cebe2837269.d ASCII text, with very long lines (596)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/ppv_lite86-2d065cebe2837269.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/soft.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/types.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/sse2.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/libppv_lite86-2d065cebe2837269.rlib: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/soft.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/types.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/sse2.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/ppv_lite86-2d065cebe2837269.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/soft.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/types.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/sse2.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/soft.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/types.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.16/src/x86_64/sse2.rs:
rand-42126d12532821de.d ASCII text, with very long lines (2350)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/rand-42126d12532821de.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/bernoulli.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/distribution.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/float.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/integer.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/other.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/slice.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/utils.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted_index.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/uniform.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/prelude.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rng.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/read.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mock.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/std.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/thread.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/index.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/rand-42126d12532821de.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/bernoulli.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/distribution.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/float.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/integer.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/other.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/slice.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/utils.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted_index.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/uniform.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/prelude.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rng.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/read.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mock.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/std.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/thread.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/index.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/bernoulli.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/distribution.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/float.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/integer.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/other.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/slice.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/utils.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted_index.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/uniform.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/prelude.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rng.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/read.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/reseeding.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mock.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/std.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/thread.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/index.rs:
rand-47b3ac844af2aa61.d ASCII text, with very long lines (2352)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/rand-47b3ac844af2aa61.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/bernoulli.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/distribution.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/float.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/integer.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/other.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/slice.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/utils.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted_index.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/uniform.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/prelude.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rng.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/read.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mock.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/std.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/thread.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/index.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/librand-47b3ac844af2aa61.rlib: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/bernoulli.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/distribution.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/float.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/integer.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/other.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/slice.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/utils.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted_index.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/uniform.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/prelude.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rng.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/read.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mock.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/std.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/thread.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/index.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/rand-47b3ac844af2aa61.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/bernoulli.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/distribution.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/float.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/integer.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/other.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/slice.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/utils.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted_index.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/uniform.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/prelude.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rng.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/read.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/reseeding.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mock.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/std.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/thread.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/mod.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/index.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/bernoulli.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/distribution.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/float.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/integer.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/other.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/slice.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/utils.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted_index.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/uniform.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/distributions/weighted.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/prelude.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rng.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/read.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/adapter/reseeding.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/mock.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/std.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/rngs/thread.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/mod.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.8.5/src/seq/index.rs:
rand_chacha-014635f67dadc209.d ASCII text, with very long lines (397)
1
2
3
4
5
6
7
/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/rand_chacha-014635f67dadc209.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/chacha.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/guts.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/rand_chacha-014635f67dadc209.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/chacha.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/guts.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/chacha.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/guts.rs:
rand_chacha-c23e85f15fd8e49a.d ASCII text, with very long lines (399)
1
2
3
4
5
6
7
8
9
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/rand_chacha-c23e85f15fd8e49a.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/chacha.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/guts.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/librand_chacha-c23e85f15fd8e49a.rlib: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/chacha.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/guts.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/rand_chacha-c23e85f15fd8e49a.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/chacha.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/guts.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/chacha.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.3.1/src/guts.rs:
rand_core-c3d5870bad9ed42d.d ASCII text, with very long lines (659)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/rand_core-c3d5870bad9ed42d.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/block.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/le.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/os.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/main/target/debug/deps/rand_core-c3d5870bad9ed42d.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/block.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/le.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/os.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/block.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/error.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/impls.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/le.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/os.rs:
rand_core-ec276dceed616d99.d ASCII text, with very long lines (661)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/rand_core-ec276dceed616d99.rmeta: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/block.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/le.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/os.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/librand_core-ec276dceed616d99.rlib: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/block.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/le.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/os.rs

/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/deps/rand_core-ec276dceed616d99.d: /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/block.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/error.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/impls.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/le.rs /home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/os.rs

/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/lib.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/block.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/error.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/impls.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/le.rs:
/home/razetime/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.6.3/src/os.rs:
dir incremental
dir cg21-1796w840zv388
dir s-gc3crbh3dj-104pjlv-1dt959s65t85b
dep-graph.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
query-cache.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
1
cg: couldn't decode file contents
work-products.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
1
RSIC1.62.1 (e092d0b6b 2022-07-16)
s-gc3crbh3dj-104pjlv.lock empty
dir cg21-18qfssioyjvo1
dir s-gc3etjatz4-bqpc1m-22yu8wm93tk9n
dep-graph.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
query-cache.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
work-products.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
1
RSIC1.62.1 (e092d0b6b 2022-07-16)
s-gc3etjatz4-bqpc1m.lock empty
dir cg21-3t45yw2bglg50
dir s-gc3di4uk9b-11mzjkm-3q625bshigdhh
1jvbspm610g1x1ct.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1lmclzkrkjy0akb1.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1pjo9hhj37eu5bul.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1qhvtf3u9spszpqi.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1t6qbm6x1plxv064.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1tb70c3e67dhb7ub.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1w79j0eykhy9ac2h.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1w8lrr9izwdgdbdo.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1wbqehiw15lnj7t3.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1wsh9c1jkgcr7ywa.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
21xu3xq6vwpq9oc1.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
22lmlljxjl4ey3ac.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2jtrv2lsqfujz4n4.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2pvd1ik820rucz2.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2tdngymc45p4fekr.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2tl2ar6nkodhnt54.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2u6wphn9k8sn5kgs.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2vpt6op4ho7mxnsi.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
34w3hg3p9ira0a5w.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
35bl0lpojgze4fjb.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
38o5c6ca4p1qsad0.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3ehl60zi75ppkhsb.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3hboq3qe5tfgme5h.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3j6rsrlpzlfjmfwa.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3kol4pj5v9wws2h.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3qcylio9eebek2dw.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3qepse8e47ebye5b.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3tbj3367lul7jxx9.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3tv2z5krqk1aynat.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4jr1vvger652fawn.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4lw2n2ch4gywvw2c.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4lw5gon729v6dlo4.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4mlcjfszmz99av4q.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4n4xw9i2djj86uup.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4rbkry6ms9h163wl.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4tfq0j51a22nngam.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4ttfefbgqj799hfi.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4ud6h64xv2lmikel.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4xk9751evucbv3su.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4yl8gi3up14ytel9.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4z3qxsvykyzdswpg.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
52rvzfhqpkx2dz94.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
5393oahwl21q05xz.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
55syo9dwxjuehb3e.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
57k8cidt6hj0l8wt.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
57unbyavyyu5msxg.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
5bpe2pi8enyxxcsh.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
5fu0ecgo1lckjc88.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
7quo2p08h9ssuku.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
9gjhvl6u232bho2.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
dep-graph.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
ecacsqqmzqs8xhk.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
inph83uob3wu2sz.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
kzye44wz4c7xxf9.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
mo5qj25ho4pxhff.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
ogd8rgtpxicki1i.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
osbou8spqs4k41p.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
pvhyr8aas2y5wza.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
query-cache.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
wnwbp1d6uwps52d.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
work-products.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
1
cg: couldn't decode file contents
yartauw2dap7498.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
dir s-gc3djk58lw-1i1od0a-working
1jvbspm610g1x1ct.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1lmclzkrkjy0akb1.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1pjo9hhj37eu5bul.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1qhvtf3u9spszpqi.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1t6qbm6x1plxv064.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1tb70c3e67dhb7ub.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1w79j0eykhy9ac2h.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1w8lrr9izwdgdbdo.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1wbqehiw15lnj7t3.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1wsh9c1jkgcr7ywa.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
21xu3xq6vwpq9oc1.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
22lmlljxjl4ey3ac.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2jtrv2lsqfujz4n4.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2pvd1ik820rucz2.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2tdngymc45p4fekr.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2tl2ar6nkodhnt54.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2u6wphn9k8sn5kgs.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2vpt6op4ho7mxnsi.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
34w3hg3p9ira0a5w.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
35bl0lpojgze4fjb.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
38o5c6ca4p1qsad0.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3ehl60zi75ppkhsb.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3hboq3qe5tfgme5h.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3j6rsrlpzlfjmfwa.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3kol4pj5v9wws2h.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3qcylio9eebek2dw.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3qepse8e47ebye5b.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3tbj3367lul7jxx9.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3tv2z5krqk1aynat.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4jr1vvger652fawn.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4lw2n2ch4gywvw2c.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4lw5gon729v6dlo4.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4mlcjfszmz99av4q.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4n4xw9i2djj86uup.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4rbkry6ms9h163wl.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4tfq0j51a22nngam.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4ttfefbgqj799hfi.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4ud6h64xv2lmikel.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4xk9751evucbv3su.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4yl8gi3up14ytel9.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4z3qxsvykyzdswpg.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
52rvzfhqpkx2dz94.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
5393oahwl21q05xz.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
55syo9dwxjuehb3e.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
57k8cidt6hj0l8wt.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
57unbyavyyu5msxg.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
5bpe2pi8enyxxcsh.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
5fu0ecgo1lckjc88.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
7quo2p08h9ssuku.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
9gjhvl6u232bho2.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
dep-graph.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
dep-graph.part.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
ecacsqqmzqs8xhk.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
inph83uob3wu2sz.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
kzye44wz4c7xxf9.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
mo5qj25ho4pxhff.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
ogd8rgtpxicki1i.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
osbou8spqs4k41p.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
pvhyr8aas2y5wza.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
query-cache.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
wnwbp1d6uwps52d.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
work-products.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
1
cg: couldn't decode file contents
yartauw2dap7498.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
s-gc3di4uk9b-11mzjkm.lock empty
s-gc3djk58lw-1i1od0a.lock empty
dir cg21-yhr3q8252i7m
dir s-gc3eqe3wus-iyoeb8-1z3fhzjht8o84
125yvg343c8aea75.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
13p8cxhnzzrzzk0t.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1crzek9u16ohrdri.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1hk94om1f9pzxnxz.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1pgvs2nkqvfqirn7.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1q4s6ch6iys9rm53.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1sthrqw6h1vdu8cw.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1wxei835ty25bx5w.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
1z5noj5x353oak66.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
20iot8q3po28cq8m.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
23imnl5fpefqw1xw.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2ddm1jmoqdpinzrd.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2eb0f9m9ykq2y37z.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2hdhcd06rz65j4g0.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2n317porkjkc17wj.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2q8trnxqruxlggbd.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2t3megbwb0ecd8at.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2tdx14pgaeish0g7.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2w0vwnijxsrjryjn.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
2yt9u2kq6xrnq16e.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
31wb74z2j63vw5er.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
34hpg5s68x0p05kd.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
388dc0vgpkl03cmw.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
39jj5uhmuv29xoyi.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3afbg4ifeb09a59r.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3blcvmh5dfp81oh5.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3dsog245w55616y2.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3h465ci0wndn2e0g.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3i121nwidmoutrcp.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3pdvug8n5d1gk3af.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3pior5yia01zpwry.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3t94qqw8cb1zjop7.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3vz75nbw9ahjpw5r.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
3yh8sqyqq5aku4zu.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
42jabjc2u3o354o3.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4387lbaitjwdp36y.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
43swhyxmmtpcbsgo.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
48l6meglwobdv25j.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4eyy45jsypvkz6tn.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4jfjek4oe6zdd8kl.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4jxbszgtaoa86wg6.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4l01qg62f723fae.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4nbsnvtteurnshc2.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4q2zt504yeqcrwtr.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4q7oq0bpa4urk6zl.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
4yoehrnovv84htbd.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
53ocgnf8x0ig5ur4.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
551d5s0q365jes5s.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
55r0hzn6awvw10r.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
59s72nm4iibctqvx.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
9dcx21k5gliw09n.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
cb2mldhz2tsqpgs.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
dep-graph.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
ezdr64svhv7ridh.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
g15gqri91exvm3j.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
gcp6n4v99zz831p.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
huzqjpldv5ue8qw.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
i99ablhlwv0z65.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
j0i6bkg5w5s74x6.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
jze18s9q1tvw7fd.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
nak2vo2qi0jplmr.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
query-cache.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
qur4qrw3nw1bg1p.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
r3ntipaicm0fffo.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
work-products.bin Rust incremental compilation metadata, rustc 1.62.1 (e092d0b6b 2022-07-16)
1
cg: couldn't decode file contents
y7546eet2tw8wbm.o ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV)
1
cg: couldn't decode file contents
s-gc3eqe3wus-iyoeb8.lock empty
.cargo-lock empty
cg21 ELF 64-bit LSB shared object, x86-64, version 1 (SYSV)
cg21.d ASCII text
1
/home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/target/debug/cg21: /home/razetime/Documents/Code/fun/random-rec/code-guessing/cg21/src/main.rs
.rustc_info.json JSON text data
1
{"rustc_fingerprint":17647849789467085976,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.62.1 (e092d0b6b 2022-07-16)\nbinary: rustc\ncommit-hash: e092d0b6b43f2de967af0887873151bb1c0b18d3\ncommit-date: 2022-07-16\nhost: x86_64-unknown-linux-gnu\nrelease: 1.62.1\nLLVM version: 14.0.5\n","stderr":""},"4658116585089295848":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/razetime/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\nfeature=\"cargo-clippy\"\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"16074388977461238104":{"success":false,"status":"exit status: 1","code":1,"stdout":"","stderr":"error: `-Csplit-debuginfo` is unstable on this platform\n\n"}},"successes":{}}
CACHEDIR.TAG ASCII text
1
2
3
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by cargo.
# For information about cache directory tags see https://bford.info/cachedir/
Cargo.lock ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "cg21"
version = "0.1.0"
dependencies = [
 "rand",
]

[[package]]
name = "getrandom"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
dependencies = [
 "cfg-if",
 "libc",
 "wasi",
]

[[package]]
name = "libc"
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"

[[package]]
name = "ppv-lite86"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"

[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
 "libc",
 "rand_chacha",
 "rand_core",
]

[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
 "ppv-lite86",
 "rand_core",
]

[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
 "getrandom",
]

[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
Cargo.toml ASCII text
1
2
3
4
5
6
7
8
9
[package]
name = "cg21"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
"rand" = "0.8.5"

entry #9

written by soup girl
submitted at
4 likes

guesses
comments 0

post a comment


entiy.py ASCII text, with CRLF line terminators
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
from sys import getrecursionlimit as h, setrecursionlimit as t
from functools import partial as s
from operator import *

def M(): return m # big M means MAJOR
def a(c): return map(list,map(s(map,s(contains,'QN')),c))
def r(o,n): return [s(m,o),o,t(h()+1)][n==o(n)](o(n))
def o(r): return '\n'.join(map(''.join,zip(*r.splitlines())))
def f(a): return a.replace('BN','NN')[::-1]
def i(l): return '\n'.join(map(''.join,map(s(map,s(getitem,'BQN')),l)))

def gay(lol,xD): globals().update({_.translate(lol):xD[_]for _ in xD})

def bee(s): return b(e(e(s)))
def beee(s): return bee(bee(s)) # not enough bees
def beeee(s): return beee(beee(s)) # still not enough
def beeeee(s): return beeee(beeee(s)) # more bees
def beeeeee(s): return beeeee(beeeee(s)) # MORE
def beeeeeee(s): return beeeeee(beeeeee(s)) # insufficient but will have to do

def entiy(k,f,p):
    k[p][f]=-(ryst:=k)[p][f]-~(not gay(str.maketrans('cyber','coral'),vars()))
    tired=i(T()(beeeeeee,r(k)).split(ryst.clear()or'\n'))
    return lost if truth not in map (lost.append, tired) else {
        map.follow() // impossible :(
        self.find()  // egg is staying [un]-cracked >8)
    }

gay(str.maketrans('Marofi','Timber'),globals()) # sans undertale or something

entry #10

written by Photon_Niko
submitted at
2 likes

guesses
comments 0

post a comment


entry.rs ASCII text, with CRLF line terminators
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
fn entry(grid: Vec<bool>, width: usize, _height: usize, x: usize, y: usize) -> Vec<bool>{
    struct Pos {
        x: usize,
        y: usize
    }

    fn get_at(grid: &Vec<bool>, width:usize, pos: &Pos) -> bool {
        return grid[pos.y*width+pos.x]
    }
    
    fn get_neighbours(grid: &Vec<bool>, width:usize, height:usize, pos:&Pos) -> Vec<Pos> {
        let mut potential_neighbors: Vec<Pos> = Vec::new();
        
        if pos.x>0 {
            potential_neighbors.push(Pos{x:pos.x-1, y:pos.y})
        }
        if pos.x<width-1 {
            potential_neighbors.push(Pos{x:pos.x+1, y:pos.y})
        }
        if pos.y>0 {
            potential_neighbors.push(Pos{x:pos.x, y:pos.y-1})
        }
        if pos.y<height-1 {
            potential_neighbors.push(Pos{x:pos.x, y:pos.y+1})
        }
        
        let mut yes_neighbours: Vec<Pos> = Vec::new();
        for neighbor in potential_neighbors {
            if ! get_at(grid, width, &neighbor) {
                yes_neighbours.push(neighbor)
            }
        }

        return yes_neighbours
    }
    
    let pos = Pos{x:x, y:y};

    let mut staccc:Vec<Pos> = Vec::new();
    
    let mut new_grid = grid.clone();
    if !get_at(&grid, width, &pos) {
        staccc.push(pos);

        while !staccc.is_empty() {
            let nex = staccc.pop().unwrap();
            new_grid[nex.y*width + nex.x] = true;
            
            let neis = get_neighbours(&new_grid, width, _height, &nex);

            for nei in neis {
                staccc.push(nei)
            }
        }
    }

    return new_grid
}

entry #11

written by SoundOfSpouting
submitted at
1 like

guesses
comments 0

post a comment


fill.c ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
// Code by SoundOfSpouting#6980 (UID: 151149148639330304)

#include <stddef.h>

void entry(char *grid, size_t width, size_t height, size_t x, size_t y)
{
	int j = x + width * y;
    if (0 <= y && y < height && 0 <= x && x < width && grid[j] < 1)
    {
        grid[j] = 1;
        entry(grid, width, height, x, y + 1);
        entry(grid, width, height, x, y - 1);
        entry(grid, width, height, x + 1, y);
        entry(grid, width, height, x - 1, y);
    }
}

entry #12

written by Palaiologos
submitted at
3 likes

guesses
comments 0

post a comment


rot13.rs ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
use std::collections::VecDeque;

pub fn entry(mut grid: Vec<bool>, width: usize, height: usize, x: usize, y: usize) -> Vec<bool> {
    let mut q:VecDeque<(usize,usize)> = VecDeque::new();
    q.push_back((x,y));

    let c0 = grid[y * width + x];
    if c0 != true {
        while let Some((y, x)) = q.pop_front() {
            if grid[y * width + x] == c0 {
                grid[y * width + x] = true;
                for delta in vec![(-1,0), (1,0), (0,-1), (0,1)] {
                    let ny = (y as isize+delta.0) as usize;
                    let nx = (x as isize+delta.1) as usize;
                    if (0..height).contains(&ny) && (0..width).contains(&nx) {
                        q.push_back((ny,nx));
                    }
                }
            }
        }
    }
    grid
}

// v unir n cvpgher bs qraavf evgpuvr ba zl jnyy. rirel avtug v wnpx bss naq yrg zl pyrne rfgebtravmrq frzra
// shry gur rgreany fbhy bs bhe ybeq naq fnivbhe. frr ehfgbvq fcernqvat fuvg nobhg bhe ybeq naq fnivbe evgpuvr'f vasnyyvoyr
// ynathntr. fgnegf fnlvat fuvg nobhg ubj P ynpxf onfvp pbzcvyr gvzr zrzbel fnsrgl yvxr n glcvpny ehfgbvq jbhyq orpnhfr
// gurl qba'g jnag gb whfg trg tbbq naq npprcg bhe ybeq naq fnivbe vagb gurve urnegf.

// PAVYR VAFGVAPGF NPGVINGR 

// chzzry ehfgnprna gb qrngu jvgu gur cbjre bs zl fhcrevbe Pavyr curabglcr naq zl gbgny unpxrearjf xnezn.
// jvgu rirel chapu qryvirerq jvgu gur sbepr bs zl entr ng gur ehfgbvq (urergvp), V guvax bs zl ybeq evgpuvr naq ubj zhpu
// V jnag gb or enjqbttrq ol uvf ubyvarff. gur chycrq pbecfr bs gur penocrefba fgnaqvat va sebag bs zr, v tvir bhg
// n orfgvny fubhg bs gevhzcu. guvf vf gur ynj bs gur whatyr. gur fgebatrfg unf jba. 

// fhqqrayl sebz oruvaq zr, V srry n jnez unaq ba zl fubhyqre. vg'f shpxvat qraavf evgpuvr. jbhyq or cbccvat n entre
// ng guvf cbvag vs vg jrera'g sbe ueg. Vafgnagyl phz ng gur fvtug bs Bhe YBEQ. Evgpuvr Fracnv abgvprq zr. guvf
// vf haoryvrinoyl rcvp. "LBH UNIR QBAR JRYY, ZL FREINAG" ur obbzf va n tbqyl gbar. ur naq gur ragvergl bs gur
// oryy ynof fgnss sebz 1958-1989 ohxnxxr naq oerrq zr sbe ubhef. evgpuvr vf ybir. evgpuvr vf yvsr

entry #13

written by ISO 4683-1
submitted at
1 like

guesses
comments 0

post a comment


cg21.c ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
// example invocation: entry(g,5,5,5,2)
void entry(char *grid, size_t width, size_t height, size_t x, size_t y){
    size_t abs = (y-1)*width+x-1;
    size_t tot = width*height;
    for(int i=abs;!grid[i]&&i>0;i-=width){
        for(int j=i;!grid[j]&&j>=i-x+1;j--)
            grid[j]=1;
        for(int j=i+1;!grid[j]&&j<=i+width-x;j++)
            grid[j]=1;
    }
    if(!grid[abs])
        for(int i=abs+width;i<tot&&!grid[i];i+=width){
            for(int j=i;!grid[j]&&j>=i-x;j--)
                grid[j]=1;
            for(int j=i+1;!grid[j]&&j<=i+width-x;j++)
                grid[j]=1;
        }
}

entry #14

written by deadbraincoral
submitted at
1 like

guesses
comments 0

post a comment


entry.py ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
def entry(grid, x, y):
    """
    Fill the region at (x, y) in image with value true.
    """
    if grid[x][y]:
        return

    # Fill this cell and any adjacent true cells.
    grid[x][y] = True

    if x > 0:
        entry(grid, x - 1, y)
    if x < len(grid) - 1:
        entry(grid, x + 1, y)
    if y > 0:
        entry(grid, x, y - 1)
    if y < len(grid[x]) - 1:
        entry(grid, x, y + 1)

entry #15

written by GNU Radio Shows
submitted at
1 like

guesses
comments 0

post a comment


FloodF.ts ASCII text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
type bool = Boolean;

function entry(grid: bool[][], x: number, y: number): bool[][] {

    if (!Number.isInteger(y)) throw "y coordinate must be an integer";
    if (!Number.isInteger(x)) throw "x coordinate must be an integer";
    var height = grid.length;
    if (y < 0) throw "y coordinate must not be negative";
    if (y >= height) throw "y coordinate is too large for grid";
    var width = grid[0].length;
    for (var i = 1; i < height; i++)
        if (grid[i].length != width) throw "grid rows have inconsistent widths";
    if (x < 0) throw "x coordinate must not be negative";
    if (x >= width) throw "x coordinate is too large for grid";
    for (var i = 0; i < height; i++)
        for (var j = i + 1; j < height; j++)
            if (grid[i] == grid[j] && (grid[i] = [...grid[j]])) continue;

    var next_x, next_y = [];
    
    // Handle x coordinate flood fill
    while (next_x) {
        if (grid[x] && height > y > 0 && !grid[x][y]) {
            grid[x][y] = true;
            if (x) next_x.push(x - 1, y); next_x.push(x + 1, y);
            if (y) next_x.push(x, y - 1); next_x.push(x, y + 1);
        } else if (!next_x.length) break;
        y = next_x.pop(); x = next_x.pop();
    }
    
    // Handle y coordinate flood fill
    while (next_y) {
        if (grid[y] && width > x > 0 && !grid[y][x]) {
            grid[y][x] = true;
            if (x) next_y.push(x - 1, y); next_y.push(x + 1, y);
            if (y) next_y.push(x, y - 1); next_y.push(x, y + 1);
        } else if (!next_y.length) return grid;
        y = next_y.pop(); x = next_y.pop();
    }

    return grid;
}