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 35 / 155
L'histoire secrète des femmes dans le codage informatique – The New York Times | histoire lyonel kaufmann.ch https://lyonelkaufmann.ch/histoire/2019/02/20/lhistoire-secrete-des-femmes-dans-le-codage-informatique-the-new-york-times/
Fri Feb 22 16:39:17 2019 archive.org
QRCode
thumbnail

Qui sait que dès années 1940 aux années 1980, la place des femmes dans la programmation des ordinateurs était bien meilleure qu’aujourd’hui ? Qu’est ce qui s’est mal passé ? Le New York Times Magaz…

femme informatique
La bataille entre vrai open source et faux open source s'intensifie - ZDNet https://www.zdnet.fr/actualites/la-bataille-entre-vrai-open-source-et-faux-open-source-s-intensifie-39881007.htm
Fri Feb 22 15:54:05 2019 archive.org
QRCode
thumbnail

L'open source tel que nous l'avons connu est-il désormais obsolète ? Faut-il le remplacer ? Certaines entreprises affirment que oui, alors que d'autres dénoncent un non-sens !

redis opensource
Practical Go: Real world advice for writing maintainable Go programs https://dave.cheney.net/practical-go/presentations/qcon-china.html
Fri Feb 22 05:44:21 2019 archive.org
QRCode
thumbnail
go
readability-lxml · PyPI https://pypi.org/project/readability-lxml/
Fri Feb 22 01:48:31 2019 archive.org
QRCode
thumbnail

readability en python... humm ça me fait envie...

python readability
Quelle est la différence entre Flexbox et Grid ? - Zen Devs https://www.zendevs.xyz/quelle-est-la-difference-entre-flexbox-et-grid/
Thu Feb 21 18:02:16 2019 archive.org
QRCode
thumbnail

Essayons de répondre à cette question avec des points rapides plutôt que de longues explications. Il y a beaucoup de similitudes entre flexbox et grid, à

css flexbox grid
Sécurité sur le Cloud (2) : solutions et cas concrets D2SI Blog https://blog.d2si.io/2019/02/19/solutions-securite-cloud/
Wed Feb 20 16:37:40 2019 archive.org
QRCode
thumbnail

Filtrage réseau, gestion des comptes et des accès, chiffrement et clé, conformité... retour d'expérience sur la sécurité dans le Cloud à travers des cas concrets.

Skeleton: A minimal example generating HTML with Python Jinja https://code-maven.com/minimal-example-generating-html-with-python-jinja
Wed Feb 20 00:19:23 2019 archive.org
QRCode
thumbnail
python template jinja
Working With JSON Data in Python – Real Python https://realpython.com/python-json/
Tue Feb 19 19:02:49 2019 archive.org
QRCode
thumbnail
python serialize json
Researchers Find Further Evidence That Schizophrenia is Connected to Our Guts - D-brief http://blogs.discovermagazine.com/d-brief/2019/02/07/gut-bugs-may-shape-schizophrenia/#.XGtu1KSIaaO
Tue Feb 19 14:33:02 2019 archive.org
QRCode

Giving healthy mice gut bacteria from schizophrenic patients caused them to display symptoms of the disease.

estomac schyzophrenie
Bulk inserting on table with foreign key field - Stack Overflow https://stackoverflow.com/questions/48599465/bulk-inserting-on-table-with-foreign-key-field
Tue Feb 19 05:01:26 2019 archive.org
QRCode
thumbnail

Well, if you don't know ahead of time which servers are present in the DB it seems like your problem is the data-structure you're using. Keeping server_name -> member_names in a dict like that and trying to insert it all in one go is not how relational databases work.

Try this:

server_to_id = {}
for server_name in data:
if server_name not in server_to_id:
server = Server.create(name=server_name)
server_to_id[server_name] = server.id

for server_name, member_names in data.items():
server_id = server_to_id[server_name]
member_data = [{'name': name, 'server': server_id} for name in member_names]
Member.insert_many(member_data).execute()

Note: don't forget to call .execute() when using insert() or insert_many().

peewee python bulk insert foreign keys
Veille technologique : Rester à jour sans devenir taré(e) - Je suis un dev https://www.jesuisundev.com/veille-technologique-rester-a-jour-sans-devenir-tare/
Mon Feb 18 18:54:45 2019 archive.org
QRCode
thumbnail

