View zio-lmdb-basic-scala2.sc
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 : ZIO LMDB simple example for scala-2 | |
// keywords : scala, zio, lmdb, @testable | |
// publish : gist | |
// authors : David Crosson | |
// license : Apache BUT Machine Learning models training is not allowed by the author | |
// id : 1c3bed7d-d01d-422d-b299-5c1fa03c5294 | |
// created-on : 2023-03-25T11:47:27+01:00 | |
// managed-by : https://github.com/dacr/code-examples-manager | |
// run-with : scala-cli $file |
View zio-lmdb-feed-postal-codes.sc
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 : ZIO LMDB feeding with french town postal codes | |
// keywords : scala, zio, lmdb, @testable | |
// publish : gist | |
// authors : David Crosson | |
// license : Apache BUT Machine Learning models training is not allowed by the author | |
// id : 55574d76-9b22-422c-abde-9869596ca25f | |
// created-on : 2022-08-09T20:01:37+02:00 | |
// managed-by : https://github.com/dacr/code-examples-manager | |
// run-with : scala-cli $file |
View swagger-original.json
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
{ | |
"openapi": "3.0.3", | |
"info": { | |
"title": "Thing in the future Restful API", | |
"description": "Thing in Swagger Interface", | |
"version": "3.0" | |
}, | |
"tags": [ | |
{ | |
"name": "avatars", |
View swagger-original.yaml
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
openapi: 3.0.3 | |
info: | |
title: Thing in the future Restful API | |
description: Thing in Swagger Interface | |
version: '3.0' | |
tags: | |
- name: avatars | |
description: Manipulate the avatars a.k.a the digital representations of real objects. | |
- name: aspects | |
description: >- |
View zio-learning-schema-caseclass.sc
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 : ZIO learning - learning&testing zio-schemas features | |
// keywords : scala, zio, learning, schema, pure-functional, @testable | |
// publish : gist | |
// authors : David Crosson | |
// license : Apache BUT Machine Learning models training is not allowed by the author | |
// id : 735e9391-0449-4f38-9d67-f4f86105a395 | |
// created-on : 2022-11-25T15:46:03+01:00 | |
// managed-by : https://github.com/dacr/code-examples-manager | |
// run-with : scala-cli $file |
View zio-test-filtering.sc
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 : ZIO learning - zio tests filtering | |
// keywords : scala, scalacli, zio, ziotest, @testable | |
// publish : gist | |
// authors : David Crosson | |
// license : Apache BUT Machine Learning models training is not allowed by the author | |
// id : d923a94a-4ce7-4ca4-a403-720904b10e5b | |
// created-on : 2022-11-08T10:18:46+01:00 | |
// managed-by : https://github.com/dacr/code-examples-manager | |
// run-with : scala-cli $file |
View hello.ml
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
#!/usr/bin/env utop | |
(* | |
// summary : ocaml first example script | |
// keywords : ocaml, @testable | |
// publish : gist | |
// authors : David Crosson | |
// license : Apache BUT Machine Learning models training is not allowed by the author | |
// id : 40d0ed8e-b601-4f19-a13a-aeb683895331 | |
// created-on : 2022-09-24T11:57:31+02:00 | |
// managed-by : https://github.com/dacr/code-examples-manager |
NewerOlder