Databases September 9, 2023 0 A collection of free and open source database software and libraries for working with RDBMS, relational DBMS, relational databases, database forks and more. A collection of free and open source database software for working with RDBMS, relational DBMS, relational databases,…
Linux September 9, 2023 0 A collection of free and open source software and libraries for working with queues, job queues processing, event messages, message protocol queues, and task queues A collection of free and open source software and libraries for working with queues, job queues processing,…
Linux September 9, 2023 0 A collection of free and open source package build and installers from sources for deb, rpm, etc for linux, debian and more A collection of free and open source package build and installers from sources for deb, rpm, etc…
Databases September 9, 2023 0 A collection of free and open source NoSQL big data store databases including column-family, document store, graph database, key-value database A collection of free and open source NoSQL databases including Column-Family, Document Store, Graph Database, Key-Value Database….
Perl PHP September 5, 2023 0 A collection of free and open source newsletter software, mailing list managers or newsletter managers written in PHP or Perl A collection of free and open source newsletter software, mailing list managers or newsletter managers written in…
CSS September 5, 2023 0 Alternative CSS to display: none; and visibility: hidden; using .offscreen css class – A HTML and CSS code snippet Alternative CSS to display: none; and visibility: hidden; using .offscreen css class . Sourced under a permissive…
CSS September 5, 2023 0 Changes the CSS of a HTML form if any of the form elements, are focused using the pseudo-class :focus-within – A HTML and CSS code snippet Changes the CSS of a HTML form if any of the form elements, are focused using the…
CSS September 5, 2023 0 Creates a page progress bar which indicates the scroll percentage of the page, the code snippet utilizes ScrollTop, ScrollHeight, ClientHeight – A HTML and CSS code snippet Creates a progress bar indicating the scroll percentage of the page the code utilizes ScrollTop, ScrollHeight, ClientHeight….
CSS September 5, 2023 0 Creates a HTML div card with two sides, which rotates on mouse hover utilizing transform, rotateY, transition – A HTML and CSS code snippet Creates a HTML div card with two sides, which rotates on mouse hover utilizing transform, rotateY, transition….
CSS September 5, 2023 0 How to rotate an image on mouse hover, the code utilizes transition, transform, scale and rotate – A HTML and CSS code snippet How to rotate an image on mouse hover, the code utilizes transition, transform, scale and rotate. Sourced…
CSS September 5, 2023 0 Creates a bouncing css animation loading notification which utilizes @keyframes, opacity, transform3D and transform – A HTML and CSS code snippet Creates a bouncing css animation loading notification. The code utilizes @keyframes, opacity, transform3D and transform. Sourced under…
CSS September 5, 2023 0 Creates a css squiggle animation, html element effect when hovering over a link – A HTML and CSS code snippet Creates a squiggle html element effect when hovering over a link. Sourced under a permissive license. How…