Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View raszia's full-sized avatar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 6

  2. gotiny gotiny Public

    Forked from niubaoshu/gotiny

    gotiny

    Go 21 3

  3. lifconfig lifconfig Public

    light ifconfig

    C 14

  4. broadcastme broadcastme Public

    broadcast channel in golang

    Go 18 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