Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by raghda_alsayed

  1. R

    what is gt translation?

    what is gt translation in the mobile network GT means Globale Title --> means the country code
  2. R

    unix shell scripting newbie

    u can also check this web site http://www.freeos.com/guides/lsst/index.html it is helpful :)
  3. R

    What is the difference between fork and vfork in Linux?

    Linux Under SOLARIS, the man pages say : "vfork() can be used to create new processes without fully copying the address space of the old process. It is useful when the purpose of fork() would have been to create a new system context for an execve()." In others words, use vfork() when the...
  4. R

    What's the syntax for crontab command and associated command ?

    crontab command ? open crontab Crontab –e -e means Crontab edit its format is like this +---------------- minute (0 - 59) | +------------- hour (0 - 23) | | +---------- day of month (1 - 31) | | | +------- month (1 - 12) | | | | +---- day of week (0 - 7) Sunday=0 or 7 | | |...
  5. R

    How to grep the output lines with "."?

    HI ALL i have a problem when copmaring two files with diff command the outbut is like that 2,3 123456.30 123456.31 123456.32 8,7 123456.34 i just want to grep the the lines that containes "." knowing that i try grep '*.*' and grep '.' and grep '??????.??' :( unfortunaly i did not get the...
  6. R

    How to find file in Linux

    simply open a terminal and use the find command
  7. R

    how to run unix on windows xp

    can i practice unix on linux also u can use vmware server consol so u can creat a virtual machine in ur pc and setup the unix or linux os or if u have an iso image for the os u can work with it throw the virtual machine u creat it
  8. R

    convert from hexa to decimal in unix

    did anyone knows a command line in unix to change the number format from hexa to decimal or how i could make a shell script to do that ?
  9. R

    how to run unix on windows xp

    unix vm image that can be run on windowsxp If you can connect to a server which has installed Linux/Unix OS, u can use a software called putty that u can make throw ftp or telnet to the server
  10. R

    Problem with synthesizing a divided clock

    Divided clock i think it is will be easy to build ur code structural vhdl , which u could use a synthesized counter to divide ur clock
  11. R

    Looking for book about PIC programming in C

    help me plz **broken link removed**
  12. R

    VHDL and Verilog notes

    notes on verilog it is good for verilog https://www.asic-world.com/verilog/index.html www.inf.ed.ac.uk/teaching/courses/cd/VerilogTutorial.pdf https://www.doulos.com/knowhow/verilog_designers_guide/
  13. R

    Looking for documents about CMOS technology

    CMOS Technology check this web site it may be useful **broken link removed** www.csg.lcs.mit.edu/6.884/handouts/lectures/L03-CMOS-Gates.pdf

Part and Inventory Search

Back
Top