La veille technologique c'est une question de vie ou de mort. Tu le sais que si tu restes pas à jour t'es foutu ? En tous cas y'a plein de gens pénibles comme moi qui te le répètent en permanence.

veille technologique blog
Caches: LRU v. random http://danluu.com/2choices-eviction/
Mon Feb 18 17:11:29 2019 archive.org
QRCode
thumbnail

Très intéressant... Je m'en servirais en archi microservice. On a tjrs besoin de cache...

2 random lru > lru simple.

Certification AWS | Cours de formation | AWS https://aws.amazon.com/fr/certification/certification-prep/
Sun Feb 17 18:13:09 2019 archive.org
QRCode
thumbnail

Obtenez votre certification AWS ! Prenez des cours de formation Amazon, profitez des ressources de certification Amazon pratiquez afin de vous préparer aux examens de certification.

amazon aws certification
Modern Alternatives to PGP https://blog.gtank.cc/modern-alternatives-to-pgp/
Sat Feb 16 04:47:52 2019 archive.org
QRCode
thumbnail

Did your last Yubikey just break? Perhaps you forgot an offline backup password.
Maybe you're just tired of living like a spy
[https://gist.github.com/grugq/03167bed45e774551155] and never using
smartphones. Whatever it is, you're here, and you're finally ready to give up
on
PGP [https://blog.filippo.io/giving-up-on-long-term-pgp]. That's great!

We're here to help!No one was sending you encrypted emails anyway, so that's
easy enough. But the most widespread uses of PGP are machine-oriented, fo

Welcome to Flask — Flask 1.0.2 documentation http://flask.pocoo.org/docs/1.0/
Fri Feb 15 22:24:58 2019 archive.org
QRCode

Welcome to Flask

Flask: web development, one drop at a time

Welcome to Flask’s documentation.
Get started with Installation and then get an overview with the Quickstart.
There is also a more detailed Tutorial that shows how to create a small but complete application with Flask.
Common patterns are described in the Patterns for Flask section.
The rest of the docs describe each component of Flask in detail, with a full reference in the API section.

Flask depends on the Jinja template engine and the Werkzeug WSGI toolkit.

python flask framework web
How to style different sites with one CSS collection https://medium.com/insider-inc-engineering/how-to-style-different-sites-with-one-css-collection-6f33126d4cdb?ref=dailydevlinks.com
Fri Feb 15 18:31:39 2019 archive.org
QRCode
thumbnail

How one CSS collection can define the styles for multiple sites that look different.

Via shaarli

css site gestion
Le Coût de l'expat : Comparer le coût de la vie des expatriés https://www.lecoutdelexpat.com/comparateur-cout-de-la-vie/paris-france/tokyo-japon
Fri Feb 15 18:23:32 2019 archive.org
QRCode

Comparaison du cout de la vie entre Paris et Tokyo
ATTENTION:

  • je ne sais pas d’où viennent les données (je n'ai pas encore regarde)
  • comparaison de certains prix en comparants les données de chaque pays
  • pas d'explication sur les tarifs d'abonnements ni sur les "frais caches"
paris tokyo cout vie comparaison
Fairy Tail OVA Ending 2 Happy Tale + Subs CC - Vidéo dailymotion https://www.dailymotion.com/video/x2tet92
Fri Feb 15 17:02:30 2019 archive.org
QRCode
thumbnail

Chanson du jour (avec les images...)

chanson jour
sharkdp/bat: A cat(1) clone with wings. https://github.com/sharkdp/bat
Thu Feb 14 19:21:56 2019 archive.org
QRCode
thumbnail

A cat(1) clone with syntax highlighting and Git integration.

cat bat tools
A chaque sprint sa rétrospective (REX) | Agile Mouse https://agilemouse.com/2016/12/02/a-chaque-sprint-sa-retrospective-rex/
Thu Feb 14 18:06:18 2019 archive.org
QRCode
thumbnail

Aller un bon REX ca fait pas de mal ! ( meme en famille ou entre amis parfois... )

rex agile bilan methode
page 35 / 155
4770 links, including 1684 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn