Tag Archive for 'Programming'

Page 2 of 2

Attendance Control

“Attendance Control” is a console application made as an exercise to integrate the different C++ concepts taught in class up to the middle of the year.

The main objective is to be able to develop a employee attendance control which records the times (and justifications, if corresponding) of each time the employees arrive, go to lunch, return from lunch and go back to home.

Sistema de control de asistencia de personal
--------------------------------------------

DNI:

Keep reading…

Incoming search terms for the article:

YouTube Downloader 1.2

The new 1.2 version of YouTube Downloader, open-source software to download YouTube Videos, is available.

This new version includes:

  • Support for the different video formats offered by YouTube (you can choose which one to download)
  • UTF8 to Extended ASCII conversion for filenames (no more strange characters on most languages)

Update: the original YouTube Downloader post has been updated (screenshots and content) to reflect the newest 1.2 version changes.
Update 2: the YouTube Downloader 1.2 source code is now available to be downloaded.

Incoming search terms for the article:

YouTube Downloader (tool to download YouTube videos) with source code

Update: latest version is 1.2.1.

YouTube Downloader is a very easy to use open-source tool done to do just what the title says: download YouTube videos

You just have to enter the URL you use to watch the video, lets say “http://www.youtube.com/watch?v=3QZXjSy0Ogk”, specify the desired quality, and it calculates the real source URL for the video file, asks you the destination path and then starts downloading it…

Keep reading…

Incoming search terms for the article:

cMemDbg – Easy to use C memory leak detection library

After some time working with C, I decided to develop a very easy to use library which can help you to detect and track memory leaks.

There are lots of solutions for this on the net, but this one has the particularity of being really simple to implement.

Keep reading…

Incoming search terms for the article: