Skip to content
View carwash's full-sized avatar

Organizations

@riksantikvarieambetet
Block or Report

Block or report carwash

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. hilding_bot hilding_bot Public

    A simple Twitter bot that posts random images by Swedish photographer Hilding Mickelsson, using the K-samsök/SOCH API.

    Perl 1

  2. Pachelbel Pachelbel Public

    Pachelbel: Quick and dirty Canonical N-Triples for your RDF files, on the command-line.

    Perl

  3. parse_sudoku parse_sudoku Public

    DCG predicates for parsing line-formatted sudoku puzzles into a 9×9 list of lists.

    Prolog

  4. PrologPuzzles PrologPuzzles Public

    Forked from mmalita/PrologPuzzles

    Logic Puzzles in Prolog

    Prolog

  5. Miracle Sudoku in Prolog Miracle Sudoku in Prolog
    1
    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    2
       Miracle Sudoku in Prolog
    3
       Marcus Smith
    4
    5
       Base sudoku and PostScript animation code by Markus Triska:
  6. Minimal OAI-PMH harvester, for testi... Minimal OAI-PMH harvester, for testing in bash. Uses curl, tee, and xmlstarlet for resumption token support. Usage: `$ oai-pmh-test.sh example.com`
    1
    #/usr/bin/env bash
    2
    
                  
    3
    fetch_token() {
    4
    	file=$1 ; count=$2
    5
    	tee >(xmlstarlet fo - > "$file-$(printf "%04d" $count).xml") | xmlstarlet sel -N oai="http://www.openarchives.org/OAI/2.0/" --template --match "/oai:OAI-PMH/oai:ListRecords/oai:resumptionToken" --value-of "."