Skip to content

Instantly share code, notes, and snippets.

View toanqng's full-sized avatar
🎯
Focusing

toanqng

🎯
Focusing
View GitHub Profile
@prasanthmj
prasanthmj / messages.html
Last active January 29, 2024 17:50
Parse and extract data from Gmail to Google Sheet. Read full article here: http://blog.gsmart.in/parse-and-extract-data-from-gmail-to-google-sheets/
<!DOCTYPE html>
<html>
<head>
<base target="_top">
<title>Message Display Test</title>
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons1.css">
</head>
<body style="padding:3em;">
<h1>Messages</h1>
<ul>
@dotannn
dotannn / janus-client-config.js
Created December 10, 2015 13:14
Janus Configs (same in both connections)
var iceServers = [
{url:'stun:stun.services.mozilla.com:3478'}];
janus = new Janus(
{
server: server,
iceServers:iceServers,
success: function() {