relecture et finition partie 1 et 2

This commit is contained in:
2018-09-19 16:28:43 +02:00
parent c7c2f8ce2c
commit 651b4f8fc3
15 changed files with 330 additions and 44 deletions

View File

@@ -190,3 +190,26 @@
note = {URL: "\url{https://fr.wikipedia.org/wiki/Mod%C3%A8le_OSI}"}
}
@misc{symmetricencryption,
author = {RocketJob},
title = {Symmetric Encryption for Ruby Projects using OpenSSL},
note = {URL: "\url{https://rocketjob.github.io/symmetric-encryption/}"}
}
@misc{sidekiq,
author = {Sidekiq},
title = {Simple, efficient background processing for Ruby},
note = {URL: "\url{https://sidekiq.org/}"}
}
@misc{redis,
author = {Redis},
title = {Redis is an open source (BSD licensed), in-memory data structure store},
note = {URL: "\url{https://redis.io/}"}
}
@misc{stackanyin,
author = {Stack overflow},
title = {Mongoid: array contains any values of another array},
note = {URL: "\url{https://stackoverflow.com/questions/51658302/mongoid-array-contains-any-values-of-another-array}"}
}