Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 50 / 155
Apprendre à programmer en langage Rust https://guillaume-gomez.developpez.com/tutoriels/apprendre-bases-rust/?page=les-bases-de-la-programmation-en-rust
Thu Aug 2 01:14:57 2018 archive.org
QRCode
thumbnail

Ce tutoriel est destiné aux débutants qui veulent apprendre le langage de programmation de la fondation Mozilla : Rust.

rust tutoriel
rust-cross/README.md at master · japaric/rust-cross · GitHub https://github.com/japaric/rust-cross/blob/master/README.md
Wed Aug 1 18:56:42 2018 archive.org
QRCode
thumbnail

rust-cross - Everything you need to know about cross compiling Rust programs!

https://github.com/japaric/docker/blob/master/rust-uclibc/mipsel-unknown-linux-uclibc.config

https://github.com/rust-lang/rust/issues/38172

rust compile cross mipsel
Trending videos - Skeptikón https://skeptikon.fr/
Tue Jul 31 21:38:18 2018 archive.org
QRCode
thumbnail

vidéo sympa qui démonte les théories du buzz..

via https://www.ecirtam.net/links/?S7mpMA
(merci :) )

peertube complot theorie buzz
méthode lafay https://www.google.com/search?q=m%C3%A9thode+lafay+filetype:pdf
Tue Jul 31 19:01:45 2018 archive.org
QRCode
thumbnail

Un peu de musculation ?

Vous avez un avis sur cette méthode ?

musculation méthode lafay
Using Curl commands with Webdav | QED42 https://www.qed42.com/blog/using-curl-commands-webdav
Mon Jul 30 18:51:47 2018 archive.org
QRCode
thumbnail

Curl is a command line tool for doing all sorts of URL manipulations and transfers, but this particular post will focus on how to use curl for managing (read/ delete/ rename/ upload) files on Webdav Server. While the second part of the post will cover implementation of Two Factor Authentication for the same. I'll assume that you know how to execute 'curl' command using terminal and invoke 'curl --help' or 'curl --manual' to get basic information about it.

Assume we have following Data:

Webdav URL: https://example.com/webdav
Username: user
Password: pass

Note: It is recommended to read article completely (both management and curl options) before implementation.

curl webdav
WebDAV Client API’s — Nextcloud Developer Manual 12 documentation https://docs.nextcloud.com/server/12/developer_manual/client_apis/WebDAV/index.html
Mon Jul 30 18:51:22 2018 archive.org
QRCode
thumbnail

This document provides a quick overview of the WebDAV operations supported in Nextcloud, to keep things readable it won’t go into many details for each operation, further information for each operation can be found in the corresponding rfc where applicable

webdav nextcloud
Different ways to access your Nextcloud files – Own your bits https://ownyourbits.com/2017/04/18/different-ways-to-access-your-nextcloud-files/
Mon Jul 30 18:50:49 2018 archive.org
QRCode
thumbnail

WebDAV is an extension to HTTP/1.1, and it is defined in RFC 4918. It extends the HTTP primitives in order to allow for file manipulation and colaborative authoring.

Some of these primitives include ( from Wikipedia )

COPY copy a resource from one URI to another
LOCK put a lock on a resource. WebDAV supports both shared and exclusive locks.
MKCOL create collections (a.k.a. a directory)
MOVE move a resource from one URI to another
PROPFIND retrieve properties, stored as XML, from a web resource. It is also overloaded to allow one to retrieve the collection structure (also known as directory hierarchy) of a remote system.
PROPPATCH change and delete multiple properties on a resource in a single atomic act
UNLOCK remove a lock from a resource
webdav nextcloud
I created the exact same app in React and Vue. Here are the differences. https://medium.com/javascript-in-plain-english/i-created-the-exact-same-app-in-react-and-vue-here-are-the-differences-e9a1ae8077fd
Mon Jul 30 03:51:19 2018 archive.org
QRCode

React vs Vue. Finally, a side-by-side code comparison between Vue and React! 🎉

