Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:c78d7a14cc07423acb6a43d0e3059b9afd67996a
  • Code
  • Branches (1)
  • Releases (0)
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    No releases to show
  • f9aac5f
  • /
  • GRSI_script.bat
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
content badge Iframe embedding
swh:1:cnt:fd905f6e6961bd2ccac1ddd80360d4f0b9f92eb7
directory badge Iframe embedding
swh:1:dir:f9aac5f22d067fe34cecc4cc6b75e75722d9cf1e
revision badge
swh:1:rev:c5be799ee3dad53f5edf10eeb39527bbca5add11
snapshot badge
swh:1:snp:c78d7a14cc07423acb6a43d0e3059b9afd67996a

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: c5be799ee3dad53f5edf10eeb39527bbca5add11 authored by LorenzoDiazzi on 29 May 2025, 10:15:58 UTC
Update README.md
Tip revision: c5be799
GRSI_script.bat
ECHO OFF

WHERE /Q cmake
IF %ERRORLEVEL% NEQ 0 (
	ECHO ERROR! Could not find CMake in your system path. Please verify your CMake installation.
	EXIT /B 1
)

mkdir build
cd build
cmake ..

IF %ERRORLEVEL% NEQ 0 (
	ECHO ERROR! CMake failed.
	EXIT /B 1
)

cmake --build . --config Release

IF %ERRORLEVEL% NEQ 0 (
	ECHO ERROR! Building failed.
	EXIT /B 1
)

cd Release
mesh_generator.exe -v -s -t ..\..\models\wood_fish.off D ..\..\models\hilbert.off
ren skin.off C.off
mesh_generator.exe -v -s -t ..\..\models\wood_fish.off I ..\..\models\hilbert.off
ren skin.off D.off

echo Files C.off and D.off have been created in directory build/Release
set /p DUMMY=Hit ENTER to terminate this script...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API