Awesome Geometric Patterns using Matlab

Look at the pattern: Can u imagine that every curves in this 3D pattern has drawn only using straight lines? Yes, its true!!! The base design of this check pattern is a line pattern. see fig. below: Making these kind of pattern is a very simple task. Draw 2 straight lines intersecting at their midpoint [...]

CSMA/CD using POSIX Threads in C

We are familiar with concurrency control in Java using Threads. But what about implementing threads in the most widely used programming language- C? The solution is to use POSIX threads. The standard mechanism (specified by the IEEE POSIX 1003.1c standard (1995)) for creating threads in UNIX/Linux world is through the POSIX threads or pthreads. The [...]

Make your own Animation clip Using Stopmotion

The fundamental concept behind animation is ‘Persistence of vision’. An animated film is fundamentally a bunch of images changing rapidly on-screen, at a fixed frame rate- usually above 12fps. For making your own animation you don’t need to buy expensive and professional photographic or processing hardware or software, all you need is the following: A [...]