Categories
- Computer Science (63)
- C Language (16)
- Coding Discussions (30)
- Linux / Unix Shell (16)
- Others (4)
- Overview (3)
- Entertainment (4)
- GNU+Linux+FOSS (41)
- Humor (17)
- Writings (5)
- Computer Science (63)
Tags
api array bash boot C++ casual combinatorics counting C program fedora firefox gcc gimp google graphics grub html id3 implementation defined behaviour internet ipod linux numerical octave poll prime number Programming R random number recursion shift operators skype undefined behavior video wallpaper wordpress workflowStackOverflow
Area51 Stackexchange Proposals to Follow
Top 10
- Floating point math operations in bash
- Read multiple arguments in bash script
- C Language Constructors and Destructors with GCC
- Choose login manager GDM or KDM in Fedora
- Little and Big Endian conversion
- Implement stack using a queue
- Installing GRUB Bootloader
- Simpson's 1/3rd Rule
- Counting Rectangles in an n X m Checked Board
- Recursive Solution to Towers of Hanoi
Recent Comments
Polls
Tag Archives: api
WordPress.com Stats API
WordPress.com has a very nice stat plugin showing the overall post views data and also post by post, but it would be always great if there was more. A lot of people talk about introducing Google Analytics. A lot of … Continue reading
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.
An ID3v1 Tag Parsing Library
A small ID3v1 tag parsing library. Continue reading
Allegro 4.2.2
Allegro is a game and graphics programming library, providing API for 2D graphics 3D graphics, keyboard, mouse handling, support for adding images, sounds, using advanced times, I/O routine and all that needs to program a 2D game. The addition of AllegroGL extends the power of Allegro to use OpenGL and create realistic 3D graphics. Read this article to know all about the Allegro 4.2.2 version and also the latest version Allegor 5, jump start with Allegro 4.2.2 programming, get great links to lot of contents, plugins and all. Continue reading
Posted in Computer Science, GNU+Linux+FOSS, Overview, Reviews
Tagged api, graphics, Programming
1 Comment






