I hereby claim:
- I am zeon256 on github.
- I am zeon666 (https://keybase.io/zeon666) on keybase.
- I have a public key whose fingerprint is F5F9 0AF6 4FD5 0E0E 5EB5 75DE 6860 420E A3A8 7875
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
.editor-group-watermark > .letterpress { | |
background-image: url("https://github.com/Aikoyori/ProgrammingVTuberLogos/blob/main/VSCode/VSCode-Thick.png") !important; | |
opacity: 0.75; | |
} |
Format | Token Count | Character Count |
---|---|---|
Markdown | 361 | 895 |
Minified JSON (SoA) | 212 | 654 |
Minified JSON (AoS) | 194 | 520 |
<?xml version="1.0" encoding="utf-8"?> | |
<Macro xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<Name>jitter</Name> | |
<Guid>e79c8423-2024-4989-92a8-2f2e37d481d8</Guid> | |
<MacroEvents> | |
<MacroEvent> | |
<Type>3</Type> | |
<Delay>10</Delay> | |
<MouseMovement> | |
<MouseMovementEvent> |
use std::{ | |
collections::{HashSet, VecDeque}, | |
io::{self, prelude::*, BufReader, BufWriter, Stdin}, | |
}; | |
use fio::IO; | |
mod fio; | |
fn read_matrix(sc: &mut IO<BufReader<Stdin>>, n: usize, m: usize) -> Vec<Vec<u8>> { |
#include <bits/stdc++.h> | |
using u64 = uint64_t; | |
using u32 = uint32_t; | |
using u16 = uint16_t; | |
using u8 = uint8_t; | |
using i64 = int64_t; | |
using i32 = int32_t; | |
using i16 = int16_t; | |
using i8 = int8_t; |
#include <bits/stdc++.h> | |
using u64 = uint64_t; | |
using u32 = uint32_t; | |
using u16 = uint16_t; | |
using u8 = uint8_t; | |
using i64 = int64_t; | |
using i32 = int32_t; | |
using i16 = int16_t; | |
using i8 = int8_t; |
#include <stdbool.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
bool is_safe(const uint32_t board[9][9], const uint32_t n, const uint32_t m, | |
const uint32_t val) { | |
// check row and column | |
for (size_t i = 0; i < 9; i++) { | |
if ((board[n][i] == val || board[i][m] == val)) return false; | |
} |
I hereby claim:
To claim this, I am signing this object:
[Colors] | |
AbstractTableViewBackgroundColor=#282A36 | |
AbstractTableViewHeaderTextColor=#E0E0E0 | |
AbstractTableViewSelectionColor=#44475A | |
AbstractTableViewSeparatorColor=#717171 | |
AbstractTableViewTextColor=#E0E0E0 | |
BackgroundFlickerColor=#EF5350 | |
BreakpointSummaryKeywordColor=#89A2F6 | |
BreakpointSummaryParenColor=#E0E0E0 | |
BreakpointSummaryStringColor=#B794F6 |