Skip to content

Instantly share code, notes, and snippets.

View Benewend's full-sized avatar

Christopher KALMOGO Benewend

  • Senegal
View GitHub Profile
@bradtraversy
bradtraversy / mongodb_cheat_sheet.md
Last active November 17, 2024 10:01
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@nadavrot
nadavrot / Matrix.md
Last active November 15, 2024 16:00
Efficient matrix multiplication

High-Performance Matrix Multiplication

This is a short post that explains how to write a high-performance matrix multiplication program on modern processors. In this tutorial I will use a single core of the Skylake-client CPU with AVX2, but the principles in this post also apply to other processors with different instruction sets (such as AVX512).

Intro

Matrix multiplication is a mathematical operation that defines the product of

@nemesifier
nemesifier / rml_rest.conf
Last active December 11, 2022 13:01
rml_rest module configuration example (/etc/freeradius/mods-enabled/rest)
# /etc/freeradius/mods-enabled/rest
rest {
#
# This subsection configures the tls related items
# that control how FreeRADIUS connects to a HTTPS
# server.
#
tls {
# ca_file = ${certdir}/cacert.pem