-
Logstash on Windows– transformation of data
Part 1: http://msprogrammer.serviciipeweb.ro/2016/12/05/logstash-on-windowsinstallation-and-io-examples/ Part 2 : http://msprogrammer.serviciipeweb.ro/2016/12/12/logstash-on-windows-transformation-of-data/ Now we want to use logstash for transforming data. For this,we use filter plugins to modify the data. The process is like this: Logstash receive the data(input plugin),then apply a filter plugin( to parse and make new fields of data) and then sends data to output ( with…
-
Friday links 194
www.codeproject.com/Tips/1021483/Localdb-js www.codeproject.com/Articles/1021335/Top-Hidden-Features-of-Csharp goodui.org/#57 Windows 10 IoT Core controlling a Raspberry Pi 2 Robot – Scott Hanselman 3 Inspiring Writers Who Will Make You Laugh,Become Smarter,and More Emotionally Intelligent How Linux was born,as told by Linus Torvalds himself | Ars Technica uTorrent wants you to pay for its software,new revenue models to be tested 7 Web…
-
Logstash on Windows–installation and I/O examples
Part 1: http://msprogrammer.serviciipeweb.ro/2016/12/05/logstash-on-windowsinstallation-and-io-examples/ Part 2 : http://msprogrammer.serviciipeweb.ro/2016/12/12/logstash-on-windows-transformation-of-data/ I was very impressed by the declaration of logstash :”Centralize,Transform & Stash Your Data” . What I think it does it receives,transforms and outputs data- and it does very configurables. I will start with some easy examples . Install Download the logstash from https://www.elastic.co/downloads/logstash - there is a…
-
Friday links 193
7 Web Development Trends for 2015 – Treehouse Blog Imulus Task Exception Handling in .NET 4.5 – .NET Parallel Programming – Site Home – MSDN Blogs SkySaver: A rescue kit for use in a fire | Technology News backdooring your javascript using minifier bugs | discrete blogarithm Look At Akka.NET – CodeProject cWhy developers have…
-
Friday links 192
https://en.wikipedia.org/wiki/Bloom_filter Visual Studio 2015 – Analyzing Architecture with Code Maps in Visual Studio 2015 Why developers have more power than you think | InfoWorld Add Sharing to your UWP App | Peter Foot Using promotional codes for your apps: a walkthrough and suggested uses | Building Apps for Windows Here are the Reasons I Deleted…
-
Friday links 191
http://readwrite.com/2015/08/20/how-to-run-remote-distributed-teams Task Exception Handling in .NET 4.5 – .NET Parallel Programming – Site Home – MSDN Blogs SkySaver: A rescue kit for use in a fire | Technology News backdooring your javascript using minifier bugs | discrete blogarithm .NET Native – What it means for Universal Windows Platform (UWP) developers | Building Apps for Windows…
-
Async + sync completion + lock
Let’s suppose that you have 2 functions = one true sync and one true async . Let’s suppose more that the sync one can must finish before calling next time ( think about some weird COM component or,in our days,SqlConnection ) If we look just at the async function,we could wait for all. However,the sync…
-
Friday links 190
Integrating MediatR with Web API | Jimmy Bogard’s Blog CQRS with MediatR and AutoMapper | Jimmy Bogard’s Blog MahApps.Metro Documentation Building a Better toString() Method ZigBee communication with Raspberry Pi 2 and Windows IoT Core – Falafel Software Blog Khalid Abuhakmeh – Use JavaScript and MapQuest To Get A User’s Zipcode CurrPorts: Monitoring TCP/IP network…
-
Pivot / Transform rows from one column into multiple columns with R in SqlServer
Let’s say we have a table [CurrencyValues] with the following datas CurrencyID CurrencyValue ValueDate CAD 2.9929 9/27/2016 0:00 EUR 4.4495 9/27/2016 0:00 GBP 5.1205 9/27/2016 0:00 USD 3.9567 9/27/2016 0:00 CAD 3.0006 9/26/2016 0:00 EUR 4.4504 9/26/2016 0:00 GBP 5.1213 9/26/2016 0:00 USD 3.9589 9/26/2016 0:00 CAD 3.0397 9/23/2016 0:00 EUR 4.447 9/23/2016 0:00 We…
-
Friday links 189
Unity 3D Game Creation using C# Script – CodeProject 8 Secrets People Good At Personal Branding Never Told You 15 Mistakes People Good At Resume Writing Never Make John Resig – JavaScript Micro-Templating How To Deal With Telemarketers. This Guy Nails it. Web API OData V4 Lessons Learned – DavidHardin – Site Home – MSDN…
I am ok , you are ok