-
#AZURE – Un ejemplo completo de Face APIs y Emotions APIs #ProjectOxford
Hola Hoy vamos a ver un poco la implementación y el detalle que nos brinda Project Oxford para trabajar con Emotion APIs. En primer lugar un gif con un ejemplo de reconocimiento de edad, sexo y emociones en una app WPF. Vemos como en una foto sse reconocen 64 MVPs (meuda gente) y luego un poco… — read more
-
#AZURE – Hello Emotions! Face APIs and Emotions APIs are the perfect combo to analyze people moods!
Hello ! Some time ago, I wrote a couple of posts where I explained how to use Azure Machine Learning Face APIs in some apps like Console Apps, Windows Presentation Foundation apps and Windows Store Apps (see references section). These features are part of the Project Oxford initiative, where we can find other useful features like Vision Recognition… — read more
-
#AZURE – Face APIs y Emotions APIs es la combinación perfecta para analizar sentimientos en imágenes!
Hola ! Hace algún tiempo, escribí un par de post donde expliqué cómo usar Azure Machine Learning Face APIs en diferentes tipos de apps: aplicaciones de consola, apps Windows Presentation Foundation y Windows Store Apps (las demos y paso a paso en la sección de referencias). Las rutinas de Face Analysis que utilicé son parte de la… — read more
-
#EVENT – #Talks4Kids, less than a month to learn and contribute to a good cause!
Hola! Probably, right now I will be flying to Barcelona, so I’ll take this opportunity to remind everyone that in less than there will be best and coolest event ever, Talks4Kids. Talks4Kids is a development and technology charity event , whose funds will be allocated entirely to a Foundation which has as a main focus, programs and activities to… — read more
-
#EVENT – #Talks4Kids, queda menos de un mes para aprender y aportar a una buena causa !!!
Hola! Como en este momento estaré viajando a Barcelona, aprovecho para recordar que queda menos de un mes para Talks4Kids. Talks4Kids es un evento solidario sobre desarrollo y tecnología, cuyos fondos recaudados serán destinados íntegramente a una fundación, que disponga de programas y acciones enfocados a los niños. Hasta el día de hoy la cosa… — read more
-
#HUMOR – The real status of #SmartHouse today
Hola! A great video to show the real status of smart houses today, Can't wait for robotic arms to come to the kitchen pic.twitter.com/4LSCFxqQTa — Internet of Shit (@internetofshit) noviembre 6, 2015 //platform.twitter.com/widgets.js when we do it ourselves of course 😉 Saludos @ Madrid -El Bruno Source: — read more
-
#MSBAND – Posts on development #Windows10 apps for the Band using Visual Studio 2015
Hola! Today I’ll close the series of posts on How to develop Windows 10 apps which interacts with Microsoft Band using Visual Studio 2015. How to connect a Microsoft Band to a Windows 10 device How to connect to a Band and access sensor information in a Windows 10 app using Visual Studio 2015 List, add and delete… — read more
-
#MSBAND – Recopilacion de posts para desarrollo con Visual Studio 2015 y #Windows10
Hola! Hoy cierro la serie de posts para desarrollar Windows 10 apps que interactuen con Microsoft Band con Visual Studio 2015. Como conectar una Microsoft Band a un Windows 10 device Conexión y acceso a los sensores de una Band en una app Windows 10 con Visual Studio 2015 Listar, crear y eliminar Tiles desde… — read more
-
#MSBAND – Send notifications and vibrations with #VS2015 and #Windows10
Hola! These are the final posts that I will write about Microsoft Band, Windows 10. and Visual Studio 2015 Now is time to send information to the band in dialog form. We have 2 ways to send a notification to the band: Using the method SendMessageAsync, we need to define a title and body, and it will… — read more
-
#MSBAND – Enviando notificaciones a la Band con #VS2015 y #Windows10
Hola! Estos son los últimos posts que escribiré sobre Microsoft Band y Windows 10. Hoy es momento de enviar información a la band. Tenemos 2 formas de enviar una notificación a la band Utilizando el método SendMessageAsync, donde debemos asociar este mensaje a un Tile (utilizando un TileIde) y en el mensaje definimos Título y Contenido… — read more
-
#HUMOR – This is #GIT
Hola! As as developer, this is the MOST ACCURATE GIT DEFINITION EVER!! Saludos @ Madrid Source: http://m.xkcd.com/1597/ — read more
-
#VSGALLERY – Template to quickly create a #Windows10 Universal App with navigation panels in #VS2015
Hola! Visual Studio extension’s Friday again! Today extension is a timer saver Nav Pane App Template. This extension adds a new project type in the Universal applications category, which already has implemented a navigation model based on panels. This is something that is quite popular right now, the good news is that this extension saves you one morning to put… — read more
-
#VSGALLERY – Plantilla para una #Windows10 Universal App con navegacion con paneles #VS2015
Hola! Otra vez viernes de extensiones. Y esta de hoy es de las que te ahorran de tiempo: Nav Pane App Template La extensión agrega un nuevo tipo de proyecto para aplicaciones universales, que trae implementado un modelo de navegación basado en paneles. Esto es algo que está bastante claro como hacerlo desde hace un… — read more
-
#MSBAND – Update Tiles live data with #VS2015 and #Windows10
Hola! Today it is time to show how we can update the information displayed in a Tile in real time. To update the information we need to know The Id of the Tile The Id of the Page The Ids of the controls within the Page The following code example shows a class that these… — read more
-
#MSBAND – Actualizando información en Tiles con #VS2015 y #Windows10
Hola! Hoy es momento de mostrar cómo podemos actualizar la información que se muestra en un Tile. Para actualizar la información necesitamos conocer El Id del Tile El Id del Page Los Ids de los controles dentro de la Page El siguiente ejemplo de código, muestra una clase en la que se registran estos identificadores.… — read more
-
#MSBAND – Suscribe to User interaction with #MicrosoftBand and #VS2015
Hola! Today I start from back to forward. First a video where we can see A deployed custom Tile in a Band, with A label A barcode 2 buttons A Windows Universal Application on Windows 10 which Connects to the Band Capture the clicks of a user on the buttons Displays the button pressed in the app… — read more
-
#MSBAND – Capturando la interacción de un usuario en la #MicrosoftBand #VS2015
Hola! Hoy empiezo de atrás hacia adelante. En primer lugar un video en el que podemos ver Un Tile personalizada desplegada en una Band, con una etiqueta un código de barras 2 botones Una Windows Universal Application en Windows 10 que Se conecta a la Band Captura los clics de un usuario sobre los botones… — read more
-
#MSBAND – About #Tiles format, and how to create complex ones
Hola! Today I’m going to review a little deeper the way in which Tiles are defined. The Microsoft Band SDK explains in detail this topic in Chapter 8 “Customizing Tile Layouts”. This chapter explains the available controls, the available dimensions and much more information concerning the design of tiles. After programming a little on this model, and… — read more
-
#MSBAND – Sobre el formato de las #Tiles, y algunas más complejas
Hola! Hoy voy a repasar un poco más la forma en la que se definen y agregan Tiles a la Microsoft Band. El punto de partida debería ser el SDK, en el mismo se explica en detalle cómo funciona un Tile. El capítulo 8 “Customizing Tile Layouts” explica los controles con los que podemos trabajar,… — read more
-
#MSBAND – List, add and delete Tiles using an #Windows10 app and Visual Studio 2015
Hola! After a couple of post on how to connect and use C# to access a Microsoft Band information, today’s post will explain about how we can work with the Tiles of in a Band using C# code. In the references section, there are a couple of links explaining how Tiles works in in a Band. In this post… — read more