Sunday, June 25, 2017

Announcing pts clang A portable LLVM Clang C and C compiler release running on Linux i386 and Linux x86 64

Announcing pts clang A portable LLVM Clang C and C compiler release running on Linux i386 and Linux x86 64


This blog post announces pts-clang, a portable LLVM Clang C and C++ compiler release running on Linux i386 and Linux x86_64.

pts-clang is a portable Linux i386 version of the clang tool of the LLVM Clang compiler, version 3.3. C and C++ compilation is supported, other frontends (such as Objective C) were not tested. The tool runs on Linix i386 and Linux amd64 systems. Its libc-independent, all code is statically linked to the binary. It also contains statically linked linker (ld), so installing binutils is not necessary.

See all details in the most recent README.

Trying it out

If you dont have root access and you dont have the libc headers (e.g. in the libc6-dev package, sample file /usr/include/stdio.h) installed, you can still try pts-clang, with pts-xstatic. See the details in this blog post.

If you dont have /usr/include/stdio.h, install the libc development package:

$ sudo apt-get install libc6-dev

To be able to compile both i386 and amd64 binaries, and you have a recent Linux distribution (e.g. Ubuntu Precise) you can install the libc6-dev package for both architectures:

$ sudo apt-get intall libc6-dev:i386 libc6-dev:x86_64

Download and try pts-clang like this:

$ cd /tmp
$ rm -f pts-clang-latest.sfx.7z
$ wget http://pts.50.hu/files/pts-clang/pts-clang-latest.sfx.7z
$ chmod +x pts-clang-latest.sfx.7z
$ ./pts-clang-latest.sfx.7z -y # Creates the pts-clang directory.
$ cat >>hw.c <<END
#include <stdio.h>
int main(void) {
return !printf("Hello, %s! ", "World");
}
$ pts-clang/bin/clang -s -O2 -W -Wall hw.c
$ ./a.out
Hello, World!
END

Use clang++ for compiling C++ code, but for that you have to install one of the libstdc++...-dev packages first.

Does pts-clang create portable executables?

By default (without the -xstatic or -xermine flags), the executables created by pts-clang are just as portable as those generated by gcc or clang. They are dynamically linked (unless -static is specified), thus they depend on the system libraries (e.g. /lib/libc.so.6).

If the -static flag is specified, then the executable becomes statically linked, but this doesnt provide real portability, because for calls such as getpwent(3) (getting info of Unix system users) and gethostbyname(3) (DNS resolution), glibc loads files such as libnss_compat.so, libnss_dns.so. On the target system those libraries may be incompatible with your binary, so you may get a segfault or unintended behavior. pts-xstatic solves this, because it uses uClibc.

If the -xstatic flag is specified, pts-xstatic is used to create a portable statically linked, Linux i386 executable, linked against uClibc.

If the -xermine flag is specified, Ermine is used to pack library and other dependencies to a single, portable executable. This can be even more portable than -xstatic, because Ermine can pack locale files, gconv libraries etc. Ermine is a Linux ELF portable executable creator: it takes a dynamically linked ELF executable, discovers its dependencies (e.g. dynamic libraries, NSS libaries), and builds a protable, statically linked ELF executable containing all the dependencies. See the features, licensing information and get Ermine from here. The result can be even more portable than -xstatic, because Ermine can pack locale files, gconv libraries etc. Not all the packing is automatic: use -xermine,... to specify packing flags to Ermine.

Portability improvements

  • pts-clang is portable (libc-independent): all shipped binaries are either statically linked. (The clang binary is packed with Ermine, the file is a statically linked executable, which contains a dynamically linked executables and its dependencies (e.g. libc etc.) with itself.) The system libraries are not used for running the compiler (but they are used for linking the output file, except when -xstatic is specified).
  • A statically linked linker (ld, GNU gold) binary is provided, so GNU binutils is not a requirement for compilation on the host system.
  • Some other optional, statically linked binutils tools (ar, ranlib and strip) are also provided for convenience in the pts-static-binu binary release, see more info in its README. These tools can be used for auxiliary tasks such as building static libraries.

