Numerical Web : Let’s explore all numerical solvers in the world.
-
[CMD] How to extract all files name in directory
You can use the command “dir” to list all files and folders in a directory, and “dir /b” to list only the names of files in a directory. To save the list of filenames to a text file, you can use the command “dir /b > filename.txt”. For example, to list all files in the…
-
[Python] Unittest
Introduction unittest is a built-in library in Python that is used for unit testing. It provides a way to test individual units of source code, such as functions or classes, to ensure they work as intended. It is based on the xUnit architecture and features a similar interface to other xUnit frameworks, such as JUnit…
-
[Python] Flask-Boostrap – Python based web development frameworks
Introduction Flask-Bootstrap is a Flask extension that makes it easy to use Bootstrap with Flask. It provides a simple way to include Bootstrap in your Flask application by adding a few lines of code. Flask-Bootstrap provides a set of base templates and utilities that make it easy to include Bootstrap’s CSS and JavaScript in your…
-
OpenRadioss
Introduction OpenRADIOSS is a software package for nonlinear and linear structural analysis. It is a solver for finite element analysis and includes support for various elements such as truss, beam, shell, and solid elements. OpenRADIOSS is an open-source software package, which means that it is free to use, distribute, and modify. It is developed and…
-
Front-End Web Frameworks : (4) PrimeNG
introduction PrimeNG is a front-end framework that is built using Angular.js. It is an open-source framework that provides a wide range of pre-designed UI components such as buttons, forms, navigation menus, and more. The framework also includes a responsive grid system and a set of CSS classes that can be used to quickly create responsive…
-
Front-End Web Frameworks : (3) Vuetify
Introduction Vuetify is a Material Design framework for Vue.js. It is an open-source framework that provides a wide range of pre-designed UI components such as buttons, forms, navigation menus, and more. The framework also includes a responsive grid system and a set of CSS classes that can be used to quickly create responsive layouts. Vuetify…
-
Front-end Web Developments : (3) Material
Introduction Material frameworks are front-end frameworks that are based on the Material Design guidelines developed by Google. These frameworks provide a set of pre-designed UI components and a responsive grid system that are designed to look and feel like the Material Design guidelines. One of the most popular Material frameworks is Materialize. It is an…
-
Front-end Web Frameworks : (2) Foundation
Introduction Foundation is a popular responsive front-end framework that is similar to Bootstrap in terms of features and functionality. It is an open-source framework developed by ZURB, a design and development company. The framework is built on top of the popular jQuery library and provides a wide range of features and tools for building responsive,…
-
Front-end Web Frameworks
List of Front-end Web Frameworks Most Popular Frameworks These frameworks are widely used and have a lot of features and functionalities, they are also updated frequently to meet the developer’s needs.
-
Front-end Web Frameworks : (1) bootstrap.js
Introduction Bootstrap.js is a popular JavaScript framework for building responsive, mobile-first websites and web applications. It is an open-source framework developed by Twitter and is widely used by web developers around the world. Bootstrap.js is built on top of the popular jQuery library and provides a wide range of features and tools for building responsive,…