-
- https://frontendmasters.com/teachers/douglas-crockford/ and add the new stuff
-
This is an implementation of the abstract PathTableau class. This gives the
jeu-de-taquin operation of evacuation on skew semistandard tableau, the operation of promotion on rectangular semistandard…
-
Hello,
I'm wondering if there is any plan to make it possible to cite something in Vimwiki?
This suggestion was made when google code was around: https://github.com/douglasdrumond/vimwiki/issues…
-
This program ([by Donald Knuth](https://rosettacode.org/wiki/Man_or_boy_test#ALGOL_60)):
```algol60
begin real procedure A(k, x1, x2, x3, x4, x5);
value k; integer k;
real x1, x2, x3, x4, x5;
…
-
## Issue will be closed if:
> 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed.
> 2) You propose an algorithm that is …
-
The README states that the following should work:
```elixir
children = [
{GenMagic.Pool.NimblePool, pool_name: MyApp.GenMagicPool, pool_size: 2}
]
opts = [strategy: :one_for_one, name: MyAp…
-
I'm trying to render a list of `state.items` with `makeCollection` and I'm using a state lens where the getter sorts that list based on a `state.sort` value and returns it.
Clicking a "sort" button…
-
Maybe this is unrealistic, but it would awesome.
-
when I typed `mft -version` I get:
```
MFT 2.1 (TeX Live 2022)
kpathsea version 6.3.4
There is NO warranty. Redistribution of this software is
covered by the terms of both the MFT copyright and
…
-
I have techniques that are easy to implement and are by no means premature. People who always tell me "premature optimization" are clearly wrong. Obvious best practices are not premature optimization.…