[#VS2012] Farticus, plays a not very pleasant sound when a Build fails (you can blame to the AddIn if it was yours ;)


image

Buenas,

the same character that brought us the Voice Command AddIn , now presents Farticus. This AddIn is very basic:

If a build fails, then your PC plays a sound of a lacking (a fart said in Creole).

Wonder if this has any functionality or application within a process of software development and the response in 99.99% of cases is not. However, if you’re a good developer these forced to download and test this addin Guiño

Download:
http://visualstudiogallery.msdn.microsoft.com/33b0242d-7158-4d39-9a01-0a08cf7c28bd
 

source:
http://madskristensen.net/post/Talk-to-hear-touch-and-see-your-code.aspx
  

 

Saludos @ La Finca

El Bruno

image image image

[#VS2012] Farticus, reproduce un sonido poco agradable cuando falla una Build (puedes echarle la culpa al AddIn si era tuyo ;)


image

Buenas,

el mismo personaje que nos trajo el Voice Command AddIn, ahora nos presenta Farticus. El funcionamiento de este AddIn es muy básico:

Si una build falla, pues tu PC reproduce un sonido de un falto (un pedo dicho en criollo).

Te preguntarás si esto tiene alguna funcionalidad o aplicación dentro de un proceso de desarrollo de software y la respuesta en el 99.99% de los casos es que NO. Sin embargo si eres un buen developer estas obligado a bajar y probar este addin Guiño

Download:
http://visualstudiogallery.msdn.microsoft.com/33b0242d-7158-4d39-9a01-0a08cf7c28bd

fuente:
http://madskristensen.net/post/Talk-to-hear-touch-and-see-your-code.aspx

Saludos @ Home

El Bruno

image image image

[#VS2012] HowTo: Control Visual Studio 2012 with voice commands (like Iron Man 3!)


image

Buenas,

If you ever wanted to set as Tony Stark, pulling lines and shouting commands at the same time, you can do . We see that friend Mads Kristensen has seen Iron Man 3 and did not want to lose the flip: has created an AddIn for Visual Studio 2012 that integrates with Visual Studio commands voice recognition capabilities.

For example, while we have our favorite IDE, we paste a couple of Spartan cries of the type:

  • Build
  • Format Document
  • Solution Explorer
  • New Project
  • Options

And the IDE will make us case!

Download:
http://visualstudiogallery.msdn.microsoft.com/ce35c120-405a-435b-af2a-52ff24eb2c30
  

Saludos @ Home

El Bruno

image image image

[#VS2012] HowTo: Controlar Visual Studio 2012 con comandos de voz (like Iron Man 3!)


image

Buenas,

si alguna vez quisiste programar como Tony Stark, tirando líneas y gritando comandos al mismo tiempo, ya lo puedes hacer. Se ve que el amigo Mads Kristensen ha visto Iron Man 3 y no ha querido perder el tirón: ha creado un AddIn para Visual Studio 2012 que integra capacidades de reconocimiento de voz con comandos de Visual Studio.

Por ejemplo mientras trabajamos con nuestro IDE favorito, podemos pegar un par de gritos espartanos del tipo:

  • Build
  • Format Document
  • Solution Explorer
  • New Project
  • Options

Y el IDE nos hará caso!

Descarga:
http://visualstudiogallery.msdn.microsoft.com/ce35c120-405a-435b-af2a-52ff24eb2c30

Saludos @ Home

El Bruno

image image image

[#VS2012] Image Comment, an interesting AddIn for #VisualStudio2012


image

Buenas,

thanks to the great Marino Posadas (@MarinoPosadas) I see an addin to Visual Studio 2012 that it does good look: “Image Comments

AddIn is simple, harness the power of WPF in the code editor to insert images in it. This served a specific syntax in the comments, for example:

/// <summary>
/// <image url="c:\rome.png" />
///…

Purists are sure the hairs of the head, are torn off not only am promoting comment, but it also… I’m putting images! Death to the heretic! But them I can assure that in some cases, a comment helps a lot, and not to mention an image. Examples of the site are related to mathematical formulas, I have taken to complete a client “unofficial” Lync in which we are working, you have to also… well do something with Skype on what I can not talk much.

That Yes, the code is very striking example…

image

Now, if you’ve paid attention to the code, you’ll see that the image path is absolute. This is a feature which is in progress, since the relative paths are taken from the path of execution of the AppDomain of the Visual Studio IDE. If the AddIn will support the following syntax already it would be a #musthave

   1: /// <summary>
   2: /// <image url=".\samplecall.png" />
   3: /// </summary>
   4: private VideoChannel videoChannel;

And I as I am a heavy, so I asked it:
https://github.com/lukesdm/image-comments/issues/10
 

HomePage:
https://github.com/lukesdm/image-comments#imagecomments-a-visual-studio-extension
 

In addition to asking to publish the AddIn in the Visual Studio Gallery:
https://github.com/lukesdm/image-comments/issues/11
 

Saludos @ Home

El Bruno

image image image

[#VS2012] Image Comment, un AddIn interesante para #VisualStudio2012


image

Buenas,

gracias al gran Marino Posadas (@MarinoPosadas) veo un addin para Visual Studio 2012 que tiene buena pinta: “Image Comments


AddIn es simple, aprovechar la potencia de WPF en el editor de código para poder insertar imágenes en el mismo. Para esto se sirve de una sintaxis específica en los comentarios, por ejemplo:

/// <summary>
/// <image url="c:\rome.png" />
///…

Los puristas seguro que se arrancan los pelos de la cabeza, no solo estoy promoviendo poner comentarios, sino que además … estoy poniendo imágenes !!! Muerte al hereje !!! Pero les puedo asegurar que en algunos casos, un comentario ayuda mucho, y ni hablar una imagen. Los ejemplos del site son relacionados con fórmulas matemáticas, yo he aprovechado para completar un cliente “no oficial” de Lync en el que estamos trabajando, que tiene que además … bueno hacer algo con Skype sobre lo que no puedo hablar mucho.

Eso sí, en el código queda muy llamativo el ejemplo …

image

Ahora bien, si has prestado atención al código, verás que el path de las imágenes es absoluto. Esto es una feature que está en progreso, ya que los paths relativos se toman a partir del path de ejecución del AppDomain del IDE de Visual Studio. Si el AddIn soportara la siguiente sintaxis ya sería un #musthave

   1: /// <summary>

   2: /// <image url=".\samplecall.png" />

   3: /// </summary>

   4: private VideoChannel videoChannel;

Y yo como soy un pesado, pues lo he pedido :
https://github.com/lukesdm/image-comments/issues/10

HomePage:
https://github.com/lukesdm/image-comments#imagecomments-a-visual-studio-extension

Además de pedir que publique el AddIn en la Visual Studio Gallery:
https://github.com/lukesdm/image-comments/issues/11

Saludos @ Home

El Bruno

image image image

[#VS2012] NuGet in C++ (in the top ten list for the 2013 )


image

Buenas,

you say that life does not give returns as the succession of Fibonacci , is never skipped a red light and then he fled police in a chase of cinema.

I for example, a few years after leaving, I am returning to C++ in one way rather than aggressive. (Aggressive: is the only way to create well made applications for platforms like ) Arduino .)

However, when the output of your application is a program of only 8K in size, you got that take into account many things to do things well. And at that moment it enters game having good tools. In the case of arduino, the editor of C++ that is shipped is a shit a little poor capabilities. The good news is that wanting it is possible to use Visual Studio 2012 to pull lines in C++.

And when I see the IDE and what is possible and impossible in the world of C++, I find that…

In C++ do have support for NuGet !!!

That Yes, only with version 2.5 or higher, it is possible to update the version from here .

And clear, in a world where each sensor has its own library (or. h), where each scenario is similar to the previous one; NuGet required.

Source:
http://blogs.msdn.com/b/vcblog/archive/2013/04/26/nuget-for-c.aspx

Download: NuGet Package Manager,
http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c

 

Saludos @ Home

El Bruno

image image image

[#VS2012] NuGet en C++ (de lo mejorcito del 2013 che)


image

Buenas,

el que diga que la vida no da vueltas como la sucesión de Fibonacci, es que nunca se ha saltado un semáforo en rojo y luego ha huido de la policía en una persecución de cine.

Yo por ejemplo, unos años después de haberlo dejado, me veo volviendo a C++ de una forma más que agresiva. (Agresiva: es la única forma de crear aplicaciones bien hechas para plataformas como Arduino.)

Ahora bien, cuando el output de tu aplicación es un programa de solo 8K de tamaño, tenes que tener en cuenta muchas cosas para hacer bien las cosas. Y en ese momento entra en juego el contar con buenas herramientas. En el caso de arduino, el editor de C++ que viene de fábrica es una mierda un poco pobre de capacidades. Lo bueno es que con ganas es posible utilizar Visual Studio 2012 para tirar líneas en C++.

Y, cuando me pongo a ver el IDE y lo que es posible e imposible en el mundo de C++, me encuentro con que …

En C++ tenemos soporte para NuGet !!!

Eso sí, solo con la versión 2.5 o superior, es posible actualizar la versión desde aquí.

Y claro, en un mundo donde cada sensor posee su propia biblioteca (o .h), donde cada escenario es similar al anterior; NuGet es imprescindible.

Fuente:
http://blogs.msdn.com/b/vcblog/archive/2013/04/26/nuget-for-c.aspx

Download: NuGet Package Manager,
http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c

Saludos @ Home

El Bruno

image image image

[#TFS2012] New version of TFS 2012.2 Power Tools


image

Buenas,

hus arrives the Update 2 from the Power Tools for TFS2012, without any novelty. More importantly, perhaps mention more there is no “Backup / Restore” capacity at the server level, since it is incorporated into the product.

But if one important thing: this VERSION works with TFS012 and VS2012 UPDATE 2

The previous version worked only with Update 1, this version is updated to Update 2 (finally!)

Download:
http://visualstudiogallery.msdn.microsoft.com/b1ef7eb2-e084-4cb8-9bc7-06c3bad9148f

Source:
http://blogs.msdn.com/b/bharry/archive/2013/05/08/tfs-2012-2-power-tools-update-available.aspx?utm_source=feedly

 

Saludos @ Home

El Bruno

image image image

[#TFS2012] Nueva version de TFS 2012.2 Power Tools


image

Buenas,

así llega el Update 2 de las Power Tools para TFS2012, sin ninguna novedad. Lo más importante es tal vez mencionar que no hay más la capacidad de “Restore / Backup” a nivel server, ya que se incorpora dentro del producto.

Pero si una cosa importante: ESTA VERSION FUNCIONA CON TFS012 Y VS2012 UPDATE 2

La versión anterior solo funcionaba con el Update 1, esta versión se actualiza para el Update 2 (por fin !!!!)

 

Descarga:
http://visualstudiogallery.msdn.microsoft.com/b1ef7eb2-e084-4cb8-9bc7-06c3bad9148f

Fuente:
http://blogs.msdn.com/b/bharry/archive/2013/05/08/tfs-2012-2-power-tools-update-available.aspx?utm_source=feedly

Saludos @ La Finca

El Bruno

image image image