View sinistre-auto.txt
This file contains 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
group: sinistre auto | |
Clients = {numCl:number nom:string prenom:string adresse:string} | |
Contrats = {numCont:number numCl:number type:string date:string} | |
Vehicules = {matriculeVe:number numCont:number numCl:number marque:string annee:number puissance:number} | |
Sinistres = {numSi:number matriculeVe:number date:string} | |
Simples = {numSi:number dateReparation:string} | |
Complexes = {numSi:number estimation:number} |
View Vagrantfile
This file contains 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
Vagrant.configure("2") do |config| | |
config.vm.box = "ubuntu/xenial64" | |
config.vm.define "ubuntu_minikube" do |ubuntu_minikube| | |
config.vm.network "forwarded_port", | |
guest: 8001, | |
host: 8001, | |
auto_correct: true | |
View minikube-kata.md
Running Kata Containers in Minikube
minikube is an easy way to try out a kubernetes (k8s) cluster locally. It utilises running a single node k8s stack in a local VM.
Kata Containers is an OCI compatible container runtime that runs container workloads inside VMs.
Wouldn't it be nice if you could use kata
under minikube
to get an easy out of the box experience to try out Kata?
Well, turns out with a little bit of config and setup that is already supported, you can!
View shibb-cas-get.sh
This file contains 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 | |
#set -x | |
# Usage: shibb-cas-get.sh {username} {password} # If you have any errors try removing the redirects to get more information | |
# The service to be called, and a url-encoded version (the url encoding isn't perfect, if you're encoding complex stuff you may wish to replace with a different method) | |
DEST=https://myapp.example.com/ | |
SP=https://myapp.example.com/index.php | |
IDP="https://myidp.example.com/idp/shibboleth&btn_sso=SSOok" |
View keybase.md
Keybase proof
I hereby claim:
- I am olberger on github.
- I am olberger (https://keybase.io/olberger) on keybase.
- I have a public key whose fingerprint is ACE4 6EBD 89F6 656D 6642 660B E941 DEDA 7C5B B6A5
To claim this, I am signing this object:
View sparql.py
This file contains 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
import urllib2 | |
import os | |
#import sys | |
from itertools import islice | |
from rdflib import Namespace, Graph, ConjunctiveGraph, URIRef, RDFS, RDF | |
from rdflib.plugins.stores.sparqlstore import SPARQLStore | |
from rdfalchemy.rdfSubject import rdfSubject | |
from rdfalchemy import rdfSingle, rdfMultiple | |
from rdfalchemy.descriptors import rdfAbstract, rdfLocale | |
from rdfalchemy.orm import mapper |
View gen-webid-cert.sh
This file contains 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 | |
# | |
# gen-webid-cert.sh: WebID Self-signed Certificate Generator | |
# | |
# This is free and unencumbered software released into the public domain. | |
# | |
# Anyone is free to copy, modify, publish, use, compile, sell, or | |
# distribute this software, either in source code form or as a compiled | |
# binary, for any purpose, commercial or non-commercial, and by any | |
# means. |
View NumPy-Algebre_lineaire.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Tutoriel - Introduction informelle.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder