Skip to content

Instantly share code, notes, and snippets.

@Fluf22
Fluf22 / send-notes-to-nextcloud.js
Last active January 5, 2024 08:22
Transfer notes from unzipped Google Takeout Keep folder to Nextcloud folder
/*
This program 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.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
@Fluf22
Fluf22 / send-medias-to-nextcloud.js
Last active July 27, 2023 04:10
Transfer pictures and videos from unzipped Google Takeout folder to Nextcloud folder
/*
This program 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.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
@Fluf22
Fluf22 / Bonus
Last active January 1, 2016 10:39
Minishell_1
Tu vas ouvrir ce fichier avec un nom aussi intrigant.
Tu vas lire ces lignes.
Tu vas comprendre que ce fichier n'a qu'un seul but.
Que ce fichier ne souhaite que te transmettre un simple message.
Tu vas lire et voir que ce message est le suivant:
Tu vas venir avec nous au ski !
@Fluf22
Fluf22 / heapsort.c
Last active December 31, 2015 11:19
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* heapsort.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: thoraffr <thoraffr@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2013/12/14 22:26:19 by thoraffr #+# #+# */
/* Updated: 2013/12/15 16:18:41 by ksicart ### ########.fr */
/* */