-
https://blackflux.com/forums/viewtopic.php?f=9&t=22#p70
simlu updated
8 years ago
-
# Motivation
Insert statements are usually look like:
```python
db.fetchrow("""
INSERT User {
first_name := $first_name,
last_name := $last_name,
birth_date := $bi…
-
```scala
//> using scala "3.4.1"
//> using dep "com.disneystreaming.smithy4s::smithy4s-json:0.18.15"
//> using dep "com.disneystreaming.smithy4s::smithy4s-dynamic:0.18.15"
import smithy4s.schema.S…
-
This is a discussion ticket for gathering requirements for a new [relationship annotation mode](https://recogito.pelagios.org/help/relations) for RecogitoJS. Add ideas below!
![relations-drawing](h…
-
I'm reading through the PCL code in the `pcl/test` folder, and I see that there are a number of example point clouds in there. I also see that there is an existing test for PCL point normals in the fi…
msy22 updated
6 years ago
-
Refactor all point shape shaders to use the concept of signed distance functions/fields (SDF).
The currently implemented points should be easy to move over, fill/stroke need a little thought.
Import…
-
Hello there -
For a small project here at the Centre for Digital Music, we have found ourselves making a number of modifications to Waves-UI during the past few months.
These currently reside in…
-
## Intro
[OpenSCAD](https://openscad.org) is an unique CAD application, as its only user interface is a programming language.
It is also unique because instead of parametric modelling (the paradigm …
-
The use of light-maps in the Cube example is quite ugly, because the secondary texture layer is generic rather than a baked light-map for the model. Importing levels with light-maps from an existing t…
-
While doing some theoretical poking around at recreating some of these Shapes of CSS (https://css-tricks.com/the-shapes-of-css/) with `corner-shape` I found myself wanting to call it `corner-style` in…