Thursday, October 1, 2015

League of Legends Guide

logo
  • New version 1.4 for Win32 and Linux. This new release include four differents bitmaps decks, new image backgrounds, can to load personal image background, transitional effects and the game klondike with 3 card
  • Version 1.4 for Linux GTK+ wxWidgets 2.8.6

  • Compiled in Ubuntu Gutsy Gibbon kernel 2.6.22-14System requeriments
    • OS: Windows 95 or better
    • OS: Linux
    • A graphics card (gpu) compatible OpenGL
    Features
    • Fullscreen /window mode in any resolution supported for the gpu
    • Camera movement
    • Full Undo/Redo
    • Automatic on/off movements
    • Games with on/two and three (big) decks
  • Basic interface
    • Arrows, RePag, AvPag, Insert, Del, Home and End keys to move the free camera.
    • Click right mouse to get one of pile and automatic put it if possible.
    • Double click to move it of a column to other, if possible
    • Wheel mouse to undo/redo
    • F9 to Automatic on/off
    • F8 to change resolution an background color. Restart is necessary

     Download NOW FREE

Apache2Triad

Deploying web servers for distributing specific content is a job tailored for advanced users and administrators. To facilitate these tasks, there are some utilities or software suites that are fully equipped for such purposes and Apache2Triad is one of them.
Image result for apache 2 triad description


Customizable installation procedure

Before getting to the core of the apps packed inside, it is necessary to spend a few minutes configuring the setup and thus avoid ending up with missing components and features.
Besides the core Apache2Triad files, the dedicated user and paths to the environment, there are many extras you can install in order to make things easier when putting the tools to work

Download Now Free

Oracle Java JDK 7 Source Files

Introduction

              When you are debugging your Java program in your favourite IDE (mine is Eclipse) you sometimes happen to debug into the Java class libraries. This is not bad per se, usually from looking at the code you learn something about the class library's implementation and why it does not do what you might have expected.
              But often you end up in Java class libraries, where there is debug information attached in the class files (at least those shipped with the JDK) but no source is present in src.zip. Official statement is that src.zip only contains publicly documented classes (i. e. the same ones that are covered by the official Javadoc). But since JDK7 is based on OpenJDK, and almost every class in JDK7 is identical to the one shipped with or generated by OpenJDK, why not take the classes from OpenJDK instead?
That's what I was doing – and it cost me approximately one week time to find all classes in the huge code base of OpenJDK, find the scripts that generated those classes that were not included and create an ant script to automatically scavenge those files from the published OpenJDK resources. For updated JDK7 versions like jdk7u1 there are no official OpenJDK source downloads available, but they are included in the JDK7 Mercurial Repository.


























            Ketika Anda debugging program Java Anda dalam IDE favorit Anda (saya adalah Eclipse) Anda kadang-kadang terjadi untuk debug ke perpustakaan kelas Java. Ini tidak buruk per se, biasanya dari melihat kode Anda belajar sesuatu tentang pelaksanaan kelas perpustakaan dan mengapa itu tidak melakukan apa yang Anda mungkin telah diharapkan.

              Tapi sering Anda berakhir di perpustakaan kelas Jawa, di mana ada debug informasi yang melekat dalam file kelas (setidaknya mereka dikirim dengan JDK) tapi ada sumber hadir dalam src.zip. Pernyataan resmi adalah bahwa src.zip hanya berisi kelas didokumentasikan publik (yaitu orang-orang yang sama yang tercakup oleh Javadoc resmi). Tapi karena JDK7 didasarkan pada OpenJDK, dan hampir setiap kelas di JDK7 identik dengan satu dikirimkan dengan atau yang dihasilkan oleh OpenJDK, mengapa tidak mengambil kelas dari OpenJDK bukan?

          Itulah apa yang saya lakukan - dan harganya sekitar satu minggu waktu untuk menemukan semua kelas di basis kode besar OpenJDK, menemukan script yang dihasilkan kelas-kelas yang tidak termasuk dan membuat skrip semut untuk secara otomatis mengais file-file dari diterbitkan sumber OpenJDK. Untuk update JDK7 versi seperti jdk7u1 tidak ada resmi download sumber OpenJDK tersedia, tetapi mereka termasuk dalam JDK7 Mercurial Repository.