-
I'm currently trying to consider using `dk_logic.dk` as axiomatisation of first-order for proof generated by archsat, and the file seems to be lacking any comment explaining things.
While some cons…
Gbury updated
6 years ago
-
This issue describes how to implement the filter concept exercise for the Swift track.
## Getting started
**Please please please read the docs before starting.** Posting PRs without reading thes…
-
I had a call today from a colleague who had backed up one section of a course, and was restoring it to another course, presumably so that the resources from the first course were available in the seco…
-
In my opinion, the volume slider doesn't have enough range at low volume levels, and too much at high levels. Basically, the lowest volume you can set is too loud for a quiet room, and anything above …
-
We've often discussed this feature, _type constructor parameterization_, or _kinds_, or whatever you want to call it, which boils down to, by analogy with first-class/higher order functions at the val…
-
hi,
is it possible for snap to integrate a javascript compiler for to accelerate the viewing of projects like turbowarp for scratch?
-
> [my fork of the exercises repo](https://github.com/ashenafykebede/solution-write-ups)
## Learning Objectives
- [x] 🥚 Analyzing Functions: You can analyze a function written at or near your lev…
-
**Business need**
All users want a fast/efficient `tsa.multiget` that is not just a for-loop (and we default to that in all our scripts / tshistory_xl when we need it). The potential speedup comes fr…
-
I’m working on CuPy’s CUDA Graph conditional node support and considering adding a more user-friendly graph constructing API to CuPy.
I have two possible plans to achieve this goal:
- (A) “with”…
so298 updated
2 months ago
-
Currently the function `set_at()` in draw.c looks like this:
```C
static int
set_at(SDL_Surface *surf, int x, int y, Uint32 color)
{
SDL_PixelFormat *format = surf->format;
Uint8 *pixe…