Skip to content

Instantly share code, notes, and snippets.

View JorTurFer's full-sized avatar

Jorge Turrado Ferrero JorTurFer

View GitHub Profile
using System;
using System.Reflection;
namespace PostReflexion
{
class Program
{
static void Main(string[] args)
{
EjemploInformacionEnsamblado();
provider "azurerm" {
version = ">= 1.6.0"
subscription_id = "${var.ID_Suscripcion}"
client_id = "${var.ID_Aplicacion}"
client_secret = "${var.Password_Aplicacion}"
tenant_id = "${var.ID_Tenant}"
}
terraform {
required_version = ">= 0.11.13"
@JorTurFer
JorTurFer / Synthetizer.cs
Last active March 22, 2019 15:44
It's necesary add a reference to System.Speech.dll
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Speech.Synthesis;
namespace Synthetizer
{
static class SintetizadorVoz
{
using System;
using System.Collections.Generic;
namespace Implicit_Explicit
{
class Program
{
static void CasoGrados()
{
//Después de un ciclo completo, no hay perdida de informacion
@JorTurFer
JorTurFer / PIPO.cpp
Last active January 22, 2019 19:57
UNED FP Robot PIPO
#include "PIPO.h"
void Robot::Init() {
m_nPosX = 0;
m_nPosY = 0;
m_nAngle = 0;
m_nTotalAngles = 0;
m_nTotalMoves = 0;
}
#include "pch.h"
#include <iostream>
void Test()
{
}
#ifndef __INTELLISENSE__
void Prueba()
using System;
using System.Collections;
using System.Linq;
namespace Ejemplo_Lluis
{
class Program
{
static void Main(string[] args)
{