


I press the button
and my dummy hooks me.
/* something similar to how DummyHammer works, only with something like DummyHooK, so to speak for hookfly, or you can use only hook for dummy without auto-aiming (only for dummy) as is done with the standard one
DummyHook */ (edited)




























































chatgpt or chatcpp 























CCollision and CLayers instances do not keep any pointers to the map data after the map has been unloaded.















ctrl + p to open files quickly & ctrl + space & tab/enter to try to let rust analyzer do stuff




2024-05-05 20:02:13 D stun/4: got address: followed by some ip















rayon offers an API to turn non-parallel iterators into parallel ones, that works out nicely https://docs.rs/rayon/latest/rayon/iter/trait.ParallelBridge.html#tymethod.par_bridgeIterator to a ParallelIterator.






fn main() -> u32 {
let x: A = A {
a: 2
};
let y: u32 = x.hello(4);
return y;
}
struct A {
a: u32,
}
impl A {
pub fn hello(self: &A, x: u32) -> u32 {
return self.a + x;
}
}
edlang now supports struct methods

fn main() -> u32 {
let x: A = A {
a: 2
};
let y: u32 = x.hello(4);
return y;
}
struct A {
a: u32,
}
impl A {
pub fn hello(self: &A, x: u32) -> u32 {
return self.a + x;
}
}
edlang now supports struct methods 















28 files changed, 557 insertions(+), 248 deletions(-)

28 files changed, 557 insertions(+), 248 deletions(-) 



tokei src/* lib/* game/*
===============================================================================
Language Files Lines Code Comments Blanks
===============================================================================
TOML 76 1346 1231 10 105
-------------------------------------------------------------------------------
Rust 645 118564 103884 3483 11197
|- Markdown 264 1826 105 1652 69
(Total) 120390 103989 5135 11266
===============================================================================
Total 721 119910 105115 3493 11302
===============================================================================






rofi -show combi -combi-modi "window,drun,ssh" -modi combi
if you want to jump to the third , (for example editing out ssh)
you'd say: 3f,
3 jumps to the character , (edited)
va{ and ci( a lot aswell, and I have treesitter based ones too

va{ and ci( a lot aswell, and I have treesitter based ones too 
v10jy



























































CComponent of it's own, with an OnInput hook




CComponent of it's own, with an OnInput hook
1







