Posts

Showing posts from October, 2021

Best example for justify-contant

Image
 

Basic data types in SQL ignore my handwriting πŸ˜‚πŸ˜‚ #sql #basic

Image
 

Can you imagine world without JavaScript then must read

Image
  What the web looks like without JavaScript Source, freecodecamp A Berlin-based web developer — who codes JavaScript for a living — decided to go an entire day without JavaScript. Let’s face it — in an insane world where the average webpage is 2.4 megabytes  the same size as the 1993 game Doom turning off JavaScript completely can seem like a sane thing to do. Well, here are her main observations after disabling JavaScript in the browser for a day: The web is really fast without JavaScript There aren’t any ads. No auto-playing videos or “tell us your email address” pop-ups. But… a lot of websites don’t work at all. Images don’t load, and forms can’t be submitted. Here’s what several popular websites she visited looked like with JavaScript disabled: YouTube ’s videos and thumbnails don’t load. Netflix  doesn’t load anything except for its logo in the upper left hand corner. Amazon  looks a bit odd, but it still works. Wikipedia  still works great.

Fact #facts

Image
 Instagram:@Launches_And_Leaks

Guy's read carefully

  Warning! read carefully this might be helpful for you and your friend  so guy's, someone  trying to hack my Instagram id i don't why I don't even have much followers,  although I am relaxed because I have secure my id with two step verification and I always change my password so  you also be careful and take precautions, remember data is important and your chats #hacked #becareful #precautionisbetterthancure #be #safe #besafe#md_a_h_s #launches_and_leaks

IPhone πŸ“±box on AR

 Why I can't Touch this IPhoneπŸ“±πŸ˜­πŸ˜­ πŸ˜‚πŸ˜‚ #appleiphone #iphone13 #apple #reelitfeelit #md_a_h_s #maxabout.codeing

Realse date of different programming language

Image
 

INFORMATION ABOUT C PROGRAMMING LANGUAGE

EXAMPLE : long some_function (); /* int */ other_function (); /* int */ calling_function () { long test1 ; register /* int */ test2 ; test1 = some_function (); if ( test1 > 0 ) test2 = 0 ; else test2 = other_function (); return test2 ; }   What is C programming used for? C is highly portable and is used for  scripting system applications  which form a major part of Windows, UNIX, and Linux operating system. C is a general-purpose programming language and can efficiently work on enterprise applications, games, graphics, and applications requiring calculations, etc