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 62 / 155
LEGO BOOST 17101 building instructions | Danny's LAB http://robotics.benedettelli.com/lego-boost-17101-building-instructions/
Mon Oct 9 21:47:43 2017 archive.org
QRCode
thumbnail

Instructions de montage LEGO Boost

lego
About | Unvanquished https://www.unvanquished.net/?page_id=336
Mon Oct 9 04:17:41 2017 archive.org
QRCode
thumbnail
Fail2ban and LXC containers | hibern8 https://hibern8.wordpress.com/2016/02/04/fail2ban-and-lxc-containers/
Fri Oct 6 19:57:53 2017 archive.org
QRCode
thumbnail
Questions on how to create/update Metazoa patches, ARM assembler, objdump, etc. - MobileRead Forums https://www.mobileread.com/forums/showthread.php?t=290986
Fri Oct 6 19:43:00 2017 archive.org
QRCode
thumbnail
Glo Memory Upgrade Mod Guide (With Pictures) - MobileRead Forums https://www.mobileread.com/forums/showthread.php?t=209122
Fri Oct 6 19:42:12 2017 archive.org
QRCode
thumbnail
Compiling C++ on the Kobo Glo - MobileRead Forums https://www.mobileread.com/forums/showthread.php?t=216923
Fri Oct 6 19:33:26 2017 archive.org
QRCode
thumbnail
clc: Hacking the Kobo Touch http://uscoffings.net/tech/embedded/kobo-touch/
Fri Oct 6 18:06:52 2017 archive.org
QRCode
thumbnail
kobo-nightmode by dbeinder http://dbeinder.github.io/kobo-nightmode/
Fri Oct 6 17:58:07 2017 archive.org
QRCode
thumbnail
Kobo Reader - MobileRead Forums https://www.mobileread.com/forums/forumdisplay.php?f=223
Fri Oct 6 17:16:37 2017 archive.org
QRCode
thumbnail
Even more Kobo hacking - a3nm's blog https://a3nm.net/blog/kobo_glo_hacking.html
Fri Oct 6 17:15:02 2017 archive.org
QRCode
thumbnail

Hackink Kobo

[Tech] DevOps ? C’est pas faux ! - Blog LINKBYNET http://thewatchmakers.fr/devops-cest-pas-faux/
Mon Oct 2 04:33:35 2017 archive.org
QRCode

Depuis 2008 et la conférence d’Andrew Clay Shafer et Patrick Debois “Agile Infrastructure”, le terme DevOps s’est imposé doucement mais surement au point d’en devenir un buzzword incroyable sur vos réseaux sociaux préférés. Cette contracture entre « développement » et « opérations » est reprise partout et par tous les métiers : les ressources humaines qui cherchent désormais des “DevOps” …

digispark:tutorials:connecting [Digistump Wiki] https://digistump.com/wiki/digispark/tutorials/connecting
Sun Oct 1 23:57:12 2017 archive.org
QRCode
thumbnail
Le programmateur AVR le moins cher du monde - Chicoree http://www.chicoree.fr/w/Le_programmateur_AVR_le_moins_cher_du_monde
Sun Oct 1 23:44:49 2017 archive.org
QRCode
thumbnail
avr isp usb
Programmateur AVR USB - Méta-blog http://meta-blog.eklablog.com/programmateur-avr-usb-p926874
Sun Oct 1 23:41:27 2017 archive.org
QRCode

  Coucou :) Je vous propose un petit programmateur pour les "AVR d'atmel". Par exemple pour les "Atmega128, 328"(les microcontrôleurs qui ce trouve sur les cartes arduino), ou encore les "Attiny...

How to restore via command line - UrBackup Server - UrBackup - Confluence https://urbackup.atlassian.net/wiki/spaces/US/pages/2981890/How+to+restore+via+command+line
Sat Sep 30 14:23:49 2017 archive.org
QRCode
thumbnail
Installer CherryPy derrière Apache - peuw.net, encore et toujours mieux que la trottinette. http://blog.peuw.net/posts/installer-cherrypy-derriere-apache
Tue Sep 26 20:58:25 2017 archive.org
QRCode
thumbnail

a2enmod rewrite
a2enmod proxy
a2enmod proxy_http

===

ProxyPreserveHost On

<Directory /var/www/cherrypy/>
RewriteEngine On
RewriteRule ^(.*)$ http://IP_CHERRYPY:PORT_CHERRYPY/$1 [proxy]

===

sudo service apache2 restart

===
(pratique quand on virtualise.../Mutualise...)

python cherrypy apache
CherryPy — A Minimalist Python Web Framework http://cherrypy.org/
Mon Sep 25 18:50:38 2017 archive.org
QRCode

CherryPy is a pythonic, object-oriented web framework

CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This results in smaller source code developed in less time.

CherryPy is now more than ten years old and it is has proven to be very fast and stable. It is being used in production by many sites, from the simplest to the most demanding.

python framework
http://www-igm.univ-mlv.fr/~dr/XPOSE/PerlVsPython/ http://www-igm.univ-mlv.fr/~dr/XPOSE/PerlVsPython/
Mon Sep 25 18:46:45 2017 archive.org
QRCode
thumbnail

Lequel choisir ?Il est difficile de donner une réponse tranchée à cette question.

Perl s'adresse d'avantage à des gens ayant déja programmé, des programmeurs familiers au C, à Sed, Awk ou aux commandes Unix. Il nécessite la compréhension des expressions rationnelles, et d'avoir la faculté de comprendre le code des autres. On l'utilise plus volontier pour le traitement de chaînes de caractères ainsi que pour les CGI.

Python semble plus approprié aux débutants en programmation. Il intéressera d'avantage ceux qu'ils veulent faire de la programmation orientée objet. Les réactions contre Perl n'apparaissent pas avec Python : ceci atteste la qualité du design et l'implémentation en Python. De part ses conventions, son esthétisme et son support inhérent pour des ensembles d'objets, Python est plus adapté aux projets de grande taille.

Pour conclure, si vous ne savez toujours pas lequel choisir, le mieux de les essayer tous les deux par vous même ! ;-)

perl python code
py-pgp 0.0.1 : Python Package Index https://pypi.python.org/pypi/py-pgp
Sat Sep 23 16:50:13 2017 archive.org
QRCode
thumbnail

A Python implementation of OpenPGP

Lucy - search.cpan.org http://search.cpan.org/~nwellnhof/Lucy-0.6.1/lib/Lucy.pod
Fri Sep 22 22:57:55 2017 archive.org
QRCode
thumbnail
page 62 / 155
5001 links, including 1907 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn