891 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 18 / 45
Newer►
  • Pampi - EdLeH
    Mon Feb 6 15:27:21 2017 - permalink -
    - - - http://pascal.peter.free.fr/pampi.html
    Markdown Pampi Présentation
  • Leak-freedom C++ | Sutter’s Mill
    Mon Jan 30 15:51:30 2017 - permalink -
    - - - https://herbsutter.com/2016/09/27/my-cppcon-talk-video-is-online/
    C++ Leak
  • Firefox redirects to https - Stack Overflow

    Quand Firefox redirige à tord vers HTTPs

    • Preferences
    • Privacy
    • Click 'Clear your history' (nothing will happen yet, click safely)
    • Once the pop-up appears, click Details.
    • Untick everything except 'Sites Preferences'

    Fichtre!

    Mon Jan 30 15:06:02 2017 - permalink -
    - - - http://stackoverflow.com/questions/30532471/firefox-redirects-to-https
    Firefox
  • Benefits of dependencies in software projects as a function of effort - Eli Bendersky's website

    The benefit of dependencies is inversely proportional to the amount of effort spent on a software project.

    Tue Jan 17 12:45:34 2017 - permalink -
    - - - http://eli.thegreenplace.net/2017/benefits-of-dependencies-in-software-projects-as-a-function-of-effort/
    Dependency Dev
  • Git Tips & Tricks | GitLab
    Mon Jan 16 15:42:08 2017 - permalink -
    - - - https://about.gitlab.com/2016/12/08/git-tips-and-tricks/
    Git
  • Wiki OpenOffice - Publipostage
    Sun Jan 15 00:30:35 2017 - permalink -
    - - - https://wiki.openoffice.org/wiki/FR/FAQ/Writer/129
    Calc publipostage
  • How to use QThread properly

    Un autre post sur les QThread. Quand on connaît un tantiner le sujet, on peut commencer par celui-là pour remettre les pendules à l'heure.

    Fri Jan 13 13:01:56 2017 - permalink -
    - - - http://www.vikingsoft.eu/how-to-use-qthread-properly/
    Qt QThread Thread
  • Tips : Opérateurs bit à bit

    Je bénis le jour où j'ai écris cet article !

    Thu Jan 5 15:30:55 2017 - permalink -
    - - - http://30minparjour.la-bnbox.fr/blog/2012/01/09/tips-operateurs-bit-a-bit/
    30minparjour
  • Commandes utiles en vrac - Documentation - Wiki - Linuxtricks · Seb Sauvage Link

    sleep 1; xset dpms force off

    Wed Jan 4 09:15:04 2017 - permalink -
    - - - http://www.linuxtricks.fr/wiki/commandes-utiles-en-vrac
    CommandLine Linux
  • 12 - Publishing npm packages | npm Documentation

    Publier un paquet sur npm est super simple... Impressionnant. je viens de le faire pour Qompoter.

    Thu Dec 22 23:20:14 2016 - permalink -
    - - - https://docs.npmjs.com/getting-started/publishing-npm-packages
    npm
  • using gitlab token to clone without authentication - Stack Overflow

    Pour utiliser Gitlab CI :
    http://docs.gitlab.com/ce/ci/variables/README.html
    https://docs.gitlab.com/ce/user/project/new_ci_build_permissions_model.html

    Tue Dec 20 15:47:09 2016 - permalink -
    - - - http://stackoverflow.com/questions/25409700/using-gitlab-token-to-clone-without-authentication
    Git Gitlab
  • How to undo "git commit --amend" done instead of "git commit" - Stack Overflow
    
    git reflog
    git reset HEAD@{index before the amend}
    git commit ... 
    Tue Dec 20 09:50:28 2016 - permalink -
    - - - http://stackoverflow.com/questions/1459150/how-to-undo-git-commit-amend-done-instead-of-git-commit
    Git Reset
  • You Might Be Tempted to Use These CSS Tricks But Should You? - Web Designer Wall - Design Trends and Tutorials

    La vache, le CSS a bien évolué...

    Fri Dec 16 07:37:39 2016 - permalink -
    - - - http://webdesignerwall.com/tutorials/you-might-be-tempted-to-use-these-css-tricks-but-should-you
    CSS Web
  • Using Linux to manage my keyboard and mouse with Logitech's Unifying receiver | ZDNet

    Yes !

    Wed Dec 14 11:07:22 2016 - permalink -
    - - - http://www.zdnet.com/article/using-linux-to-manage-my-keyboard-and-mouse-with-logitechs-unifying-receiver/
    Linux Logitech
  • Calendrier perpétuel · Seb Sauvage Link
    Wed Dec 7 14:06:28 2016 - permalink -
    - - - http://trk.free.fr/calendrier/
    Calendrier
  • How do you stop qmake from trying to strip all installed files? | MythTV | Dev

    When adding some files to INSTALLS, they are stripped if they are excecutables.

    To avoid using strip, you can update "QMAKE_STRIP" variable and force stripping executables one by one using ".extra":

    target.extra = strip $${DESTDIR}/$(TARGET)
    QMAKE_STRIP = echo # Avoid striping unwanted files (which will not work)
    applibs.files = $${DESTDIR}/*.so*
    applibs.path = $$EXPORT_LIBPATH
    INSTALLS += applibs
    Thu Dec 1 15:40:55 2016 - permalink -
    - - - http://www.gossamer-threads.com/lists/mythtv/dev/141885
    C++ make qmake Qt
  • [CentOS] CentOS 7: firewalld.service operation time out - systemctl firewalld issues

    Gah ! Dire que je cherche depuis hier...

    systemctl stop firewalld ; pkill -f firewalld ; systemctl start firewalld
    Tue Nov 22 10:03:36 2016 - permalink -
    - - - https://lists.centos.org/pipermail/centos/2014-September/145809.html
    firewalld Linux
  • Native Apps are Doomed – JavaScript Scene – Medium

    Si l'avenir ne dépendait que des utilisateurs et des développeurs, je rejoindrais pleinement Eric Elliot sur ce sujet "Native Apps are Doomed". Mais il faut aussi compter sur les fournisseurs de plateformes.

    En tout cas, si en 2010 faire une Web app riche était un peu compliqué, cela semble beaucoup plus envisageable aujourd'hui. J'ai hâte d'avoir l'occasion d'essayer.

    Notamment :

    • HTTPS (let's encrypt !)
    • manifest.json validator https://manifest-validator.appspot.com/
    • manifest.json helper https://github.com/boyofgreen/manUp.js/
    Mon Nov 21 09:42:30 2016 - permalink -
    - - - https://medium.com/javascript-scene/native-apps-are-doomed-ac397148a2c0#.7kpsmkevu
    Offline Web Webapp
  • Table of Contents for Full Stack Python
    Thu Oct 27 13:45:32 2016 - permalink -
    - - - https://www.fullstackpython.com/table-of-contents.html
    Python
  • "How to use QThread in the right way (Part 1)" — 1+1=10

    Un autre post sur les QThread.

    Thu Oct 6 09:27:42 2016 - permalink -
    - - - http://blog.debao.me/2013/08/how-to-use-qthread-in-the-right-way-part-1/
    C++ Qt Thread
Links per page: 20 50 100
◄Older
page 18 / 45
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation