Skip to content

Instantly share code, notes, and snippets.

View thisrashid's full-sized avatar

Rashid Azar thisrashid

View GitHub Profile
@thisrashid
thisrashid / index.html
Created August 5, 2021 11:55
Virtual scroll
<div class="container">
<!-- <div class="table">
<div class="table-body"></div>
</div> -->
</div>
to check if the server works - https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice
stun:
stun.l.google.com:19302,
stun1.l.google.com:19302,
stun2.l.google.com:19302,
stun3.l.google.com:19302,
stun4.l.google.com:19302,
stun.ekiga.net,
stun.ideasip.com,
#!/bin/sh
#
# chmodr.sh
#
# author: Francis Byrne
# date: 2011/02/12
#
# Generic Script for recursively setting permissions for directories and files
# to defined or default permissions using chmod.
#