Video
This example is part of this article.
This is an example for an HLS delivery with basic security. Nginx compiled with nginx-rtmp-module & secure-link is used as media server. Features:
- Domain filtering
- Referrer filtering
- Embed buster
- Source: https://www.facebook.com/groups/ieeesight/permalink/1504711872972284/
- Original Video: https://www.facebook.com/groups/ieeesight/permalink/1504711872972284/
- Use of online website to download Facebook Video as Mp4 file: https://www.fbdown.net/
- Conversion from Video MP4 to MP3 audio: https://online-audio-converter.com
- Use of online Audio-to-Text: https://speech-to-text-demo.ng.bluemix.net/
- Speech-to-Text, by supposed languages
- Use of "Moder Standart Arabic broadband model (16KHz), See file speech-to-text-arabic.md
- Use of "French broadband model (16KHz), see file speech-to-text-french.md.
// This will open up a prompt for text to send to a console session on digital ocean | |
// Useful for long passwords | |
(function () { | |
var t = prompt("Enter text to be sent to console, (This wont send the enter keystroke)").split(""); | |
function f() { | |
var character = t.shift(); | |
var i=[]; | |
var code = character.charCodeAt(); | |
var needs_shift = "!@#$%^&*()_+{}:\"<>?~|".indexOf(character) !== -1 |
# A container does not work using https | |
rocketchat@a119923c6d95:/app/bundle$ curl -vv https://google.com | |
* Rebuilt URL to: https://google.com/ | |
* Hostname was NOT found in DNS cache | |
* Trying 158.69.212.215... | |
* connect to 158.69.212.215 port 1080 failed: Connection refused | |
* Failed to connect to rocketchat.teste.chatops.win port 1080: Connection refused | |
* Closing connection 0 | |
curl: (7) Failed to connect to rocketchat.teste.chatops.win port 1080: Connection refused | |
rocketchat@a119923c6d95:/app/bundle$ |
Emerson Rocha reply to https://www.facebook.com/worldeconomicforum/posts/10155092504281479 (https://www.weforum.org/agenda/2018/01/kids-draw-their-future-jobs-careers), "Thousands of kids were asked to draw their ideal job - with surprising results"
Idea of free creative kits to boost kids tendency to choose careers more aligned with future demand of jobs around the world
It's a win-win give free cheap toy kits that stimulate creativity for certain careers for kids
The evolutionary pace of artificial intelligence and automation will drastically change the scenario of jobs in the world over the next three decades. It's harder and expensive to change the mindset of one's own parents, or even kindergarten teachers than cost benefit of certain kits.
--------- RUN QUERY 1 --------- | |
-- Run this query to get SQL to drop each table | |
SELECT concat('DROP TABLE IF EXISTS ', table_name, ';') | |
FROM information_schema.tables | |
WHERE table_schema = 'database_name'; | |
-- Copy results | |
--------- RUN QUERY 2 --------- |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdint.h> | |
#ifdef _MSC_VER | |
#include <intrin.h> /* for rdtscp and clflush */ | |
#pragma optimize("gt",on) | |
#else | |
#include <x86intrin.h> /* for rdtscp and clflush */ | |
#endif |
Speaker 0: It's nothing near to me if they sent that on the contrary I tend to see more and more frequently. | |
Speaker 0: And the last two years when I started twenty years ago. | |
Speaker 0: I felt that was the trees cut off face next three bullet or stepping on a land mine. | |
Speaker 0: But not to me directly targeted by the. | |
Speaker 0: Fighters in a conflict. | |
Speaker 0: Today I think more and more at risk of that. | |
Speaker 0: If he goes to get from official data from my CSE show that. | |
Speaker 0: Every two days. | |
Speaker 0: We have a head start your target around the word engulf results. | |
Speaker 0: Why do these. |
<!doctype html> | |
<script src="variavel-const-let-a.js"></script> | |
<script src="variavel-const-let-b.js"></script> | |
<title>Este é um código HTML5 válido https://validator.w3.org/ (mas não é acessível)</title> | |
<!-- | |
Navegador imprime: | |
variavelConstA: ConstA | variavelLetA: LetA | |
--> |