This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { color: pink; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! simple-peer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | |
const MAX_BUFFERED_AMOUNT = 64 * 1024; | |
const ICECOMPLETE_TIMEOUT = 5 * 1000; | |
const CHANNEL_CLOSING_TIMEOUT = 5 * 1000; | |
function randombytes (size) { | |
const array = new Uint8Array(size); | |
for (let i = 0; i < size; i++) { | |
array[i] = (Math.random() * 256) | 0; | |
} |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"_sid":1,"data":{"height":1061,"href":"https://rocketium.com/advertising/campaign/editor/GlTHz1JAEMn5/New-Project","width":1066},"timestamp":1660756262460,"type":4},{"_sid":2,"data":{"initialOffset":{"left":0,"top":0},"node":{"childNodes":[{"id":2,"name":"html","publicId":"","systemId":"","type":1},{"attributes":{"lang":"en","style":"--bg-color:#fff; --primary-bg-color:#47478A; --primaryBgColor:#47478A; --secondary-bg-color:#EAECF0; --active-bg-color:var(--campaign-selection-bg-color, #f3f3f3); --tertiary-bg-color:#47478A; --text-color:#667085; --primary-text-color:#47478A; --text-bg-color:#222; --active-text-color:#262626; --border-color:#EAECF0; --primary-border-color:#47478A; --input-bg-color:#f4f4f4; --input-bg-hover-color:#f6f6f6; --input-text-color:#222; --input-border-color:#F2F4F7; --input-icon-color:#888; --input-content-bg-color:#fff; --input-active-border-color:#cdcdcd; --primary-btn-color:#47478A; --primary-btn-text-color:#fff; --primary-btn-border-color:#47478A; --secondary-btn-color:#47478A; - |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"_sid":1,"data":{"height":1061,"href":"https://rocketium.com/advertising/campaign/editor/GlTHz1JAEMn5/New-Project","width":1066},"timestamp":1660756262460,"type":4},{"_sid":2,"data":{"initialOffset":{"left":0,"top":0},"node":{"childNodes":[{"id":2,"name":"html","publicId":"","systemId":"","type":1},{"attributes":{"lang":"en","style":"--bg-color:#fff; --primary-bg-color:#47478A; --primaryBgColor:#47478A; --secondary-bg-color:#EAECF0; --active-bg-color:var(--campaign-selection-bg-color, #f3f3f3); --tertiary-bg-color:#47478A; --text-color:#667085; --primary-text-color:#47478A; --text-bg-color:#222; --active-text-color:#262626; --border-color:#EAECF0; --primary-border-color:#47478A; --input-bg-color:#f4f4f4; --input-bg-hover-color:#f6f6f6; --input-text-color:#222; --input-border-color:#F2F4F7; --input-icon-color:#888; --input-content-bg-color:#fff; --input-active-border-color:#cdcdcd; --primary-btn-color:#47478A; --primary-btn-text-color:#fff; --primary-btn-border-color:#47478A; --secondary-btn-color:#47478A; - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
color: yellow; | |
} |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"type":4,"data":{"href":"https://app.ziteboard.com/","width":1600,"height":900},"timestamp":1647195010983},{"type":2,"data":{"node":{"type":0,"childNodes":[{"type":1,"name":"html","publicId":"","systemId":"","id":2},{"type":2,"tagName":"html","attributes":{"lang":"en","class":"windows desktop landscape wf-loading","style":"background-color: transparent; background-size: auto; background-image: none; position: absolute;"},"childNodes":[{"type":2,"tagName":"head","attributes":{},"childNodes":[{"type":3,"textContent":"\n","id":5},{"type":2,"tagName":"title","attributes":{},"childNodes":[{"type":3,"textContent":"Ziteboard","id":7}],"id":6},{"type":3,"textContent":"\n","id":8},{"type":2,"tagName":"meta","attributes":{"charset":"utf-8","name":"viewport","content":"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"},"childNodes":[],"id":9},{"type":3,"textContent":"\n","id":10},{"type":2,"tagName":"meta","attributes":{"name":"apple-mobile-web-app-capable","content":"yes"},"child |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | |
<title>Record @2020_07_20T15_11_13</title> | |
<link rel="stylesheet" href="../dist/rrweb.min.css" /> | |
</head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BRACKETS = { | |
0 => 0.1, | |
9700 => 0.12, | |
39475 => 0.22, | |
84_200 => 0.24, | |
160_725 => 0.32, | |
204_100 => 0.35, | |
510_300 => 0.37, | |
10_000_000 => 0.70, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main(params = {}) | |
name = params["name"] || "stranger" | |
greeting = "Hello #{name}!" | |
{ greeting: greeting } | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main(params) | |
{ hello: "world" } | |
end |
NewerOlder