Skip to content

Commit

Permalink
chipkent/RateLimiter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaksha committed Apr 20, 2021
1 parent a5b8784 commit 7d37bee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ __Local meetup groups located in the [7 continents](https://en.wikipedia.org/wik
----

# TUTORIALS - WORKSHOPS
+ [fall-in-love-with-julia](https://github.com/schlichtanders/fall-in-love-with-julia): An introductory 101 series to get to know the power of Julialang.
+ [Intermediate Julia workshop](https://github.com/dpsanders/intermediate_julia_2019), held at JuliaCon 2019, Baltimore, Maryland, USA
+ [Machine Learning Workshop 2019](https://github.com/mbauman/MachineLearningWorkshop2019).
+ [JuliaAcademyData.jl](https://github.com/JuliaComputing/JuliaAcademyData.jl) :: Supplementary materials for Julia Academy courses.
Expand Down
1 change: 1 addition & 0 deletions Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ __Networking, web security, frameworks and other Web server related things go he
+ [MsgPackRpcServer.jl](https://github.com/remore/MsgPackRpcServer.jl) :: A Julia implementation of MessagePack-RPC Server Library.
+ [Pcap.jl](https://github.com/cycloidgamma/Pcap.jl) by @cycloidgamma :: Libpcap implementation for Julia language.
+ [Pcap.jl](https://github.com/r2dbg/Pcap.jl) by @r2dbg :: Libpcap implementation for Julia language.
+ [RateLimiter.jl](https://github.com/chipkent/RateLimiter.jl) :: Julia package for limiting the rate at which expressions are evaluated. This can be useful for rate limiting access to network resources (e.g. websites). All methods are thread safe.
+ [StatsdClient.jl](https://github.com/forio/StatsdClient.jl) :: A simple Julia implementation of a statsd client.
+ [TimeZones.jl](https://github.com/quinnj/TimeZones.jl) : Olsen Timezone Database Access for the Julia Programming Language.
+ [UUID.jl](https://github.com/forio/UUID.jl) :: A universally unique identifier (UUID) is an identifier standard, are 128 bits long, and require no central registration process.
Expand Down
2 changes: 2 additions & 0 deletions db.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2095,6 +2095,7 @@ Resources,SLIDES,Julia language slides,http://wiki.scinethpc.ca/wiki/images/7/71
Resources,SLIDES,Julia introduction,https://github.com/projectbanana/projectbanana.github.io/tree/master/presentations/julia) by M. Schauer,
Resources,SLIDES,arlos Becker's Julia presentation [comparing Julia with Matlab,https://sites.google.com/site/carlosbecker/a-few-notes),
Resources,Slidesfrom[JuliaTokyomeetups](https://github.com/JuliaTokyo/julia-wakalang),JuliaTokyo second meetup slides,http://juliatokyo.connpass.com/event/8010/presentation/),
Resources,TUTORIALS-WORKSHOPS,fall-in-love-with-julia,https://github.com/schlichtanders/fall-in-love-with-julia): An introductory 101 series to get to know the power of Julialang,
Resources,TUTORIALS-WORKSHOPS,Intermediate Julia workshop,"https://github.com/dpsanders/intermediate_julia_2019), held at JuliaCon 2019, Baltimore, Maryland, US",
Resources,TUTORIALS-WORKSHOPS,Machine Learning Workshop 2019,https://github.com/mbauman/MachineLearningWorkshop2019),
Resources,TUTORIALS-WORKSHOPS,JuliaAcademyData.jl,https://github.com/JuliaComputing/JuliaAcademyData.jl,Supplementary materials for Julia Academy courses.
Expand Down Expand Up @@ -2138,6 +2139,7 @@ Server,NETWORKING,LogParser.jl,https://github.com/randyzwitch/LogParser.jl,"A pa
Server,NETWORKING,MsgPackRpcServer.jl,https://github.com/remore/MsgPackRpcServer.jl,A Julia implementation of MessagePack-RPC Server Library.
Server,NETWORKING,Pcap.jl,https://github.com/cycloidgamma/Pcap.jl) by @cycloidgamm,Libpcap implementation for Julia language.
Server,NETWORKING,Pcap.jl,https://github.com/r2dbg/Pcap.jl) by @r2db,Libpcap implementation for Julia language.
Server,NETWORKING,RateLimiter.jl,https://github.com/chipkent/RateLimiter.jl,Julia package for limiting the rate at which expressions are evaluated. This can be useful for rate limiting access to network resources (e.g. websites). All methods are thread safe.
Server,NETWORKING,StatsdClient.jl,https://github.com/forio/StatsdClient.jl,A simple Julia implementation of a statsd client.
Server,NETWORKING,TimeZones.jl,https://github.com/quinnj/TimeZones.jl) : Olsen Timezone Database Access for the Julia Programming Language,
Server,NETWORKING,UUID.jl,https://github.com/forio/UUID.jl,"A universally unique identifier (UUID) is an identifier standard, are 128 bits long, and require no central registration process."
Expand Down

0 comments on commit 7d37bee

Please sign in to comment.