TeXlips is a very feature rich LaTeX editing tool. It is not a standalone TeX editor such as WinEdt, TeXnicCenter or Inlage. It is a plugin to the Eclipse SDK. As such, if you are doing programming project, or working with some source editing with Eclipse, TeXlipse comes very handy to you. This is because … Continue reading » Related ...
Introduction A continuous flow of quality website traffic is a prime factor for a successful ebusiness website, and closely related with search engine optimization. It is evident that the profit, which is generating through the ebusiness website, is proportional to redirected quality website traffic. In addition, good and continuous website traffic can generate considerable revenue … Continue reading » Related posts:How ...
PLECS is very common as a Matlab Simulink Toolbox, nevertheless the standalone version is available. It was developed by the company named as Plexim. As I was told, the very first PLECS project was initiated in ETH Zurich, and after sometime it spinned-off as a separate company. Ideally, Matlab and Simulink are well optimized and … Continue reading » Related ...
Earlier, I posted some free yet very powerful LaTeX editors <Click here to view, Opens a new window>. In here, Im going to introduce some commercial (not free), LaTeX editors. Most of them are offering some innovative features, and makes the writing process much fun. But, still I’m wondering whether they have significant improvements compared … Continue reading » Related posts:Best ...
OK, lets be honest. If someone wants a sub 100$ linux box to play with, then there are not much options! In fact Raspberry Pi and BeagleBone are among the best choices around. So what? What are the pros and cons of the ends? You just wait and scroll down! Feature Raspberry Pi – Link … Continue reading »
I have come across a very informative video tutorial series, made by Texas Instruments and Avnet. These tutorials emphasizes on the fundamentals of motors, brushed vs brushless, power stage design and even field oriented control, which is widely known as vector control. Check it out via the following link. You will see all 1o motor control … Continue reading » No related posts.
Interrupts are very handy tools, when it comes to embedded software development projects. If you are confusing with interrupts, or what does that mean.. etc, think it as an event. A special event. An event which holds the current program execution. There are some special routines, (or functions in a high level programming language) called ISR’s or … Continue reading » No ...
Follow the following link to register and participate to free IEEE Webinars, which gives a good insight of cutting edge technologies and up-to-date research. http://spectrum.ieee.org/webinar Related posts:How to generate IEEE compatible eps graphic files? Related posts:How to generate IEEE compatible eps graphic files?
Keywords- Search Engine Optimization, ebusiness, SEO Tags- Ebusiness, Website Traffic, Search Engine Optimization Introduction Search engine optimization (SEO) is the process which improves a website visibility in search engine results as organic, in other words unpaid methods, and it is very important for ebusinesses to generate its targeted traffic and revenue. Search engine optimization for … Continue reading » Related posts:How ...
Introduction With the advancement of Internet based technologies, it became fairly easy to build a website and make it live, which would serve as the fundamental framework for ebusiness. This article will serve as a very first step-by-step guide/tutorial to build a website for a novice ebusiness entrepreneur. In general, a requirement analysis should be … Continue reading » No ...
Isolation transformers are electrical devices, which used to supply power to a targeted device, while isolating the targeted device from the supply mains. Isolation transformers provides a galvanic isolation between the mains and target, so the target is considered as safe and will not cause an electric shock in standard conditions. Moreover, they are used … Continue reading » No ...
One of my workmates flicked me a problem, which he is encountering in finite element modelling of a motor, while I was roaming around. What would be the general form of ellipse, which can be rotated around the origin of Cartesian plane (for the simplicity), and the general form of ready-to-rotate ellipse with an arbitrary … Continue reading » No related posts.
Part 01 of this Tutorial At this point, All the tools which you need to program your ARM processor has been set up. For the portability, I would recommend you to do the following. Create a folder somewhere – such as Dev_Base (Development Base) Copy the Eclipse folder to Dev_Base – Refer the Part01 of … Continue reading » Related ...
This is a step by step tutorial to about how to setup GNUARM compiler with the superior Eclipse IDE, for embedded applications. Before we begin, you should have these things in your system. Eclipse CDT – an excellent general purpose IDE for anyone. Even for LaTeX writers. Download the C developers’ version from http://www.eclipse.org/downloads Mentor’s Code … Continue reading » No ...
Recently I found a very decent website, which indexes the details of conferences and their call for papers – CFP deadlines. It has a vast variety of fields so virtually anyone who is doing some research works might find this useful. Have a look.. www.wikicfp.com No related posts. No related posts.
OK, lets be honest. If someone wants a sub 100$ linux box to play with, then there are not much options! In fact Raspberry Pi and BeagleBone are among the best choices around. So what? What are the pros and cons of the ends? You just wait and scroll down! Feature Raspberry Pi BeagleBone Comments … Continue reading »
Few questions, which were raised by a friend of mine, have been motivated me to write the second part of the article Problem with interrupts. In this, I will discuss few important points and how the things actually working behind the screen. For simplicity, I’m taking a generic 8051 core, nevertheless the fundamentals would be … Continue reading »
In an interesting experiment which we have done recently, it was required to setup a Bluetooth serial connection between a unix-like computer and a windows machine. The unix-like computer is a beaglebone, runs Ubuntu 12.04 LTS, which is being accessed using SSH. Although, setting up a virtual serial channel between the two devices seems … Continue reading »
Enhanced Post Scripts EPS (enhanced post script) files are still around the corner, although the file format is considerably old. Once when it comes to desktop publishing and journal publications, eps are still better compared to most of the bitmap formats available. This is mainly due to its scalability and quality of the output after … Continue reading » Related ...
Let’s begin with K&R’s Hello world. 1 2 3 4 #include "stdio.h" int main(void){ printf("Hello World! \r\n"); } This code looks fairly simple and straightforward. What it does it print a string on the standard output. In the landscape of embedded systems, typically likewise code will push the string through one of its output terminals, … Continue reading » ...