ss786 (26)in #worlddiabetesday • 15 hours agoImportance of Today (November 14,2024)World Diabetes Day is celebrated every year on November 14 to raise global awareness about diabetes, its prevention…ss786 (26)in #kindness • yesterdayImportance of Today (November 13,2024)World Kindness Day is celebrated every year on November 13 to highlight the power and importance of kindness in…ss786 (26)in #pneumonia • 2 days agoImprtance of Today (November 12,2024)World Pneumonia Day November 12 World Pneumonia Day, observed annually on November 12, is dedicated to raising…ss786 (26)in #day • 3 days agoImportance of Today (November 11, 2024)National Education Day is celebrated annually on November 11 in India to commemorate the birth anniversary of Maulana…ss786 (26)in #steemit • 9 months ago2023 Achiements❤ ❤ ❤ 2023 Achievements ❤ ❤ ❤ ✅Started Ph.D. (CS) from Punjabi University Patiala, Joined in July 2023…ss786 (26)in #certification • 3 years agoCertifications from Kerala Block Chain Academyss786 (26)in #nowruz • 3 years agoNOWRUZMay God Bless You All with Health Wealth & lots of Happiness STAY BLESSEDss786 (26)in #barcode • 3 years agoSCAN the CODEScan the following code and learn programming languages The code is developed in Python Language Thanks a lotss786 (26)in #neon • 3 years agoNeon Numberss786 (26)in #python • 3 years agosubplots in python and implementation of gridss786 (26)in #python • 3 years agoChange in visualization in graph using pyplot in pythonss786 (26)in #diamond • 3 years agoStructure of Diamond using Computer Graphics in C Language#include #include #include void main() { int gd=DETECT,gm,midx,midy,i,j; initgraph(&gd,&gm,"C:\TurboC3\BGI");…ss786 (26)in #computergraphics • 3 years agoProgram in Computer Graphics to Design Cones#include #include #include void main() { int gd=DETECT,gm,i,midx,midy; initgraph(&gd,&gm,"C:\TurboC3\BGI");…ss786 (26)in #steemit • 3 years agosteemit cover imagesss786 (26)in #triangular • 3 years agoTriangular Number in Pythonss786 (26)in #scatterplot • 3 years agoScatter Plot in Pythonss786 (26)in #coverimages • 3 years agocover images for steemitss786 (26)in #python • 3 years agoDesigning of Trigonometric Graphs in PythonStep by step procedure to draw graphs of Trigonometric Functionsss786 (26)in #chess • 3 years agoChess Board using Computer Graphics in C LanguageProgram in C Language to design Chess Board #include #include void main() { int gd=DETECT,gm,midx,midy,i,j;…ss786 (26)in #constructors • 3 years agoConstructors in C++Let us understand constructors