Skip to content

Instantly share code, notes, and snippets.

View dalexhd's full-sized avatar
🚀
</ 42 Madrid Student />

DalexHD dalexhd

🚀
</ 42 Madrid Student />
View GitHub Profile
#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;
@dalexhd
dalexhd / Shell.c
Created May 13, 2021 07:57 — forked from tam5/Shell.c
Basic Unix Shell with forks, pipes, and redirection
#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>
@dalexhd
dalexhd / cloudSettings
Last active February 5, 2020 09:19
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-02-04T17:55:24.169Z","extensionVersion":"v3.4.3"}
@dalexhd
dalexhd / cloudSettings
Created March 13, 2019 12:10
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-03-13T12:10:38.945Z","extensionVersion":"v3.2.7"}
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"
<?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',