CrazyEngineers Forum |
- Started a new Techie Blog... TechBits...
- flow through trapezoidal channel
- flow throug pipes
- Latest computer tecnology Seminar...
- Function returning address of local variable
- Degree project relate to electronic fields
- VoiCE Posts Published Today : 23-05-2011
- VoiCE Posts Published Yesterday : 22-05-2011
- suggest me which is better - developer or sqa engineer
- Free Civil Engineering Review
- Project
- Tim Berners-Lee on the challenges facing the internet - BBC
- traning or project in 2nd year
- Innovative idea
- Cheating in Education: Animation B.E or B.Sc?
Started a new Techie Blog... TechBits... Posted: 23 May 2011 07:44 AM PDT After thinking a lot on how to add my current stuffs, I got an idea on what I could do. I simply started this TechBits, ;) where I would be sharing all the kinds of techie stuffs, which I have experimented and you are free to experiment with the stuffs. :D Unlike the other blogs, I will be frequently updating this anytime and every time, so that, the techie tips and bits are up to date! :cool: Started posting vigourously in PraveenTech TechBits :) Check out the posts here... :) PraveenTech TechBits » Welcome to TechBits! :) PraveenTech TechBits » Tackling with those viruses in USB Drives :) PraveenTech TechBits » Facebook’s New Spam! Get Free T Shirts and Profile Views!!! :) PraveenTech TechBits » QRCode – The Buzz Word :) PraveenTech TechBits » Android Development :) PraveenTech TechBits » Implementation for tag based mail system by JOINS using MySQL Database :) PraveenTech TechBits » Fetching Items with Multiple Tags in a Tag-based Search :) PraveenTech TechBits » Facebook’s New Tagged in this Video Worm! Decoded & Behind the Scenes! :) PraveenTech TechBits » Simple Login Tutorial Using PHP. (DB Less Version) :) PraveenTech TechBits » PHP Version of FLAMES! :) Do comment on them... :) |
flow through trapezoidal channel Posted: 23 May 2011 06:30 AM PDT why trapezoidal section are constructed for channels and canals? |
Posted: 23 May 2011 06:27 AM PDT why circular pipes section are provided for carrying fluid? |
Latest computer tecnology Seminar... Posted: 23 May 2011 06:07 AM PDT i am doing Master of Computer Science. i want current seminar topics related to computer science.:happy: |
Function returning address of local variable Posted: 23 May 2011 05:14 AM PDT Hello, I was just trying to return the address of local variable from function localAddress(). This generally will return the adress of local variable "local" for which memory will be deallocated after the execution of function localAddress(). What I think is, pointer variable "ptr" in function Victim() should contain some random values instead of real value of local variable in localAddress() since it is disallocated. But in real this is not happening, rather ptr shows some memory address for temp. Someone has any idea on this. thanks. #include <stdio.h> int *localAddress(); void Victim(); void main() { //Ampersand Bug Victim(); } void Victim() { int *ptr; ptr = localAddress(); //Pointee is returning address of local from localAddress() which was deallocated after execution of localAddress() printf("\nptr is:%d",ptr); } int *localAddress() { int local; //Local int *a = &local; printf("\n%d is address of temp",a); return(&local); //returning address of local which is going to be deallocated which is incorrect } |
Degree project relate to electronic fields Posted: 23 May 2011 03:51 AM PDT Hi guys, I'm taking degree in electronic engineering.My project got rejected by my lecturer.Do you guys have any other good project ideas to recommend me?I really need help as the deadline for us to pass up the proposal going to reach.Got genius here can help me.THANK YOU A LOT.TAKE CARE. |
VoiCE Posts Published Today : 23-05-2011 Posted: 23 May 2011 03:03 AM PDT Cambridge Nanotech Makes A Successful Venture - CrazyEngineers ExoPlanetSat Nanosatellite To Begin Its Space Voyage In 2012 - CrazyEngineers Omnio Wow Keys Keyboard - Interface iPhone Or iPod With Desktop - CrazyEngineers US Department Of Labor Develops App That Keeps Track Of Workers ISRO GSAT-8 Successfully Launched In Orbit To Boost DTH - CrazyEngineers Injustice To Australians: Face Heat Even Before Carbon Tax Implementation - CrazyEngineers Wordpress Will Not Support IE6. You Should Upgrade Your Browser - CrazyEngineers Android Sidejacking Flaw Exposed. ClientLogin API Insecurity - CrazyEngineers LinkedIn Session Management Vulnerabilty - Security Loopholes Exposed - CrazyEngineers Gujarat Conducted First Ever Internet Elections In India With Scytl - CrazyEngineers |
VoiCE Posts Published Yesterday : 22-05-2011 Posted: 23 May 2011 03:00 AM PDT Panasonic 3G Attracts 9 Million Users In 4 Months - CrazyEngineers Difference Between iPad 2 & Samsung Galaxy Tab - CrazyEngineers National Instruments NIWeek 2011 Highlights - CrazyEngineers Porsche Cayman S Black Limited Edition Price In India - CrazyEngineers Apple Patent Reveals LCD With Adjustable Viewing Angles - CrazyEngineers Edutor Launches Edutor Advantage e40 Handheld Learning Device For CBSE Students - CrazyEngineers Apple Store 2.0 Live in Australia - CrazyEngineers |
suggest me which is better - developer or sqa engineer Posted: 23 May 2011 02:36 AM PDT Hi all, I got placed through on campus as software engineer at one of the startup companies with an exploding market (they are basically developing applications for smart phones and are concentrating on games and web designing too). But i don't prefer the location of this company. Through off campus i got another offer for sqa engineer at one of the top most product development companies (and there is no problem for me with this company's location). My parents are not that willing to send me out for work. Now my confusion is, "is it worth sacrificing developer position for sqa engineer ?" I knew that there is much preference and reputation for developers rather than sqa's or testers. (as for as the pay is concerned, there is no difference, both are paying the same). As for as i am concerned, i have confidence on me that i can perform better in anything i take up and do. I would also like to know your thoughts on this. In case, if i opt for sqa post, then in future, is it possible for me to step into developing side? I have rather decided something and trying to justify that. |
Posted: 23 May 2011 02:08 AM PDT I just found this site: Civil Engineering Online Review which has all the problems from past Civil Engineering Liscensure Board Examination. I hope it can help all the graduating students who are going to take board examination. Design and Construction "CE Board Exam from 1992-2008″ - Civil Engineering Online Review » Design and Construction Hydraulics and geotechnical "CE Board Exam from 1994-2008″- Civil Engineering Online Review » Hydraulics and Geotechnical and Mathematics, surveying and transportation "CE Board Exam from 1994-2008″Civil Engineering Online Review » Mathematics, Surveying and Transportation |
Posted: 23 May 2011 01:53 AM PDT Hello everyone, I m vishakha.i have done mca.I want a project in language java so that i can improve my skills.but i want some new project.can any one suggest? |
Tim Berners-Lee on the challenges facing the internet - BBC Posted: 23 May 2011 01:43 AM PDT When Sir Tim Berners-Lee put the first website online nearly 20 years ago, he cannot have imagined how it has changed everything about our lives. He explains why, in his view, the information we store online should remain open, accessible and free for people to use. Watch the video here: http://news.bbc.co.uk/2/hi/programme...ne/9491295.stm |
traning or project in 2nd year Posted: 23 May 2011 01:14 AM PDT i am in b tech 1st year with electronic and communication.i am having trimester system.and in coming 2nd year after 1st trimester,i want to apply for training/project .can anyone please guide me,were i should apply for it and i am eligible for which type of training courses.what about bsnl or other telcom companies,whether i can apply there or not. i want your guidance. |
Posted: 23 May 2011 12:52 AM PDT Hello all, I am new to this blog.Could anyone here can tell me any new idea..as i want to make something new in any language.. Thanks in advance |
Cheating in Education: Animation B.E or B.Sc? Posted: 22 May 2011 10:30 PM PDT Recently I came across an advertisement in news paper claiming to give scholarship for engineering in animation. In small letters, it was mentioned that the scholarships will be given to those who wish to do B.Sc in animation. Both the statements in advertisements are contradictory. What is your opinion on it? have you came across any such case? Is the above mentioned thing a fraud? I am purposefully not mentioning any names |
You are subscribed to email updates from CrazyEngineers Forum To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment