00000000
00010000
00111000
00011100
00111010
01011000
01010010
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * This example creates an ffi.Callback from the "Math.abs()" JavaScript function | |
| * then creates a ffi.ForeignFunction from that callback function pointer. | |
| * | |
| * The result is basically the same as calling "Math.abs()" directly, haha! | |
| * | |
| * This example should basically just run forever, in an endless loop. | |
| * This file is a "pummel test" of sorts for: | |
| * https://github.com/rbranson/node-ffi/issues/74 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //kjunichi | |
| #include <WiFiS3.h> | |
| #include <Arduino_LED_Matrix.h> | |
| #include <UrlEncode.h> | |
| #include <URLCode.h> | |
| #include <ArduinoJson.h> | |
| #include <MDNS_Generic.h> | |
| #include "arduino_secrets.h" | |
| #include "anim.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { createCanvas, Image, registerFont } = require('canvas') | |
| const { serve } = require(`@hono/node-server`) | |
| const { Hono } = require('hono') | |
| const app = new Hono() | |
| app.get('/', (c) => { | |
| return c.text('Hello Hono!') | |
| }) |
| sun | mon | tue | wed | thu | fri | sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| [6] | [] | |||||
| 13 | [] | |||||
| 20 | ||||||
| 27 | 30 |
| sun | mon | tue | wed | thu | fri | sat |
|---|---|---|---|---|---|---|
| 1 | ||||||
| [8] | [] | |||||
| 15 | [] | |||||
| 22 | ||||||
| 29 |
| sun | mon | tue | wed | thu | fri | sat |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| [6] | 10 | [] | ||||
| 13 | [] | |||||
| 20 | ||||||
| 27 |
| sun | mon | tue | wed | thu | fri | sat |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| [4] | [] | |||||
| 11 | [] | |||||
| 18 | ||||||
| 25 | [28] |
NewerOlder