2035 links
343 private links
  • Best of the best links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
22 results tagged tips x
  • thumbnail
    Inverser touches Fn et fonctions - Comment Ça Marche

    Excellent, j'ai un nouvel ordi pro et il faut appuyer sur fn pour faire F4 (comme dans alt f4) ou F2 pour renommer.
    Gros changement de repères, donc pas satisfaisant.

    Dans ce topic, quelqu'un pose la question de comment inverser les touches fn, tout le monde dit "y'avait une option avant dans windows 8, ça a disparu avec windows 10", et puis en 2016, quelqu'un poste ça :
    "Appuyer sur Fn + Echap : cela bloque les touches F1 à F12 en accès direct un peu comme la touche NumLock "

    Ah ben oui en fait, c'est marqué dessus... mdr

    June 22, 2021 at 8:31:05 PM GMT+2 * - permalink -
    QRCode
    - https://forums.commentcamarche.net/forum/affich-32484948-inverser-touches-fn-et-fonctions
    tips windows
  • thumbnail
    Obtenir la transcription textuelle d'une vidéo YouTube - Comment Ça Marche

    Youtube génère la transcription d'une vidéo :o soit un texte de tout ce qui est dit dedans.
    La fonction est pas facile à trouver dans les paramètres, mais ça marche de ouf', et on peut faire ctrl F pour chercher les mots !

    May 12, 2021 at 10:15:12 AM GMT+2 * - permalink -
    QRCode
    - https://www.commentcamarche.net/faq/52084-obtenir-la-transcription-textuelle-d-une-video-youtube
    tips
  • thumbnail
    How I got to 200 productive hours a month
    May 1, 2018 at 11:32:22 AM GMT+2 - permalink -
    QRCode
    - https://qotoqot.com/blog/improving-focus/
    tips work
  • thumbnail
    What Is hiberfil.sys and How Do I Delete It?

    Je trouve ça ouf' que j'avais pas encore désactivé l'hibernation windows. Y'avait un fichier de 6Go sur mon disque dur -_-
    Je me demande si ya pas une mise à jour qui l'avait réactivé.

    September 9, 2017 at 4:41:42 PM GMT+2 - permalink -
    QRCode
    - https://www.howtogeek.com/howto/15140/what-is-hiberfil.sys-and-how-do-i-delete-it/
    windows tips
  • thumbnail
    Renommer plusieurs fichiers sous Windows

    Je viens d'utiliser Ant Renamer, ça marche pas mal.

    Sinon, la méthode à la main dans Windows
    "Cmd dans le répertoire (shift + clic droit)
    Dir /B /OGEN > toto.cmd
    Ensuite faire le renommage en éditant le fichier"
    Par exemple, obtenir la ligne
    ren "Origami%20Bear.pdf" "Origami Bear.pdf"
    Merci Greg :-)

    March 5, 2016 at 5:16:37 PM GMT+1 - permalink -
    QRCode
    - http://www.commentcamarche.net/faq/2456-renommer-plusieurs-fichiers#fonctionnalites-natives
    windows tips
  • thumbnail
    Samsung Galaxy S3 / S4 – Eviter les ralentissement quand on clique sur le bouton Accueil | Korben

    Cette petite manip' a grave donné un coup de boost' aux perfs de mon S3 que je trouvais plutôt poussif ces temps-ci.

    Il s'agit de désactiver le lancement de S voice via le bouton d'accueil. sûrement une mise à jour un peu bugguée qui fait que ça consommait les ressources à fond.
    je suis plutôt content d'avoir résolu ce problème :] Merci Korben !

    May 9, 2013 at 4:43:47 PM GMT+2 - permalink -
    QRCode
    - http://korben.info/samsung-galaxy-s3-s4-eviter-les-ralentissement-quand-on-clique-sur-le-bouton-accueil.html
    tips android
  • thumbnail
    Want to Be Happier? Stop Doing These 10 Things Right Now

    Pas mal du tout.

    Deux extraits :
    "Taking responsibility when things go wrong instead of blaming others isn't masochistic, it's empowering—because then you focus on doing things better or smarter next time. And when you get better or smarter, you also get happier."

    "Genuine relationships make you happier, and you'll only form genuine relationships when you stop trying to impress and start trying to just be yourself."

    April 12, 2013 at 1:53:25 PM GMT+2 - permalink -
    QRCode
    - http://lifehacker.com/5991218/want-to-be-happier-stop-doing-these-10-things-right-now
    tips irl
  • thumbnail
    [SOLVED] How to get the source code of a web page from linux command line?

    C'est aussi simple que ça.

    April 5, 2013 at 2:39:13 PM GMT+2 - permalink -
    QRCode
    - http://www.linuxquestions.org/questions/linux-newbie-8/how-to-get-the-source-code-of-a-web-page-from-linux-command-line-806348/
    unix tips
  • thumbnail
    Software maintenance - Clarity in Code

    Ça a l'air très intéressant, un peu costaud pour que je lise tout ce midi though.

    February 14, 2013 at 1:19:31 PM GMT+1 - permalink -
    QRCode
    - http://clarityincode.com/software-maintenance/
    prog tips
  • thumbnail
    PHP Pass by reference in foreach - Stack Overflow

    P'tite subtilité de l'enchaînement de foreach avec la même variable de parcours et les références.

    January 29, 2013 at 2:08:57 PM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/3307409/php-pass-by-reference-in-foreach
    php prog tips
  • thumbnail
    vim - How do I indent multiple lines quickly in vi? - Stack Overflow

    Un bon post qui explique comment indenter des blocs sous vi et vim.

    November 6, 2012 at 11:11:33 AM GMT+1 - permalink -
    QRCode
    - http://stackoverflow.com/questions/235839/how-do-i-indent-multiple-lines-quickly-in-vi
    tips prog vim
  • thumbnail
    Properly calculating time differences in JavaScript | synyx - Blog

    Un truc un peu sioux à propos des dates en javascript et du changement d'heures.

    Tellement relou les dates...

    November 6, 2012 at 11:00:08 AM GMT+1 - permalink -
    QRCode
    - http://blog.synyx.de/2012/11/properly-calculating-time-differences-in-javascript/
    prog tips js
  • thumbnail
    PHP: The Right Way

    Un site qui recense les bonnes pratiques php ?
    Nice !

    November 5, 2012 at 10:31:47 AM GMT+1 - permalink -
    QRCode
    - http://www.phptherightway.com/#site-header
    prog tips php
  • thumbnail
    Numeral.js - A javascript library for formatting and manipulating numbers.

    Monnaies, pourcentages, dates, etc.
    A tester, ça pourrait être vachement plus pratique que les bidouilles que j'utilise actuellement.

    October 29, 2012 at 2:09:08 PM GMT+1 - permalink -
    QRCode
    - http://numeraljs.com/
    tips js prog
  • thumbnail
    10 Useful Google Spreadsheet Formulas You Must Know

    Pas mal du tout ces formules.
    Je m'en suis servi pour générer automatiquement une mailing list à partir d'un tableau d'email.
    On aura plus qu'à copier coller le texte :]

    September 22, 2012 at 3:54:16 PM GMT+2 - permalink -
    QRCode
    - http://woorkup.com/2010/02/19/10-useful-google-spreadsheet-formulas-you-must-know/
    tips
  • thumbnail
    Note : petite note aux débutants qui commencent un site web (basés sur mes propres erreurs) ::- Timo - Le Hollandais Volant

    Une bonne série de conseils.

    September 19, 2012 at 2:50:35 PM GMT+2 - permalink -
    QRCode
    - http://lehollandaisvolant.net/index.php?mode=links&id=20120919115132
    html prog php tips
  • thumbnail
    Geany and Python - Stack Overflow

    Comment exécuter les programmes python depuis Geany sous Windows 7.
    Useful :-)
    En fait, c'est la même astuce que sous Windows XP, sauf qu'il faut ajouter la variable au path utilisateur et pas au path système.

    August 9, 2012 at 8:43:09 PM GMT+2 - permalink -
    QRCode
    - http://stackoverflow.com/questions/11439607/geany-and-python
    tips prog py
  • thumbnail
    Déplacer Steam facilement ! | Korben

    Truc à garder sous le coude ça !

    May 30, 2012 at 10:33:49 AM GMT+2 - permalink -
    QRCode
    - http://korben.info/deplacer-steam-facilement.html
    tips steam game
  • thumbnail
    What are HIBERFIL. SYS and PAGEFILE. SYS?

    Comment gagner de l'espace en désactiver l'hibernation de windows :-)

    May 6, 2012 at 4:07:12 PM GMT+2 - permalink -
    QRCode
    - http://www.cknow.com/cms/articles/what-are-hiberfil-sys-and-pagefile-sys.html
    tips windows
  • thumbnail
    Trucs et astuces, remèdes de Grand-mère.

    lol wat

    April 20, 2012 at 1:46:23 PM GMT+2 - permalink -
    QRCode
    - http://www.trucsdegrandmere.com/
    tips
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation