This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Build a standalone relocatable OCaml toolchain tarball. | |
| # | |
| # This script downloads and builds OCaml from the relocatable-compiler | |
| # branch (dra27/ocaml), producing a tarball that can be unpacked anywhere | |
| # and used without any system OCaml installation. | |
| # | |
| # Usage: | |
| # ./build-relocatable-ocaml.sh [--prefix DIR] [--jobs N] [--keep-build] | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.10" | |
| # /// | |
| """Look up Westminster bin collection schedules by street name. | |
| Usage: | |
| uv run westminster_bins.py "Abbey Road" | |
| uv run westminster_bins.py --list # dump all street names | |
| uv run westminster_bins.py --dump-streets # dump name→USRN mapping as JSON | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I am attesting that this GitHub handle avsm is linked to the Tezos account tz2BEXRGvwxHWMYktXmtdui3rsHZRMuzuJH6 for tzprofiles | |
| sig:spsig1VYSvZrEBXvzhud29SjjWtgS43yLDdVhG2knHpkzrgnmF3JBGWKJNmhD7ChcntA89WSeLW5BxYvxojgBnK3CFj9KPshqKb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I am attesting that this GitHub handle avsm is linked to the Tezos account tz2BEXRGvwxHWMYktXmtdui3rsHZRMuzuJH6 for tzprofiles | |
| sig:spsig1VYSvZrEBXvzhud29SjjWtgS43yLDdVhG2knHpkzrgnmF3JBGWKJNmhD7ChcntA89WSeLW5BxYvxojgBnK3CFj9KPshqKb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I am attesting that this GitHub handle avsm is linked to the Tezos account tz2BEXRGvwxHWMYktXmtdui3rsHZRMuzuJH6 for tzprofiles | |
| sig:spsig1VYSvZrEBXvzhud29SjjWtgS43yLDdVhG2knHpkzrgnmF3JBGWKJNmhD7ChcntA89WSeLW5BxYvxojgBnK3CFj9KPshqKb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| batteries.2.9.0/src/batBigarray.mliv: val map_file: | |
| batteries.2.9.0/src/batBigarray.mliv: [Genarray.map_file fd kind layout shared dims] | |
| batteries.2.9.0/src/batBigarray.mliv: [Genarray.map_file] is much more efficient than reading | |
| batteries.2.9.0/src/batBigarray.mliv: [-1]. [Genarray.map_file] then determines the major dimension | |
| batteries.2.9.0/src/batBigarray.mliv: val map_file: Unix.file_descr -> ?pos:int64 -> ('a, 'b) kind -> 'c layout -> | |
| batteries.2.9.0/src/batBigarray.mliv: See {!Bigarray.Genarray.map_file} for more details. *) | |
| batteries.2.9.0/src/batBigarray.mliv: val map_file: Unix.file_descr -> ?pos:int64 -> ('a, 'b) kind -> 'c layout -> | |
| batteries.2.9.0/src/batBigarray.mliv: See {!Bigarray.Genarray.map_file} for more details. *) | |
| batteries.2.9.0/src/batBigarray.mliv: val map_file: Unix.file_descr -> ?pos:int64 -> ('a, 'b) kind -> 'c layout -> | |
| batteries.2.9.0/src/batBigarray.mliv: See {!Bigarray.Genarray.map_file} for more details. *) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alcotest.0.7.2 | |
| arp.0.2.0 | |
| asn1-combinators.0.1.3 | |
| astring.0.8.3 | |
| biniou.1.0.13 | |
| bisect_ppx.1.2.0 | |
| bos.0.1.6 | |
| camomile.0.8.5 | |
| cmdliner.1.0.0 | |
| cohttp.0.22.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| sudo add-apt-repository 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.9 main' | |
| curl -L http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add - | |
| sudo apt-get update | |
| sudo apt-get -y install llvm-3.9-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This month in Mirage OPAM releases (Wed Nov 02 2016) | |
| ### scrypt-kdf 0.2.0 | |
| * *Released on:* Mon Oct 31 2016 | |
| * *Synopsis*: The scrypt Password-Based Key Derivation Function in pure OCaml | |
| * *More Info*: [OPAM Page](https://opam.ocaml.org/packages/scrypt-kdf/scrypt-kdf.0.2.0/) or [Source Code](https://github.com/abeaumont/ocaml-scrypt-kdf/archive/0.2.0.tar.gz) | |
| * *Changes*: [changes-scrypt-kdf.txt](#file-changes-scrypt-kdf-txt) | |
| ### topkg-care 0.8.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh -e | |
| # Build and install latest Docker dev version on an Ubuntu cloud VM | |
| install() { | |
| echo Installing | |
| service docker stop || true | |
| cp -av bundles/latest/binary-daemon/* /usr/bin | |
| cp -av bundles/latest/binary-client/* /usr/bin | |
| service docker start | |
| } |
NewerOlder