Skip to content

Instantly share code, notes, and snippets.

@indra1234
indra1234 / Texas.md
Last active May 25, 2016 10:54
A Simple Human Fingertip Identification Technique.

A Simple Human Fingertip Identification Technique.

Introduction:

The fingerprint identification technique is also termed as “Dactyloscopy” or “Handprint Identification”. A fingerprint in its narrow sense is an impression left by the “friction ridges” of the human digits (hand and foot). However in a wider sense fingerprints can be the impression of the friction ridges of any part of the human hand or human foot. A friction ridge is basically the raised portion of the epidermis layer of the skin. This epidermis layer is much more ‘groovy’ or developed at those parts of the human body that is meant for holding or for gripping, viz. hands and feet. These ridges or grooves are stimulated by the human nervous system. They are caused by the underlying interface between the dermal papillae of the dermis and the inter-papillary pegs of the epidermis. Since the epidermal layer of the skin is made from the epidermal cells of the body, so obviously, the epidermal ridges of an individual is unique and varies from

@indra1234
indra1234 / misrac.md
Last active June 12, 2022 20:02
How to make my projects MISRA-C compatible

How to Checking MISRA-C (2004) rule of your programming code.

  1. MISRA_C testing is very important for checking your programming warning means we follow some rules to solve the warning problem. When we are write a program in C software or Keil IDE or Mikroelectronica IDE then we show after build the project the result should be shown: your program(xx.c) is compile successfully with 0 error and 100 or more errors. So, that is the one default in program because sometimes it happens your programming have a no error but with warnings when you burn this code in your microcontroller chip then In here MISRA_C rules are described: