Advertisement · 728 × 90

Posts by Cyrille Legrand

J’ai tellement envie de la prendre avec Bravely Default.
Mais j’ai tellement d’autres frais à assumer avant :/
On verra à Noël…

10 months ago 1 0 1 0

Rien ne peut te préparer à imaginer la fin.

10 months ago 0 0 0 0

Hatchi.

10 months ago 0 0 1 0

Idem à Amiens par contre le rayon vélo est immense et occupe à vue de pif 20% de la surface totale, tout le fond du magasin où avant étaient relégués les rayons beauf (aka chasse et pêche)

11 months ago 3 0 0 0

I know, even at Apple different teams have different conventions.

On my team we always use `A: B`, but we never mind about it when writing it because everything gets correctly formatted with swiftformat before every commit.

11 months ago 2 0 0 0

It depends: if it’s a French type you follow French typography rules.

Struct Baguette : Bread { … }

11 months ago 5 0 1 0
Post image

Just drop the `let rank =` and `return rank`.
There's also the switch version that's nicer to read IMHO.

1 year ago 1 0 0 0

T'as qu'à pas faire des recherches à lacon.

1 year ago 3 1 1 0
Preview
Préfixe Bloqueur – Applications sur Google Play Blocage appels spam : Protégez-vous efficacement.

J'ai entendu du bien de celle-là sur Android : play.google.com/store/apps/d...

1 year ago 1 0 1 0

Begone sur iOS (et Android aussi je crois), gratuit, fonctionne très bien.

1 year ago 0 0 1 0
Advertisement

Je suis religieux aussi, voici la Sainte Trinité

1 year ago 2 0 0 0
Preview
Poisson artificiel Ça y est, tout le monde a généré sa petite image Ghibli et s’est senti pousser les ailes d’un artiste ? On peut revenir un peu sur Terre et parler de vrais problèmes, ou bien ?

Poisson artificiel www.legorafi.fr/2025/04/01/p...

1 year ago 867 502 26 96

Ping !

1 year ago 0 0 0 0
Capture d’écran du site pollens.fR expliquant la fermeture du RSNA (et donc du site) par arrêt des financements publics

Capture d’écran du site pollens.fR expliquant la fermeture du RSNA (et donc du site) par arrêt des financements publics

Quel est l’enfant de 🤬 qui a signé la fin des financements publics au RNSA ? Comment on va faire maintenant les allergiques ?
#pollens

1 year ago 1 0 0 0
"A computer can never be spiteful or horny
Therefore a computer must never make art"

"A computer can never be spiteful or horny Therefore a computer must never make art"

Reminder

1 year ago 14817 3892 8 3
extension UIImage {
    public convenience init?(webpData data: Data) {
        // Check for webp magic signature: RIFFxxxxWEBP
        // (xxxx is the size of the first chunk and can vary)
        if data.underestimatedCount > 12,
           Data(data[0..<4]) == Data([0x52, 0x49, 0x46, 0x46]),
           Data(data[8..<12]) == Data([0x57, 0x45, 0x42, 0x50]),
           let src = CGImageSourceCreateWithData(data as CFData, nil),
           let cgImage = CGImageSourceCreateImageAtIndex(src, 0, nil) {
            self.init(cgImage: cgImage)
        } else {
            self.init(data: data)
        }
    }
}

extension UIImage { public convenience init?(webpData data: Data) { // Check for webp magic signature: RIFFxxxxWEBP // (xxxx is the size of the first chunk and can vary) if data.underestimatedCount > 12, Data(data[0..<4]) == Data([0x52, 0x49, 0x46, 0x46]), Data(data[8..<12]) == Data([0x57, 0x45, 0x42, 0x50]), let src = CGImageSourceCreateWithData(data as CFData, nil), let cgImage = CGImageSourceCreateImageAtIndex(src, 0, nil) { self.init(cgImage: cgImage) } else { self.init(data: data) } } }

Want UIImage to support loading WebP images? There you go. Available since iOS 14.

#swift #ios

1 year ago 2 0 0 0

Faut voir les casseroles que se traîne l’auteur.

1 year ago 3 0 0 0

The problem with SwiftUI is that you can write such wonderful stuff in such little time, that you quickly forgot about them after another round of other wonderful stuff.

1 year ago 1 0 0 0
Advertisement

Votez Café.

1 year ago 2 0 1 0

Geez I’m even more eager to take a look at it now. Gotta love hacky solutions that yield a final, elegant, one-liner solution.

1 year ago 1 0 1 0

I’m wondering which technique did you use, both for SwiftUI and for UIKit if I read your screenshot correctly. Is there any kind of environment override for SwiftUI? I managed to perform quite the same but it’s not a one-liner and requires cumbersome modifiers to each and every Text().

1 year ago 1 0 1 0

Really curious to see how you manage to do this!

1 year ago 1 0 1 0
Video

Attendez la limitation de durée qui passe à trois minutes ça veut dire qu'on peut désormais poster cette vidéo dans son intégralité......

1 year ago 827 539 14 53
David Gilmour - Coming Back to Life (Live at Pompeii 2016)

David Gilmour - Coming Back to Life (Live at Pompeii 2016)

Mood du soir. Ce monsieur est un de mes dieux vivants. Non mais écoutez-moi ce solo… 😭

song.link/i/1260001593

1 year ago 1 0 0 0

Hypnos 69 - Castle in the Sky

song.link/i/1674904724

1 year ago 0 0 0 0

Petite découverte #rock #psyché de la semaine : Hypnos 69 - Halfway to the Stars

song.link/i/1659026202

1 year ago 0 0 1 0
Couverture de l'album "Martine pose sa dém'"

Couverture de l'album "Martine pose sa dém'"

Trop facile

1 year ago 11 1 0 0
Preview
‎KIABI Mode & Home à petit prix ‎SHOPPING KIABI : NOUVELLE VERSION DE NOTRE APPLI MODE & DECO Plus simple, plus rapide, plus performante : vivez une expérience shopping réinventée avec la nouvelle version de l’appli Kiabi ! Et touj...

Dix mois de boulot pour sortir aujourd'hui la plus jolie app sur laquelle j'ai eu la chance de bosser, avec une team de folie pleine eud'gens de ch'Nord, de bière et d'amour. Merci les copains <3
(Et vive SwiftUI MV)

1 year ago 3 0 0 0
Advertisement

Et il arrive quand le chicon, bordel ?

1 year ago 2 0 0 0