Because of these portability improvemenets, its easy to run pts-clang in a chroot environment.

C++11 and C++0x compatibility

Please note that even though Clang 3.3 supports C++11, much of that is implemented in the C++ standard library (GCCs libstdc++ or Clangs libc++) header files, and no attempt is made in pts-clang to provide the most up-to-date C++ standard library. With -xstatic, an old libstdc++ (the one from gcc-4.4.3) is provided, and without -xstatic the systems default libstdc++ will be used, which can be older than C++11.

Author, copyright and recompilation

The binaries here were created by P�ter Szab�, using existing LLVM Clang and uClibc cross compiler and other binaries, and writing some custom trampoline code. See the details in the GitHub repository.

All software mentioned in this blog post is free software and open source, except for Ermine.

Thanks to Ermine

The author of pts-clang is grateful and says thank you to the author of Ermine, who has provided a free-of-charge Ermine license, using which the portable clang.bin binary was created from the official Clang binary release (which is libc-dependent).

If you want to create portable Linux executables (and you dont care too much about file size), give Ermine a try! Its the most comfortable, easy-to-use, and comprehensive tool available.

Installation instructions for the old version (v1)

Download the old version (v1) from here: http://pts.szit.bme.hu/files/pts-clang/pts-clang-xstatic-bin-3.3-linux-i386-v1.sfx.7z You can extract it with 7z (in the p7zip package), but you can also make it executable and run it, because its a self-extracting archive.

Clang itself is a cross-compiler, so it can generate object files for many architectures and operating systems (see the -target flag), but you also need a system-specific linker (not included) to build binaries or libraries. In newer versions (v2 and later), a copy of the GNU gold linker is also incuded.

This release introduces a non-standard command-line flag -xstatic which enables the Linux i386 target with static linking using the bundled uClibc library. The required .h and .a files, as well as a portable GNU ld linker binary are also included for the use of this flag. In newer versions (v2 and later) the files required by -xstatic are available in a separate download, see the details in this blog post.

Installation instructions for the even old version (v0)

Download version v0 from here: pts-clang-xstatic-bin-3.3-linux-i386.sfx.7z. You can extract it with 7z (in the p7zip package), but you can also make it executable and run it, because its a self-extracting archive.

More info

See the most recent README for full installation instructions, usage details, full feature list etc.
Read full post »

Saturday, June 24, 2017

Anim8or 3D Portable Full Version Free Download

Anim8or 3D Portable Full Version Free Download


Anim8or 3D Portable

Anim8or 3D Portable Full Version 

Free Download



Today I will enlighten you with Anim8or is a 3D modeling and character animation program that I have written over the past couple of years, not as a commercial endeavor, but because I love 3D graphics, animation, and programming.  While it is far from a complete professional level application like 3DStudio MAX or Lightwave, I believe that it has enough capability to be of use to others.

Anim8or 3D Portable
Have you ever imagined to be an animator ...?.make an animated film itself ...?.some people might imagine the same goes with me.Id love to see the animated movie alone result of my work.since then I started to pick out what software is needed to create an animation and ad two software that are often used by animators ie autodesk 3dmax and maya.

but the price of the software is expensive does not correspond with my bag price can reach  million. indeed still are pirated too much anymore but I learned not to use pirated softwareother than thatthe existing tools in the software difficult to understand let alone the only study alone at home, it would be difficult to understand, Im almost desperate to learn to create animations and finally I found a free animation software toolsalias open sorce it was very easy to understand.software named anim8or,very light run on Windows, these applications not only amounted to 1.72 mb nyampe 2 mb, and need not be installed because this portable application can even run it directly from pendrive.



Download Anim8or 3D Portable
 
 
Read full post »

Friday, June 23, 2017

AnyToISO Professional v3 7 4 Build 554 Portable

AnyToISO Professional v3 7 4 Build 554 Portable


nyToISO is a simple application which allows users to convert their files into ISO images. 

The ultimate ISO Creator for Windows: can create ISO from almost everything including all CD/DVD images formats popular in Internet (NRG, MDF, UIF, DMG, ISZ, BIN, DAA, PDI, CDI, IMG, etc), CD/DVD/Blue-ray disks or simply from a local folder.

What is more: extract any of those formats plus ISO/DEB/RPM images extraction. Complete command line support.

The main problem it solves is familiar to many computer users. Many programs can create a disk image in its own format. This is especially true for commercial products. For example, in order to burn a NRG image on a disk you need only original Nero program.
With AnyToISO you can mount any CD/DVD image found in Internet to your VMWare virtual machine or burn it on an optical disk after conversion to ISO.

Key Features:
� Extract/Convert to ISO: NRG, MDF, UIF, DMG, ISZ, BIN, DAA, PDI, CDI, IMG, etc CD/DVD-ROM images
� Extract ISO, DMG, DEB, RPM... files
� Create ISO from CD/DVD/Blu-ray disks
� Create ISO from files/folders
� Command line support

Made With Turbo Studio

Size: 12.4 MB

Download from MirrorCreator.com
Read full post »

Sunday, May 28, 2017

Any DVD Converter Professional v6 1 1 Portable

Any DVD Converter Professional v6 1 1 Portable


Dont buy any DVD Ripper and Video converter software before trying Any DVD Converter Professional version! Its Easier and Faster!
There is open source software to perform almost every task for video conversion or DVD ripper. But if you are one of these windows users who are looking for an All-in-One DVD ripper and video converting tool with easy-to-use graphical interface, Any DVD Converter Pro. provides just that, allowing you to effortlessly rip DVD to any video formats and convert video files between every format!

Any DVD Converter Pro. is an All-in-One DVD ripper and video converting tool which helps you rip DVD movie to all popular video formats and convert video files between all popular video formats with fast converting speed and excellent video quality.
Any DVD Converter is a DVD Ripper, i.e., rip DVD to all popular video formats such as AVI, MPEG, WMV, DivX, RM, MOV, 3GP, etc. It is also a video converter which converts almost all video formats including DivX, XviD, MOV, rm, rmvb, MPEG, VOB, DVD, WMV, AVI to MPEG or MPEG-4 movie formats for iPod, iPhone, Zune, PSP or other portable video device, MP4 player or smart phone.

Any DVD Converter Pro. makes batch file conversion simple. Create a batch list of any different formats and convert them all to a single selected format. The converted files will be saved to a pre-selected directory folder and the original files will remain untouched.

Any DVD Converter Pro. is a YouTube Video Converter which can download video from YouTube.com and convert YouTube videos to other formats. With the "downloading + converting" one-step solution, Any DVD Converter Pro. easily downloads and converts YouTube videos to play on your iPod, iPhone, PSP, Zune, 3GP mobile phone, Apple TV, etc.

You could use Any DVD Converter to download FLV videos from YouTube.com or Google Video to your computer. You are also able to download and convert FLV files on YouTube or Google Video to other videos formats, such as AVI, MPEG, MP4, WMV, 3GP, H.264/MPEG-4 AVC, H.264/PSP AVC, MOV, RM, ASF, FLV, SWF, etc.

Any DVD Converter is also the best iPhone converter software to convert all video files such as MOV, MP4, RM, RMVB, DivX, ASF, VOB, 3GP, WMV, MPEG, AVI to iPhone movies. Any DVD Converter helps you watch music video, movies on your iPhone and computer easily with great quality.

As iPhone music converter software, Any DVD Converter can convert iPhone music MP3, WAV, M4A from popular music files, such as WMA, MP2, OGG, RA, AC3, APE, CDA. It can also extract audio from movies or music video; convert to iPhone music MP3, WAV, M4A.

Made With Turbo Studio

Size: 66.4 MB

Download from MirrorCreator.com
Read full post »

Tuesday, May 23, 2017