vue react javascript
ZM::Template - Merges runtime data with static HTML or Plain Text template file. - metacpan.org https://metacpan.org/pod/ZM::Template
Thu Jul 26 21:26:56 2018 archive.org
QRCode
thumbnail

In an ideal web system, the HTML used to build a web page would be kept distinct from the application logic populating the web page. This module tries to achieve this by taking over the chore of merging runtime data with a static html template. Template can contain SSI derectives like and It is used ZM::SSI for SSI parsing. If module ZM::SSI not installed SSI derectives will be ignoring.

The ZM::Template module can address the following template scenarios :

Single values assigned to tokens

Multiple values assigned to tokens (as in html table rows)

Single pages built from multiple templates (ie: header, footer, body)

html tables with runtime determined number of columns

An template consists of 2 parts; the boilerplate and the tokens (place holders) where the variable data will sit.

perl html template
How can I compile my Perl script so it can be executed on systems without perl installed? - Stack Overflow https://stackoverflow.com/questions/1237286/how-can-i-compile-my-perl-script-so-it-can-be-executed-on-systems-without-perl-i/1237313
Thu Jul 26 21:08:24 2018 archive.org
QRCode
thumbnail
  • Install PAR::Packer. Example for *nix:

sudo cpan -i PAR::Packer

  • For Strawberry Perl for Windows or for ActivePerl and MSVC installed:

cpan -i PAR::Packer

  • Pack it with pp. It will create an executable named "example" or "example.exe" on Windows.

pp -o example example.pl

This would work only on the OS where it was built.

cpan perl compile
Sync to gdrive! - MobileRead Forums https://www.mobileread.com/forums/showthread.php?t=309337
Thu Jul 26 19:16:43 2018 archive.org
QRCode

The attached archive contains the following files:

  • ".drive/drive" is a command line utility I built from this (https://github.com/odeke-em/drive) github repository.
  • ".drive/fbink" is the NiLuJe utility to print on eink devices. (https://www.mobileread.com/forums/sh...d.php?t=299110)
  • ".drive/sync_gdrive.sh" is the actual script I run to sync the "gdrive/EbookSync" folder on my kobo sdcard with the "EbookSync" folder on my gdrive
  • ".drive/config.sh" is a file which can be modified to change the folders to be synced
  • ".drive/ca-certificates.crt" taken from (https://packages.ubuntu.com/bionic/ca-certificates) contains the certificate authorities shipped with Mozilla's browser to allow SSL-based applications to check for the authenticity of SSL connections.
  • the stuff in ".adds/kfmon/config" and in "00_hacks" is what I use to launch it with NiLuJe KFMON (https://www.mobileread.com/forums/sh...d.php?t=274231)

Installation:

1) Create a "EbookSync" folder on your gdrive, set as readable from all those which have the link. This is the folder where you will put your ebooks to send them to the reader.

2) explode the archive on your kobo sdcard

3) to authorize the kobo on your gdrive you have to:

  • go to "https://accounts.google.com/o/oauth2...2Fauth%2Fdrive"
  • authorize your account
  • copy the provided authorization code, and paste it into a new file on the .drive folder on your kobo, naming it "authcode.txt"

4) Lauch it. If you have kfmon installed you should be able to do it from the provided icon, otherwise you will have to hack your preferred launcher to start /mnt/onboard/.drive/sync_gdrive.sh On the first run it should create a gdrive folder on your kobo, with a .gd subfolder needed to authenticate the client on your GDrive.

After syncing the script will fake an USB connection / disconnection to force the kobo to update the library. You have to push the "connect" button or the new ebooks won't be added to the nickel catalog.

ebook gdrive sync
Utilisez et étendez PhotoRec pour récupérer vos données perdues / GLMF-210 / GNU/Linux Magazine / Connect - Edition Diamond https://connect.ed-diamond.com/GNU-Linux-Magazine/GLMF-210/Utilisez-et-etendez-PhotoRec-pour-recuperer-vos-donnees-perdues
Thu Jul 26 16:25:27 2018 archive.org
QRCode
thumbnail

