This file contains hidden or 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
| 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 |
This file contains hidden or 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
| 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 |
This file contains hidden or 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
| /****************************************************************************** | |
| * | |
| * 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. | |
| * |