-
Obtaining list of videos from a youtube playlist with Stankins
Because Stankins has a parser to html,you can have this kind of macro #see all href Stankins.HTML.ReceiverHtmlAHref file=https://www.youtube.com/playlist?list=PL4aSKgR4yk4OnmJW6PlBuDOXdYk6zTGps #retain href column StankinsObjects.FilterRetainColumnDataContains namecolumn=href stringToHave=PL4aSKgR4yk4OnmJW6PlBuDOXdYk6zTGps #retain just videos which title contains 5Min StankinsObjects.FilterRetainColumnDataContains namecolumn=a_text stringToHave=5Min #remove column a_html StankinsObjects.FilterRemoveColumn namecolumn=a_html #transform column to li a href StankinsObjects.TransformerAddColumnExpressionByTable expression=”‘<li><a href=’+ href+’>’ + a_text+'</a></li>’” newcolumnname=test nametable=TableLinks #remove column…
-
Friday Links 317
ADD SENSITIVITY CLASSIFICATION (Transact-SQL) | Microsoft Docs knsv/mermaid: Generation of diagram and flowchart from text in a similar manner as markdown 10 JavaScript libraries to draw your own diagrams (2018 edition) Downloads | Natural Earth Libraries.io – The Open Source Discovery Service License Zero Microsoft Research Open Data Custom Code-Generator Using ASP.NET Core – CodeProject…
-
DotNet CLI Tools
There is a revival of CLI tools. And dotnet is going with the wave. You can find the tools installed with .NET Core here,https://docs.microsoft.com/en-us/dotnet/core/tools/?tabs=netcore2x and here https://docs.microsoft.com/en-us/dotnet/core/additional-tools/ Usually you do not need those – since Visual Studio is good to have all from the GUI. However,you can make your own tool – and you have the…
-
Friday Links 316
Teaching R to New Users – From tapply to the Tidyverse · Simply Statistics R Markdown: The Definitive Guide Handling Strings with R Microsoft Research Open Data The Ten Commandments for a well-formatted database – (en) The R Task Force WTF is this – Understanding the this keyword,call,apply,and bind in JavaScript The Extensive Guide to…
-
Video: 5 Minutes Continuous Integration
NewVideo: 5Min DockerCI with .NET Core If you want to propose a tool,please suggest at https://trello.com/b/3O1fFpcl/tools2019 List of my tools in 2018: http://msprogrammer.serviciipeweb.ro/2019/01/01/my-tools-in-2018/ 5MinDocker(withSqlServer) 5MinVS2019 5MinWinMerge 5MinPowerBI 5MinClone 5MinInternalsVisibleTo 5MinEFSaveChanges 5MINCovarianceContravariance 5MinMsBuildTask 5MinGhostDoc 5MinSelect2 5MinHistTable 5MinImproveWebPage 5MinJS2C# 5MinSysInternals 5MinFinalizersIDisposable 5MinVSExtension 5MinAPI 5MinSimpleDI 5MinSimplePlugin 5MinPluginOffice 5MinMVVM_JS 5MinIIS_SEO 5MinRegularExpression 5MinSelenium 5MinCopyConstructorReflection 5MinIlMerge 5MinComObjectIDisposable 5MinComObject 5MinOCR 5MinCleanProject 5MinVersioning 5MinCrypt…
-
Small Task quiz knowledge
The task and the await /async never ceases to amaze me. That because there is so much under covers( see https://channel9.msdn.com/Events/TechDays/Techdays-2014-the-Netherlands/Async-programming-deep-dive ) Let’s say that we have this code that awaits and throws ( or not ) an exception: First problem: Error order What this code will produce as output for the line Console.WriteLine(“err ”…
-
Friday Links 315
ReactiveX – Operators ReactiveX – Contains operator Instance Operators | RxJS – Javascript library for functional reactive programming. How 400+ beta readers helped us write our best content (PS: you can do the same) micjahn/ZXing.Net: .Net port of the original java-based barcode reader and generator library zxing Microsoft/OpenAPI.NET: The OpenAPI.NET SDK contains a useful object…
-
Video : 5 Minutes Docker(with SqlServer)
NewVideo: 5MinDocker(withSqlServer) If you want to propose a tool,please suggest at https://trello.com/b/3O1fFpcl/tools2019 List of my tools in 2018: http://msprogrammer.serviciipeweb.ro/2019/01/01/my-tools-in-2018/ 5MinVS2019 5MinWinMerge 5MinPowerBI 5MinClone 5MinInternalsVisibleTo 5MinEFSaveChanges 5MINCovarianceContravariance 5MinMsBuildTask 5MinGhostDoc 5MinSelect2 5MinHistTable 5MinImproveWebPage 5MinJS2C# 5MinSysInternals 5MinFinalizersIDisposable 5MinVSExtension 5MinAPI 5MinSimpleDI 5MinSimplePlugin 5MinPluginOffice 5MinMVVM_JS 5MinIIS_SEO 5MinRegularExpression 5MinSelenium 5MinCopyConstructorReflection 5MinIlMerge 5MinComObjectIDisposable 5MinComObject 5MinOCR 5MinCleanProject 5MinVersioning 5MinCrypt 5Min AppContext 5Min Instrumentation…
-
C# and Null object
There is a lot to talk i n programming that null is bad,for example https://www.yegor256.com/2014/05/13/why-null-is-bad.html and https://www.lucidchart.com/techblog/2015/08/31/the-worst-mistake-of-computer-science/ . In C# we have a love-hate relationship with null : Love : Because the value type / struct cannot be null,C# creators invented Nullable<T> https://docs.microsoft.com/en-us/dotnet/api/system.nullable-1 Hate: Because reference types / classes can be null,c# 8.0 invented nullable…
-
Friday Links 314
cozmo/jsQR: A pure javascript QR code reading library. This library takes in raw images and will locate,extract and parse any QR code found within. natergj/excel4node: Node module to allow for easy Excel file creation Performance Tuning With SQL Server Dynamic Management Views – Redgate Software Hack Productivity 4: Hack the workday with Office 365 –…
I am ok , you are ok