Si vous avez voulu récupérer des données perdues, vous avez sans doute croisé le nom de PhotoRec. Il s’agit sans doute du logiciel libre de récupération de données le plus populaire. Bien que développé depuis quinze ans et connaissant plus de 400 formats de fichiers, il peut être nécessaire de lui apprendre à reconnaître un autre format de fichiers, celui utilisé par vos précieuses données. Après avoir vu son utilisation, découvrez comment étendre PhotoRec.

photorec recuperation fichier
S'organiser numériquement avec un planning, des contacts et des tâches · Olivier Dᴏꜱꜱᴍᴀɴɴ https://olivier.dossmann.net/2016/10/sorganiser-num%C3%A9riquement-avec-un-planning-des-contacts-et-des-t%C3%A2ches/
Tue Jul 24 13:57:52 2018 archive.org
QRCode
thumbnail
  • Vos contacts s’amoncèlent ?
  • Les tâches se perdent parmi un tas de post-its sur votre bureau ?
  • Et vous oubliez constamment vos rendez-vous ?

C’est ce qui m’arrive constamment car je n’utilise pas les outils à ma portée pour m’organiser !
Et devinez quoi ? J’ai décidé d’en changer.

Et pour cela, j’ai pris mon Web à deux mains, j’ai secoué, et voici ce qu’il en est ressorti.

organisation tache calendrier numerique
Synchronisation des agendas et des tâches avec Thunderbird — Wiki de la mère Zaclys https://wiki.zaclys.com/index.php/Synchronisation_des_agendas_et_des_t%C3%A2ches_avec_Thunderbird
Tue Jul 24 13:56:29 2018 archive.org
QRCode
thumbnail
  • Avoir installé l'extension Lightningdans Thunderbird.
  • Avoir préalablement créé les agendas à synchroniser en passant par l'interface Web de Nextcloud.
  • Avoir récupéré les liens Caldav de ces calendriers
nextcloud task sync thunderbird
Show tasks with DUE date in calendar · Issue #28 · nextcloud/calendar · GitHub https://github.com/nextcloud/calendar/issues/28
Tue Jul 24 13:54:50 2018 archive.org
QRCode
thumbnail
  • per-user config option to enable this feature
  • only available when tasks app is enabled
  • tasks have a checkbox in front of them, clicking this checkbox will mark the task as done.
  • clicking the task itself should take the user to the task app
    • when going back to the calendar: get back to the same time-range?
task calendar nextcloud
Year 2038 problem - Wikipedia https://en.wikipedia.org/wiki/Year_2038_problem
Tue Jul 24 13:54:11 2018 archive.org
QRCode
thumbnail

The Year 2038 problem relates to representing time in many digital systems as number of seconds passed since 1 January 1970 and storing it as a signed 32-bit integer. Such implementations cannot encode times after 03:14:07 UTC on 19 January 2038. Just like the Y2K problem, the Year 2038 problem is caused by insufficient capacity of the chosen storage unit.

2038 année problème
Kakoune // /home/lord https://lord.re/posts/114-kakoune/
Sat Jul 21 01:04:56 2018 archive.org
QRCode
thumbnail

Découverte de kakoune un éditeur de texte TUI modal inspiré par Vi.

Gnuk, NeuG, FST-01 : entre cryptographie et matériel libre - LinuxFr.org https://linuxfr.org/news/gnuk-neug-fst-01-entre-cryptographie-et-materiel-libre
Sat Jul 21 00:54:47 2018 archive.org
QRCode
thumbnail

Gnuk, NeuG, FST-01 : entre cryptographie et matériel libre

Des fichiers 3D libres de droits pour perfectionner vos projets | Adobe Stock https://stock.adobe.com/ch_fr/3d-assets
Tue Jul 17 21:06:01 2018 archive.org
QRCode
thumbnail
3D model libre
Sweet Home 3D : Recherche de modèles 3D libres http://www.sweethome3d.com/fr/searchModels.jsp
Tue Jul 17 21:04:17 2018 archive.org
QRCode
thumbnail
3D model libre
page 50 / 155
4771 links, including 1685 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn