No articles match
Reading/Writing JSON Web Keys (JWK) in R2 months ago
RSA / ECDSA keys | AES/HMAC keys
The curl package: a modern R interface to libcurl2 months ago
Request interfaces | Getting in memory | Downloading to disk | Streaming data | Non blocking connections | Async requests | Exception handling | Error automatically | Check manually | Customizing requests | Setting handle options | ENUM (long) options | Disabling HTTP/2 | Performing the request | Reading cookies | On reusing handles | Posting forms | Using pipes
Comparison of fs functions, base R, and shell commands3 months ago
Directory functions | File functions | Path functions
The magick package: Advanced Image-Processing in R3 months ago
Installing magick | Build from source | Image IO | Read and write | Converting formats | Preview | Transformations | Cut and edit | Filters and effects | Kernel convolution | Text annotation | Combining with pipes | Image Vectors | Layers | Combining | Pages | Animation | Drawing and Graphics | Graphics device | Drawing device | Animated Graphics | Raster Images | Base R rasters | The grid package | OCR text extraction
Node Modification8 months ago
Modifying Existing XML | Text Modification | Attribute and Namespace Definition Modification | Name Modification | Node modification | Replacing existing nodes | Add a sibling | Add a child | Removing nodes | Namespaces
How does cryptography work?12 months ago
The XOR operator | Stream ciphers | Symmetric encryption | Public-key encryption and Diffie-Hellman
Proxies and Certificates on Windows Networks2 years ago
Multiple SSL Backends | Using a Proxy Server | Discovering Your Proxy Server
universe2 years ago
Installation and docs | Enable a repository | Get data from the APIs | All packages in an universe | Info on all packages in an universe | Info on a single package in an universe | Search within a single universe | Search among all universes
Working with JavaScript Syntax in R2 years ago
Syntax Validation | Script Validation | ESprima: Parsing | Compiling CoffeeScript | Uglify: reformatting | Uglify: optimization | JSHint: code analysis
Encoding/Decoding JSON Web Tokens (JWT) in R2 years ago
JSON Web Token: HMAC tagging | JSON Web Token: RSA/ECDSA signature | Reserved jwt-claim names | Where is the JSON
The hunspell package: High-Performance Stemmer, Tokenizer, and Spell Checker for R2 years ago
Spell Checking | Check Individual Words | Check Documents | Check PDF files | Check Manual Pages | Morphological Analysis | Stemming Words | Analyzing Words | Tokenizing | Summarizing Text | Hunspell Dictionaries | Setting a Language | Installing Dictionaries in RStudio | Dictionaries on Linux | Custom Dictionaries
Cryptographic Hashing in R2 years ago
Compare to digest
Generating Secure Random Numbers in R2 years ago
Secure Random Numbers
Using the Tesseract OCR engine in R3 years ago
Extract Text from Images | Language Data | Preprocessing with Magick | Read from PDF files | Tesseract Control Parameters | Whitelist / Blacklist characters
Secure Shell (SSH) Client for R3 years ago
Installation | Connecting to an SSH server | Authentication | Execute Script or Command | Capturing output | Using sudo | Transfer Files via SCP | Hosting a Tunnel | Disconnecting
Managing SSH and Git Credentials in R3 years ago
Two types of remotes | Special note for Windows | Part 1: Storing HTTPS credentials | Accessing the HTTPS Credential Store from R | Setting your GITHUB_PAT | Non-interactive use | Part 2: Managing SSH Keys | Generating a key
Introduction to V8 for R3 years ago
Loading JavaScript Libraries | Data Interchange | Function Calls | Promises | Interactive JavaScript Console | warnings, errors and console.log | The Global Namespace | Syntax Validation | Callback To R
gert3 years ago
Introduce yourself to Git | Local repository basics
Using NPM packages in V83 years ago
What is V8 (not) | Using JavaScript libraries | NPM and browserify | Browserify example: js-beautify
Encryption and Digital Signatures using GPG4 years ago
GPG basics | Public key crypto | Web of trust | Your keyring | Generate keys | Import from keyserver | Import from file | Export a key | Delete a key | Digital Signatures | Sign a file | Verify a signature | Debian example | Anonymous Encryption | Encrypt a message | Decrypt a message | Authenticated Encryption | Sign and Encrypt | Decrypt and Verify
Sodium: A Modern and Easy-to-Use Crypto Library4 years ago
Using Sodium | Random data generator | Hash functions | Secret key encryption | Secret key authentication | Public key encryption | Public key authentication (signatures) | Public key authenticated encryption
Rending math to HTML in R using katex4 years ago
Equation 1 | Equation 2 | Equation 3 | Equation 4 | Equation 5 | Equation 6 | Equation 7 | Equation 8
Rendering SVG with CSS in R4 years ago
SVG with embedded CSS | SVG with external CSS | Bitmap rendering and magick
Combining pages of JSON data with jsonlite4 years ago
A bidirectional mapping | Paging with jsonlite | Automatically combining many pages
Fetching JSON data from REST APIs4 years ago
Github | CitiBike NYC | Ergast | ProPublica | New York Times | Twitter
Jade: A clean, whitespace-sensitive template language for writing HTML5 years ago
Automatically determine run-time dependencies for R packages on Linux6 years ago
Dynamic linking to system libraries on Linux | Automatically determine runtime system-dependencies | A suggested workflow
Fun with bignum: how RSA encryption works6 years ago
RSA key generation | How RSA encryption works
Text Compression in R: brotli, gzip, xz and bz28 years ago
Compression ratio | Decompression speed | Compression speed
Getting started with JSON and jsonlite9 years ago
Simplification | Atomic Vectors | Data Frames | Matrices and Arrays
Importing and exporting RSA/DSA/EC keys10 years ago
The DER format | The PEM format | The OpenSSH format | The JSON Web Key (JWK) format
Enforcing Security Policies Using Dynamic Sandboxing on Linux10 years ago
Security in R: Introduction and motivation | Use cases and concerns of sandboxing R | Various approaches of confining R | The AppArmor package | Profiling R: Defining security policies | Concluding remarks | Example profiles | Security unit tests
Comparison of Brotli, Deflate, Zopfli, LZMA, LZHAM and Bzip2 Compression Algorithms11 years ago
A mapping between JSON data and R objects11 years ago
1 Introduction | 2 Converting between JSON and R classes | 3 Structural consistency and type safety in dynamic data | Appendices | A Public JSON APIs | B Simple JSON RPC with OpenCPU