The reader is labeled :
- on the front : RF ID Reader
- on the back : D302 EM Card Encoder MADE IN CHINA
This reader / writer should Work with cards : EM4305 and T5567.
| #! Aaaaaaaaaaa this is JS!!! | |
| // https://github.com/tc39/proposal-hashbang | |
| // This file is mixing all new syntaxes in the proposal in one file without considering syntax conflict or correct runtime semantics | |
| // Enjoy!!! | |
| // Created at Nov 23, 2018 | |
| for await(const x of (new A // https://github.com/tc39/proposal-pipeline-operator | |
| |> do { // https://github.com/tc39/proposal-do-expressions | |
| case(?) { // https://github.com/tc39/proposal-pattern-matching | |
| when {val}: class { |
| /** | |
| *** blum_blum_shub.js *** | |
| An implementation of the Blum Blum Shub pseudorandom number generator proposed | |
| in 1986 by Lenore Blum, Manuel Blum and Michael Shub that is derived from | |
| Michael O. Rabin's oblivious transfer mapping. | |
| Blum Blum Shub takes the form | |
| 2 |
| // Insall WenQuanYi Micro Hei | |
| * | |
| :not [class*="code"] > * | |
| { | |
| font-family: "FontAwesome", "octicons", "icon","Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "WenQuanYi Micro Hei" !important; | |
| } | |
| [class*="code"] > * | |
| { | |
| font-family: "WenQuanYi Micro Hei Mono" !important; |
| API | Status Codes |
|---|---|
| [Twitter][tw] | 200, 304, 400, 401, 403, 404, 406, 410, 420, 422, 429, 500, 502, 503, 504 |
| [Stripe][stripe] | 200, 400, 401, 402, 404, 429, 500, 502, 503, 504 |
| [Github][gh] | 200, 400, 422, 301, 302, 304, 307, 401, 403 |
| [Pagerduty][pd] | 200, 201, 204, 400, 401, 403, 404, 408, 500 |
| [NewRelic Plugins][nr] | 200, 400, 403, 404, 405, 413, 500, 502, 503, 503 |
| [Etsy][etsy] | 200, 201, 400, 403, 404, 500, 503 |
| [Dropbox][db] | 200, 400, 401, 403, 404, 405, 429, 503, 507 |
I'm definitely not looking for work. However to provide some helpful guidance for hiring like-minded engineers, I would only consider working for a company if it met these requirements:
This benchmark was made with the first beta driver to support GM2xx chips. Unfortunately, it was a half-baked driver that failed to unleash this card's true potential. The production version of the driver resolved all performance issues with this card.
For the latest benchmarks, see https://gist.github.com/epixoip/abd64f1af800013abb1f
| /** | |
| * K.jpg's OpenSimplex 2, smooth variant ("SuperSimplex") | |
| * | |
| * More language ports, as well as legacy 2014 OpenSimplex, can be found here: | |
| * https://github.com/KdotJPG/OpenSimplex2 | |
| */ | |
| public class OpenSimplex2S { | |
| private static final long PRIME_X = 0x5205402B9270C86FL; |