intelliproject logo

Silviu Caragea


developer
StatusFounder. Member no.1
Articles submitted35 -Writer
Forum posts11
Points186
BiographySilviu Caragea is the Founder, Administrator and Chief Editor who wrote and runs The IntelliProject.

He's been programming since 2000 and now he's student at The Faculty of Economic Cybernetics, Statistics and Informatics from Bucharest. In the same time he's working as software developer at Cratima Software, a Romanian software and web design company that activates both on the local and foreign market, providing its customers with software development services, internet and intranet solutions, web design, graphic design and IT consultancy.

His programming experience includes:
- C,C++, Visual C++(Win32 API, MFC, ADO, STL, DAO, ODBC, ATL, COM, DirectShow, DirectDraw, WTL)
- Open Source libraries :CURL & Boost
- HTML, CSS
- Java (SE,ME)
- JavaScript, Ajax, Google Web Toolkit (GWT)
- Php, MySQL
-Oracle, PL SQL
- C# .NET
-Objective C, IPhone SDK, Cocoa
LocationRomania Romania
Job titleSoftware Engineer
Member since03/10/2008
Homepagehttp://www.intelliproject.net
SignatureMan is the measure of all things: of things which are, that they are, and of things which are not, that they are not

Member points are calculated as follows: (numbers of posted articles *5) + numbers of forum posts

Membership status calculated as follows: 0 points = Normal user;1-20 points = Bronze;21-70 points = Silver;71-120 points = Gold;121+ points = Platinum;


Articles submitted
  Article Posted date Rating
1C/C++ : Comparative measurements and analysis of I/O event notification mechanisms

This paper describes a comparative measurements and analysis of the most popular I/O event notification mechanisms available on UNIX-like operating systems: select, poll, kqueue, /dev/poll, epoll.

07/04/20115.00
2Mac OS : How to install Mac OS X Leopard 10.5.7 in VMware 6.5

Complete installation guide for Mac OS X Leopard in VMware 6.5 under Windows

13/08/20090.00
3C# : XML-RPC – communicating between a C# client and a PHP server

This article describe how can you implement a simple XML-RPC application to communicate between a C# client and a PHP server

19/05/20095.00
4C/C++ : Remote control PC's across a LAN part 2

This is a basic remote control application for Windows.

22/04/20095.00
5iPhone : Compiling and using CURL on iPhone OS

The goal of this article is to describe how can you compile libcurl as static library for iPhone OS , and how can you use it in your iPhone projects.

17/03/20094.71
6C/C++ : Using CURL to download a remote file from a valid URL in c++

Describe how to download a remote file from a valid URL in c++

22/02/20094.00
7Java : Call native C/C++ functions from Java using JNI

Describes how to integrate c/c++ native libraries into your Java applications

18/01/20095.00
8C/C++ : Using class members as callback functions

In the object oriented programming of C++, using C-style callback functions is not possible without some little hacks. This article describes how can we use class members as callback functions.

22/12/20085.00
9C/C++ : Windows porting of tailf command from Linux

This is a port of tailf on Windows. tailf is a program on Unix and Unix-like systems used to display the last few lines of a text file or piped data.

17/12/20080.00
10C/C++ : How to change proxy settings under Internet Explorer using C++

This article describe how can you change the Internet Explorer proxy settings on-the-fly using C++ and Win32 API.

14/12/20080.00
11C/C++ : How to export C++ classes and functions from a DLL

This article describes different methods to export a C++ function or class from a DLL module. It presents the advantages of using DLLs, the types of DLLs and finally the advantage / disadvantages of using ATL interfaces to export objects from DLLs.

08/12/20085.00
12PHP : Using PHP Headers to Force Download

Describe how to force a file download in php

26/11/20083.00
13C/C++ : How to compile Xvid with Microsoft Visual C++

Describes how to compile Xvid with Microsoft Visual C++

22/11/20085.00
14C/C++ : Encoding and decoding base64 with C++

Describes how Base64 encoding Works

21/11/20084.00
15JavaScript : Keep session alive with Javascript

The goal of this article is to present a very simple method that can be used to keep a session alive.

15/11/20085.00
16C/C++ : Connecting to a database from C++ using ADO

Provides an easy technique to access ADO objects from C++

12/11/20085.00
17Image processing : Image processing – Edge Detection filters with c++ and GDI+

This article explains 2 different ways to do edge detection: first method is based on: Sobel , Prewitt and Kirsh and the second one is based on the difference between pairs of pixel around the current pixel.

06/11/20084.56
18C/C++ : Download a remote file from a valid URL in C++

You can use this code to download a remote file from a valid URL using API functions or MFC classes

02/11/20080.00
19Image processing : Image Processing - Convolution Filters with c++ and GDI+

A brief description of several useful convolution filters which allows you to apply various effects on photos for certain features.

29/10/20085.00
20Ajax & Atlas : Using Ajax with Javascript and PHP

In this article we'll discuss the basic principles of remote scripting using Ajax, (asynchronous JavaScript and XML) to allow web pages to be updated without the user having to wait for a page refresh.

18/10/20085.00
21PHP : How to Create CAPTCHA Protection using PHP

Describe how to create CAPTCHA Protection using PHP. It is used to prevent spam abuse on the websites.

15/10/20085.00
22JavaScript : Transparent PNGs in Internet Explorer 6

Describe how to display transparent PNGs in Internet Explorer 6

13/10/20084.00
23J2ME : Capturing Video on J2ME devices

Describe how can you take pictures on a J2ME device

12/10/20083.75
24C/C++ : Create shortcuts with the IShellLink Interface in Visual C++

Describe how to create shortcuts with the IShellLink Interface in Visual C++

11/10/20084.00
25C# : Monitoring File System using FileSystemWatcher Class

Explain how to watch for changes in files and subdirectories of a specified directory

11/10/20085.00
26JScript : Yahoo Mail Shortcut using JScript

This article shows how you can make a little script using JScript that automatically login to your Yahoo Mail account

09/10/20085.00
27C/C++ : Check if a specific TCP or UDP port is open

Describe a very simple way that you can use to check if a specific TCP or UDP port is open

08/10/20085.00
28C/C++ : Internet Explorer Key Logger using Browser Helper Objects

Describe how to create an Internet Explorer Key Logger using Browser Helper Objects (BHO)

07/10/20085.00
29C/C++ : Limit applications to one instance in Visual C++

How to limit 32-bit applications to one instance in Visual C++

05/10/20085.00
30C/C++ : How to use Regular Expressions in Visual C++

CATLRegExp - Microsoft regular expression implementation.

04/10/20082.33
31C/C++ : Exporting a digital certificate to a PFX file

A simple way to export a digital certificate to a PFX file

04/10/20084.50
32Algorithms : An introduction to bitwise operators

This article gives a brief overview of C style bitwise operators

04/10/20085.00
33C/C++ : Building A SOAP Client With Visual C++

A simple way to create a SOAP client using C++

04/10/20083.50
34C/C++ : Remote control PC's across a LAN

This is a basic remote control application for Windows.

03/10/20085.00
35C/C++ : Accessing a MySQL Database from C++

A wrapper class that can be useful when you want to connect to a MySQL database from C + +

03/10/20085.00