I don't know what Tornado Cash is but it sounds like some blkchain bs?
This is Dark Sky, Apple acquired them a while ago and finally built all the features natively into iOS 16
I'm working on a new video course, (tentatively) called "Advanced OAuth Security"!
If you'd like to be the first to hear when it goes live, you can sign up for my email list here!
oauth2simplified.com
Nice!
Apparently EXTRACT(DATE FROM col) doesn't exist in MySQL, but DATE(col) works instead. So:
SELECT DATE(date) AS date, SUM(success) AS success, SUM(IF(success, 0, 1)) AS fail
FROM results GROUP by 1 ORDER BY 1 DESC;
something like this or similar (untested)?:
SELECT `date`, SUM(IF(success, 1, 0)) AS `success`, SUM(IF(success, 0, 1)) AS `fail` FROM t GROUP BY `date`
Any clever SQL people out there? Given the raw data on the left, (a table of test results) how do I write a SQL query to give me the results on the right, (the results grouped by date as well as grouped by result)?
This is better, but I'm still concerned about the sharp right turn a bike will have to make to get on to the 7th bike lane when going west on Tillamook. How can I give them this feedback?
Do you ever do the thing in @duolingo where you're given a sentence in the language you're learning and you immediately understand it in your native language and then mistakenly think the task is to type it back in the foreign language?
yeah I threatened to cancel last year and they lowered it to to $29 for the year or something but I am tired of playing that game and really have only been using Lightroom lately anyway. I switched to the Lightroom-only plan for $9.99