-
@debasmita-9A90wv • Oct 26, 2024Oct 26, 20241.3KThe Chinese smartphone manufacturer Huawei is back again with its latest Nova 2 and Nova 2 Plus. With the special launch of this duo, Huawei puts another effort in its... -
@gamingit-youtube-9uc4nv • Oct 26, 2024Oct 26, 20241.3K
I created a monster! (just for fun)
Hi guys, I've been a lurker on these boards for a while now, but finally bit the bullet and signed up an account. The reason being, is I have something... -
@pranav-m-bharadwaj-2JK7e4 • Oct 26, 2024Oct 26, 20241.4K
electrostatic chalk duster
I would like to build a chalk duster that can attract the dust produced by a statically charged brush and store it in the body. I would like to know... -
@sharfudeen-9IwUPQ • Oct 26, 2024Oct 26, 20241.4KFor loop or recursive function
Is using for loop is better than recursive function? What should we use when both are possible? -
@debasmita-9A90wv • Oct 26, 2024Oct 26, 20241.4KPortronics unveils the Electropen 4 with real-time digitization and recording facility
Have we ever dreamt of being in the virtual world, feeling the reality itself in it? Although it is a far-fetched fiction to see both the worlds coalesced with each... -
@anup-awmnem • Oct 26, 2024Oct 26, 20241.4K
Huawei enters PC market with premium notebooks; MateBook X, MateBook E and MateBook D
After a huge success in smartphone market with their ‘P’ and ‘Honor’ series of devices, Chinese telecom giant Huawei has plans to take the Computer world by storm. At a... -
@raja-fFn7yi • Oct 26, 2024Oct 26, 20241.5K
Client establishment Process steps in Network
Hi Team, when a client connected with network, It takes some process step by step to join with LAN successfully. Could you tell me the process name in arranging order.... -
@ramy-zacky-EICieG • Oct 26, 2024Oct 26, 20241.5K
Sinusoidal wave form
Sinusoidal wave form ??? I am asking: We know that if a coil rotates in a transverse magnetic field a sinusoidal voltage is induced between its terminals. . My question... -
@ramani-VR4O43 • Oct 26, 2024Oct 26, 20241.5K15 Engineers Who Became CEOs
Quote: Engineers tend to be hard-working, detail-oriented and practical, making them good candidates for a corner office. Endquote <a href="https://www.designnews.com/electronics-test/15-engineers-who-became-ceos?cid=nl.x.dn14.edt.aud.dn.20170524.tst004t" target="_blank" rel="nofollow noopener noreferrer">www.designnews.com</a> -
@satya-swaroop-YDeBJM • Oct 26, 2024Oct 26, 20241.5K
ASUS ZenFone Live With Real-Time Beautification Selfie Camera Arrives In India For Rs. 9999
The jam-packed sub Rs. 10K smartphone market has got yet another worthy addition with the ASUS ZenFone Live. The ASUS ZenFone Live (ZB501KL) #-Link-Snipped-# at the Mobile World Congress 2017... -
@satya-swaroop-YDeBJM • Oct 26, 2024Oct 26, 20241.5K
New Surface Pro With PixelSense Display & 7th Gen. Intel Core Processors Launched In Shanghai
Microsoft has looked east for its new hardware launch. At a glittering press conference at Shanghai Microsoft launched the fifth generation of its Surface Pro along with Windows 10 China... -
@radhika-o4Adk0 • Oct 26, 2024Oct 26, 20241.9KDon't Memorise Founder Ganesh Pai Brings High-End Tech To Online Learning
An Electronics and Telecommunications engineer by degree, Ganesh Pai, graduated from the University of Mumbai after which he worked at various organizations like Mastek, SP Financial Services, CRISIL, Tutor Vista... -
@the-small-k • Oct 26, 2024Oct 26, 20241.7K
How to generate sitemap ?
Hello Engineers, I am having some questions related to sitemap. If i will not put sitemap for my website then also google crawlers are able to detect my website pages... -
@amit-1sokrN • Oct 26, 2024Oct 26, 20241.3KNubia N1 Lite vs Redmi 4 - Battle between smartphones with same price (Rs 6,999)
Nubia India, on Monday, has released a new smartphone named N1 Lite in India. The device is priced at Rs 7,999 and is now available on Amazon exclusively at a... -
@neeraj-iAaNcG • Oct 26, 2024Oct 26, 20241.3K
Please support my friend and fellow cean @spandana07
Hi guys Some of the old members would know #-Link-Snipped-# sings.. She has a smule account. I request all of you to please listen and follow her to support her.... -
@ramani-VR4O43 • Oct 26, 2024Oct 26, 20241.4KPetrol And Diesel Cars Will Vanish In 8 Years: Study
Will they? Not in India I guess. Not in the near future. Even if it does happen, how will the electric power be generated? Unless it is nuclear power, thermal... -
@arogya-kumar-LdStnW • Oct 26, 2024Oct 26, 20241.3K
GGSIPU COLLEGE FOR MCA
HI ..... I AM A GRADUATE IN COMPUTER SCIENCE FROM AGRA UNIVERSITY WILLING TO PURSUE CAREER IN THE SAME FIELD...HEARD IPU COLLEGES ARE GOING GOOD ...CAN SOMEONE SUGGEST ME HOW... -
@ramani-VR4O43 • Oct 26, 2024Oct 26, 20241.4KPlastic paradise: The shocking extent of ocean waste
Quote: (Plastic waste is a gigantic problem that we all have to take responsibility for, and one in which engineers have a key role in solving.) Henderson Island, part of... -
@thebigk • Oct 26, 2024Oct 26, 20241.4KLayoffs are a reality; are you still sleeping?
I came across a report from the last week published in ET last week - <a href="https://economictimes.indiatimes.com/tech/ites/it-to-layoff-up-to-2-lakh-engineers-annually-for-next-3-years-head-hunters-india/articleshow/58670563.cms" target="_blank" rel="noopener noreferrer">economictimes.indiatimes.com</a> and I am actually very concerned. The article says that... -
@mahapotta-Ta95ZE • Oct 26, 2024Oct 26, 20241.3K
How to find the total rent in given program
#include<stdio.h> int main() { int rent,year,incre,a,s; printf("Rent Per month\n"); scanf("%d",&rent); puts("INCREAMENT\n"); scanf("%d",&incre); printf("HOW MANY YEARS\n"); scanf("%d",&year); for(a=1;a<=year;a++) { printf("The rent for year %d is %d\n",a,rent*12); rent=rent+incre; } }