Skip to content

Instantly share code, notes, and snippets.

diff --git a/Experiment.qml b/Experiment.qml
index 332323d..32944a6 100644
--- a/Experiment.qml
+++ b/Experiment.qml
@@ -4,7 +4,7 @@ Item {
Canvas {
id: mycanvas
anchors.centerIn: parent
- width: Math.min(parent.width, parent.height)-10
+ width: Math.min(parent.width, parent.height)-50
@Epholys
Epholys / gist:71fdf72081712e4459931f87968f914a
Created June 8, 2016 13:08
Webpages CAS Authentification Dump
Liens en vracs :
https://wiki.jasig.org/display/CASUM/RESTful+API
https://github.com/apereo/cas
https://github.com/Unicon/cas-perl-client
https://wiki.jasig.org/display/CASC/Perl+Client
https://wiki.jasig.org/display/CASC/Unofficial+CAS+Clients
https://wiki.jasig.org/display/CASC/Pycas
https://wiki.jasig.org/download/attachments/28213515/pycas.py.2011.txt?version=1&modificationDate=1305123545526&api=v2
https://wiki.jasig.org/display/CAS/Proxy+CAS+Walkthrough
@Epholys
Epholys / bcut.h
Created February 28, 2016 09:54
BCUT
/******************************************************************************
*
* BCUT - Barebones C Unit Tests
* Copyright 2015 Thomas Munoz (epholys@gmail.com)
*
* BCUT is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*