-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 871ed4a
Showing
4 changed files
with
1,234 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
## | ||
## Scala-specific | ||
## | ||
*.class | ||
*.log | ||
|
||
# sbt specific | ||
.cache | ||
.history | ||
.lib/ | ||
dist/* | ||
target/ | ||
**/target/ | ||
lib_managed/ | ||
src_managed/ | ||
project/boot/ | ||
project/plugins/project/ | ||
|
||
|
||
# Scala-IDE specific | ||
.scala_dependencies | ||
.worksheet | ||
|
||
## | ||
## ECLIPSE-Specific. | ||
## | ||
*.pydevproject | ||
.metadata | ||
.gradle | ||
tmp/ | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib | ||
local.properties | ||
.settings/ | ||
.loadpath | ||
# External tool builders | ||
.externalToolBuilders/ | ||
# Locally stored "Eclipse launch configurations" | ||
*.launch | ||
# sbteclipse plugin | ||
.target | ||
|
||
# Ensime specific | ||
.ensime | ||
.ensime_lucene/ | ||
|
||
## | ||
## emacs-specific. | ||
## | ||
*~ | ||
\#*\# | ||
/.emacs.desktop | ||
/.emacs.desktop.lock | ||
*.elc | ||
auto-save-list | ||
tramp | ||
.\#* | ||
# Org-mode | ||
.org-id-locations | ||
*_archive | ||
# flymake-mode | ||
*_flymake.* | ||
# eshell files | ||
/eshell/history | ||
/eshell/lastdir | ||
# elpa packages | ||
/elpa/ | ||
# reftex files | ||
*.rel | ||
# AUCTeX auto folder | ||
/auto/ | ||
# cask packages | ||
.cask/ | ||
|
||
|
||
|
||
## | ||
## SUBLIME-Specific. | ||
## | ||
# cache files for sublime text | ||
*.tmlanguage.cache | ||
*.tmPreferences.cache | ||
*.stTheme.cache | ||
# workspace files are user-specific | ||
*.sublime-workspace | ||
# project files should be checked into the repository, unless a significant | ||
# proportion of contributors will probably not be using SublimeText | ||
# *.sublime-project | ||
# sftp configuration file | ||
sftp-config.json | ||
|
||
## | ||
## Idea | ||
## | ||
|
||
.idea/ | ||
**/.idea/ | ||
MANIFEST | ||
build | ||
dist | ||
_build | ||
docs/man/*.gz | ||
docs/source/api/generated | ||
docs/source/config.rst | ||
docs/gh-pages | ||
notebook/i18n/*/LC_MESSAGES/*.mo | ||
notebook/i18n/*/LC_MESSAGES/nbjs.json | ||
notebook/static/components | ||
notebook/static/style/*.min.css* | ||
notebook/static/*/js/built/ | ||
notebook/static/*/built/ | ||
notebook/static/built/ | ||
notebook/static/*/js/main.min.js* | ||
notebook/static/lab/*bundle.js | ||
node_modules | ||
*.py[co] | ||
__pycache__ | ||
*.egg-info | ||
*~ | ||
*.bak | ||
.ipynb_checkpoints | ||
.tox | ||
.DS_Store | ||
\#*# | ||
.#* | ||
.coverage | ||
.pytest_cache | ||
|
||
*.swp | ||
*.map | ||
.idea/ | ||
Read the Docs | ||
config.rst | ||
|
||
/.project | ||
/.pydevproject | ||
|
||
package-lock.json | ||
geckodriver.log |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
This repository contains the slides and notebooks used in the talk: | ||
|
||
[To type or not to type, a matter of logic](https://docs.google.com/presentation/d/1rzxBOYzeaBwaZNy1ALjfvMhN4l6n1x48ohJys3u42U4/edit?usp=sharing) | ||
|
||
This talk was part of the conference [Scala Love 2022](https://2022.scala.love/). | ||
|
||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>. |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.