Skip to content

Instantly share code, notes, and snippets.

View legz's full-sized avatar

Thomas P. legz

  • France
View GitHub Profile
<root xmlns="http://skin.calameo.com/2.0" backgroundColor="0x313639">
<!--
Skin Classiques
Version: 1.0
Author: Thomas Pottier
Date: 2024-06-03
contact@lelivrescolaire.fr
http://www.lelivrescolaire.fr/
-->
<!-- Assets -->
@startuml
-[hidden]->
partition Légende {
#GoldenRod:Action utilisateur;
-[hidden]->
:Action système;
-[hidden]->
}
@startuml
-[hidden]->
partition Légende {
#GoldenRod:Action utilisateur;
-[hidden]->
:Action système;
-[hidden]->
}
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.v7.widget.CardView
android:id="@+id/cardViewChallenge"
android:layout_width="match_parent"
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.v7.widget.CardView
android:id="@+id/cardViewChallenge"
android:layout_width="match_parent"
android:layout_height="wrap_content"
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/topbarIcon"
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/imageView"
android:layout_width="100"
@legz
legz / gist:56e3104969f55867d3ca6c4d3dee64ff
Last active November 5, 2016 18:24
Remove diacritics from a string - Google Sheets formula
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE("MY STRING";"ö";"o");"ü";"u");"ó";"o");"ő";"o");"ú";"u");"é";"e");"è";"e");"á";"a");"ű";"u");"í";"i");"ñ";"n");"Ö";"O");"Ü";"U");"Ó";"O");"Ő";"O");"Ú";"U");"É";"E");"È";"E");"Á";"A");"Ű";"U");"Í";"I");"Ñ";"N")
@legz
legz / style.pumls
Last active March 18, 2019 08:00
PlantUML Style
!define Humain #dcedc1
!define Human #dcedc1
!define User #dcedc1
!define App #faebd7
!define Dcp #ffd3b6
!define Ref #a8e6cf
!define Appliance #C5E2F7
skinparam shadowing false
skinparam defaultTextAlignment center