Skip to content

Instantly share code, notes, and snippets.

View loloof64's full-sized avatar
💻
Developing projects in Flutter

laurent bernabé loloof64

💻
Developing projects in Flutter
  • Bayonne (France) in Pyrénées Atlantiques (64)
View GitHub Profile
@loloof64
loloof64 / Cargo.toml
Created September 30, 2018 14:20
Ridiculous simple calculator in GTK-RS
[package]
name = "ridiculous_calculator"
version = "0.1.0"
authors = ["Laurent Bernabe <[email protected]>"]
license = "MIT"
[dependencies]
[dependencies.gtk]
version = "0.5.0"
@loloof64
loloof64 / Ecole_mld.png
Last active May 22, 2018 15:20
Ecole_MCD_MLD
Ecole_mld.png
-- MySQL dump 10.13 Distrib 5.7.21, for Linux (x86_64)
--
-- Host: localhost Database: laurent_b_wcs_bidart
-- ------------------------------------------------------
-- Server version 5.7.21-0ubuntu0.16.04.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
@loloof64
loloof64 / StringUtils.java
Last active April 10, 2018 14:52
WildCoderTDD
package fr.wildcodeschool.unittesting;
public class StringUtils {
private static final String ALL_VOWELS = "aeiouyAEIOUY";
/**
* Renvoie la chaine formée par les voyelles d'une chaine de caractères
* @return Chaine avec uniquement des voyelles
*/
@loloof64
loloof64 / pom.xml
Last active April 8, 2018 21:52
WildCodeMaven
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.wildcodeschool.quetes</groupId>
<artifactId>maveninstall</artifactId>
<version>1.0</version>
package com.wildcodelolo.wildcodejones2;
public class SecretSentence {
public String writeSecretSentence(String subjectInclining, String subjectMajesty){
return subjectInclining + " s'incline face à " + subjectMajesty;
}
public static void main(String[] args) {
SecretSentence secrets = new SecretSentence();
@loloof64
loloof64 / Main.java
Created April 4, 2018 15:25
WilderJones
public class Main {
public static void main(String[] args) {
String filmNameVO = "Indiana Jones and the Last Crusade";
boolean haveISeenThisFilm = true;
int releaseYearInBoxOffice = 1989;
float filmAverageRating = 8.3f;
System.out.println("Film name in VO: "+filmNameVO);
System.out.println("Have I seen this film ? "+haveISeenThisFilm);
System.out.println("Film release year in Box Office : "+releaseYearInBoxOffice);
@loloof64
loloof64 / mon_historique.log
Last active April 3, 2018 17:49
Enquête à Terminal City
1603 cd mystery/
1604 cat crimescene | grep CLUE
1605 head -n 20 people
1606 cat people | grep Annabel
1607 cat people | grep Annabel | grep F
1608 cat people | grep Annabel | grep -e "\bF"
1609 cat people | grep Annabel | grep -e "\bF\b"
1610 man head
1611 head -n streets/Hart_Place | tail -n 1
1612 head -n 40 streets/Hart_Place | tail -n 1
@loloof64
loloof64 / index.html
Last active April 3, 2018 10:16
Oeil de Sauron
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Oeil de Sauron</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="./css/styles.css">
@loloof64
loloof64 / index.html
Created March 31, 2018 21:56
Wanted !
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Captured fellow</title>
<link rel="stylesheet" href="./styles/main.css" />
</head>
<body>
<div class="reward">
<img src="./images/gandalf.png" alt="fellow_photo" />