Shaare your links...
5077 links
yakmoijebrille Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
9 results for tags github x
  • How to publish a Scala library in GitHub Packages | by Manuel Rodríguez | Medium
    Fri Oct 28 14:59:10 2022 - permalink -
    - https://medium.com/@supermanue/how-to-publish-a-scala-library-in-github-bfb0fa39c1e4
    chisel flf github maven scala
  • Le pillage de la communauté des logiciels libres, par Mathieu O'Neil, Laure Muselli, Fred Pailler & Stefano Zacchiroli (Le Monde diplomatique, janvier 2022) - Liens en vrac de sebsauvage
    Sebsauvage président !
    :)
    Tue Feb 22 10:07:27 2022 - permalink -
    - https://sebsauvage.net/links/?BSvM7w
    github libre linkedin logiciel opensource sebsauvage
  • gitmemory
    Je ne connaissait pas, marrant.
    Tue Mar 10 22:00:27 2020 - permalink -
    - https://gitmemory.com/Martoni
    github gitmemory
  • Syncing a fork - User Documentation
    git remote add upstream <git repository>
    git fetch upstream
    git checkout master
    git merge upstream/master
    Thu Nov 17 10:34:38 2016 - permalink -
    - https://help.github.com/articles/syncing-a-fork/
    git github upstream
  • Hacktoberfest 2015 - DigitalOcean
    Participez au hacktoberfest, le mois du hack et gagnez un T-Shirt !
    Fri Oct 2 11:21:56 2015 - permalink -
    - https://hacktoberfest.digitalocean.com/
    github hack hacktoberfest
  • git - Send a pull request on GitHub for only latest commit - Stack Overflow
    git remote add upstream <git repository>
    git checkout -b upstream upstream/master
    git cherry-pick <SHA hash of commit>
    git push origin upstream
    Mon Jul 27 08:56:32 2015 - permalink -
    - http://stackoverflow.com/questions/5256021/send-a-pull-request-on-github-for-only-latest-commit
    git github
  • Visioneur de rendu Markdown (à la github)
    Pour voir le rendu markdown de mes docs github avant de les commiter, et éviter ainsi de faire de multiple commits de corrections j'utilise grip :
    $ grip mondoc.md
    * Running on http://localhost:5000/

    Il suffit ensuite d'ouvrir son butineur web préféré pour voir le rendu
    Fri Sep 13 09:23:12 2013 - permalink -
    - https://github.com/joeyespo/grip
    github grip markdown web
  • Is there a command line utility for rendering github flavored markdown? - Stack Overflow
    d'autres technique pour avoir un rendu «à la github» mais sans conversion pdf.

    $ sudo apt-get install python-pip

    Pour avoir les tableaux, la seule méthode qui marche c'est d'utiliser grip. puis d'ouvrir son navigateur avec le port correspondant sur localhost.
    Thu Jul 11 10:43:41 2013 - permalink -
    - http://stackoverflow.com/questions/7694887/is-there-a-command-line-utility-for-rendering-github-flavored-markdown?answertab=active#tab-top
    github html markdown pip python tuto
  • How-to generate PDF from Markdown | Kevin Deldycke
    La syntaxe markdown est fantastique, elle permet de faire des textes lisible en texte pur, mais le texte est tout de même convertible en pdf, html, ... avec des tableau, titre, ...

    Voici une petite explication pour faire une conversion en PDF.
    Cette syntaxe est reconnue de base dans github par exemple, il faut que le fichier ait l'extension *.md.

    Note sur debian il faut aussi installer les paquets suivant :
    $ sudo apt-get install ruby-libxml
    $ sudo apt-get install libxslt1.1 libxslt1-dev

    Et il faut être sudo pour faire l'install de gimli :
    $ sudo gem install gimli
    $ gimli -f README.md

    Mais le rendu de mes tableaux ne marche pas :(
    Thu Jul 11 10:22:37 2013 - permalink -
    - http://kevin.deldycke.com/2012/01/how-to-generate-pdf-markdown/
    git github html informatique markdown pdf tuto
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.