All Projects → superruzafa → Visual Scala Reference

superruzafa / Visual Scala Reference

Visual Scala Reference

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Visual Scala Reference

Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (-45.45%)
Mutual labels:  cheatsheet, guide, reference
Py2rs
A quick reference guide for the Pythonista in the process of becoming a Rustacean
Stars: ✭ 690 (+248.48%)
Mutual labels:  cheatsheet, guide, reference
Globbing
Introduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.
Stars: ✭ 86 (-56.57%)
Mutual labels:  cheatsheet, guide
Python Cheatsheet
Basic Cheat Sheet for Python (PDF, Markdown and Jupyter Notebook)
Stars: ✭ 1,334 (+573.74%)
Mutual labels:  cheatsheet, reference
Golang For Nodejs Developers
Examples of Golang compared to Node.js for learning
Stars: ✭ 2,698 (+1262.63%)
Mutual labels:  guide, reference
Elispcheatsheet
Quick reference to the core language of Emacs ---Editor MACroS.
Stars: ✭ 186 (-6.06%)
Mutual labels:  cheatsheet, reference
Pure Bash Bible
📖 A collection of pure bash alternatives to external processes.
Stars: ✭ 28,109 (+14096.46%)
Mutual labels:  guide, reference
Kotlin Quick Guide
A quick guide to Kotlin for developers.
Stars: ✭ 127 (-35.86%)
Mutual labels:  cheatsheet, guide
C Cpp Notes
Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.
Stars: ✭ 363 (+83.33%)
Mutual labels:  guide, reference
Pandocs
The infamous Pan Docs historical document: the single, most comprehensive Game Boy technical reference.
Stars: ✭ 158 (-20.2%)
Mutual labels:  cheatsheet, reference
Bioc Refcard
Bioconductor cheat sheet
Stars: ✭ 152 (-23.23%)
Mutual labels:  cheatsheet, guide
Hackthebox
Notes Taken for HTB Machines & InfoSec Community.
Stars: ✭ 167 (-15.66%)
Mutual labels:  cheatsheet, guide
React
Cheatsheets for experienced React developers getting started with TypeScript
Stars: ✭ 30,444 (+15275.76%)
Mutual labels:  cheatsheet, reference
Techinterview
💎 Cheat sheet to prep for technical interviews.
Stars: ✭ 454 (+129.29%)
Mutual labels:  cheatsheet, guide
Python Cheatsheet
Comprehensive Python Cheatsheet
Stars: ✭ 26,020 (+13041.41%)
Mutual labels:  cheatsheet, reference
Nginx Admins Handbook
How to improve NGINX performance, security, and other important things.
Stars: ✭ 12,463 (+6194.44%)
Mutual labels:  cheatsheet, reference
Pure Sh Bible
📖 A collection of pure POSIX sh alternatives to external processes.
Stars: ✭ 3,246 (+1539.39%)
Mutual labels:  guide, reference
Javascript Cheatsheet
Basic Javascript Cheat Sheet
Stars: ✭ 262 (+32.32%)
Mutual labels:  cheatsheet, reference
Cpp Quick Reference
C++ Quick Reference
Stars: ✭ 144 (-27.27%)
Mutual labels:  guide, reference
Cehv10 Notes
📕 Both personal and public notes for EC-Council's CEHv10 312-50, because its thousands of pages/slides of boredom, and a braindump to many
Stars: ✭ 170 (-14.14%)
Mutual labels:  cheatsheet, guide

Visual Scala Reference

An awesome visual guide to some of the most common Scala functions.

https://superruzafa.github.io/visual-scala-reference

Build Status

Development

This guide uses Hugo as render engine.

To launch the server in your local machine just launch the following command:

$ hugo server

and browse http://localhost:1313/visual-scala-reference

The function diagrams are written using the TeX TikZ library. In order to build the images you must have configured a TeX environment (or build and use the image from the provided Dockerfile).

Then, from the project's root dir just launch the following command:

$ make

It will transform the .tex files into .svg images.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].