Skip to content
View talebisinan's full-sized avatar
  • Workgenius
  • Hamburg, Germany
Block or Report

Block or report talebisinan

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

    Example app to try out golang ideas

    Go

  2. Kill zombie processes Kill zombie processes
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"io/ioutil"
  3. fastapi-htmx fastapi-htmx Public

    HTML

  4. webrtc webrtc Public

    HTML

  5. webrtc public server webrtc public server
    1
    /**************/
    2
    /*** CONFIG ***/
    3
    /**************/
    4
    var PORT = 8080;
    5
    
                  
  6. sample client for webrtc sample client for webrtc
    1
    <!DOCTYPE html>
    2
    <html>
    3
      <head>
    4
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    5
        <!-- This adapter.js file de-prefixes the webkit* and moz* prefixed RTC