Skip to content
View raszia's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report raszia

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. save_network_configuration save_network_configuration Public

    Save your network configuration in a bash script

    Python 22 7

  2. gotiny gotiny Public

    Forked from niubaoshu/gotiny

    gotiny

    Go 17 2

  3. lifconfig lifconfig Public

    light ifconfig

    C 14

  4. broadcastme broadcastme Public

    broadcast channel in golang

    Go 17 1

  5. Python script inside Golang Python script inside Golang
    1
    package main
    2
    
    
    3
    /*
    4
    #cgo CFLAGS: -I/usr/include/python3.8
    5
    #cgo LDFLAGS: -lpython3.8
  6. Genetic_Algorithm.py Genetic_Algorithm.py
    1
    # Python3 program to create target string, starting from 
    2
    # random string using Genetic Algorithm 
    3
    
    
    4
    import random 
    5