Encoding Converter Windows Application (C#.NET)

This application is a very easy to use and a very small tool. It is used to convert a text file encoded using one encoding to the text file encoded using user specified encoding.

Application reads file data into a byte array and converts that byte array from one givven encoding to another. Application [...]

Shell script i use to compile BOINC applications

Shell script i use to compile BOINC applications

## slave_.cpp – boinc application ## /home/aurimas/boinc – in my case is a path where boinc is located g++ -I/home/aurimas/boinc/lib -I/home/aurimas/boinc/api -include /home/aurimas/boinc/config.h -c slave_.cpp -o slave_.o g++ -o slave_ -static slave_.o -L/home/aurimas/boinc/lib -lboinc_zip -lboinc_api -lboinc -pthread