awesome-bookmarks
Personal bookmarks
https://github.com/alexander-irbis/awesome-bookmarks
Last synced: about 4 hours ago
JSON representation
-
Books
- webtypography.net - The Elements of Typographic Style Applied to the Web
- The Book of Shaders - This is a gentle step-by-step guide through the abstract and complex universe of Fragment Shaders.
- Category Theory for Programmers - [Теория категорий для программистов](https://habrahabr.ru/post/245797/)
- Unix / Linux tutorial for beginners
- Rust-101 - A tutorial for the Rust language
- The Rust FFI Omnibus - The Rust FFI Omnibus is a collection of examples of using code written in Rust from other languages.
- ITABoK - The World’s First IT Architecture Body of Knowledge
- Discovery - Discover the world of microcontrollers through Rust!
- Rust Cookbook - Cookin' with Rust
- docs/current - PostgreSQL Documentation
- postgresql.leopard.in.ua - Работа с PostgreSQL: настройка и масштабирование
- Rope Science
- Red Book - The OpenGL® Programming Guide
- Unix / Linux tutorial for beginners
- Rust Design Patterns - An open source repository of design patterns and idioms in the Rust programming language.
- miloyip/game-programmer - A Study Path for Game Programmer
- mbrubeck/fast-rust - Writing Fast Rust Programs
- webtypography.net - The Elements of Typographic Style Applied to the Web
- The Rust FFI Omnibus - The Rust FFI Omnibus is a collection of examples of using code written in Rust from other languages.
- ruRust/rust_book_ru - The Rust Programming Language на русском языке
- Red Book - The OpenGL® Programming Guide
- docs/current - PostgreSQL Documentation
-
Online
-
Parsers
- Noun Project - Nearly a million curated icons, created by a global community
- 1
- Haxe Playground
- Compiler Explorer
- Hash Functions
- WasmExplorer
-
-
Blockchain
-
Parsers
- This Week in Rust - Handpicked Rust updates, delivered to your inbox.
- Flag icons
- Rust release milestone predictions
- Rusty Dash
- Rustycrate - Русскоязычный сайт о языке программирования Rust
- Rust Belt - Logical Foundations for the Future of Safe Systems Programming
- More PyPy - PyPy Status Blog
- Llogiq on stuff
- Codecapsule - Software and thoughts by Emmanuel Goossaert
- Ricardo Martins - Computer Scientist. Rust contributor.
- Suchin - Data science engineer
- Stephen Sherratt - systems hacker by day, game developer by night.
- Suchin - Data science engineer
- Vinatorul/Coders-Of-The-Caribbean
-
-
Articles
- JavaScript Optimization killers
- The Many Kinds of Code Reuse in Rust - [Куча способов переиспользовать код в Rust](https://habrahabr.ru/post/307616/)
- Rayon: data parallelism in Rust - [Rayon: параллелизм данных в Rust](https://habrahabr.ru/post/274299/)
- Writing VMODs...in rust - «A VMOD is a "Varnish MODule", a plugin that can be loaded and then used by the VCL to do... stuff»
- Matrix Multiplication in Rust (Part 1)
- Graphics by Squares: a Gfx-rs Tutorial - little tutorial to help people to learn gfx-rs
- Matrix Multiplication in Rust (Part 1)
-
Series of articles, courses
- ES6 in Depth
- Юрий Катков - Semantic Web
- Graph theory
- Whiteboxcrypto - protecting cryptographic keys in software applications
- ctjhoa/rust-learning - A bunch of links to blog posts, articles, videos, etc for learning Rust
- data61/fp-course - Functional Programming Course
- Whiteboxcrypto - protecting cryptographic keys in software applications
- Graph theory
-
JavaScript
-
Parsers
- CycleJS
- immutable-js
- Ramda - A practical functional library for JavaScript programmers.
- BlueBird - Bluebird is a full featured promise library with unmatched performance
- RxJS 4
- RxJS 5
- immutable-js
- bestguy/redux-ractive-qlock - Redux and RactiveJS example
- RubaXa/wormhole - EventEmitter for communication between tabs
- BlueBird - Bluebird is a full featured promise library with unmatched performance
- Redux - [перевод](https://www.gitbook.com/book/rajdee/redux-in-russian/details)
-
-
Tutorials
- gfx-rs Programming Tutorial - The much-needed tutorial for the gfx-rs graphical abstraction for Rust
- Pixel Art - Pedro Medeiros is creating Pixel Art and other Game Dev stuff
- Pixel Art - Pedro Medeiros is creating Pixel Art and other Game Dev stuff
-
Cheatsheets
- Rust Iterator Cheat Sheet
- Rust Futures Cheatsheet
- Time complexity of collections
- Rust container cheat sheet
- ffmpeg
- Third party cargo subcommands
- kmcallister/rustic-symmetries - Cheat sheet for concepts in Rust which come in matching sets or have some pleasing symmetry
- rust-cheatsheet
- ffmpeg
- rust-cheatsheet
-
Tricks
- Стоимость OpenGL команд
- The pi type trilogy #1930 - This issue is reference issue for the upcomming pi type trilogy.
- Rfc: delegation of implementation
- RFCs - RFCs for changes to Rust
- dtolnay/semver-trick - How to avoid complicated coordinated upgrades.
- Стоимость OpenGL команд
-
Python
-
Parsers
- Coverage.py - a tool for measuring code coverage of Python programs
- keon/algorithms - Minimal examples of data structures and algorithms in Python
- kmike/pymorphy2 - Morphological analyzer / inflection engine for Russian and Ukrainian languages
-
-
Rust
-
- jordansissel/fpm - Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
- AtheMathmo/rusty-machine - Machine Learning library for Rust
- RustCrypto/hashes - Collection of cryptographic hash functions written in pure Rust
- danielpclark/array_tool - Array helpers for Rust's Vector and String types
- BurntSushi/quickcheck - QuickCheck is a way to do property based testing using randomly generated input
- mcarton/rust-derivative - A set of alternative `derive` attributes for Rust
- jpernst/rental - Macro to generate self-borrowing structs
- unicode-rs/unicode-segmentation - Grapheme Cluster and Word boundaries according to UAX#29 rules
- rtsisyk/tarantool-rust - A proof-of-concept Rust module for Tarantool.
- xd009642/keygraph-rs - This is a convenience library which stores adjacency graphs for physical keyboards
- blt/smallcheck - an exhaustive checker in Rust
- tantivy-search/tantivy - a full text search engine library written in rust
- LooMaclin/tarantool_rs - Sync/Async tarantool database connector.
- SimonSapin/rust-caseless - Unicode caseless matching
- BIP-rs - BitTorrent Infrastructure Project In Rust
- shmutalov/gitter-rs - Gitter API
- michaelfairley/ezing - Easing functions for Rust
- Thinkofname/stylish - A webrender based UI system that can (hopefully) be used in games.
- sebcrozet/nalgebra - Linear algebra library for Rust. http://nalgebra.org
-
Parsers
- pest-parser/pest - The Elegant Parser
- ptal/oak - A typed parser generator embedded in Rust code for Parsing Expression Grammars
- J-F-Liu/pom - PEG parser combinators using operator overloading without macros
- Geal/nom
- nikomatsakis/lalrpop - LR(1) parser generator for Rust
-
-
Utilities
-
Parsers
- yandex/gixy - Nginx configuration static analyzer
- xd009642/tarpaulin - a code coverage reporting tool for the Cargo build system
- NishanthSpShetty/crust - C/C++ to Rust Transpiler
-
-
C
-
Parsers
- stanfordnlp/GloVe - GloVe: Global Vectors for Word Representation
-
-
Examples
- codecov/example-rust - This repository serves as an example of how to use the Codecov global uploader with Rust.
-
Libraries
-
Postgres
-
Parsers
- pg-strom/devel - PG-Strom is designed to utilize GPU devices to accelarate sequential scan, hash- based tables join and aggregate functions, at this moment
-
-
Java
-
Parsers
- dpaukov/combinatoricslib3 - A library to generate permutations, combinations and other combinatorial sequences for Java 8
-
Programming Languages
Categories
Sub Categories
Keywords
rust
16
tarantool
2
peg
2
parsing
2
ripemd
1
sha1
1
sha2
1
sha3
1
sm3
1
streebog
1
whirlpool
1
crates
1
grapheme
1
iterator
1
justify
1
string
1
vector
1
wordwrap
1
javascript
1
rxjs
1
blog-article
1
book
1
packaging
1
algorithm
1
algorithms
1
competitive-programming
1
data-structure
1
graph
1
python
1
search
1
sort
1
tree
1
machine-learning
1
blake2
1
cryptographic-hash-functions
1
cryptography
1
digest
1
gost
1
groestl
1
hash
1
k12
1
md2
1
md4
1
md5
1
driver
1
library
1
sync
1
gitter
1
gitter-api
1
gitter-rs
1