Skip to content

Instantly share code, notes, and snippets.

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix odta: <https://odta.io/> .
odta:Activity a rdfs:Class .
odta:Organization a rdfs:Class .
odta:Document a rdfs:Class .
odta:Process a rdfs:Class .
@sumutcan
sumutcan / umut-texlive-2020
Last active July 20, 2020 14:45
umut/texlive-2020 dockerfile based on linvirt/texlive-2020
FROM debian:buster-slim
LABEL maintainer="Umutcan Simsek <umutcan@simsek.xyz>"
LABEL description="A TexLive 2020 image based on linvirt/texlive-2019"
# Install Base
RUN mkdir -p /usr/share/man/man1
RUN apt-get update \
&& apt-get install -y locales python-pygments python3-pygments lua5.3 make default-jre perl perl-tk wget gnupg libdigest-perl-md5-perl libgetopt-long-descriptive-perl fontconfig \
// -----------------------------------------------------------------------
// Eros Fratini - eros@recoding.it
// jqprint 0.3
//
// - 19/06/2009 - some new implementations, added Opera support
// - 11/05/2009 - first sketch
//
// Printing plug-in for jQuery, evolution of jPrintArea: http://plugins.jquery.com/project/jPrintArea
// requires jQuery 1.3.x
//
@sumutcan
sumutcan / gist:2162732
Created March 22, 2012 19:40
SSD to Code Example
public class Customer
{
ATM teller;
teller.withdrawCash(acountnumber,amount);
}
public class ATM
{
public Money withdrawCash(String accountNumber, Money amount)