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
sudo apt-get install gcc g++ make && sudo apt-get install -y nodejs && curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list && sudo apt-get update && sudo apt-get install yarn |
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
<h1><a href="//webrtc.github.io/samples/" title="WebRTC samples homepage">WebRTC samples</a> | |
<span>MediaRecorder</span></h1> | |
<p>For more information see the MediaStream Recording API <a | |
href="http://w3c.github.io/mediacapture-record/MediaRecorder.html" | |
title="W3C MediaStream Recording API Editor's Draft">Editor's Draft</a>.</p> | |
<video id="gum" playsinline autoplay muted></video> | |
<video id="recorded" playsinline loop></video> |
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
var localMessages = {}; | |
document.getElementById('comments') | |
.innerHTML = `<div id="commentInput"> | |
<input id="commentName" type="text" placeholder="Little Learner"><br/> | |
<textarea id="commentMessage" placeholder="Your message here"></textarea><br/> | |
<button onclick="submitComment(this)">Submit Comment</button></div> | |
<div id="commentList"></div>`; | |
function getComments() { | |
console.log('getting messages') |
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
// title : keyboard | |
// author : Joost Nieuwenhuijse | |
// license : MIT License | |
// description: a lamp shade | |
// file : lamp-shade.jscad | |
function main (params) { | |
CSG.defaultResolution2D = (params.quality === 'DRAFT') ? 8 : 32; | |
var bottomradius = params.bottomdiameter / 2; |
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
<div id="app"> | |
<v-app id="inspire"> | |
<v-layout row> | |
<v-flex xs12 sm6 offset-sm3> | |
<v-card> | |
<v-toolbar color="teal" dark> | |
<v-toolbar-title>Manage</v-toolbar-title> | |
<v-spacer></v-spacer> |
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
<section class="section"> | |
<div class="container "> | |
<nav class="navbar columns"> | |
<p class="column has-text-centered"> | |
<a class="link is-info" href="#">Home</a> | |
</p> | |
<p class="column has-text-centered"> | |
<a class="link is-info" href="#">Menu</a> | |
</p> | |
<p class="column has-text-centered"> |
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
magnet:?xt=urn:btih:9a38557593837f5524d5bd961028d3afbf32854a&dn=Rocket.jpg&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Fexplodie.org%3A6969&tr=udp%3A%2F%2Ftracker.empire-js.us%3A1337 | |
magnet:?xt=urn:btih:ce2c15d19b332285f47c192ca21c418f86813e96&dn=2020-05-30+11-49-53.mp4&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Fexplodie.org%3A6969&tr=udp%3A%2F%2Ftracker.empire-js.us%3A1337 |
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
! function() { | |
for (var e = function(e) { | |
var t; | |
return function(r) { | |
return t || e(t = { | |
exports: {}, | |
parent: r | |
}, t.exports), t.exports | |
} | |
}, t = e(function(e, t) { |
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
cd /var/www/mautic | |
mkdir app/spool/ | |
find . -type d -exec chmod 755 {} \; | |
find . -type f -exec chmod 644 {} \; | |
chmod -R g+w app/cache/ | |
chmod -R g+w app/logs/ | |
chmod -R g+w app/config/ | |
chmod -R g+w media/files/ | |
chmod -R g+w media/images/ | |
chmod -R g+w translations/ |
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
#Copyright Alexander Somma | |
#Licensed under GPL | |
#taken from https://nosarthur.github.io/coding/2018/01/15/termux.html | |
#Before running install curl | |
#pkg install curl | |
#then call using: curl -fsSL | |
termux-setup-storage# it creates a folder called storage at your home folder which provides access to the Chromebook file systems (downloads, music, pictures, etc) | |
pkg install termux-exec# for better support for bash |