shaarliGor
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 1 / 2
27 results tagged github  ✕
Note: How to fetch pull request from GitHub? /shaarli/shaare/mUxsKg
Mon Aug 20 07:23:43 2018 archive.org

Add fetch = +refs/pull/*/head:refs/remotes/origin/pr/* in your .git/config file:

[remote "origin"]
    url = https://github.com/[user_or_org]/[repository].git
    fetch = +refs/heads/*:refs/remotes/origin/*
    fetch = +refs/pull/*/head:refs/remotes/origin/pr/*

In this example, origin is the main repository, not the forked one.

And then git fetch origin and git checkout pr/[ID] to review changes.

source: https://gist.github.com/piscisaureus/3342247

github pull_request trucs_et_astuces
GitHub - josegonzalez/python-github-backup: backup a github user or organization https://github.com/josegonzalez/python-github-backup
Thu Aug 9 07:21:02 2018 archive.org
thumbnail

Outil python pour faire des sauvegardes des dépôt GitHub d'un compte utilisateur ou d'organisation. L'intérêt c'est qu'il permet d'avoir ce qui n'est pas dans l'historique git, comme les issues ou les milestones.

via http://www.gerardmenvussa.ch/shaarli/?83yrzw

python outils github backup
GitHub Issues on the command line. Use your $EDITOR, not your browser. https://github.com/stephencelis/ghi
Tue Jul 31 08:10:26 2018 archive.org
thumbnail

Outil en ligne de commande pour gérer les issues d'un dépôt GitHub.

Via GNU/Linux Magazine France, no 213, p. 36 (Mars 2018).

github cli outils
Tools, not rules: why I've built issues-helper - Clever Cloud Blog https://www.clever-cloud.com/blog/features/2018/02/13/issues-helper/
Wed Feb 14 07:47:56 2018 archive.org
thumbnail

Un outil en CLI pour ouvrir des issues sur GitHub ou GitLab.

via : https://twitter.com/hsablonniere/status/963351459701121024

cli github gitlab outils git
The Journal of Open Source Software http://joss.theoj.org/
Tue Jul 11 10:12:45 2017 archive.org
thumbnail

Une revue scientifique dédiée au logiciel libre, sur github. Il semble bien que le processus de revue par les pairs est ouvert.

logiciel_libre libre revue github open-peer-review publication_web academic-content
https://hbz.github.io/ https://hbz.github.io/
Tue Nov 29 09:11:34 2016 archive.org

hbz : Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen

La page GitHub présentant les activités de développement de l'institution. Utile, intéressant et ouvert.

veille allemand réseau bibliothèques github open
National Library of Finland https://github.com/NatLibFi
Tue Nov 29 09:09:35 2016 archive.org
thumbnail

Page GitHub institutionnelle de la bibliothèque nationale de la Finlande. Il y a autant des projets informatiques que bibliothécaires.

veille github Finland bibliothèques nationale
Code as a Research Object https://mozillascience.github.io/code-research-object/
Sat Sep 17 17:37:37 2016 archive.org

Comme le dit grolimour :

Mozilla Science Lab + Figshare + Github = DOI pour du code

On peut aussi passer par Zenodo : https://id-libre.org/shaarli/?mgX6Eg

DOI recherche scientific_data veille figshare github mozilla
Standard Ebooks https://standardebooks.org/
Mon Aug 8 08:10:34 2016 archive.org
thumbnail

Free and liberated ebooks, carefully produced for the true book lover.

Un effort est fait dans la qualité de la correction de l'OCR et du code, afin de produire des livres électroniques d'une bonne lisibilité.

En anglais uniquement.

Les livres sont sur github, ce qui permet de suivre leur évolution.

veille eBook standards ePub libre github
Making Your Code Citable · GitHub Guides https://guides.github.com/activities/citable-code/
Tue May 24 11:20:58 2016 archive.org

Comment rendre son dépôt Github citable ? En lui donnant un DOI. Comment faire ? En passant par Zenodo, bien sûr !

veille citation référence DOI github Zenodo
Authorea · GitHub https://github.com/Authorea
Fri Apr 29 20:26:33 2016 archive.org
thumbnail

Tiens, Authorea a un compte GitHub. Avec un fork de pandoc dedans.

via : grolimur : http://www.gerardmenvussa.ch/shaarli/?ji1Lwg

veille authorea github pandoc LaTeX production_documentaire
csheldonhess/c4l16-cli-workshop: Command Line Bootcamp workshop materials for Code4Lib 2016 https://github.com/csheldonhess/c4l16-cli-workshop
Tue Mar 8 13:11:39 2016 archive.org
thumbnail

Un cours pour l'utilisation de la ligne de commande à l'intention des archivistes, des bibliothécaires et des développeur Web.

Intéressant !

code4lib cli cours github bibliothèques archives veille
Using Reveal.JS on GitHub Pages | Learning LibTech https://cynng.wordpress.com/2014/10/08/using-reveal-js-on-github-pages-for-your-presentations/
Wed Nov 4 12:02:42 2015 archive.org
thumbnail

Un petit tuto proposée par une bibliothécaire un peu technique sur l'utilisation de Reveal.js dans Github Pages...

veille tutoriel github reveal.js github-pages markdown
shaarli/Shaarli https://github.com/shaarli/Shaarli
Thu Mar 19 09:50:02 2015 archive.org
thumbnail

Le dépôt github de la version communautaire de Shaarli.

veille bookmarking social github shaarli
GITenberg.github.io by GITenberg https://gitenberg.github.io/
Tue Jan 27 06:56:40 2015 archive.org

Project GITenberg is a Free and Open, Collaborative, Trackable and Scriptable digital library. It leverages the power of the Git version control system and the collaborative potential of Github to make books more open.

Currently there are over 43,000 books in GITenberg.

Les repositories sont là : https://github.com/GITenberg

git github e-book bibliothèque_numérique Gutenberg veille domaine_public
Authorea https://www.authorea.com
Sun Dec 14 08:16:09 2014 archive.org

Outil d'édition collaborative de texte en ligne, spécialement conçu pour la rédaction d'articles scientifiques. Un effort substantiel est fait pour l'aide à la rédaction, avec des modèles, dont certains sont adaptés à la soumission d'articles dans telle ou telle revue.

Les articles peuvent être édités en markdown ou en LaTeX, et sont convertis en PDF ou documents Microsoft Word (?) via pandoc.

Bien entendu, il y a un système de versionning : git. Et on peut associer un article avec un repository git, que ce soit sur Github ou ailleurs. Ce qui permet de travailler hors ligne également.

Pour la bibliographie, apparemment on peut "glisser" des références depuis Zotero ou Mendeley.

Le code d'Authorea ne semble pas libre, du moins rien est fait pour le mettre en évidence. Pour l'utilisation, il y a plusieurs type de comptes, le premier gratuit, puis payant, avec un seul article privé pour le compte gratuit, et jusqu'à 25 pour la suite.

via grolimur : http://www.nous4.ch/shaarli/?ra12_Q

production_documentaire article_scientifique markdown LaTeX git github Web éditeur collaboratif
Kuali Foundation · GitHub https://github.com/kuali
Wed Nov 19 15:25:14 2014 archive.org
thumbnail

Le GitHub de la Kuali Foundation, qui produit un ERM-LSP open-source, principalement sous forme de SaaS.

github SiDoc LSP libre cloud ERM
Mastering Zotero http://zotero-manual.github.io/zotero-manual/
Fri Nov 7 10:04:22 2014 archive.org

"Mastering Zotero will be a comprehensive user guide for the Zotero reference manager. Writing has just started, and entries on many topics still need to be written. Entries that are already in a usable state are listed below."

Déjà relativement complet. En licence CC-BY-SA, dispo sur github

veille Zotero github manuel guide
Github LaTeX CI https://www.sharelatex.com/github
Mon Oct 27 13:16:13 2014 archive.org

Permet de compiler un repos LaTeX de github via sharelatex.

git LaTeX github sharelatex production_documentaire veille
swissbib - information services for Swiss university libraries and Swiss National library https://github.com/swissbib
Sat Jul 26 08:23:33 2014 archive.org
thumbnail

Le compte github de swissbib, l'auteur du catalogue des bibliothèques universitaires suisses.

github veille bibliothèques OPAC
page 1 / 2
2549 links, including 10 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn