Quantcast
Channel: TeeJeeTech
Browsing all 136 articles
Browse latest View live
↧

Vala #1: Introduction

Ever heard of the Vala programming language? Its an new object-oriented programming language that has recently become very popular. It is based on C with a syntax similar to C#. It provides many...

View Article


Image may be NSFW.
Clik here to view.

Vala #2: Creating Simple Applications

I'll assume that you have gone through the official tutorial and that you have worked with C,C++ or C# languages before. The code samples are pretty self-explanatory. I'll be providing comments for...

View Article


Image may be NSFW.
Clik here to view.

Vala #3: Setting up an IDE

Compiling and running programs by typing commands in a terminal window can be a tedious task - especially when you have to do it every 5 minutes. This is where an IDE comes into the picture. Using an...

View Article

Image may be NSFW.
Clik here to view.

Installing Conky on Linux Mint

Summary: This article covers installation and configuration of Conky on a Linux Mint system, installation of themes, and tweaks required for making themes work properly on Cinnamon desktop.Conky is a...

View Article

MediaInfo Wrapper for .NET Projects

Latest version: v1.0.0.0 (2013-01-05) Project Page:SourceForge.netGoogle Project HostingLicense: Open-Source (GNU General Public License v2)AboutMediaInfoNET is a .NET wrapper for the MediaInfo...

View Article


Image may be NSFW.
Clik here to view.

Selene Media Encoder for Ubuntu

Latest Version: 1.1 (2013-02-02) Platform: Linux (Debian/Ubuntu) Language: Vala & GTK3 ProjectPage:https://launchpad.net/seleneWhat is Selene?Selene is an audio/video converter for linux that uses...

View Article

Vala #4: Using makefiles with Geany

In the last article we learnt how to set up Geany for compiling your Vala applications. Now we are going to see how we can create a makefile for building the entire project.The valac "%f" command that...

View Article

Image may be NSFW.
Clik here to view.

Vala #5: Toolbars

BasicsA toolbar provides a neatly arranged set of icons/buttons for executing various commands or actions. Unlike a menu which is also used for executing actions, toolbars are always visible to the...

View Article


Image may be NSFW.
Clik here to view.

Selene Media Encoder for Ubuntu v2.0

Latest Version: 2.0 (2013-03-31) Platform: Linux (Debian/Ubuntu) Language: Vala & GTK3 ProjectPage:https://launchpad.net/seleneSelene Media EncoderSelene is an audio/video converter for converting...

View Article


Image may be NSFW.
Clik here to view.

Vala #6: Localization

BasicsSoftware applications are usually developed in a single language. So even though a programmer in Russia would be writing code using English keywords, the user interface and the messages in the...

View Article

Image may be NSFW.
Clik here to view.

CPU Panel for Conky

Simple Theme for ConkyA simple theme to monitor CPU, RAM and Network speed.Simple Theme DownloadCPU PanelA panel for monitoring CPU loads. The load on each core is shown as a graph along with the...

View Article

Image may be NSFW.
Clik here to view.

A Guide to Linux System Backups

In this article I'm going to show you a quick and painless way of taking regular backups of your Linux system. The backups will be completely automated and will not require any attention on your part....

View Article

Image may be NSFW.
Clik here to view.

NVIDIA Panel for Conky

Displays the following information for NVIDIA cards:GPU TemperatureFan SpeedGPU ClockMemory ClockMemory UsageDownload

View Article


Vala #7: Process Execution

One of the best things about Linux programming is code-reusability. You can simply call a function in a library or execute a command to get a task done, instead of writing the code from scratch. Since...

View Article

Image may be NSFW.
Clik here to view.

Vala #8: Useful Functions

1) Get Process IDpublic int get_pid_by_name (string name){ try{ string output = ""; Process.spawn_command_line_sync("pidof \"" + name + "\"", out output); if (output != null){ string[] arr =...

View Article


Image may be NSFW.
Clik here to view.

Xubuntu 13.04 - Tips and Troubleshooting

I recently switched to Xubuntu 13.04 after using Linux Mint for nearly a year. While Linux Mint with Cinnamon desktop is a very good system, the Xubuntu desktop is more lightweight. The fonts look...

View Article

Image may be NSFW.
Clik here to view.

Introducing Conky Manager

I had some free time this weekend and so I quickly coded a small app for managing Conky scripts. It displays a list of Conky themes installed on your system and allows the user to start and stop...

View Article


Image may be NSFW.
Clik here to view.

Conky Manager v1.1

Conky Manager is a graphical front-end which provides options to start/stop, browse and edit Conky themes installed on the system. It is currently in development. Leave a comment on my blog or mail me...

View Article

Image may be NSFW.
Clik here to view.

Super Conky Package

There's a new conky theme pack by Jesse Avalos. Jesse has put together some of the best Conky themes into one package. Download link and screenshots are given below. ThemesHere a preview of some of the...

View Article

Image may be NSFW.
Clik here to view.

Deluxe Conky Theme Pack

A new Conky theme pack has been released by Jesse Avalos. This is an updated version of the Super Conky Theme Pack with more Conky themes and configs.ThemesHere's a preview of some of the new themes:...

View Article
Browsing all 136 articles
Browse latest View live