AppRemover 2 2 19 1 Portable

AppRemover 2 2 19 1 Portable





AppRemover 2.2.19.1 Portable | 8.51 MB

AppRemover is a free of charge software that can help you to completely remove antivirus and antispyware products from your computer. As you may know already not all the files are removed when uninstalling an antivirus or antispyware but this is the perfect tool to do it. AppRemover is a software application, developed by OPSWAT, Inc, that enables the uninstallation of security applications such as antivirus and antispyware from your computer.

Download :  AppRemoverPortable
Read full post »

Saturday, May 6, 2017

Any Video Converter Professional v6 1 1 Portable

Any Video Converter Professional v6 1 1 Portable


 Any Video Converter = MPEG Converter + AVI Converter + FLV Converter + YouTube Video Converter + MP4 Converter

Any Video Converter Professional is an All-in-One video converting tool with easy-to-use graphical interface, fast converting speed and excellent video quality. It can convert video files from mpg, avi, divX, mpg, vob, wmv (Windows Media Video formats), 3gp (mobile phone format), asf, mov, rmvb and more into mp4, avi, mpeg and wmv files. If you have iPod, iPhone, Zune, PSP, Apple TV, PS3, Archos, Walkman, Sandisk Sansa, iRiver PMP, Creative Zen, Wii or Xbox 360, Any Video Converter is right for you! You can also download and convert YouTube videos and Google Videos.
With Any Video Converter you can convert your video files into the formats you need to watch on TV, put on a website, create a presentation, watch on your iPod and much more.

Made With Turbo Studio

Size: 67.1 MB

Download from MirrorCreator.com
Read full post »

Sunday, April 9, 2017

Announcing Portable MariaDB Small portable binary MariaDB distribution for Linux

Announcing Portable MariaDB Small portable binary MariaDB distribution for Linux


Portable MariaDB is a small, portable binary distribution of the SQL server MariaDB (Montys fork of MySQL) for Linux i386 (32-bit). Only the mysqld binary and a versatile init script are included. Portable MariaDB can be run by any user in any directory, it doesnt try to access any mysqld data or config files outside its directory. Portable MariaDB can coexist with regular mysqld (MySQL or MariaDB) and other instances of Portable MariaDB on a single machine, as long as they are not configured to listen on the same TCP port. The only dependency of Portable MariaDB is glibc 2.4 (available in Ubuntu Hardy or later).

The most up-to-date documentation of Portable MariaDB is here.

The sources are here.

Why use Portable MariaDB?

  • Its small (not bloated). Fast to dowload, fast to extract, fast to install. Quick size comparison: mariadb-5.2.9-Linux-i686.tar.gz is 144 MB, the corresponding Portable MariaDB .tbz2 is less than 6 MB.
  • Its portable: does not interfere with other MySQL server installations on the same machine.
  • Its self-contained and consistent: copy the database and the configuration in a single directory from one machine to another.

Installation

To run Portable MariaDB, you need a Linux system with glibc 2.4 (e.g. Ubuntu Hardy) or later. 32-bit and 64-bit systems are fine. For 64-bit systems you need the 32-bit compatibility libraries installed. You also need Perl.

 $ cd /tmp # Or any other with write access.
$ BASE=https://raw.githubusercontent.com/pts/portable-mariadb/master/release
$ #OLD: wget -O portable-mariadb.tbz2 $BASE/portable-mariadb-5.2.9.tbz2
$ wget -O portable-mariadb.tbz2 $BASE/portable-mariadb-5.5.46.tbz2
$ tar xjvf portable-mariadb.tbz2
$ chmod 700 /tmp/portable-mariadb # For security.
$ /tmp/portable-mariadb/mariadb_init.pl stop-set-root-password

Usage

For security, dont do anything as root.

 $ cd /tmp/portable-mariadb
$ ./mariadb_init.pl restart
Connect with: mysql --socket=/tmp/portable-mariadb/mysqld.sock --user=root --database=test --password
Connect with: mysql --host=127.0.0.1 --user=root --database=test --password

