JLabs
This channel aims to explain and demonstrate embedded systems as simple as possible. I want to simplify complicated and difficult embedded system projects and topics. So if you have ideas on what you want me to cover, please feel free to leave any comment.
Implementing Stack using Single Linked List [C Programming]
Unboxing of Cheap Arduino Starter Kit from China
Top 3 Arduino Projects for Beginners
What is Arduino?
Print the first n natural numbers using recursion. [C Programming]
C DateTime 8: Print the date and time before 24 months [C Programming]
C DateTime 7:Convert a time_t object to calendar time expressed as local time [C Programming]
C DateTime 6:Convert a time_t object to be expressed as Coordinated Universal Time [C Programming]
C DateTime 5: Convert a tm object to custom wide string textual representation [C Programming]
C DateTime 4: Convert a tm object to custom textual representation [C Programming]
C DateTime 3: Convert a time_t object to a textual representation [C Programming]
C DateTime 2: Compute the total seconds passed since the beginning of the month [C Programming]
C DateTime 1: Print the current time [C Programming]
C Strings 34: Convert vowels into upper case character in a given string [C Programming]
C Strings 33: Count the total number of each character in a given string [C Programming]
C Strings 32: Find the first repeated character in a given string [C Programming]
C Strings 31: Split string by space into words [C Programming]
C Strings 30: Check whether a character is digit or not [C Programming]
C Strings 29: Read a file and remove the spaces between words [C Programming]
C Strings 28: Check if a letter is in lowercase [C Programming]
C Strings 27: Print only the string before new line character [C Programming]
C Strings 26: Count the number of punctuation characters in a string [C Programming]
C Strings 25: Replace the spaces of a string with a specific character [C Programming]
C Strings 24: Check whether a letter is in uppercase or not [C Programming]
C Strings 23: Check whether a character is a Hexadecimal Digit or not [C Programming]
C Strings 22: Convert a string to lowercase [C Programming]
C Strings 21: Convert a string to uppercase [C Programming]
C Strings 20: Find the longest and shortest word in a string [C Programming]
C Strings 19: Convert a string to lowercase [C Programming]
C Strings 18: Find the frequency of a selected character [C Programming]