Code Zxero
@codezxero
Followers
6
Following
58
Media
6
Statuses
39
0
0
0
file:///C:/Users/Admin/Desktop/Web%20Development/zzSide_Projects/SharingSocialMedia.html heh?
0
0
0
0
0
0
The Best Course!
0
0
0
Next time you need to generate diagrams or wireframes, consider giving Excalidraw a try 😍 https://t.co/oVJfbP4b3m 💯 free & open source, 🤼 collaborate in real time, ✍️ beautiful, hand-drawn style, 🖼️ export to PNG, SVG & clipboard, ➕ much more!
26
250
2K
Wondering which language to learn next? Try out some Hello Worlds to see which one fits! #DEVCommunity
https://t.co/NtKs8xDBGL
dev.to
When I start learning any programming language, the first example I get from the tutorial is : let's...
1
3
20
Code for I.R. Sensor void setup() { pinMode(7,INPUT); Serial.begin(9600); pinMode(13,OUTPUT); } void loop() { Serial.print("IRSensorip "); Serial.println(digitalRead(7)); if(digitalRead(7)==0) { digitalWrite(13,HIGH); } else{ digitalWrite(13,LOW); } }
0
0
0
The Programmers Life :- "No Hugs and Kisses Only Bugs and Fixes" #Programming #Coding
0
1
1
Hackers Reverse-Engineer Firmware, So they can find Vulnerability. #Hacker #DarkWeb #ReverseEngineer #Firmware #vulnerability
0
0
0
Want to Learn about Operating Systems? Click the Link Below to know more. #OperatingSystem #OS #Kernel #Shell #TechTeamGB
https://t.co/GFHo4o5q1w
0
0
0
First C# Code!! using System; namespace Giraffe { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); Console.ReadLine(); } } }
0
0
0
Uses and Applications of C Programming Language. Click on the below link. https://t.co/9M0NcZ7wtg
0
0
0
To Program (well) in C, you have to know how a Computer works, how Memory works, in order to understand possible Memory Leaks and so forth. #C #CProgramming
0
0
0