Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #t
  • #tu
  • #tuto
  • #tutor
RSS: #tutorial

#tutorial

  • #tutorials
0 | 25 | 50 | 75 | 100 | 125 | 150
  • @aurelieng
    aurelieng @aurelieng via RSS CC BY 8/07/2026

    How to Build a Minimal #zfs #nas without Synology, QNAP, TrueNAS
    ▻https://neil.computer/notes/how-to-setup-minimal-zfs-nas-without-truenas

    — Permalink

    #tutorial #linux #IT

    aurelieng @aurelieng via RSS CC BY
    Écrire un commentaire
  • @aurelieng
    aurelieng @aurelieng via RSS CC BY 11/08/2025

    Aman’s AI Journal • Primers • AI
    ▻https://aman.ai/primers/ai

    — Permalink

    #artificialintelligence #machinelearning #articles #reference #tutorial #readings #resources #bibliography #bestof

    aurelieng @aurelieng via RSS CC BY
    Écrire un commentaire
  • @aurelieng
    aurelieng @aurelieng via RSS CC BY 10/03/2025

    FareedKhan-dev/all-rag-techniques: Implementation of all #RAG techniques in a simpler way
    ▻https://github.com/FareedKhan-dev/all-rag-techniques

    — Permalink

    #LLMs #generativeai #tutorial #jupyter #notebooks

    aurelieng @aurelieng via RSS CC BY
    Écrire un commentaire
  • @gpuopen
    GPU Open @gpuopen via RSS CC BY 11/11/2024

    Work Graph Playground: a learning framework for #GPU_Work_Graphs
    ▻https://gpuopen.com/learn/work-graph-playground

    AMD GPUOpen - Graphics and game developer resources Read about our latest sample for #D3D12 GPU Work Graphs. We’re making Work Graphs more accessible with a #tutorial framework.

    #Release #Single_Blog

    GPU Open @gpuopen via RSS CC BY
    Écrire un commentaire
  • @cdb_77
    CDB_77 @cdb_77 17/08/2024
    @reka

    Zotero hacks : reliably setup unlimited storage for you personal academic library

    https://ikashnitsky.phd/2024/zotero7/zotero-teaser.png

    About this tutorial

    In summer 2024, Zotero had a major update to version 7. The update affected some of the setup routines that I outlined ages ago in the Zotero hacks post. The recipe laid out in that old post helped me painlessly update, move, and maintain my Zotero library for more than a decade; and judging by feedback it did so for many dozens of my friends, colleagues, and just occasional people who found the tutorial useful. It became easily the most viewed post in my blog. Now, with the recent update of Zotero, I decided to update the tutorial as well, but I’m keeping the old post untouched in case someone needs the routine that worked reliably for ages.

    The essence of the tutorial stays the same – it shows how to organize a personal academic library of unlimited size for free. Here I only slightly update some steps of the setup, refresh the screenshots, and provide occasional comments from 20241.

    ▻https://ikashnitsky.phd/2024/zotero7

    En ce qui me concerne, je ne sauvegarde pas les pdf directement dans zotero... je les range dans UN SEUL dossier à part dans mon disque dur... mais vue l’évolution de zotero, peut-être que maintenant ça vaudrait la peine de le faire. Mon problème c’était que, avec presque 10’000 références sauvegardées dans ma base de données (sans mettre aucun document joint)... eh bhein, j’avais déjà explosé mon quota gratuit de stockage (du coup, je paie)

    #zotero #manuel #how_to #tutorial #tutoriel
    ping @reka

    CDB_77 @cdb_77
    • @cdb_77
      CDB_77 @cdb_77 18/08/2024

      et pour éditer le #style des #citations et de la #bibliographie_finale :

      Editing a Citation Style Sheet for Zotero
      ▻https://www.youtube.com/watch?v=AGMDDuGfTlw

      avec :
      ▻https://editor.citationstyles.org

      #CSL

      CDB_77 @cdb_77
    Écrire un commentaire
  • @debugpoint_com
    DebugPoint.com @debugpoint_com CC BY-SA 24/09/2022

    How to Fix: bash wget Command Not Found Error
    ▻https://www.debugpoint.com/wget-not-found-error

    #linux #opensource #tutorial

    https://www.debugpoint.com/wp-content/uploads/2022/09/wget-head.jpg

    DebugPoint.com @debugpoint_com CC BY-SA
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 23/03/2022

    How to make code reliable and secure [The #misra standard and PVS-Studio]
    ▻https://hownot2code.com/2022/03/23/how-to-make-code-reliable-and-secure-the-misra-standard-and-pvs-studio

    What is the MISRA standard and what is it for? How to secure your code with the use of MISRA and the PVS-Studio static analyzer? In this #Video, we tried to briefly answer these and other questions. Have fun watching this video and #coding 🙂

    #Tips_and_tricks #MISRA_compliance #programming #static_code_analysis #technology #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 16/03/2022

    Code errors in #LLVM 13.0.0 that compiler and analyzers couldn’t find. But #PVS-Studio did
    ▻https://hownot2code.com/2022/02/16/code-errors-in-llvm-13-0-0-that-compiler-and-analyzers-couldnt-find-but

    Yes, even well-tested applications like compilers have errors. Check the #Video to learn more about them. Have fun watching this video and #coding 🙂

    #Tips_and_tricks #programming #static_code_analysis #static_code_analyzer #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 10/11/2021

    Using Static Analysis Online [Compiler Explorer]
    ▻https://hownot2code.com/2021/11/10/using-static-analysis-online-compiler-explorer

    Do you want to try a static analyzer but you don’t feel like installing it and figuring the things out? That’s OK 😊 This #Video will tell you how to do it online and most importantly for free. By the way, this website allows you to check if your code compiles 😉 Code from video. … Continue reading Using Static Analysis Online [Compiler Explorer]

    #Tips_and_tricks #bugs #coding #CompilerExplorer #development #programming #static_code_analysis #technology #tools #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 3/11/2021

    How to Use Mass Suppression in PVS-Studio for C#?
    ▻https://hownot2code.com/2021/11/03/how-to-use-mass-suppression-in-pvs-studio-for-c-2

    Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? 📜 Nothing to worry about – we made a special mechanism that can help you deal with them 💪🏻 In this #Video, you’ll learn about the inner workings of mass warnings suppression mechanism in … Continue reading How to Use Mass Suppression in PVS-Studio for C#?

    #Bugs_in_C#_projects #Development_in_C# #Tips_and_tricks #bugs #C# #coding #masssuppression #programming #static_code_analysis #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 6/10/2021

    What is SAST And How Does It Help a Developer?
    ▻https://hownot2code.com/2021/10/06/what-is-sast-and-how-does-it-help-a-developer

    Have you ever met such an abbreviation as SAST? If you have been developing for a long time, then you’re heard of it for sure. However, you might not have given it any importance. In doing so, you’re definitely wrong, because this is an incredibly important thing for the entire development process. 🦾 Today we … Continue reading What is SAST And How Does It Help a Developer?

    #Tips_and_tricks #coding #cpp #programming #static_code_analysis #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 29/09/2021

    How to Hide the Analyzer False Positives?
    ▻https://hownot2code.com/2021/09/29/how-to-hide-the-analyzer-false-positives

    If you’re using a static analyzer, most likely you stumble upon cases when it gets something wrong and gives false positives 👎 So, somehow you need to tell it about an incorrect case and let a false warning go to long rest 💤 The good news is that we have a special mechanism for this … Continue reading How to Hide the Analyzer False Positives?

    #64-bit_issues #Tips_and_tricks #bugs #coding #programming #static_code_analysis #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 22/09/2021

    How to Exclude Unnecessary Files From Static Analysis? [Excluding Files]
    ▻https://hownot2code.com/2021/09/22/how-to-exclude-unnecessary-files-from-static-analysis-excluding-files

    Few projects can do without outside libraries and other useful ready-made solutions. However, analyzers can see the whole code and check it with abandon. 🔎 That’s why sometimes it’s worth pointing out the spots where they should stop and analyze nothing. In this video, we’ll tell you how to do it and why it is … Continue reading How to Exclude Unnecessary Files From Static Analysis? [Excluding Files] 

    #Tips_and_tricks #bugs #coding #programming #static_code_analysis #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 15/09/2021

    How to Speed Up the Project Analysis and NOT to Waste Your Time? [Incremental Analysis]
    ▻https://hownot2code.com/2021/09/15/how-to-speed-up-the-project-analysis-and-not-to-waste-your-time-increme

    Static analysis can always back you up when the time comes. But by the time it is done, you will have drunk gallons of coffee… ☕ That’s why developers of these utilities are always looking for a way to make users’ life easier and save time. ⏳ The #incremental_analysis became the result of this … Continue reading How to Speed Up the Project Analysis and NOT to Waste Your Time? [Incremental Analysis]

    #Tips_and_tricks #static_code_analysis #static_code_analyzer #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @hownot2code
    How not 2 code @hownot2code via RSS CC BY 9/09/2021

    Everybody makes mistakes when writing comparison functions
    ▻https://hownot2code.com/2021/09/09/everybody-makes-mistakes-when-writing-comparison-functions

    Recently the OpenSSL 3.0.0 library was released. We decided to look at the project’s code quality and checked it with the PVS-Studio static analyzer. The code quality is excellent. Thus, we cannot write a long article about errors, as we usually do. However, there was one beautiful mistake, and I couldn’t ignore it. No one knows how to write comparison … Continue reading Everybody makes mistakes when writing comparison functions

    #Tips_and_tricks #bugs #coding #OpenSSL #tutorial
    ►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G

    https://hownot2code.files.wordpress.com/2021/09/1_sysqlfb-pfjaron_idqvva.png?w=800

    How not 2 code @hownot2code via RSS CC BY
    Écrire un commentaire
  • @provya
    Provya @provya 10/06/2021

    Tout savoir sur la gestion des packages sous pfSense, c’est par ici : ▻https://www.provya.net/?d=2021/06/08/09/46/24-pfsense-la-gestion-des-packages-sous-pfsense
    #pfSense #firewall #sécurité #opensource #tutorial

    Provya @provya
    Écrire un commentaire
  • @olange
    Olivier Lange @olange CC BY-SA 22/05/2021
    @fil

    Observable Plot — Semi-guided and exploration-based tutorials

    « Plot Exploration: Penguins » par @Fil
    ▻https://observablehq.com/@observablehq/plot-exploration-penguins

    #observable #plot #tutorial #penguins #notebook

    Olivier Lange @olange CC BY-SA
    Écrire un commentaire
  • @debugpoint_com
    DebugPoint.com @debugpoint_com CC BY-SA 10/02/2021

    How to Install Yay AUR Helper in Arch Linux
    #linux #arch #yay #aur #tutorial
    ▻https://www.debugpoint.com/2021/01/install-yay-arch

    DebugPoint.com @debugpoint_com CC BY-SA
    Écrire un commentaire
  • @debugpoint_com
    DebugPoint.com @debugpoint_com CC BY-SA 10/02/2021

    How to install the latest Signal Messenger client in Ubuntu and other Linux
    #linux #signal #tutorial #guide #ubuntu
    ▻https://www.debugpoint.com/2021/01/install-latest-signal

    DebugPoint.com @debugpoint_com CC BY-SA
    Écrire un commentaire
  • @debugpoint_com
    DebugPoint.com @debugpoint_com CC BY-SA 8/02/2021

    Essential Pacman Commands for Arch Linux [With Examples] #linux #arch #tutorial
    ▻https://www.debugpoint.com/2021/02/pacman-command-arch-examples

    DebugPoint.com @debugpoint_com CC BY-SA
    Écrire un commentaire
  • @oanth_rss
    oAnth_RSS @oanth_rss CC BY 2/07/2020

    A re-introduction to JavaScript (JS tutorial) - JavaScript (https:/...
    ▻https://diasp.eu/p/11292934

    A re-introduction to JavaScript (JS tutorial) - JavaScript | #javascript #tutorial

    oAnth_RSS @oanth_rss CC BY
    Écrire un commentaire
  • @folamour
    folamour @folamour 27/06/2020

    Faire une sauvegarde de son pc windows 10
    ▻https://www.crashdebug.fr/faire-une-sauvegarde-de-son-pc-windows-10

    Faire une sauvegarde Windows 10 sur disque dur interne (plus rapide) ou externe ? C’est une question primordiale, combien de fois des systèmes ont été perdus à cause de virus ou de malware, combien de gens vivent avec ces parasites sans pouvoir restaurer leur système ?

    En 2020 l’importance de l’informatique, les multiples services que nous utilisons notamment gouvernementaux, rende la nécessité d’avoir un ordinateur fonctionnel incontournable.

    Nous allons donc voir comment sécuriser votre système Windows.

    Image : Shutterstock.com

    Je fais de l’informatique depuis de nombreuses années et il a toujours été délicat de sauvegarder son système d’exploitation et de le restaurer.

    La grande nouveauté a été l’outil de backup ISO de Windows 7 (qui fonctionne sous Windows 10), vous trouverez un #Tutorial ICI,

    Dans ce (...)

    #En_vedette #Actualités_Informatiques

    folamour @folamour
    Écrire un commentaire
  • @fil
    Fil @fil 27/11/2019
    5
    @monolecte
    @simplicissimus
    @ericw
    @7h36
    @rastapopoulos
    5

    The #SQL Murder Mystery
    ▻http://mystery.knightlab.com

    http://mystery.knightlab.com/174092-clue-illustration.png

    A crime has taken place and the detective needs your help. The detective gave you the crime scene report, but you somehow lost it. You vaguely remember that the crime was a ​murder​ that occurred sometime on ​Jan.15, 2018​ and that it took place in ​SQL City​. Start by retrieving the corresponding crime scene report from the police department’s database.

    #jeu #tutorial

    Fil @fil
    • @simplicissimus
      Simplicissimus @simplicissimus 27/11/2019

      Marrant et instructif !
      (trouvé les 2 réponses…, mais avec nettement plus que le minimum de requêtes demandé)

      Simplicissimus @simplicissimus
    Écrire un commentaire
  • @fil
    Fil @fil 12/08/2019

    GITTA Map Projections
    ▻https://gevian.github.io/GITTA-MP/advanced.html

    #projections (cylindriques et coniques) #tutorial

    Fil @fil
    Écrire un commentaire
  • @simongeorges
    simongeorges @simongeorges CC BY 3/07/2019
    4
    @simplicissimus
    @vittorious
    @02myseenthis01
    @cy_altern
    4

    Créer une carte avec #Umap
    ▻https://makina-corpus.com/blog/metier/2019/creer-une-carte-avec-umap

    [ Tuto ] créer une carte utilisant #OpenStreetMap et y ajouter ou importer des données, puis l’intégrer dans un site web.

    #Cartographie #Cartes #Webmapping #OSM #Opendata #Tutorial #News_Item

    simongeorges @simongeorges CC BY
    Écrire un commentaire
0 | 25 | 50 | 75 | 100 | 125 | 150

Thèmes liés

  • #programming
  • #tutorial
  • #tips_and_tricks
  • #coding
  • #static_code_analysis
  • #linux
  • #javascript
  • #tutorials
  • #qgis
  • #bugs
  • #python
  • #cartographie
  • #machine_learning
  • #map
  • #video
  • #en_vedette
  • #actualités_informatiques
  • #news_item
  • technology: machine learning
  • technology: api
  • #d3.js
  • #r
  • #jeu
  • #web-development
  • #design
  • #python
  • #scientifique
  • #opensource
  • #technology
  • #static_code_analyzer
  • #arch
  • #openstreetmap
  • #devops
  • #machine-learning
  • #vuejs
  • #pwa
  • industryterm: web app
  • #open-source
  • #react-native
  • operatingsystem: android