CrazyEngineers CrazyEngineers
Login Sign-up
  1. Home
  2. Feed
  • Home
  • Announcements
  • News
  • Founders Circuit
  • Blog
  • Quiz
  • Discussions
  • Threads
  • Engineering Memes
  • Resources
Latest Trending Most replied
All activities
  • kate1

    kate1

    @kate1-sicbwH • Oct 26, 2024
    Oct 26, 2024
    1.4K

    Full stage logic diagram for 16 microoperations and 2 variables using MUX 4x1

    help in architecture--- drawing full stage logic diagram for 16 microoperations and 2 variables using MUX 4x1 ? please reply asap.
    Like 0 Replies 5
  • gaurav200x

    gaurav200x

    @gaurav200x-QWHQAS • Oct 26, 2024
    Oct 26, 2024
    1.7K

    What is 'Effective Mass of an Electron'

    While studying Gunn Diode in Microwave Technology, I came across the term 'effective mass of an electron' and not able to recall what it is. Can anyone kindly explain what...
    Like 0 Replies 5
  • samaira

    samaira

    @samaira-P4RsEf • Oct 26, 2024
    Oct 26, 2024
    1.4K

    Vb 6.0

    I have done the following code for binary search.But all the time Its showing match not found even if the number is present in the array😔 Dim a As Integer...
    Like 0 Replies 5
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk • Oct 9, 2024
    Oct 9, 2024
    1.2K

    CE Looks AWESOME in uBuntu 10.10 FireFox using uBuntu Font!

    I just love the look of CE using uBuntu font in uBuntu 10.10. I wonder we've anyone else using uBuntu 10.10 and the Firefox default font set to uBuntu?
    Like 0 Replies 5
  • computeridiot007

    computeridiot007

    @computeridiot007-xUubel • Oct 27, 2024
    Oct 27, 2024
    1.3K

    question related to ubuntu linux

    when I inserted ubuntu cd into dell inspiron 1456 I got the linux command line instead of installation window with GUI format .First time I came across this situation.I have...
    Like 0 Replies 5
  • Morningdot Hablu

    Morningdot Hablu

    @morningdot-6Xuj4M • Oct 26, 2024
    Oct 26, 2024
    1.5K

    What about the other 3-bits in flag register ?

    Actually i have a silly doubt, As we know our intel microprocessor have 5 flags and 1-bit space is alloted for each flag. Flag register we are going to use...
    Like 0 Replies 5
  • syee10

    syee10

    @syee10-oL4aOs • Oct 26, 2024
    Oct 26, 2024
    1.4K

    7 Segment Display Help

    Hi all, I am designing a four digit 7 segment display just using IC 74LS90 decade counter and 74LS47 BCD to 7 segment driver. My question is how to link...
    Like 0 Replies 5
  • Ankita Katdare

    Ankita Katdare

    @abrakadabra • Oct 23, 2024
    Oct 23, 2024
    1.4K

    Is Engineering Art or Science?

    YouTube video preview
    Video preview Open post
    ....or neither? See this video. A rather funny take on the topic. [video=youtube;oObrV0qDvGE]https://www.youtube.com/watch?v=oObrV0qDvGE[/video] But seriously, let your opinions flow in..
    Like 0 Replies 5
  • Reya

    Reya

    @reya-SMihdC • Oct 26, 2024
    Oct 26, 2024
    1.2K

    Common Reasons for Hard drive Crash

    How HDD will get crashed??
    Like 0 Replies 5
  • anjligupta

    anjligupta

    @anjligupta-CiXhvl • Oct 27, 2024
    Oct 27, 2024
    1.2K

    ideas for project final yr..

    i m a student of final year.. cn anyone suggest me any ideas for project.. reply soon...
    Like 0 Replies 5
  • syee10

    syee10

    @syee10-oL4aOs • Oct 26, 2024
    Oct 26, 2024
    1.6K

    AD633 Multiplier Problem

    Hi, I am designing a power meter which using the multiplier LM331 to multiply the Voltage and Current signal. The voltage and current signal will be go through the sample...
    Like 0 Replies 5
  • whiz.kid.aniket

    whiz.kid.aniket

    @whizkidaniket-5IiBCq • Oct 26, 2024
    Oct 26, 2024
    1.3K

    If You’ve Never Failed, You’ve Never Lived

    YouTube video preview
    Video preview Open post
    Inspiring video on persevering no matter how many times you have failed in life. A must watch video! [video=youtube;Y6hz_s2XIAU]https://www.youtube.com/watch?v=Y6hz_s2XIAU[/video]
    Like 0 Replies 5
  • 3011

    3011

    @3011-Ivk5C8 • Oct 26, 2024
    Oct 26, 2024
    1.3K

    Problem in Visual Basic

    Hi CEans! Actually i am using VB6.0 . Can anyone tell me which statement is used to print the next element in same line. As by using print statement it...
    Like 0 Replies 5
  • sushant005

    sushant005

    @sushant005-tyt4WK • Oct 15, 2024
    Oct 15, 2024
    2.3K

    Low-Level Formatting

    Hello friends, I am confused can any one tell me actually for what purpose low level formatting is used. Is it used for correcting the bad sectors or detecting the...
    Like 0 Replies 5
  • ramana_slv

    ramana_slv

    @ramana-slv-xx4JdA • Oct 26, 2024
    Oct 26, 2024
    2.2K

    Ip address

    what is the difference between physical Ip address and logical ip address please tell me any one .........................................
    Like 0 Replies 5
  • dheerajkvs

    dheerajkvs

    @dheerajkvs-ycESs6 • Oct 26, 2024
    Oct 26, 2024
    1.3K

    How To Write A Technical Paper For Presentations & Contests?

    Hii i am an electronics engineer. I was thinking of writing some papers and enter some fests and am interested in it. But the problem is i don't know how...
    Like 0 Replies 5
  • Morningdot Hablu

    Morningdot Hablu

    @morningdot-6Xuj4M • Oct 7, 2024
    Oct 7, 2024
    1.2K

    Doubt in java programming.

    Hello friend's, Check out this program. import java.io.*; public class r { public static void main(String args[])throws IOException { try { FileReader fr=new FileReader("mohit.txt"); FileWriter fw=new FileWriter("monu.txt"); int s; while((s=fr.read())!=-1)...
    Like 0 Replies 5
  • Varsha0802

    Varsha0802

    @varsha0802-YohNRX • Oct 22, 2024
    Oct 22, 2024
    1.1K

    Function Overloading in C Programming Language

    I have a doubt. c does not support function overloading. but if anyway we want to use it, how can we do it?
    Like 0 Replies 5
  • supri_cs

    supri_cs

    @supri-cs-35NiDj • Oct 25, 2024
    Oct 25, 2024
    1.5K

    combining solar and wind energies

    We are planning for a project, where we are combining the powers generated from solar panels and wind turbine and feeding it to the load through the grid. Power can...
    Like 0 Replies 5
  • Hussein Barakat

    Hussein Barakat

    @hussein-77cWWa • Oct 26, 2024
    Oct 26, 2024
    1.5K

    ANSI Code (Mechanical Code)

    Hey engineers from every where 😁 i am searching for a copy of -ANSI code- every where but i did not find it😕 and i need it very much, could...
    Like 0 Replies 5
« Previous Next »

About CrazyEngineers

The official CrazyEngineers Community

Founded Nov 26, 2005

Recently active members

  • Ramesh RR 10h
  • Pito75 13h
  • Payal Payal 16h
  • Ashik Khan 1d
  • Nikita Babar 1d
  • Santhosh Barani 1d

Latest activity

  • Ramesh RR
    Ramesh RR • replied to 9h
    Trace Current Location Of Mobile...
  • Ramesh RR
    Ramesh RR • replied to 9h
    Track Current Location of Mobile
  • William Brown
    William Brown • published 12h
    Can I use an SMTP...
  • Payal Payal
    Payal Payal • joined 16h
    the community
  • Ashik Khan
    Ashik Khan • replied to 1d
    www.theuselessweb.com - Take Me To...
  • Ashik Khan
    Ashik Khan • joined 1d
    the community
  • Nikita Babar
    Nikita Babar • joined 1d
    the community
  • SuMit 0196
    SuMit 0196 • joined 1d
    the community
  • Biharm Pal
    Biharm Pal • joined 1d
    the community
  • William Brown
    William Brown • published 1d
    Which company provides the best...

CrazyEngineers ⚡ powered by

Jatra Community Platform

CrazyEngineers ⚡ powered by

Jatra Community Platform
  • Home
  • Channels
  • Search
  • Login
  • Sign up