Skip to content
View fakuivan's full-sized avatar
  • Posadas, Misiones, Argentina
  • 10:21 (UTC -03:00)

Organizations

@NVIDIAGameWorks
Block or Report

Block or report fakuivan

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. hostapd-slppsk hostapd-slppsk Public

    Stateless Per-Device PSK for hostapd in OpenWRT (different wifi password for each device under the same SSID without WPA Enterprise, RADIUS or DBs)

    Shell 6

  2. TF2-Taunts-TF2IDB TF2-Taunts-TF2IDB Public

    An extensible and auto-updatable TF2 taunt menu/command plugin for sourcemod

    SourcePawn 11 7

  3. Think-Hooks Think-Hooks Public

    An extension for SourceMod that exposes hooks to ``IServerGameDLL::Think`` for plugins to use.

    Python 5

  4. Script for determining the block_id/... Script for determining the block_id/chunk density for a specific minecraft world
    1
    #!/usr/bin/env python3
    2
    from nbt.nbt import NBTFile
    3
    from nbt.chunk import McRegionChunk
    4
    from nbt.world import WorldFolder, AnvilWorldFolder, McRegionWorldFolder
    5
    from pathlib import Path
  5. docker-zerotier-one docker-zerotier-one Public

    Simple base image for all your ZeroTier One needs

    Dockerfile 1

  6. unit-e unit-e Public

    Python module that provides a numerical representation of sympy's symbolic units

    Python