Skip to content

Instantly share code, notes, and snippets.

View matteo-grella's full-sized avatar
🔥
I enjoy programming my own inventions.

Matteo Grella matteo-grella

🔥
I enjoy programming my own inventions.
View GitHub Profile
@matteo-grella
matteo-grella / blas.go
Created November 18, 2019 00:09 — forked from xoba/blas.go
how easy it is to use blas from go-lang
// see http://www.netlib.org/clapack/cblas/dgemv.c
package main
/*
#cgo LDFLAGS: -L/usr/lib/libblas -lblas
#include <stdlib.h>
extern void dgemv_(char* trans, int *m, int *n, double *alpha,
double *A, int *lda, double *x, int *incx, double *beta, double *y,
int *incy);
*/

Nice, compliant input boxes

Nice input box with a lot of styling based on sibling selectors and psuedo classes.

CSS only, and WCAG 2.0 AA compliant!

A Pen by Andrew Tunnecliffe on CodePen.

License.