Advanced E-Mail Tasks in Ubuntu

Evolution offers several features that can help you to organize your e-mail. You can create new folders, as well as filter, sort, and search through your messages. Creating New Folders If you want to better organize your e-mail, you can create your own folders, which will then appear in the list on the left side … Read more

Basic E-Mail Tasks For Linux

Evolution’s e-mail functionality is arguably the heart of the program. Although it offers many features, it is quite simple to use. If you’ve ever used any other mainstream e-mail client, such as Microsoft Outlook, you have a head start. Configuring E-Mail Access Before starting, you’ll need to find out the addresses of the mail servers … Read more

Handy Applications For Linux

Many additional applications might prove useful on a day-to-day basis. Here we review some of the more common ones. Calculator The GNOME Calculator (also known as Gcalctool) can be found on the Applications menu. In its default mode, it shouldn’t present any challenges to anyone who has ever used a real-life calculator. Figure. GNOME Calculator … Read more

A Quick Start with Common Ubuntu Programs

Keep in mind that Ubuntu doesn’t aim to be an exact clone of other operating systems. Some of the programs will work in a similar way to what you’re used to, but that’s not true of all of them. Because of this, it’s easy to get frustrated early on when programs don’t seem to work … Read more

Type Casting in c

C Programming Tutorial

Type Casting in c Type casting means changing a variable of one data type into another. The compiler will automatically change one type of data into another if it makes sense. For instance, if you assign an integer value to a floating-point variable, the compiler will convert the int to a float. Casting allows you to … Read more

Difference between Type Casting and Type Conversion

C Programming Tutorial

Difference between Type Casting and Type Conversion 1. Type Casting: In typing casting, a data type is converted into another data type by the programmer using the casting operator during the program design. In typing casting, the destination data type may be smaller than the source data type when converting the data type to another … Read more

G.729 codec

free g729 codec for asterisk

G.729 codec G.729 is a codec with low bandwidth requirements; it provides good audio quality. The codec encodes audio in frames of 10 ms long. Given a sampling frequency of 8 kHz, a 10 ms frame contains 80 audio samples. The codec algorithm encodes each frame into 10 bytes, so the resulting bitrate is 8 … Read more