Hey, just passing by. Is this a: a:"i don't like this thing", b:"you're wrong, I do like this thing", a:"you're wrong, I dont like this thing" discussion?
Anyone have a nice solution to chunked/batched promise.all?
Anyone know of an object oriented database/store which doesn't require a server and which has persistent store (preferably JSON), also schema/validation support? At the mome...
Hey, anyone here good with regex? Trying to think of a method to get capture groups for each quantifier without using external recursion... Basically overcomplicating a simpl...
Any ideas on a windows/linux nodejs solution to a unique system specific fingerprint?
<style> table, td { border: 1px solid; } td { padding: 10px; } </style> <?php $arrays = [ [1, 34, 32 , 2, 4], [3, 32, 13 , 11, 89], [56, 11, 7 , 9, 95], [14, 90...
Httpie when?
Yo, trying to connect to a wss through thr browser, have a cert through letsencrypt yet Firefox can’t establish a connection to the server I can only think it may be a cert is...
Do you have a data source for the packages information yet or?
Anyone enjoy pulling thier hair out over parsing html and xpaths? If so I have a job for you
Anyone here any good with euclidean distance mapping? I'm looking for a faster way to map out the distance of several set of coords without having to check each against one a...
Is it actually worth watching? Heard mixed reviews
Can you return an onject from an arrow function in-line? Examples: arr.map(a => { return {b: a.b, c: a.c }; }); arr.map(a => { b: a.b, c: a.c };
I'm far too lazy for that, let's see if this works. Anyone wanna make a quick $30 to do some captcha bullshit? Come on take the bait!
Remember, if you're using php for html, Instead of echoing the HTML all the time (which is ugly without something like XHP) you can just escape the Php and it'll all be interp...
And yes, it is the case that males will often do typically boy-ish stuff, it's not societal preasure. It's been proven to be the case many times, here's a very simple study th...
yay, regex time! This bit is always fun... /s Issue is, URL's have a lot of varient, meaning you have to choose which to match and which not to to some extent, here's an exam...
@GingerPlusPlus Have you got two different people who haven't downloaded/used either before to try one of each voice/sound?
Is it still dropping connections?
can yuo do typed array deconstructing in ts?