en
conf t
hostname R1
no ip domain-lookup
enable secret class
banner motd #WELCOME TO ROUTER R1!#
line con 0
logging synchronous
import UIKit | |
var str = "Hello Playground" | |
//Instanciacion de datos | |
var dato1: Int = 3 | |
let dato2: Int = 4 | |
//Inferencia | |
var dato3 = 3 |
RECIBIR.php | |
<?php | |
$puerto="/dev/ttyACM0"; | |
if(isset($_GET["codigo"])) | |
{ | |
$codigo = $_GET["codigo"]; | |
if($codigo == 2) | |
{ | |
$conexion = fopen($puerto, "w+"); |
try | |
{ | |
} | |
catch(e) | |
{ | |
var error = "http://stackoverflow.com/search?q=[js]+"+e.message; | |
window.open(error, '_blank'); | |
} |
import logging | |
import random | |
ENTER_HIGHEST_VALUE = "What would you like the highest value to be?" | |
NUMBER_NOT_VALID = "That is not a number. :(" | |
NUMBER_NOT_IN_RANGE = "I don't know how to play with negative numbers. Sorry... :(" | |
NUMBER_CANNOT_BE_HIGHER_THAN = "Sorry, but the guess cannot be higher than the highest number:" | |
ENTER_GUESS = "Guess the number. :)" | |
TRY_AGAIN = "Try again." | |
HIGHER = "My number is higher!" |
import logging | |
import random | |
ENTER_HIGHEST_VALUE = "What would you like the highest value to be?" | |
NUMBER_NOT_VALID = "That is not a number. :(" | |
NUMBER_NOT_IN_RANGE = "I don't know how to play with negative numbers. Sorry... :(" | |
NUMBER_CANNOT_BE_HIGHER_THAN = "Sorry, but the guess cannot be higher than the highest number:" | |
ENTER_GUESS = "Guess the number. :)" | |
TRY_AGAIN = "Try again." | |
HIGHER = "My number is higher!" |
import logging | |
import random | |
ENTER_HIGHEST_VALUE = "What would you like the highest value to be?" | |
NUMBER_NOT_VALID = "That is not a number. :(" | |
NUMBER_NOT_IN_RANGE = "I don't know how to play with negative numbers. Sorry... :(" | |
NUMBER_CANNOT_BE_HIGHER_THAN = "Sorry, but the guess cannot be higher than the highest number:" | |
ENTER_GUESS = "Guess the number. :)" | |
TRY_AGAIN = "Try again." | |
HIGHER = "My number is higher!" |
remove-item alias:basename
remove-item alias:cat
remove-item alias:chmod
remove-item alias:comm
remove-item alias:cp
remove-item alias:cut
remove-item alias:date
remove-item alias:dirname
remove-item alias:echo
import javax.swing.JFrame; | |
import javax.swing.JPanel; | |
class Main { | |
private static final String TITLE = "My Game"; | |
private static final int[] DIMENSIONS = {800, 600}; | |
public static void main(String s[]) { | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": | |
[ | |
{ | |
"command": "closePane", |