- France
-
00:20
(UTC +01:00) - www.brindereseau.fr
Pinned Loading
-
freeradius-api
freeradius-api PublicA Python REST API on top of the FreeRADIUS database schema for automation and integration purposes
-
FastAPI log every request and response
FastAPI log every request and response 1from fastapi import Request, Response, HTTPException
2from fastapi.exceptions import RequestValidationError
3from fastapi.routing import APIRoute
4from http.client import responses
5from json import JSONDecodeError
-
Autocomplete SSH, SCP, ping, ..., ba...
Autocomplete SSH, SCP, ping, ..., based on known hosts. 1#!/usr/bin/env bash
23get_ssh_known_hosts() {
4known_hosts=$(cat ~/.ssh/known_hosts | cut -d' ' -f1)
5starts_with=$2
-
Indented text to tree in Python (n-a...
Indented text to tree in Python (n-ary tree) 1from json import JSONEncoder
23#
4# Node class: it just consists of a name and a list of children.
5#
-
.htaccess redirect http2https and no...
.htaccess redirect http2https and nonwww2www (meeting HSTS requirements) 1#
2# As required by HSTS, two redirects:
3# 1) http2https (MUST be first)
4# 2) nonwww2www
5#
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.