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

https://github.com/iota97/AnisotropyEditor
03 March 2025, 11:54:12 UTC
  • Code
  • Branches (2)
  • Releases (0)
  • Visits
Revision 3b6188037eec26da6ecd7175393502bcad7f934e authored by Giovanni Cocco on 30 October 2024, 07:33:20 UTC, committed by GitHub on 30 October 2024, 07:33:20 UTC
Add link to the master's thesis
1 parent ab9432e
  • Files
  • Changes
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    • refs/tags/v1.0.0
    • 3b6188037eec26da6ecd7175393502bcad7f934e
    No releases to show
  • 338b38a
  • /
  • .gitignore
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

Permalinks

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.

  • revision
  • directory
  • content
  • snapshot
origin badgerevision badge
swh:1:rev:3b6188037eec26da6ecd7175393502bcad7f934e
origin badgedirectory badge Iframe embedding
swh:1:dir:338b38aed2d8712f76df83e77daef04f503e28ec
origin badgecontent badge Iframe embedding
swh:1:cnt:e3a95a450660410beffa4e9707070e65f196478c
origin badgesnapshot badge
swh:1:snp:e9f115333919a1dfb7d44fb63da87266fcc92228
Citations

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.

  • revision
  • directory
  • content
  • 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: 3b6188037eec26da6ecd7175393502bcad7f934e authored by Giovanni Cocco on 30 October 2024, 07:33:20 UTC
Add link to the master's thesis
Tip revision: 3b61880
.gitignore
# Created by https://www.toptal.com/developers/gitignore/api/qt,qtcreator,c++
# Edit at https://www.toptal.com/developers/gitignore?templates=qt,qtcreator,c++
### C++ ###
# Prerequisites
*.d
Video/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
!Assets/Meshes/*.obj
!Data/Meshes/*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

### Qt ###
# C++ objects and libs
*.so.*

# Qt-es
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
*.qmlc
*.jsc
Makefile*
*build-*
*.qm
*.prl
*.spv
build/

# Qt unit tests
target_wrapper.*

# QtCreator
*.autosave

# QtCreator Qml
*.qmlproject.user
*.qmlproject.user.*

# QtCreator CMake
CMakeLists.txt.user*

# QtCreator 4.8< compilation database
compile_commands.json

# QtCreator local machine specific files for imported projects
*creator.user*

*_qmlcache.qrc

### QtCreator ###
# gitignore for Qt Creator like IDE for pure C/C++ project without Qt
#
# Reference: http://doc.qt.io/qtcreator/creator-project-generic.html



# Qt Creator autogenerated files


# A listing of all the files included in the project
*.files

# Include directories
*.includes

# Project configuration settings like predefined Macros
*.config

# Qt Creator settings
*.creator

# User project settings
*.creator.user*

# Qt Creator backups

# Flags for Clang Code Model
*.cxxflags
*.cflags


# End of https://www.toptal.com/developers/gitignore/api/qt,qtcreator,c++
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

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— Contact— JavaScript license information— Web API

back to top