Skip to content

Instantly share code, notes, and snippets.

View brinxmat's full-sized avatar

Bruno Saxoni brinxmat

View GitHub Profile
#parse("equalsHelper.vm")
public boolean equals(##
#if ($settings.generateFinalParameters)
final ##
#end
Object $paramName){
#myAddEqualsPrologue()
#addClassInstance()
return ##
#set($i = 0)
@prefix : <http://greenall.no/bfhd> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# Catalogue card hole dimension and placement
:holeDimension a rdfs:Property
rdfs:range xsd:nonNegativeInteger ;
rdfs:domain rdfs:Class . # Apparently, anything can have a hole
# A naïve ontological approach to expressing psychological experience of colour
#
# This tweet [https://twitter.com/ArchiveThoughts/status/1005135295166070784] set me about thinking how RDF can be used to express information that is culturally loaded
#
# What I am trying to say/saying here is:
#
# The sky was experienced at time "now" as blue (within a culture-specific understanding of "blue") by a person from a specific culture
#
# Note:
# 1) this approach could express other experiences, but perhaps not all

Libraries in Østfold Kommune

Vendors were provided with a set of questions to which libraries in Østfold kommune wanted answers. I'm trying to answer them here.

What does the library system of the future look like?

To answer this question, we need to ask what do a library systems try to achieve today? Library systems facilitate the aims of the library; most libraries agree that these include:

  • providing access to materials to patrons
  • helping patrons to find materials they are looking for
#Development process title
##Basic set-up
###Tools
- [git up (pyGitUp)](https://github.com/msiemens/PyGitUp)
- [git flow (avh-edition)](https://github.com/petervanderdoes/gitflow-avh)
###Requirements

#Linked data library management system

##Executive overview

Highlights

  • Fully featured LMS/ILS functionality
  • High-performance, attractive interfaces that work on all platforms
  • Simple, reliable system management
  • Development ecosystem
function doThis() {
var barcodes = document.body.innerText.match(/\b[0-9]{14}\b/g);
if (barcodes !== null) {
var printWindow = window.open("");
var doc = printWindow.document;
function callback() {
apparmor-profiles
apparmor-utils
cups
cups-bsd
ghostscript
gnome
gradle
imagemagick
lib32stdc++6
lib32z1
#! /usr/bin/env bash
#debugging on
set -x
# Output "device discovery" information on stdout:
if test "$#" = "0"
then echo 'network barcoder "Unknown" "barcoder"'
exit 0
fi
@prefix : <http://example.com/image/> .
@prefix ex: <http://example.com/voc/> .
:n1010 a ex:Negative .
:e1021 a ex:Print ;
ex:printOf :n1010 .