Categories
- Computer Science (46)
- C Language (5)
- Coding Discussions (21)
- Linux / Unix Shell (15)
- Others (4)
- Overview (3)
- Entertainment (4)
- GNU+Linux+FOSS (37)
- Humor (16)
- Writings (3)
- Computer Science (46)
Tags
StackOverflow
Follow Information Retrival Q&A site in Stackexchange
-
Top 10
- Geeky Code Wallpaper with GIMP
- Floating point math operations in bash
- Read multiple arguments in bash script
- Bash Script : Print lines of a file in reverse order
- Choose login manager GDM or KDM in Fedora
- Fix dark video in Skype for Linux
- C Language Constructors and Destructors with GCC
- Running Skype for Fedora x86 in Fedora x86_64
- Bash Script: Counting lines, words, characters
- Balanced Parenthesis Check
-
Recent Comments
Polls
Category Archives: Tutorials
What are ID3 Tags all about?
When you play a music file in your favorite music player, or in your portable media player the track name, album, artist, lyrics gets displayed. You can search the songs with artists, album names. Even some of the tracks come with album art too, but there is no image file anywhere. The question generally arises, where does these information come from? The answer is straight forward; this metadata about the audio track is stored inside the audio file itself. The different audio files need different codecs. Different audio format files also have different such metadata systems. For example The Vorbis comments, APE tag, ID3 tags etc.
The most common and popular audio media (although not the best) is the mp3 . Mp3 audio format stores this metadata inside the music file, either at the beginning or at the end or at both locations. The music metadata system used with mp3 is called an ID3 Tag.
We will rip off the ID3 tag and check out what’s inside it in this article. We will discuss about ID3v1.x and ID3v2.x tags.
Firefox Easter Eggs
Easter Eggs are small fun stuffs hidden inside the software, you have to find to get it, or google it. Here is two Easter Eggs from firefox3 . Check them out, they are fun. Continue reading
A Clean Wallpaper with GIMP
Yesterday was the birthday of a friends of mine. I realised that there was nothing to give her as a birthday gift, which matches my choice. A card is always great , especially if it is fully personalized and customized. So i launched GIMP, and started to think and experiment. I am trying to describe how i made the card/wallpaper with GIMP . I have tried to make it very simple. Yet again i have used the flame effect. I think it is getting monotonic, as a friend pointed out, and i should try something new and different. Please let me know your comments :) . Continue reading
Install Fedora12 from HDD/USB
Install Fedora12 from a USB or some HDD partition without DVD drive Continue reading
Unmute Muted Google Buzz
How to Unmute a Google Buzz Continue reading
Installing GRUB Bootloader
A step by step guide on how to freshly install GRUB bootloader, in Hard disk or USB. Continue reading
Choose login manager GDM or KDM in Fedora
How to change login manager, GDM to KDM in fedora, and how it works. Continue reading
New Year 2010 GIMP Wallpaper
A simple wallpaper for Newyear 2010 with GIMP. Continue reading
Christmas Wallpaper with GIMP
A simple wallpaper for Christmas with GIMP. Feliz Navidad! Continue reading
Beginners Guide to GCC
A simple tutorial with examples for compiling C Codes for beginners with GCC compiler. Continue reading
Posted in Computer Science, GNU+Linux+FOSS, Overview, Tutorials
Tagged gcc, linux, Programming
3 Comments





