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

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

#tutorial

  • #tutorials
0 | 25 | 50 | 75 | 100 | 125
  • @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
  • @fil
    Fil @fil 17/04/2019
    2
    @reka
    @lluc
    2

    Techniques for Data Visualization on both Mobile & Desktop, by Nadieh Bremer | Visual Cinnamon
    ▻https://www.visualcinnamon.com

    https://www.visualcinnamon.com//img/blog/2019/mobile-vs-desktop-dataviz/blog_feature.png

    From doing nothing all the way to creating a different chart for mobile and desktop. I’ll share and explain these and many more examples

    #tutorial #responsive #dataviz

    Fil @fil
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 16/04/2019

    22 Steps to Making The Ultimate Chatbot
    ▻https://hackernoon.com/22-rules-you-should-never-break-when-building-a-bot-ddb2efcac70d?source=

    https://cdn-images-1.medium.com/max/1024/1*mDFiewb7C0vXSWvbZ6VodQ.jpeg

    In this #tutorial, we’re going to walk you through the most common mistakes made in each phase of bot building — conception, training, building or connection.Building a bot is a rewarding experience: creating your own artificial intelligence is amazing! However, it can be a challenge, and there are mistakes to avoid. In this piece, we’re going to walk you through the most common or damaging mistakes new bot builders make in each phase of bot building: conception, training, building, connection, user experience and maintenance. Let’s roll!ConceptionBuilding a bot doesn’t start at the first line of code. It starts much earlier, during the conception.During that first step, it’s important to define the use case of your chatbot. What is the problem you want it to solve? What are your business (...)

    #bots #chatbot-development #ai #chatbots

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 4/04/2019

    #docker Swarm, Kubernetes’s clever little borther
    ▻https://hackernoon.com/docker-swarm-kubernetess-clever-little-borther-49ac3d0a853?source=rss---

    Docker Swarm, Kubernetes’s clever little brotherIs kubernetes suitable for any container based project?There is no doubt that kubernetes is one of the most talked about technologies in the domain of #cloud and #containers. Kubernetes provides a complete solution to managing containers, but there are cases where it is not the best solution.The main disadvantage of kubernetes is its complexity and learning curve. This complexity is due to several reasons:We need to know both the “language” of Docker and the “language” of kubernetes.There are a lot of “moving parts” in the infrastructure (kube-apiserver, etcd, kube-scheduler, kube-controller, kubelet, kube-proxy etc..)There are many types of objects (Service, Pod, Deployment, ReplicaSet)A vast amount of features that we do not necessarily need.In (...)

    #devops #tutorial

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 10/03/2019

    Linear Programming in #python : A Straight Forward #tutorial
    ▻https://hackernoon.com/linear-programming-in-python-a-straight-forward-tutorial-a0d152618121?so

    Linear programming is one of the most common #optimization techniques. It has a wide range of applications and is frequently used in operations research, industrial design, planning, and the list goes on. Alas, it is not as hyped as machine learning is (which is certainly a form of optimization itself), but is the go-to method for problems that can be formulated through decision variables that have linear relationships. This is a fast practical tutorial, I will perhaps cover the Simplex algorithm and the theory in a later post.Problem StatementJust to get an idea, we are going to solve a simple problem regarding production scheduling. Imagine that you work for a company that builds computers. A computer is a fairly complex product, and there are several factories that assemble them (...)

    #mathematics #machine-learning

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 20/02/2019

    Build a Progressive Web App In #vuejs, from Zero to Hero! PART 2— The Service Worker
    ▻https://hackernoon.com/build-a-progressive-web-app-in-vuejs-from-zero-to-hero-part-2-the-servic

    https://cdn-images-1.medium.com/max/1024/1*L-LFUe3N6UTDgWp1vMmd_w.png

    Build a Progressive Web App In VueJs, from Zero to Hero! PART II — The Service WorkerIn this #tutorial, we will implement and discuss the Service Worker, one of the core technologies that adds the astonishing offline-first experience of a native app to a regular web app.In fact, this article is the second part of a series that teaches you how to develop a so called progressive web app in VueJS!Part I — Build the Tax Calculator App in VueJS.Part II — Make the App work offline.No worries if you haven’t done Part I you can also start straight into building #pwa features. Let’s get going!Offline-first ParadigmOn the web of today the majority of websites and web apps simply fail when there is no network connection. This is so common, that users of today don’t even complain about this poor experience.For (...)

    #javascript #web-development

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
0 | 25 | 50 | 75 | 100 | 125

Thèmes liés

  • #programming
  • #tutorial
  • #tips_and_tricks
  • #tutorials
  • #coding
  • #static_code_analysis
  • #javascript
  • #linux
  • #qgis
  • #machine_learning
  • #map
  • #python
  • #cartographie
  • #bugs
  • #r
  • technology: machine learning
  • #en_vedette
  • technology: api
  • #d3.js
  • #actualités_informatiques
  • #video
  • #news_item
  • #jeu
  • #python
  • #design
  • #web-development
  • #scientifique
  • #ssl
  • #proxy
  • #dev
  • #hack
  • #score
  • #mitmproxy
  • #game_center
  • #apple
  • #pwa
  • #devops
  • #vuejs
  • #documentation
  • industryterm: web app