Fabians Bookmarks
  • Fabians Bookmarks
  • Tag cloud
  • Daily
  • RSS Feed
  • Login
Delete   Set public   Set private   Add tags   Delete tags
  Add tag   Cancel
  Delete tag   Cancel
17527 shaares · 14141 private links
Filters
1 / 30
Links per page
20 50 100
582 results tagged programming

memory_graph web debugger

python debugging programming
September 4, 2025 at 11:02:08 GMT+2*
https://memory-graph.com/

Looping in Bash

for item in list
do
    echo "$item"
done
for ((i=0; i<10; i++))
do
    echo "$i"
done

…and more…

bash shell scripting linux tools tutorial programming cheatsheet
October 2, 2024 at 19:02:06 GMT+2*
https://bashforloop.com/

CyberChef

CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include simple encoding like XOR and Base64, more complex encryption like AES, DES and Blowfish, creating binary and hexdumps, compression and decompression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, and much more.

The tool is designed to enable both technical and non-technical analysts to manipulate data in complex ways without having to deal with complex tools or algorithms. It was conceived, designed, built and incrementally improved by an analyst in their 10% innovation time over several years.

webdev programming tools softwaredevelopment softwareengineering
August 11, 2024 at 16:27:18 GMT+2*
https://gchq.github.io/CyberChef/

How to Get or Create in PostgreSQL | Haki Benita

"Get or create" is a very common operation for syncing data in the database, but implementing it correctly may be trickier than you may expect. If you ever had to implement it in a real system with real-life load, you may have overlooked potential race conditions, concurrency issues and even bloat!

postgresql webdev programming databases
August 7, 2024 at 12:40:23 GMT+2*
https://hakibenita.com/postgresql-get-or-create

Python Type Challenges - Learn & Master Type Hints

python typing programming tutorial learning
August 5, 2024 at 14:55:24 GMT+2*
https://python-type-challenges.zeabur.app/

whenever

Typed and DST-safe datetimes for Python, written in Rust

python datetime timezones time programming softwareengineering
July 8, 2024 at 20:35:14 GMT+2*
https://whenever.readthedocs.io/en/latest/

⛔ Squash commits considered harmful ⛔ - DEV Community

git softwaredevelopment softwareengineering programming
June 29, 2024 at 19:06:01 GMT+2*
https://dev.to/wesen/squash-commits-considered-harmful-ob1

40 years of programming

programming softwaredevelopment life career advice philosophy management
March 12, 2024 at 20:40:54 GMT+1*
https://liw.fi/40/

Ruff

An extremely fast Python linter, written in Rust.

python rust programming black pyflakes jedi jsp flake8 linter
June 6, 2023 at 22:14:13 GMT+2*
https://beta.ruff.rs/docs/

Writing Python like it’s Rust | Kobzol’s blog

rustlang python programming typing
May 22, 2023 at 15:25:55 GMT+2*
https://kobzol.github.io/rust/python/2023/05/20/writing-python-like-its-rust.html

The Austral Programming Language

Austral is a new systems programming language. It uses linear types to provide memory safety and capability-secure code, and is designed to be simple enough to be understood by a single person, with a focus on readability, maintainbility, and modularity.

language programming rust austral programminglanguage
January 29, 2023 at 23:07:27 GMT+1
https://austral-lang.org/

You Can Stop Updating Copyright Attribution Years

copyright opensource legal programming
January 2, 2023 at 13:59:32 GMT+1
https://hynek.me/til/copyright-years/

GitHub - snarfed/granary: 💬 The social web translator

atomfeeds rss activitystreams twitter mastodon socialmedia api python programming webdev
December 4, 2022 at 00:32:47 GMT+1
https://github.com/snarfed/granary

Git Notes: git's coolest, most unloved­ feature - Tyler Cipriani

git programming notes
November 28, 2022 at 01:46:57 GMT+1
https://tylercipriani.com/blog/2022/11/19/git-notes-gits-coolest-most-unloved-feature/

prql/prql: PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

language programming sql databases
August 26, 2022 at 14:08:16 GMT+2*
https://github.com/prql/prql

image - Formula to determine perceived brightness of RGB color - Stack Overflow

Formula to determine perceived brightness of RGB color

colors gamedev graphics programming
August 23, 2022 at 14:24:54 GMT+2
https://stackoverflow.com/questions/596216/formula-to-determine-perceived-brightness-of-rgb-color

GitHub - pytoolz/toolz: A functional standard library for Python.

python programming code library
February 5, 2021 at 10:43:55 GMT+1
https://github.com/pytoolz/toolz

returns 0.14.0 documentation

Make your functions return something meaningful, typed, and safe!
Features

Brings functional programming to Python land

Provides a bunch of primitives to write declarative business logic

Enforces better architecture

Fully typed with annotations and checked with mypy, PEP561 compatible

Adds emulated Higher Kinded Types support

Provides type-safe interfaces to create your own data-types with enforced laws

Has a bunch of helpers for better composition

Pythonic and pleasant to write and to read 🐍

Support functions and coroutines, framework agnostic

Easy to start: has lots of docs, tests, and tutorials
python library typing functional programming
October 14, 2020 at 12:10:46 GMT+2
https://returns.readthedocs.io/en/latest/index.html

Semantic Commit Messages · GitHub

git programming guidelines software
September 4, 2020 at 11:02:54 GMT+2
https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716

Reproducible Builds — a set of software development practices that create an independently-verifiable path from source to binary code

development reproducible software code compilers programming security opensource freesoftware
August 14, 2020 at 20:03:58 GMT+2
https://reproducible-builds.org/
Filters
1 / 30
Links per page
20 50 100
By @fabian@floss.social · Powered by Shaarli
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community