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

Block or report talebisinan

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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