Skip to content
View bnm3k's full-sized avatar
Block or Report

Block or report bnm3k

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dotfiles dotfiles Public

    my dotfiles

    Lua

  2. duckdb duckdb Public

    Forked from duckdb/duckdb

    DuckDB is an embeddable SQL OLAP Database Management System

    C++

  3. SQL Recursive queries: solution for ... SQL Recursive queries: solution for exercise 3 (https://habr.com/en/company/postgrespro/blog/490228/)
    1
    with recursive p(hops, flights, last_stop, last_arrival, total_duration, closest, found) as (
    2
      select *
    3
      from (
    4
        select 
    5
          array[departure_airport, arrival_airport] as hops,
  4. Most space-efficient MQTT topic gene... Most space-efficient MQTT topic generation. This one skips the tree building step entirely and goes straight to emitting. Compare with V1 and V2 gists
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"strings"
  5. old-blog old-blog Public