Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

Monthly Archives: July 2021

Capitalize the First Letter of Each Word in a String

  • July 21, 2021
  • Code Snippets
  • 0 Comments
  • 531 Views
While working with text processing we might need to capitalize the first letter of each word in a string. A table includes a links to posts with examples using different...

Convert All Lowercase Characters in a String to Uppercase

  • July 20, 2021
  • Code Snippets
  • 0 Comments
  • 488 Views
While working with text processing we might need to convert all lowercase characters in a string to uppercase. A table includes a links to posts with examples using different programming...

Convert All Uppercase Characters in a String to Lowercase

  • July 19, 2021
  • Code Snippets
  • 0 Comments
  • 774 Views
While working with text processing we might need to convert all uppercase characters in a string to lowercase. A table includes a links to posts with examples using different programming...

Find the Index of Last Occurrence of a Substring in a String

  • July 18, 2021
  • Code Snippets
  • 0 Comments
  • 723 Views
While working with text processing we might need to find the index of last occurrence of a substring in a string. A table includes a links to posts with examples...

Find the Index of First Occurrence of a Substring in a String

  • July 17, 2021
  • Code Snippets
  • 0 Comments
  • 426 Views
While working with text processing we might need to find the index of first occurrence of a substring in a string. A table includes a links to posts with examples...

Count Number of Occurrences of a Substring in a Given String

  • July 16, 2021
  • Code Snippets
  • 0 Comments
  • 480 Views
While working with text processing we might need to count number of occurrences of a substring in a given string. A table includes a links to posts with examples using...
Detect Search Engine Bot using CrawlerDetect Library in PHP

Detect Search Engine Bot using CrawlerDetect Library in PHP

  • July 15, 2021 (January 24, 2023)
  • PHP
  • 0 Comments
  • 1543 Views
A search engine bot also known as web crawler or spider is a type of bot that is used to index web content in order to present websites in search...
Detect Mobile Device using Mobile-Detect Library in PHP

Detect Mobile Device using Mobile-Detect Library in PHP

  • July 14, 2021 (January 23, 2023)
  • PHP
  • 0 Comments
  • 2481 Views
There might be cases when we want to hide the part of content or display different content on mobile devices. Usually, we apply different rules for different devices on the...

Get Length of the Given String

  • July 13, 2021
  • Code Snippets
  • 0 Comments
  • 436 Views
While working with text processing we might need to get length of the given string. Programming languages provides various methods to do that. A table includes a links to posts...
Apply Histogram Equalization to an Image using OpenCV

Apply Histogram Equalization to an Image using OpenCV

  • July 12, 2021 (April 2, 2023)
  • OpenCV
  • 0 Comments
  • 1865 Views
Histogram equalization is a method in image processing that allows to adjust the contrast of an image using histogram. Histogram equalization transforms pixel intensity values so that the histogram of...
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Buy Me a Coffee

Recent Posts

  • Reinstall Packages using APT
  • Check APT Version on Linux
  • Simulate Packages Installation using APT
  • Install Packages Non-Interactively using APT
  • Skip Installing Recommended Packages using APT

Archives

  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved