marcino239
marcino239
Hi @jpillora - what's your view on adding socks5 host whitelist to chisel? People I talked to they are much happier when they can control which hosts are exposed on...
Hi, I've added two options: - --socks5-auth - to specify socks5 credentials - --socks5-allowed-hosts - to specify a simple filter Hope you find those useful Best Regards, Marcino239
Great job!
I have 873 which looks roughly like this: ``` ISA GS ST BGN DTM N1 DTM SLN QTY SLN QTY DTM SLN QTY SLN QTY SE GE IEA ``` I...
This program: ``` import numba @numba.jit(nopython=False) def test( a: int ): b = a + 1 print( f'b:{b}' ) return b b = test( 1 ) print( f'b:{b}' ) ```...