This is the first programming

Programming in C

  1. Introduce yourself.
  2. make memorization.

hello audiences. today I am going to show you how you start writing C codes. you can get the foll code her

scroll-behavior: smooth;
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

This is the HTML code

<html>
 <div class="form-group mt-3">
                <label>Category</label>
                <select name="category" class="form-control" id="category">
                  <option value="<?php echo $basic_info->category?>"><?php echo $basic_info->category?></option>
                  <option value="Programming">Programming Language</option>
                  <option value="Framwork">Frameworks</option>
                  <option value="Skill">Skills</option>
                  <option value="AI">Artificial Intelligence</option>
                  <option value="Technology">General Technology</option>
                  <option value="Social">Social Affaires</option>
                  <option value="Marketing">Marketing</option>
                  <option value="History">Histories</option>
                  <option value="Entertainment">Entertainment</option>
                </select>
              </div>
</html>


 
this the python code example
gray= cv.cvtColor(image,cv.COLOR_BGR2GRAY)
cv.imshow('Gray',gray)

# === simple thresholding ===
threshold,thresh = cv.threshold(gray,150,255,cv.THRESH_BINARY)
cv.imshow('Simple Threshold',thresh)


 # == invers threshold ===
threshold,thresh_inv = cv.threshold(gray,150,255,cv.THRESH_BINARY_INV)
cv.imshow('Inversed Threshold',thresh_inv)

# ===Adapted Threshold ===
adapted_thresh = cv.adaptiveThreshold(gray,255,cv.ADAPTIVE_THRESH_MEAN_C,cv.THRESH_BINARY,11,1)
cv.imshow('Adaptive Threshold',adapted_thresh)

We are also the tallented group to deliver servcie for the community

We are also the tallented group to deliver servcie for the community

We are also the tallented group to deliver servcie for the community

Leave a Reply