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://doi.org/10.5281/zenodo.14747860
27 January 2025, 11:47:22 UTC
  • Code
  • Branches (0)
  • Releases (1)
  • Visits
    • Branches
    • Releases
      • 1
      • 1
    • 244c21a
    • /
    • plantpollinator-RedYellowMimulus-58e3e17
    • /
    • eagstimKatieRedYellow.pl
    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
    • snapshot
    • release
    origin badgecontent badge
    swh:1:cnt:578a875baaf512021e09e336afa91d253fcbba9d
    origin badgedirectory badge
    swh:1:dir:51ea45d2c2f4e266d673273634cfdb7f0ef41b28
    origin badgesnapshot badge
    swh:1:snp:7048fb6efbf07dc1a620fa952e9c40eaff097d6d
    origin badgerelease badge
    swh:1:rel:185dcfd622bee2de06e2003b221d684d5d3fad1a

    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
    • snapshot
    • release
    (requires biblatex-software package)
    Generating citation ...
    (requires biblatex-software package)
    Generating citation ...
    (requires biblatex-software package)
    Generating citation ...
    (requires biblatex-software package)
    Generating citation ...
    eagstimKatieRedYellow.pl
    #!/usr/bin/perl -w
    
    use strict;
    
    my @eagstim = ('airx6','solventx6','MverbRedx6','MverbYellowx6','McardRedx6','McardYellowx6');
    
       # fisher_yates_shuffle( \@array ) :
        # generate a random permutation of @array in place
    sub fisher_yates_shuffle {
        my $array = shift;
        my $i;
        for ($i = @$array; --$i; ) {
    	my $j = int rand ($i+1);
    	next if $i == $j;
    	@$array[$i,$j] = @$array[$j,$i];
        }
    }
    
    fisher_yates_shuffle( \@eagstim);
    
    print "PAAx4 @eagstim[0..2] PAAx4 @eagstim[3..5] PAAx4\n";
    

    back to top

    Software Heritage — Copyright (C) 2015–2026, 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