Skip to content
View sphinxid's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report sphinxid

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. poc-dump-cassandra poc-dump-cassandra Public

    Poc for Dump/Extract Cassandra table to CSV.

    Java 9 11

  2. poc-nginx-log-kafka poc-nginx-log-kafka Public

    This is my POC for writing nginx log to kafka brokers.

    C 1

  3. mysqldump-to-csv mysqldump-to-csv Public

    Forked from jamesmishra/mysqldump-to-csv

    A quickly-hacked-together Python script to turn mysqldump files to CSV files. Optimized for Wikipedia database dumps.

    Python

  4. This code simulates a client-server ... This code simulates a client-server interaction using a Proof-of-Work (PoW) system. In such systems, the client must solve a computational challenge set by the server in order to have its request processed. This particular code makes use of SHA3-256 hashing and requires the hash of a unique challenge and a nonce to have a specific number of leading zeroes. This simulation aids in understanding how blockchain technologies like Bitcoin operate.
    1
    import hashlib
    2
    import hmac
    3
    import time
    4
    import secrets
    5
    import random
  5. nginx-lua-ratelimit-per-path nginx-lua-ratelimit-per-path Public

    Simple example in nginx to implement rate limit per IP address per Path

    Dockerfile 1