<_?\p{XID_Start}[\p{XID_Continue} .✪]*>
<_?\p{XID_Start}[\p{XID_Continue} .✪]*>
let res = [];document.getElementsByTagName("pre")[0].innerHTML.split("\n").filter(v => v.lastIndexOf(">") != -1).map(v => {
let c = parseInt(v.trim(" ").substring(0, v.trim(" ").indexOf(" ")));
let a = v.substring(v.lastIndexOf("<") + 4, v.lastIndexOf(">"));
if(a[0] == "+" || a[0] == "@")
a = a.substring(1)
a = a.toLowerCase()
var l = a.lastIndexOf(" "); if (l == -1) l = a.length;
a = a.substring(0, l).trim();
return {c, a};
}).filter(v => v.a != '').forEach(v => {
const fr = res.find(r => r.a == v.a);
if (fr != undefined) {
fr.c += v.c;
}
else {
res.push(v)
}
})
res.forEach(r => console.log(r))
lmao (edited)pkill -f electron
const res
:p[0-9]+\.[0-9]+(\.[0-9]+)?
[0-9]+\.[0-9]+(\.[0-9]+)?
if(optional && *optional)
if(!Official.value_or(true))
would also work here I think (edited)let x = Some(2);
if let Some(x) = x {
println!("{x}");
}
let x = Some(2);
if let Some(x) = x {
println!("{x}");
}
a2cbc7f
Render tees for online friends in friends list - Robyt3
b33ce0f
Change friend info text to Map | Mode | Country/Ping
- Robyt3
637f7fd
Reduce duplicate UI spacing code - Robyt3
fc3583a
Show official server icon in friends list - Robyt3
1bea7a2
Show race disconnect confirmation when joining friend - Robyt3
2e46460
Add popup to confirm connecting to friend on non-official server - Robyt3
d4582fb
Merge #6618 - bors[bot]define i32 @main(i32 %0) {
entry:
%eq = icmp eq i32 %0, 5
br i1 %eq, label %if, label %else
if: ; preds = %entry
%mul = mul i32 2, %0
br label %merge
else: ; preds = %entry
%mul1 = mul i32 3, %0
br label %merge
merge: ; preds = %else, %if
%y_phi = phi i32 [ %mul, %if ], [ %mul1, %else ]
ret i32 %y_phi
}
poggers, basic control flow analysys in edlangfn main(x: i32) -> i32 {
let y = 0;
if x == 5 {
y = 2 * x;
} else {
y = 3 * x;
}
return y;
}
(any rust semblance is pure coincidence)fn main(x: i32) -> i32 {
let y = 0;
if x == 5 {
y = 2 * x;
} else {
y = 3 * x;
}
return y;
}
(any rust semblance is pure coincidence) e3fed7d
Update libraries - def-
374229f
Version 17.0 - def-
661cf63
Update translations for upcoming 17.0 release - def-
431cfd6
Add Russian and Ukrainian translations by StormA - def-
874ebd5
Update hungarian.txt - RIH-Cellegen
c3a5399
Update hungarian.txt - RIH-Cellegen
61106cc
Improve German translation (by murpi) - def-
858e9b1
Render tees for online friends in friends list - Robyt3
f9814ca
Change friend info text to Map | Mode | Country/Ping
- Robyt3
01eeeb2
Reduce duplicate UI spacing code - Robyt3
03557b4
Show official server icon in friends list - Robyt3
388c6ff
Show race disconnect confirmation when joining friend - Robyt3
d221ed6
Add popup to confirm connecting to friend on non-official server - Robyt3