Feel free to take a look at /tmp/portable-mariadb/my.cnf, make modifications, and restart mysqld so that the modifications take effect.

Security

By default, connections are accepted from localhost (Unix domain socket and TCP) only, all MySQL users are refused (except if a password has been set for root above), and root has unrestricted access. Unix permissions (such as the chmod 700 above) are protecting against data theft and manipulation on the file level.

It is strongly recommended to change the password of root to a non-empty, strong password before populating the database.

Java support

Java clients with JDBC (MySQL Connector/J) are fully supported. Please note that Java doesnt support Unix doman socket, so make sure in my.cnf that mysqld listens on a TCP port. Please make sure you have ?characterEncoding=UTF8 specified in your JDBC connection URL, otherwise some non-ASCII, non-Latin-1 characters would be converted to ?.

Unicode support

Just as with MariaDB. All encodings and collations are supported. The latin1 encoding is the default, which can be changed in my.cnf.

Language support

All natural languages (of MariaDB) are supported for error messages. Set the `language flag in my.cnf accordingly. English is the default.

Read full post »

Friday, April 7, 2017

Anti Virus Kaspersky Removal Portable

Anti Virus Kaspersky Removal Portable



Kalau sebelumnya gue share Anti virus buatan anak Negeri kali ini gue share yang bikinan Luar Negeri yaitu Anti Virus Kaspersky Removal. pasti sobat sudah kenal,  Aplikasi ini dirancang untuk menjadi pemindai virus dan software deteksi dari Kaspersky.. Produk ini akan memindai lokasi yang ditetapkan untuk setiap ancaman virus dan menghapus mereka atau mengirim ke folder karantina. Kaspersky Virus Removal Tool  menyediakan keamanan terhadap program berbahaya. Kaspersky AVP menemukan Alat dan obat: virus, Trojan, worm, spyware dan adware, semua jenis rootkit dan program jahat sejenis.




                                    Tampilan  Kaspersky 11.0.0.1245 di pc saya

Perhatian:
Kaspersky AVP Alat ini dirancang untuk cepat menemukan dan mengisolasi file, tetapi tidak dapat digunakan sebagai alat permanen perlindungan virus. Untuk menjamin keamanan komputer Anda harus memiliki lagi  anti - virus dengan cara perlindungan secara real time.

Sobat mau mencoba..?
Download Here
  • Download Kaspersky Removal 11.00.1245
Read full post »

Saturday, April 1, 2017

Angry Birds PC Portable Full Version Free Download

Angry Birds PC Portable Full Version Free Download


Angry Birds PC Include Patch Full Version Free Download Logo
Description:
The survival of the Angry Birds is at stake. Dish out revenge on the green pigs who stole the Birds eggs. Use the unique powers of the Angry Birds to lay waste to the pigs confounding constructions. Angry Birds features challenging, physics-based demolition gameplay with hours and hours of replay value. Each of the 240+ levels requires logic, skill, and brute force to crush the enemy. 


    Minimum System Requirements:
  •  
  • OS Windows XP SP3
  • RAM 512MB
  • CPU 1GHz
  • Graphic OpenGL 1.3 compatible
Screenshots:

Angry Birds PC Include Patch Full Version Free Download Screenshots

Angry Birds PC Include Patch Full Version Free Download Screenshots
Angry Birds PC Include Patch Full Version Free Download Screenshots
Tags:

angry birds free, angry bird games, free angry birds games, angry birds free download, free angry 

birds download, angry birds games free, download angry birds free, angry birds download free, 

angry 

birds for pc, downloadable angry birds games, where to get angry birds, free angry birds pc game 

full 

version, angry birds download for pc free, angry birds download for pc free full version, free version 

games, in angry birds, games birds angry, antivirus for free full version



Password: downloadscluster.blogspot.com
Read full post »
 

Copyright © Video game tester Design by Free CSS Templates | Blogger Theme by BTDesigner | Powered by Blogger