Monday, May 27, 2019
Sunday, May 26, 2019
Friday, May 24, 2019
Wednesday, May 22, 2019
Sunday, May 19, 2019
HTML & 2D Rendering
https://technet.microsoft.com/en-us/windows/dn265058(v=vs.60)
https://www.yworks.com/yed-live/
https://www.yworks.com/blog/svg-canvas-webgl
https://medium.com/@benisinca/svg-vs-canvas-92938aff799a
https://googleprojectzero.blogspot.com/2019/02/the-curious-case-of-convexity-confusion.html
What rendering engine does Inkscape use?
Currently, Inkscape uses a renderer called livarot. We plan to migrate to Cairo when it is mature enough. In 0.46, Cairo is already used for Outline mode.
https://github.com/google/skia
https://github.com/Zubnix/skia-wasm-port
https://www.paulirish.com/
http://fabricjs.com/fabric-intro-part-1#why_fabric
http://fabricjs.com/touch-events
https://lavrton.com/hit-region-detection-for-html5-canvas-and-how-to-listen-to-click-events-on-canvas-shapes-815034d7e9f8/
https://konvajs.org/
Saturday, May 11, 2019
Course: Entity Framework Core 2: Getting Started
https://app.pluralsight.com/library/courses/entity-framework-core-2-getting-started/table-of-contents
docker run -d -p 1433:1433 -e sa_password=<*******> -e ACCEPT_EULA=Y microsoft/mssql-server-windows-express
docker inspect –format='{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}’
Data Source=172.18.138.191;User ID=sa;Password=********;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False
https://aboutsqlserver.com/2018/10/15/building-perfect-development-lab-with-sql-server-in-containers/
Commands
add-migration intial
script-migration
update-database -verbose
Sunday, May 5, 2019
Subscribe to:
Posts (Atom)