• Making IsThisTaxiLegal–evolving from Proof of Concept

    What we need first is automating some tasks – like downloading the authorizations pdf ( and parsing after) from http://www.pmb.ro/adrese_utile/transport_urban/autorizatii_taxi/autorizatii_TAXI.php . For this I want to use R – because C# I know already and is a good occasion to learn R. The file is on https://github.com/ignatandrei/IsThisTaxiLegal/blob/master/applications/RDownloadFile/Script.R  Some ideas from here from a C# developer:…

  • Friday links 250

    Justine Musk’s answer to Will I become a billionaire if I am determined to be one and put in the necessary work required? – Quora An Introduction to the Microsoft Bot Framework – CodeProject Gigaom | Meet Node-RED,an IBM project that fulfills the internet of things’ missing link One weird trick that will change the…

  • Making IsThisTaxiLegal–thinking about Proof of Concept

    It can be improved so many ways: Making OCR ( to recognize the plates number) Making application Android / iPhone Making Windows (Store ) application ( not really necessary,but anyway) Finding if another cities have taxi licenses available Publicity Improving with ratings for taxi drivers Find a lawyer that knows what to do next Improving…

  • Friday links 249

    How Not to Choose a Framework Why Introverts Are Introverts? Because Their Brains Are Different Speaker’s Checklist: Before and After Your Talk – CSS Wizardry – CSS,OOCSS,front-end architecture,performance and more,by Harry Roberts hemanth/awesome-pwa: Awesome list of progressive web apps! (PR welcomed ;)) http://mattwarren.org/2016/06/20/Visualising-the-dotNET-Garbage-Collector/?utm_source=DNK-152432&utm_medium=DNK-152432&utm_content=DNK-152432&utm_campaign=DNK-152432 is not available Bing Maps V8 Web Control Released | Maps Blog…

  • Making Is This Taxi Legal–Proof of concept

    This werer the steps for making a Proof of concept for Is This Taxi Legal application http://isthistaxilegal.apphb.com Finding PDF about taxi licence for Bucuresti : PDF at http://www.pmb.ro/adrese_utile/transport_urban/autorizatii_taxi/autorizatii_TAXI.php Thinking about application + web site about this -with a simple search and possible OCR ( take image of the car plate and recognizing number) . Also for…

  • Friday links 248

    10 Tips When Considering Open Source Software – Page 3 ILMerge – Microsoft Research Freebie: Creativity & Learning Icon Set (PSD,AI,SVG,PNG) | Codrops How one announcement destroyed the .NET ecosystem on Windows — The Startup — Medium Top 10 Best Free Keylogger Software to Monitor Keystrokes in Windows • Raymond.CC Decoding Symmetric Cyphers with Crypto-JS…

  • AOP with Roslyn–part 5 – getting line number right

    There is a problem with inserting lines  – the number of lines is not the same. What I mean by this? Look at this example       The DateTime.Now is on line 8 When we insert lines before and after each method,the DateTime.Now is on line 9 This is usually not so important  –…

  • Friday links 247

    AppDomains Won’t Protect Host From a Failing Plugin – CodeProject R (programming language) – Wikipedia,the free encyclopedia A programmer wrote scripts to secretly automate a lot of his job — including to automatically email his wife and make himself a latte – Business Insider Programmer Automates His Job For 6 Years,Finally Gets Fired,Forgets How To…

  • AOP with Roslyn–part 4–custom code to the end of the method

      A good AOP needs also custom code to the beginning and to the end of the method. So we need to add formatter for the last line. That means that the MetodRewriter constructor will look like this:     More,we should put code at the beginning and at the end of the method And…

  • Friday links 246

    5 More Awesome New Mozilla Technologies You’ve Never Heard Of IP Address Details – ipinfo.io Versioning: the chicken & egg Simplify your controllers with the Command Pattern and MediatR – JonHilton.Net Continuous Integration with Microsoft SQL Server – SQLServerCentral “Stop designing languages. Write libraries instead.” – JAXenter gmanny/Pechkin: .NET Wrapper for WkHtmlToPdf static DLL. Allows…

I am ok , you are ok