This file contains 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 <stdio.h> | |
#include <stdlib.h> | |
#include <stdbool.h> | |
#include <termios.h> | |
#include <unistd.h> | |
#define BOARD_SIZE 3 | |
#define EMPTY ' ' | |
#define PLAYER_X 'X' | |
#define PLAYER_O 'O' |
This file contains 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
########################################################################## | |
# Disable UAC (temporarily) | |
########################################################################## | |
Disable-UAC | |
########################################################################## | |
# Windows settings | |
########################################################################## |
This file has been truncated, but you can view the full file.
This file contains 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
<!DOCTYPE html> | |
<html data-is-hyperloop="true" lang="en" dir="ltr" xmlns:fb="http://ogp.me/ns/fb#" class="js-focus-visible"> | |
<head> | |
<base | |
href="https://www.airbnb.com/s/California--United-States/homes?place_id=ChIJPV4oX_65j4ARVW8IJ6IJUYs&refinement_paths%5B%5D=%2Fhomes&refinement_path=%2Fhomes&tab_id=home_tab&reset_filters=true&checkin=2020-10-19&checkout=2020-10-23&adults=1&children=0&infants=0&search_type=autosuggest"> | |
<link rel="icon" data-savepage-href="" | |
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAB0VBMVEUAAAD7YGT7YWP3ZGfxZmr7X2L4Ymb9YmP/XF/3YmX9YmP/X2H7XmH8YGL+XmD7X2H8XmD+Xl/gdHffb3P/W17+XV/ZXWD7YGDcY2b/XF7bWVz+XF7lbnHeZGfcZmrkZWj/XF/5XF77amf+XV7fZmnfdXjkcHPeYWX7XF//XV3/X13/Xl75bW7WXWD7ZmXzcXPyWVz9ZmbvYGLYbXDqXmHOZWj+ZGDcU1fXb3LvWVzvXWDzWV3/W17TVFf9bWrtV1vcVlr+ZF/UU1TVWFrJZmrlWl77bWu/XmHnaW38amuzTE/IT1O4V1v6fHu3U1bwYGSuRkreTlLhT1PoUlblUFTuVVjxVVnkUFXpUlbjT1T0WljdTVHrU1fpU1bYTE/sU1ftU1jhTlPcTVHqU1fzV1n4WFvSSU39Wl3OSEv8W13VS07qUlftVVffTlLiT1P1V1vbTVH |
This file contains 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(keys, sheeps, rereduce) { | |
return sum(sheeps); | |
} |
- Enseñarle a leer
- Enseñarle andar en bicicleta
- Enseñarle a cocinar
- Enseñarle a resolver un cubo Rubik
- Enseñarle a resolver ecuaciones diferenciales
- Enseñarle teoría de lenguajes y autómatas
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
.mylivechat_inline { | |
resize: none; | |
font-size: 13px; |
This file contains 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
swagger: '2.0' | |
info: | |
title: Eldo SMPP API | |
description: Send SMS messages via SMPP using queue(s) | |
version: "1.0.0" | |
# the domain of the service | |
# host: api.uber.com | |
# array of all schemes that your API supports | |
# schemes: | |
# - http |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>Tests</title> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.4/jasmine.min.css"> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.4/jasmine.min.js"></script> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.4/jasmine-html.min.js"></script> |
NewerOlder