-
Wanted to set up a new site with the support of new jobs (recently introduced). All went well, but **finding the highest ID was a bit tedious**. I had to hand edit the number and play around for an ho…
-
I have been spending some quality time with my [useragent](/3rd-Eden/useragent) parser module for Node.js to try and squeeze out every bit of performance possible. While it's already the fastest parse…
-
Users have expressed a desire for the ability to mark a class as "final" or "sealed," so that it is unavailable as a super-class. That is, it is an error for a class to extend, implement, or mix in a …
-
This AIP is inspired by Tezos where inactive addresses are not allowed to vote (or mine, in our case forge) until they are re-activated. They consider an address as inactive if it's not showing any ac…
-
Just like the GitHub tag (see #7) we could create a community on Zenodo to collect research compendia published on Zenodo.
**Help needed**
- [x] identifier
- `research-compendium` :1st_place_…
nuest updated
6 years ago
-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…
-
When I try to build a Seastar application with
```
$ c++ getting-started.cc `pkg-config --cflags --libs --static ./build/release/seastar.pc`
```
The linking fails when trying to find `/usr/lib64/l…
-
I installed Conan on windows 10 machine.
I run: `conan install Boost/1.64.0@conan/stable`, and it fails.
Output:
```
C:\temp>conan install Boost/1.64.0@conan/stable
Boost/1.64.0@conan/stable: N…
-
I really like Inferno's `linkEvent(...)` helper function (see [doc](https://github.com/infernojs/inferno/blob/master/README.md#linkevent-package-inferno)), and I'm hoping that others also have interes…
-
Some moves don't actually semantically take longer (e.g. they aren't a timer), but they should visually take a bit longer.
A great example is when the second card is revealed in memory and it match…