891 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 27 / 45
Newer►
  • Bible Warning - Liens en vrac de sebsauvage

    Me voilà rassuré, la Bible parle donc bien de l'humanité.

    Thu Dec 18 12:30:39 2014 - permalink -
    - - - http://sebsauvage.net/links/?GR8qlQ
    Bible ThinkAboutIt
  • Blog Libre | Hubicfuse pour monter le cloud Hubic en local - nicosomb's bookmarks - Links Lounge - Les petits liens de Knah Tsaeb

    Merci beaucoup !

    Tue Dec 16 09:54:44 2014 - permalink -
    - - - http://book.knah-tsaeb.org/?cyiFNA
    hubic
  • Blog Libre | Hubicfuse pour monter le cloud Hubic en local - nicosomb's bookmarks

    Rah !!! Quelqu'un a-t-il wallabager (ou archiver autrement) ce lien "http://blog-libre.org/post/2014/07/02/hubicfuse-pour-monter-le-cloud-hubic-en-local" ? Il a été largement shaarlié, mais depuis il a disparu ! Fichtre !

    Mon Dec 15 10:31:41 2014 - permalink -
    - - - http://bookmarks.cdetc.fr/?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDIQFjAA&url=http%3A%2F%2Fbookmarks.cdetc.fr%2F%3Faddtag%3Dhubic&ei=PqqOVPfoDcrfaPrKgqAD&usg=AFQjCNGvgIvrkSfXtpDdUKZ7Y-DFZZlFBA&sig2=upkK1ib4dm87532iny0i7A&bvm=bv.81828268%2Cd.d2s&cad=rja&searchtags=hubic
    hubic
  • Préparez-vous à réécrire l’histoire avec Git rebase | Excilys Labs
    Mon Dec 15 10:29:16 2014 - permalink -
    - - - http://labs.excilys.com/2012/02/28/preparez-vous-a-reecrire-lhistoire-avec-git-rebase/
    Git
  • Le web mobile et la performance – 24 jours de web

    Ouha, je suis pas mal le sujet de l'optimisation des sites Web, particulièrement mobile, même si je n'ai plus trop l'occasion de pratiquer. Et c'est vrai que c'est dernier temps, j'étais généralement déçu des ressources que je trouvais. Mais là, c'est à la fois une bonne synthèse de tout ce qu'il faut faire, tout en le confrontant réellement à la réalité. Chapeau !

    Fri Dec 12 09:41:31 2014 - permalink -
    - - - http://www.24joursdeweb.fr/2014/le-web-mobile-et-la-performance/
    CSS HTML JS Performance Web
  • Undocumented qmake - QtCentreWiki

    ça commence à dater, mais c'est vital pour faire une configuration avancée via qmake.

    Another one: http://paulf.free.fr/undocumented_qmake.html

    Thu Dec 11 09:10:33 2014 - permalink -
    - - - https://wiki.qt.io/Undocumented_QMake
    Doc qmake Qt
  • 11.10 - Mount NTFS partition at startup, with non-root user as owner - Ask Ubuntu
    Mon Dec 1 17:04:31 2014 - permalink -
    - - - http://askubuntu.com/questions/92863/mount-ntfs-partition-at-startup-with-non-root-user-as-owner/517223#517223
    Linux NTFS
  • qt creator - How to get QMake to copy large data files only if they are updated - Stack Overflow

    Voilà qui est encore mieux !!!

    OCTAVE_FILES = $$files($${PWD}/scripts/*.m)
    copy_files.name = Copy scripts
    copy_files.input = OCTAVE_FILES
    copy_files.output = $${OUT_PWD}/data/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
    copy_files.commands = ${COPY_FILE} ${QMAKE_FILE_IN} ${QMAKE_FILE_OUT}
    copy_files.CONFIG += no_link target_predeps
    QMAKE_EXTRA_COMPILERS += copy_files

    Wed Nov 19 15:13:42 2014 - permalink -
    - - - http://stackoverflow.com/questions/18488154/how-to-get-qmake-to-copy-large-data-files-only-if-they-are-updated?answertab=votes#tab-top
    qmake Qt
  • Copying data files to the build directory with qmake | dragly

    copydata.commands = $(COPY_DIR) $$PWD/data $$OUT_PWD
    first.depends = $(first) copydata
    export(first.depends)
    export(copydata.commands)
    QMAKE_EXTRA_TARGETS += first copydata

    Edit : encore mieux -> http://links.la-bnbox.fr/?kqGppw

    Wed Nov 19 11:02:55 2014 - permalink -
    - - - http://dragly.org/2013/11/05/copying-data-files-to-the-build-directory-when-working-with-qmake/
    qmake Qt
  • Understanding lvalues and rvalues in C and C++ - Eli Bendersky's website

    Voilà qui clarifie bien les choses.
    La conversion de rvalue en lvalue est assez tordue :

    "This doesn't mean that lvalues can't be produced from rvalues by more explicit means. For example, the unary '' (dereference) operator takes an rvalue argument but produces an lvalue as a result. Consider this valid code:

    int arr[] = {1, 2};
    int
    p = &arr[0];
    (p + 1) = 10; // OK: p + 1 is an rvalue, but (p + 1) is an lvalue

    Conversely, the unary address-of operator '&' takes an lvalue argument and produces an rvalue:

    int var = 10;
    int bad_addr = &(var + 1); // ERROR: lvalue required as unary '&' operand
    int
    addr = &var; // OK: var is an lvalue
    &var = 40; // ERROR: lvalue required as left operand
    // of assignment
    "

    Tue Nov 4 14:01:12 2014 - permalink -
    - - - http://eli.thegreenplace.net/2011/12/15/understanding-lvalues-and-rvalues-in-c-and-c
    C++
  • virtualbox.org • View topic - HOWTO: Install Linux Guest Additions + Xorg config

    Shared folders with Debian and VirtualBox: https://forums.virtualbox.org/viewtopic.php?t=15868

    Mon Oct 6 17:24:02 2014 - permalink -
    - - - https://forums.virtualbox.org/viewtopic.php?t=15679
    Debian Linux VirtualBox
  • c++ - Qt debian/ubuntu: Can't compile, error: cannot find -lGL - Stack Overflow

    Cannot find -lGL ? sudo apt-get install libgl1-mesa-dev

    Mon Oct 6 17:21:02 2014 - permalink -
    - - - http://stackoverflow.com/questions/21092733/qt-debian-ubuntu-cant-compile-error-cannot-find-lgl
    Qt
  • StartSSL™ Certificates & Public Key Infrastructure - StartSSL™ Home

    Il faudrait que je test cela sur mes sites.

    Fri Oct 3 09:50:25 2014 - permalink -
    - - - http://www.startssl.com/
    HTTPS
  • En vrac... - Shaarli | Orangina Rouge

    XD

    Wed Oct 1 15:50:54 2014 - permalink -
    - - - http://orangina-rouge.org/shaarli/?p__N9w
  • Preloaders.net - Circular (Spinners) AJAX loading GIF and APNG spinners, bars and 3D animations generator

    Très bons loaders free of use (même commercial)

    Tue Sep 23 10:45:58 2014 - permalink -
    - - - http://preloaders.net/en/circular
    Favicon icon
  • How can I replace commas with a line feed in a single cell? - Microsoft Community - Links Lounge - Le Hollandais Volant

    Eh non, malheureusement... Mais merci quand même ;-)
    "Ctrl+Entrée" sous LibreOffice et "Alt+Entrée" sous Office fonctionnent pour ajouter un saut de ligne lorsque l'on est en train d 'éditer une cellule.
    Par contre, si je fais "Ctrl+H" pour "Rechercher et Remplacer", là il n'est visiblement pas possible de remplacer quelque chose par un saut de ligne. "Ctrl+Entrée", "Alt+Entrée", même "Maj+Entrée" remplacent par du vide... Sauf "Ctrl+Maj+J" sous Office. Il faudrait trouver le même caractère "line break" sous LibreOffice...

    Thu Sep 11 09:06:23 2014 - permalink -
    - - - http://lehollandaisvolant.net/index.php?mode=links&id=20140910174625
    Excel
  • How can I replace commas with a line feed in a single cell? - Microsoft Community

    Pour remplacer un caractère par un "line break" dans un fichier Excel, faire Ctrl+Maj+J dans le champ "Remplacer".
    Sérieusement ???
    Dans LibreOffice, il suffirait de mettre "\n" (entre guillemet), mais ça ne fonctionne pas sous Calc, que sous Writer. Est-ce un bug ? Les avis sont partagés... Vu qu'il est impossible de remplacer par un line break dans Calc, c'est clairement un bug pour moi.

    Wed Sep 10 09:09:39 2014 - permalink -
    - - - http://answers.microsoft.com/en-us/office/forum/office_2007-excel/how-can-i-replace-commas-with-a-line-feed-in-a/55390740-16a4-48c8-85d8-c00e5ded2ed2
    Excel
  • C++ FAQ
    Mon Sep 8 14:26:25 2014 - permalink -
    - - - http://www.parashift.com/c++-faq-lite/index.html
    C++ FAQ
  • GotW #7a Solution: Minimizing Compile-Time Dependencies, Part 1 | Sutter’s Mill
    • Never #include unnecessary header files.
    • Never #include a header when a forward declaration will suffice.
      Prefer to #include when a forward declaration of a stream will suffice.
      A dependency is only mention as a return type: doesn't require a definition, but it is better to add it for the caller convenience (he will be able to use auto val = x.h();)
      ** A dependency is only mention as a parameter type, or bother a parameter type and a return type: doesn't require a definition

    Ces deux derniers point ne sont pas vrais en Qt si c'est dans la définition d'un signal ou d'un slot. Qmake génère un moc_.cpp à partir du .h, et il a besoin des définitions des paramètres.

    Mon Sep 8 10:51:30 2014 - permalink -
    - - - http://herbsutter.com/2013/08/19/gotw-7a-solution-minimizing-compile-time-dependencies-part-1/
    BestPractice C++ Guidelines
  • Free Dynamic DNS - Managed DNS - Managed Email - Domain Registration - No-IP

    Merci shaarli.fr, sans toi je n'aurai jamais retrouvé no-IP !!!

    Sat Sep 6 19:12:50 2014 - permalink -
    - - - http://www.noip.com/
    no-ip OnMyServer
Links per page: 20 50 100
◄Older
page 27 / 45
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation