-
Harbin Engineering University
- Harbin, China
-
16:21
(UTC +08:00) - https://userzuo.netlify.app/
-
MINGW-packages Public
Forked from msys2/MINGW-packagesPackage scripts for MinGW-w64 targets to build under MSYS2.
Shell BSD 3-Clause "New" or "Revised" License UpdatedFeb 17, 2025 -
fpm Public
Forked from fortran-lang/fpmFortran Package Manager (fpm)
Fortran MIT License UpdatedOct 22, 2024 -
argparse-f Public
Forked from 0382/argparse-fModern Fortran command line parser, implemented with OOP.
Fortran MIT License UpdatedAug 18, 2024 -
stdlib Public
Forked from fortran-lang/stdlibFortran Standard Library
Fortran MIT License UpdatedAug 14, 2024 -
sparse_fortran Public
Forked from Euler-37/sparse_fortransparse coo and csr
-
fftpack Public
Forked from fortran-lang/fftpackdouble precision version of fftpack
Fortran Other UpdatedAug 9, 2024 -
Fortran-Design-Patterns Public
Fortran Design Patterns.(Fortran语言设计模式)
-
-
meson Public
Forked from mesonbuild/mesonThe Meson Build System
Python Apache License 2.0 UpdatedMay 15, 2024 -
-
SM3-Fortran Public
The SM3 password hashing algorithm is a hash algorithm similar to SHA-256, which belongs to the Chinese national standard. This library only contains a Fortran interface `SM3` of GmSSL and its usag…
-
lfortran Public
Forked from lfortran/lfortranOfficial main repository for LFortran
C++ Other UpdatedFeb 16, 2024 -
progress-bar Public
A simple progress bar module that is typically used to display the time integration process.
-
forlab Public
Forlab is a Fortran module that provides a lot of functions for scientific computing mostly inspired by Matlab and Python's package NumPy.
-
nnps Public
NNPS scheme practice in CFD particle method.🌲
-
to_f90 Public
Forked from jbdv-no/to_f90Alan Miller's tool for converting Fortran 77 code to free-form Fortran 90 code
Fortran MIT License UpdatedJan 11, 2024 -
learnxinyminutes-docs Public
Forked from adambard/learnxinyminutes-docsCode documentation written as code! How novel and totally my idea!
JavaScript Other UpdatedDec 24, 2023 -
timer Public
A simple timer module to get the number of seconds between two timestamps.
-
quickstart-fortran Public
Forked from LKedward/quickstart-fortranAn easy Windows installer for GFortran and the Fortran Package Manager
NSIS MIT License UpdatedDec 11, 2023 -
sph Public
💦光滑粒子流体动力学代码(🌊A smoothed particle hydrodynamics (SPH) code)
-
escape-f Public
Convert the common C escape characters in a string to Fortran characters
Fortran MIT License UpdatedOct 20, 2023 -
-
AMPD-Algorithm Public
Automatic Multiscale-based Peak Detection (AMPD) Algorithm
-
Microbenchmarks Public
Forked from JuliaLang/MicrobenchmarksMicrobenchmarks comparing the Julia Programming language with other languages
Jupyter Notebook Other UpdatedSep 5, 2023 -
checksum Public
A simple checksum module, generally used to check if an ASCII file has changed.
Fortran MIT License UpdatedSep 5, 2023 -
fortls Public
Forked from fortran-lang/fortlsfortls - the Fortran Language Server
Python MIT License UpdatedSep 4, 2023 -
-
rkf45 Public
Fehlberg fourth-fifth order Runge-Kutta method. (rkf45)
-
slinked-list Public
Simple generic singly linked list module for in-memory storage of small amounts of data.
-
display Public
A simple display 📺 module for displaying scalar, vector, and matrix floating-point, integer, logical, and string values on the screen in a general, formatted manner, often used for debugging code o…