(Gary.Miller.WPF) Subsurfer is a 3D modeling application written in JavaScript using the HTML5 Canvas control and WebGL. It implements the Catmull-Clark subdivision surface algorithm.
Author: SSWUG Research
How to Attach a SQL Server Database without a Transaction Log and with Open Transactions
(Daniel Farina) You want to attach a SQL Server database that does not have the transaction log file and you get the following error when you try to attach the data file:
Improving MySQL Password Security with Validation Plugin
(Carlos Tutte) In systems nowadays, improving security is a must! One of the weakest links in the security system is the user password from where an attacker can enter.
.NET Open Source – A Mugs Game
(James Randall) If you follow me on Twitter you might have noticed a growing disillusionment on my part with open source software – not its usefulness but rather the culture, business and economics.
No{Join,GroupBy}SQL – Analytic Views for BI
(Franck Pachot) Advocates of NoSQL can query their structures without having to read a data model first. And without writing long table join clauses.
Build A Simple Todo App Using Microsoft Fluent UI React
(Sumit Kharche) This is the second article in the Fluent UI React series. In this article, we will be creating a simple Todo application using React JS and Fluent UI React library.
Why SQL Server Doesn’t Give the Memory Back to OS?
(Pinal Dave) The purpose of this post is to show you what SQL Server is storing in memory and to discuss why SQL doesn’t give the memory back to the OS.
MySQL 8.0 InnoDB Cluster with WordPress in OCI – part III
(Frederic Descamps) With this post we are reaching the end of our journey to HA for WordPress & MySQL 8.0 on OCI.
Using UPDATE + ORDER BY + LIMIT To Drive Multi-Worker Migrations In Lucee CFML 5.3.6.61
(Ben Nadel) Earlier this week, I took a look at using ORDER BY and LIMIT clauses within an UPDATE statement in MySQL 5.6.37 in order to limit the scope of the data-mutation.
Data Transfer Service In Oracle Cloud Infrastructure (OCI)
(Atul Kumar) Did you know that with Oracle’s Data Transfer Service you can now copy your data to a hard disk you own? :scream: Data can also be transferred securely and quickly from On-Premise to Oracle Cloud Infrastructure (OCI) Object Storage by using an Oracle supplied Data Transfer Appliance.