PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Note: Vue postgres depuis du json

2018-06-07T11:57:18+02:00
-- contenu du json de mon_champ_json :
-- { {"champ1":"azerty","champ2":"azerty"}, {"champ1":"azerty","champ2":"azerty"} }

CREATE TYPE json_type_<mon_champ_json> AS(
    "champ1" character varying(255),
    "champ2" character varying(255),
    ...
);
DROP VIEW IF EXISTS v_<ma_vue>;
create view v_<ma_vue> as
    SELECT t.id, j.*
    FROM ma_table t, json_populate_recordset(null::json_type_<mon_champ_json>, t.<mon_champ_json>::json) j;
Permalink

En une heure, 13 000 projets ont été basculés de GitHub à GitLab - Tech - Numerama

2018-06-06T14:25:18+02:00
«À noter que GitLab était préalablement hébergé sur la plateforme de cloud computing Microsoft Azure, avant de finalement opter pour un autre hébergeur en avril : Google Cloud Platform.»
*pan*
Permalink

Software Defined Radio Academy - YouTube

2018-06-05T13:10:28+02:00

Permalink

Nginx configuration: autoindex subdirectory - Stack Overflow

2018-06-05T11:11:32+02:00
server {
[...]
    location / {                                                          
        autoindex                   on;
        autoindex_exact_size        off;
        autoindex_localtime         on;
    }
[...]
}
Permalink

Éducation nationale : le retour de l'uniforme à l'école

2018-06-05T10:48:39+02:00
Ça fait très «tenue de prisonnier du système». «Il faut que tout le monde entre dans le moule.»
C'est triste :-(
via https://lehollandaisvolant.net/?id=20180604160105
Permalink

Microsoft et GitHub : un mariage à 7,5 milliards $ - GuiGui's Show

2018-06-05T10:45:36+02:00

Permalink

Entretien à propos de « Makers », les laborantins du changement social - Nonfiction.fr le portail des livres et des idées

2018-06-05T10:35:17+02:00
via https://my.shaarli.fr/dave_idem/?zc9mBQ
Permalink

A bright future for GitHub | The GitHub Blog

2018-06-05T10:18:25+02:00

Permalink

Build your own weather station with our new guide! - Raspberry Pi

2018-06-04T16:35:14+02:00

Permalink

GitHub - SerpentAI/SerpentAI: Game Agent Framework. Helping you create AIs / Bots to play any game you own!

2018-06-04T15:01:59+02:00
https://github.com/SerpentAI/SerpentAI/wiki
Permalink

Gym

2018-06-04T14:58:05+02:00
«Gym is a toolkit for developing and comparing reinforcement learning algorithms. It supports teaching agents everything from walking to playing games like Pong or Pinball.»
https://github.com/openai/gym
https://gym.openai.com/docs/
Permalink

Filesystem Hierarchy Standard

2018-06-04T14:30:33+02:00
http://www.pathname.com/fhs/pub/fhs-2.3.html

via https://links.kalvn.net/?JrMS4g
Permalink

Petit point sur le rachat de Github par Microsoft – Korben

2018-06-04T14:11:23+02:00

Permalink

Quatre smartphones épinglés pour infraction de la réglementation sur les ondes - Tech - Numerama

2018-06-04T12:40:40+02:00

Permalink

Inside Firefox’s DOH engine | daniel.haxx.se

2018-06-04T12:06:58+02:00

Permalink

#movingtogitlab | GitLab

2018-06-04T11:59:06+02:00

Permalink

Grafana

2018-06-04T11:47:00+02:00
Depuis 2018-06-03 à 19h30, annonce du rachat de Github par Microsoft, grosse migration de Github vers GitLab.
Plus de 3700 projets d'importés.
Permalink

Microsoft se serait offert GitHub : de quoi alarmer les partisans du logiciel libre ? - Business - Numerama

2018-06-04T11:42:15+02:00

Permalink

GitLab instances and other alternatives : technology

2018-06-04T11:33:59+02:00

Permalink

Microsoft has reportedly acquired GitHub - The Verge

2018-06-04T07:20:51+02:00
No no no no pas ça :-(

via http://www.librement-votre.fr/shaarli/?Q8y0mA
Permalink