This file contains 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
## summary : nix pkgs lib | |
## keywords : nix, pkgs, lib | |
## publish : gist | |
## authors : David Crosson | |
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
## id : c192c63e-1440-457b-bab5-e5c4d41e409c | |
## created-on : 2025-02-01T11:11:09+01:00 | |
## managed-by : https://github.com/dacr/code-examples-manager | |
## run-with : nix eval --file $file | |
#### run-with : nix-instantiate --eval $file |
This file contains 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
## summary : nix shell environment | |
## keywords : nix, shell | |
## publish : gist | |
## authors : David Crosson | |
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
## id : 587bd6c9-638a-4900-8b6e-bbb3fdf7104c | |
## created-on : 2025-02-01T11:42:30+01:00 | |
## managed-by : https://github.com/dacr/code-examples-manager | |
## run-with : nix-shell $file |
This file contains 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
## summary : nix hello world | |
## keywords : nix, hello-world | |
## publish : gist | |
## authors : David Crosson | |
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
## id : 9bb902b8-e7ba-458c-addb-8c4713c5ceaf | |
## created-on : 2025-02-01T10:37:21+01:00 | |
## managed-by : https://github.com/dacr/code-examples-manager | |
## run-with : nix eval --file $file | |
#### run-with : nix-instantiate --eval $file |
This file contains 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
## summary : nix paths | |
## keywords : nix, paths | |
## publish : gist | |
## authors : David Crosson | |
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
## id : b89e7b9c-fbc6-4fb1-a50d-f5cd274e3346 | |
## created-on : 2025-02-01T11:19:18+01:00 | |
## managed-by : https://github.com/dacr/code-examples-manager | |
## run-with : nix eval --file $file | |
#### run-with : nix-instantiate --eval $file |
This file contains 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
## summary : nix fetchers | |
## keywords : nix, fetchers | |
## publish : gist | |
## authors : David Crosson | |
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
## id : 09010820-30f0-4423-86f8-6daa7c06e4dc | |
## created-on : 2025-02-01T11:48:47+01:00 | |
## managed-by : https://github.com/dacr/code-examples-manager | |
## run-with : nix eval --file $file | |
#### run-with : nix-instantiate --eval $file |
This file contains 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
## summary : nix data types | |
## keywords : nix, data-types | |
## publish : gist | |
## authors : David Crosson | |
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
## id : 7e8ab042-cffa-4d78-bf37-21fc5bc024d6 | |
## created-on : 2025-02-01T10:49:21+01:00 | |
## managed-by : https://github.com/dacr/code-examples-manager | |
## run-with : nix eval --file $file | |
#### run-with : nix-instantiate --eval $file |
This file contains 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
## summary : nix derivations hello-world | |
## keywords : nix, derrivations, hello-world | |
## publish : gist | |
## authors : David Crosson | |
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
## id : 1068db41-e5a5-4093-b7b6-1e12eb852ce4 | |
## created-on : 2025-02-01T11:33:24+01:00 | |
## managed-by : https://github.com/dacr/code-examples-manager | |
## run-with : nix eval --file $file | |
#### run-with : nix-instantiate --eval $file |
This file contains 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
// summary : jsoniter scala json API cookbook as unit test cases. | |
// keywords : scala, scalatest, upickle, json, @testable | |
// publish : gist | |
// authors : David Crosson | |
// license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
// id : 069fba65-a07f-44b3-9a78-451082a452ab | |
// created-on : 2025-01-14T16:23:47+01:00 | |
// managed-by : https://github.com/dacr/code-examples-manager | |
// run-with : scala-cli $file |
This file contains 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
// summary : Chronos API usage demo | |
// keywords : scala,chronos, zio, tapir, http, http-server, demo | |
// publish : gist | |
// authors : David Crosson | |
// license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2) | |
// id : c346b6fb-fea9-4627-80b7-9e180c6d3032 | |
// created-on : 2025-01-11T00:25:49+01:00 | |
// managed-by : https://github.com/dacr/code-examples-manager | |
// run-with : scala-cli $file | |
// test-with : curl http://127.0.0.1:8080/chronos |
NewerOlder