Cracker

Results 87 comments of Cracker

I think this is not a problem related to this whiteboard sry for the late reply. You need to know your public IP and add the correct port to connect...

I think browsers do not allow Audio, Video, Screen share without https (only exception is localhost afaik). So you need to setup a cert, then this should work.

I was calling a function, but by mistake I called it with "null" so I got the deadlock (No error, nothing). So I traced it back and made a bugreport...

there is not more code than I posted on the nodejs issue: If have this function: ``` var test = function (obj) { obj.getId(); } ``` and I call it...

``` const DeltaChat = require('deltachat-node'); const dc = new DeltaChat(); var test = function (obj) { obj.getId(); } dc.on('ALL', function(code, msg, msg1) { if(msg1.indexOf("INBOX-fetch started")!==-1) { //Just wait till dc...

Sorry this issue went under my radar. No my network cant solve your captchas because its not trained for that. You need to train your own model. Take a look...

Afaik you can just compile darknet and use the v7 model for training and stuff ;)

Hey, Take a look here (He had the same problem): https://github.com/cracker0dks/CaptchaSolver/issues/26 I would modifiy the https://github.com/cracker0dks/CaptchaSolver/files/13938341/captchaTool.zip (open the index.html in the browser) to create a few thousand captchas and would...

the neuronal network will do that for you if you train it with colors

Sorry this issue went under my radar: Please see this guid how to train your own model: https://github.com/AlexeyAB/darknet?tab=readme-ov-file#how-to-compile-on-windows-using-cmake