Skip to content

Commit

Permalink
Fixed error in image of the JuliaCon 2021.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolina committed Aug 5, 2021
1 parent 853f5bf commit 4f6eb53
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@
[![Documentation](https://github.com/dmolina/DaemonMode.jl/workflows/Documentation/badge.svg)](https://dmolina.github.io/DaemonMode.jl/dev/)
[![DOI](https://zenodo.org/badge/276341198.svg)](https://zenodo.org/badge/latestdoi/276341198)

# Introduced in JuliaCon 2020

This package has been mentioned in JuliaCon 2020, Thank you, Fredrik Ekre!

[![DaemonMode in JuliaCon](https://dmolina.github.io/DaemonMode.jl/dev/assets/juliacon.png)](https://www.youtube.com/watch?v=IuwxE3m0_QQ)

# Presented in JuliaCon 2021

I gave a talk *Faster scripts in Julia with DaemonMode.jl*
about the package and its advantages in the JuliaCon 2021 in the [Talk in
JuliaCon 2021](https://pretalx.com/juliacon2021/talk/KJNRGA/). Now it is online at:
[![Faster scripts in Julia with DaemonMode.jl](https://dmolina.github.io/DaemonMode.jl/dev/assets/juliacon.png)](https://www.youtube.com/watch?v=wCkuXAdE8E0).


# Introduction

Expand All @@ -30,6 +17,19 @@ package uses a server/client model. This allows julia to run scripts a lot
faster, because the package is maintained in memory between the runs of (to run
the same script several times).

# Introduced in JuliaCon 2020

This package has been mentioned in JuliaCon 2020, Thank you, Fredrik Ekre!

[![DaemonMode in JuliaCon](https://dmolina.github.io/DaemonMode.jl/dev/assets/juliacon.png)](https://www.youtube.com/watch?v=IuwxE3m0_QQ)

# Presented in JuliaCon 2021

I gave a talk *Faster scripts in Julia with DaemonMode.jl*
about the package and its advantages in the JuliaCon 2021 in the [Talk in
JuliaCon 2021](https://pretalx.com/juliacon2021/talk/KJNRGA/). Now it is online at:
[![Faster scripts in Julia with DaemonMode.jl](https://dmolina.github.io/DaemonMode.jl/dev/assets/juliacon2021.png)](https://www.youtube.com/watch?v=wCkuXAdE8E0).

# Usage

- The server, that is responsible for running all julia scripts:
Expand Down

0 comments on commit 4f6eb53

Please sign in to comment.