Skip to content
View Daniil159x's full-sized avatar

Block or report Daniil159x

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 Loading

  1. iptables-labs iptables-labs Public

    Tasks and a sandbox for experiments with the iptables

    Dockerfile

  2. elixir elixir Public

    Forked from bootlin/elixir

    The Elixir Cross Referencer

    C

  3. Yet another cheat sheet of everyday ... Yet another cheat sheet of everyday eBPF commands
    1
    <!-- omit in toc -->
    2
    # eBPF cli cheatsheet
    3
    
                  
    4
    - [llvm-objdump](#llvm-objdump)
    5
      - [Print eBPF disassemble](#print-ebpf-disassemble)
  4. Generate a wordlist with known parts... Generate a wordlist with known parts, variable length and permutations
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    from itertools import *
    4
    
                  
    5
    def comm_vessels(volume, n):
  5. adventofcode-2023 adventofcode-2023 Public

    Advent of Code 2023 - Rust

    Rust