You can contribute to this list by visiting https://www.vmixcall.com/turn.ashx?Array=1, then check if the addresses starting with turn:
on that page are listed in the tables below. If not, please leave a comment with your findings at the bottom of this page!
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
// https://www.shadertoy.com/view/MtXBDs | |
// partially converted using Xaymar's shadertoy StreamFX template | |
#define vec2 float2 | |
#define vec3 float3 | |
#define vec4 float4 | |
#define ivec2 int2 | |
#define ivec3 int3 | |
#define ivec4 int4 | |
#define mat2 float2x2 |
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
# This device has two chips: | |
# - an ESP8266-based WiFi Module that talks to Tuya's cloud service (when running the stock firmware) and the on-board MCU. | |
# - an unmarked Tuya microcontroller (a.k.a MCU) that acts as a power management chip and wakes up the WiFi Module | |
# when motion is detected by the PIR sensor. The WiFi Module has to talk to the MCU upon power-on to prevent immediate power-off. | |
substitutions: | |
device_name: CHANGEME | |
esphome: | |
name: '${device_name}' |
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
#!/bin/bash | |
DAILY_CHECK_AT="06:00" | |
DOMAIN_NAME=$1 | |
ALERT_RECIPIENT=$2 | |
function sendEmail() { | |
echo "$2" | mail -s "$1" "$ALERT_RECIPIENT" | |
} |
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
ffi = require "ffi" | |
obs = obslua | |
globalSource = nil -- Null pointer | |
outputIndex = 63 -- Last index | |
function script_description() | |
return "Plays a media source as a global source.\nSelect a file, reload the script and enjoy." | |
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
obs = obslua | |
mediaSource = nil -- Null pointer | |
outputIndex = 63 -- Last index | |
-- A function named script_description returns the description shown to | |
-- the user | |
function script_description() | |
return "Plays a media source as a global source.\nSelect a file, reload the script and enjoy." | |
end |
I hereby claim:
- I am Palakis on github.
- I am stephanel (https://keybase.io/stephanel) on keybase.
- I have a public key whose fingerprint is 8A7D BCC4 DD16 4B9A 6E49 7B4B 713E EDE3 9114 AFB1
To claim this, I am signing this object:
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
#include <FastLED.h> | |
#define LED_PIN 6 | |
#define NUM_LEDS 20 | |
#define BRIGHTNESS 255 | |
#define LED_TYPE WS2811 | |
#define COLOR_ORDER GRB | |
CRGB leds[NUM_LEDS]; | |
#define UPDATES_PER_SECOND 50 |
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
#define ROUGE 9 | |
#define VERT 10 | |
#define BLEU 11 | |
#define ROUGE2 3 | |
#define VERT2 5 | |
#define BLEU2 6 | |
#define DELAI 50 | |
#define PAUSE 0 |
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
Attention, ce flim n'est pas un flim sur le cyclimse. Merci de votre compréhension. | |
-*- Le narrateur - La Classe Américaine -*- | |
% | |
Monde de merde. | |
-*- George Abitbol - La Classe Américaine -*- | |
% | |
Ecoute-moi bien, mon petit José. Tu baises les ménagères ? Bien ! tu dois avoir le cul qui brille. Mais c'est pas ça qu'on appelle la classe. | |
-*- George Abitbol - La Classe Américaine -*- | |
% | |
Tu n'es vraiment pas très sympa. |
NewerOlder