Community Feed
-
@satya-swaroop-YDeBJM • Oct 11, 2024Oct 11, 20241.3KAs Apple fans globally welcome iOS 7 and new Apple devices like the not-so-cheap iPhone 5C and the iPhone 5S with fingerprint sensor, iOS apps too are getting a revamp....
-
@satya-swaroop-YDeBJM • Oct 22, 2024Oct 22, 20241.2K
Facebook’s New AI Team Employs “Deep Learning” To Make Better News Feed
Every morning you wake up and log-in to your Facebook account to see what your friends are up to these days. Initially, you used to browse through all posts from... -
@joseph-siomn-Yr8xab • Oct 14, 2024Oct 14, 20241.2K
How does a computer work based as digital machine.
hello! guys computer as a digital machine work very well! can anyone explain to me how and what a the common element of computer as a system. -
@thebigk • Oct 21, 2024Oct 21, 20241.3K3D Printing Startup Companies in India
I was wondering if there are any startup companies in India that've been actively working in the 3D printing domain. The technology, IMHO, is still in nascent stage and is... -
@thebigk • Oct 25, 2024Oct 25, 20241.2KImportant Announcement For CEoM Participants [Current & Future]
CEans, After receiving several complaints and reviewing each one of them, we've concluded that we need a change in the rules that apply to CEoM. Please note the changes carefully... -
@ambarish-PQyoXg • Oct 22, 2024Oct 22, 20241.4KGoogle Homepage and Logo Revamped- Menu Bar Trashed For App Launcher!
Search-giant Google has initiated rolling out its newly revamped homepage and logo, following the furbishing of Yahoo logo and Microsoft Bing search utility. The new logo is flattened and reshaped... -
@ramani-VR4O43 • Oct 16, 2024Oct 16, 20241.2KMove over 3-D Printing, Here comes 4 D Printing
The way engineering is progressing it is difficult to know where SciFi ends and reality begins. 3D printing has made giant strides and is already posing a challenge to traditional... -
@semmalar-ncelvE • Oct 26, 2024Oct 26, 20241.3K
RCC pillar footing on load bearing foundation
Hi, We just completed laod bearing foundation. Now thinking of pillar based construction. Please I need expert suggestions on whether it is possible to construct the rcc pillar footing on... -
@ambarish-PQyoXg • Oct 22, 2024Oct 22, 20241.3KPanasonic P11 and T11 Price In India, Tech Specs And Features At India Launch
Panasonic may not be in the smartphone manufacturing affair any longer, but the company continues to trade rebranded smartphones in the Indian market. Panasonic P11 and T11, the dual-SIM budget... -
@abrakadabra • Oct 26, 2024Oct 26, 20241.3KGoogle QuickOffice iOS App Free Download Available - Use Microsoft Office Files on iPhone Or iPad
After having acquired QuickOffice in June 2012, Google had started working on making it available for each and everyone. Looks like that goal has been met by freeing the app... -
@thebigk • Oct 22, 2024Oct 22, 20241.2KAttention: Concerns about CEoM Participants Writing News Items
We've been receiving serious concerns over the news items being shared for the sake of creating new threads and accumulating points for CEoM contest. We need to address this concern.... -
@ramani-VR4O43 • Oct 23, 2024Oct 23, 20241.3K'I could Make That' copy cat contest from Instructables
Quote: Multiple entries are accepted, but each entrant can only win one prize. Contest is open to entries from US, Canada [excluding Quebec], UK, China, Belgium, the Netherlands, Australia, Colombia,... -
@ramani-VR4O43 • Oct 22, 2024Oct 22, 20241.2K150 years of history of the London Tube in Pictures
The Telegraph of UK has published this interesting gallery of pictures showing the 150 years history of the London Tube Railway. Amazing engineering of yester years. #-Link-Snipped-# (Originally posted by... -
@ramani-VR4O43 • Oct 25, 2024Oct 25, 20241.3KMIT's Hyperform makes 3D printing of Large Objects literally a Snap
MIT ha scome up with Hyperform that makes 3D printing of large bojects literally a snap. This radically different approach can dramatically change 3D printing nad herald a major advance.... -
@ramani-VR4O43 • Oct 23, 2024Oct 23, 20241.3KRadical New Aerodynamic Design of te Cambridge Solar Car
By shifting the solar panel inside the aerodynamically designed shell, Cambridge University students have upped the ante on the October’s World Solar Challenge, a gruelling four-day-long, 3,000km race across the... -
@gaurav-ToXXkA • Oct 26, 2024Oct 26, 20242.0K
Tricky C Programs Collection
hey guys , just write any tricy c code ... as the game everyone will answer it .. ok 1st my turn,,, what will be the output of following code... -
@anoop-kumar-GDGRCn • Oct 26, 2024Oct 26, 20241.2K
If @marissamayer RT this, I will make Yahoo my home page
One of the crazy things on internet In reply, Marisaa Mayer retweeing these tweets 😁 Twitter page: #-Link-Snipped-# -
@abhijit-dey-damdBv • Oct 23, 2024Oct 23, 20241.3K
HP Envy 17 Specs Bring You A Built-in Leapmotion Controller
Leapmotion has been making news everywhere since its introductory video was launched. But when people had the device delivered to them, there wasn't the right kind of talk that the... -
@thebigk • Sep 29, 2024Sep 29, 20241.3KNew BSNL FTTH Tariff Plans [ 2013 - 2014 ]
I've been using BSNL FTTH service (unlimited 2 Mbps) plan and totally satisfied with the quality of service. My only complaint has been with the tariff BSNL has on the... -
@gaurav-ToXXkA • Oct 26, 2024Oct 26, 20241.8K
c program to check no. is even or odd without using conditional operator !!
#include<stdio.h> #include<conio.h> int main() { int no; char ch[0]="Even"; char ch[1]="odd"; printf("Enter a no. \t"); scanf("%d",&no); printf("\n The no. is %s",ch[no%2]); return (0); } // in above c code using...