-
@abhishekbiswas-XPBTe5 • Oct 25, 2024Oct 25, 20241.0KCan somebody help to get a clear concept of SQL Normalization .
-
@abrakadabra • Oct 22, 2024Oct 22, 20241.5KAltair Semiconductor Chipset For Indian TD-LTE Market
India's broadband market is one of the fast-growing LTE markets in the world. Indians are adopting to the LTE faster than ever before. Altair Semiconductor, a company known for their... -
@abrakadabra • Oct 26, 2024Oct 26, 20244.3KWhat are the GMAT Changes From 2012?
GMAC plans to make big changes to GMAT exam from 2012. Overall the exams timing is retained the same in spite of addition of new integrated reasoning section. This new... -
@thebigk • Oct 22, 2024Oct 22, 20241.1KBox.Net New Office Photos
Box.Net - Enterprise cloud storage startup has just moved to a new office and those who want to see how it feels to work like in Box.Net's office, check out... -
@thebigk • Oct 22, 2024Oct 22, 20241.2KNurtureTalent: Techpreneurs & Mechpreneurs
Our friends from NurtureTalent Academy have shared the following awesome news. Check it out - Are you bored from robotics/hacking? Are you looking for internship in top startups? Do you... -
@abrakadabra • Oct 27, 2024Oct 27, 20241.0KQuirky + GE Project - Make Everyday Product Smarter
Quirky & GE are joining forces to make an everyday product smarter with software. Check out the video for a few details - You can log-in to #-Link-Snipped-# Submit your... -
@thebigk • Oct 24, 2024Oct 24, 20241.1KDropbox office photos
Here's where the Dropbox is engineered, developed, designed and delivered 😀 Amazing place to work, right? - #-Link-Snipped-# -
@yamini91-4rrIUa • Oct 22, 2024Oct 22, 20241.6K
born 2 speak
i m an engineer in comp sci , bt dis is nt where my world end, d journey start 4m here. i m person with mass communication skill i love... -
@ambarish-PQyoXg • Oct 25, 2024Oct 25, 20241.2KEngineers Initiate High-Intensity Artificial EarthQuakes At A Hospital
Engineers from University of California have initiated high-intensity <a href="https://www.bbc.com/news/technology-17954352" target="_blank" rel="nofollow noopener noreferrer">Engineers launch artificial earthquakes at 'hospital' - BBC News</a> on a five-storey building filled with medical equipments.... -
@abrakadabra • Oct 24, 2024Oct 24, 20241.2KOpportunities in Indian Infrastructure Projects
'India Infrastructure: An Opportunity' is about India's growing infrastructure and its emergence as the hub for knowledge and technology. The reason behind this infrastructure can be traced to India's booming... -
@thebigk • Oct 22, 2024Oct 22, 20241.4KLondon Olympic Stadium - Discussions
Just stumbled upon this picture of the upcoming London Olympic stadium on <a href="https://en.wikipedia.org/wiki/File:Olympic_Stadium_London_design.jpg" target="_blank" rel="noopener noreferrer">File:olympic Stadium London Design.jpg</a>. I'm wondering whether all the stadiums are constructed that way... -
@07max-cvoAGy • Oct 26, 2024Oct 26, 20241.4K
Hoover Dam Project Construction
Hoover Dam Statistics - Hoover Facts 726.4 feet high (221 m) 1,244 feet wide (379 m) 660 feet (203 m) thick at the base 45 feet (13 m) thick at... -
@jayaprasad-4CXQiq • Oct 26, 2024Oct 26, 20241.1K
Which method is best suitable for analyzing route optimization in urban transport?
Which method is best suitable for anlaysing route optimization in urban transport. -
@abrakadabra • Oct 22, 2024Oct 22, 20241.7KNASA Pursuit of Light - Creative Team NASA Goddard
Perhaps more than all other federal agencies, NASA tells stories about big things: big places, big data, big ideas. Using extraordinarily high resolution data sets from some of the most... -
@akshaykumarsahoo-LWf36K • Oct 23, 2024Oct 23, 20241.6K
ASST. ENGINEER (CIVIL) in Works Department Govt of Odisha
I am Akshay Kumar Sahoo. Civil Structures rarely collapse! I'm attaching my CV. Check it out! -
@anan-1tV4SZ • Oct 26, 2024Oct 26, 20241.2K
need help with induction heating
guys i need some help with regard to my project i want to heat an aluminum alloy pin (A-356) to a temperature upto 300 degree celcius is this possible through... -
@aarthivg-HH344f • Oct 21, 2024Oct 21, 20241.3K
wave guide
I am an electrical engineer and I couldn't find an answer to one question in my text book. Wave guide acts like which type of filter? Does anyone here know... -
@reya-SMihdC • Oct 3, 2024Oct 3, 20241.1K
Problem in maximizing the screen in Ubuntu 12.04
Hello friends! I don't know why my desktop screen in Ubuntu 12.04 appears small.I could't maximize it. The icons in launcher and text appears larger in size. How to fix... -
@lovejeet-etHdkD • Oct 12, 2024Oct 12, 20241.1K
the actual process of data recovery
we rush for the data recovery as soon as some important files gets deleted up accidentally. but i wonder how the process of recovery actually works out. One thing i... -
@banashree-patra-m0OJwR • Oct 26, 2024Oct 26, 20241.3K
find the output of this code
#include<stdio.h> #define MUL(a,b) a*b #define Pow(a) a*a int main() { int a=3; int b=2; printf("Ans: %d\n", MUL (MUL(a+1,b), Pow(b+1))); return 0; }