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 "IRremote.h" | |
int receiver = 7; // PIN RECEPTOR IR | |
IRrecv irrecv(receiver); //SE CREAR OBJETO IR | |
decode_results results; //SE CREAR VARIABLE PARA GUARDAR VALOR | |
//SE CREA VARIABLES BOOLEANAS PARA LEDS | |
boolean l2 = false, l3 = false, l4 = false, l5 = false; | |
int decoded_value; |
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 <sys/types.h> | |
#include <stdio.h> | |
#include <unistd.h> | |
#include <string.h> | |
#include <errno.h> | |
#include <fcntl.h> | |
#include <sys/stat.h> | |
#include <sys/wait.h> | |
#include <ctype.h> | |
#include <stdlib.h> |
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
{"lastUpload":"2020-02-04T17:55:24.169Z","extensionVersion":"v3.4.3"} |
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
{"lastUpload":"2019-03-13T12:10:38.945Z","extensionVersion":"v3.2.7"} |
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
alias "voiceon" "voice_enable 1; alias voicechat voiceoff; say_team NOTICE: VOICE_ENABLE 1";alias "voiceoff" "voice_enable 0; alias voicechat voiceon; say_team NOTICE: VOICE_ENABLE 0";alias "voicechat" "voiceoff";bind "k" "voicechat" | |
alias "+scorenet" "+showscores; net_graphheight 0; cl_radar_scale 0.45; cl_hud_radar_scale 1.15; cl_hud_radar_scale "1.3"; hud_scaling "0.95"" | |
alias "-scorenet" "-showscores; net_graphheight 9999; cl_radar_scale 0.7; cl_hud_radar_scale 1; cl_hud_radar_scale "1.3"; hud_scaling "0.8"" | |
bind "TAB" "+scorenet";alias +knife slot3;alias -knife lastinv;bind "q" +knife;bind "pgup" "say Good luck and have fun among us." | |
bind shift +shiftloud;alias +shiftloud "+speed; volume 0.365; voice_enable 0; cl_mute_enemy_team 1";alias -shiftloud "-speed; volume 0.163; voice_enable 1; cl_mute_enemy_team 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
<?php | |
$flags = array( | |
'ad' => 'https://i.imgur.com/UID4ymB.png', | |
'ae' => 'https://i.imgur.com/a4YNgOM.png', | |
'af' => 'https://i.imgur.com/autVgEv.png', | |
'ag' => 'https://i.imgur.com/n3gxUrF.png', | |
'ai' => 'https://i.imgur.com/P2JiRGa.png', | |
'al' => 'https://i.imgur.com/cVNMhgS.png', | |
'am' => 'https://i.imgur.com/X92t9sc.png', | |
'an' => 'https://i.imgur.com/2evuZOj.png', |