Free Ebook Video Training

Sunday, April 26, 2009

Computer Graphics For Java Programmers 2nd Edition

coverThis book covers elementary concepts in creating and manipulating 2D and 3D graphical objects, covering topics from classic graphics algorithms to perspective drawings and hidden-line elimination.

Completely revised and updated throughout, the second edition of this highly popular textbook contains a host of ready-to-run-programs and worked examples, illuminating general principles and geometric techniques. Ideal for classroom use or self-study, it provides a perfect foundation for programming computer graphics using Java

Over the past few years, Java has evolved into more powerful programming environments. The most notable development related to computer graphics is its support for 3D graphics. Many application examples illustrated in this book could be readily implemented using Java 3D without any understanding of the internal working of the implementation, which we consider undesirable for computer science students. We therefore believe that this textbook continues to serve as an indispensable introduction to the foundation of computer graphics, on which many application program interfaces(APIs) and graphics libraries could be developed, and more importantly, how they are developed.

TABLE OF CONTENT:
Chapter 01 - Elementary Concepts
Chapter 02 - Applied Geometry
Chapter 03 - Geometrical Transformations
Chapter 04 - Some Classic Algorithms
Chapter 05 - Perspective
Chapter 06 - Hidden-Line Elimination
Chapter 07 - Hidden-Face Elimination
Chapter 08 - Fractals
Appendix A - Linear Interpolation of 1/z
Appendix B - A Note on Event Handling
Appendix C - File Obj3D.java
Appendix D - Class CvHLines.java
Appendix E - Some Applications
Appendix F - Hints and Solutions to Exercises

http://uploading.com/files/7KXXFQ0H/compgraphfjprog2ndedkf_booktraining.net.rar.html

or

http://rapidshare.com/files/225581704/compgraphfjprog2ndedkf_booktraining.net.rar

Password:knowfree.net

Head First Java, 2nd Edition


It has taken four years, but with Head First Java the introductory Java book category has finally come of age. This is an excellent book, far more capable than any of the scores of Java-for-novices books that have come before it. Kathy Sierra and Bert Bates deserve rich kudos–and big sales–for developing this book’s new way of teaching the Java programming language, because any reader with even a little bit of discipline will come away with true understanding of how the language works. Perhaps best of all, this is no protracted “Hello, World” introductory guide. Readers get substantial exposure to object-oriented design and implementation,serialization, neatwork programming, threads, and Remote Method Invocation (RMI).

http://uploading.com/files/AHM262SC/HFJ2nd_ed_booktraining.net.rar.html

or

http://rapidshare.com/files/225580490/HFJ2nd_ed_booktraining.net.rar

J2me Game Programming

  • Author : Krenko
  • 7 votes, average: 3.57 out of 57 votes, average: 3.57 out of 57 votes, average: 3.57 out of 57 votes, average: 3.57 out of 57 votes, average: 3.57 out of 5

    J2ME Game ProgrammingHave you ever seen players? eyes light up as they explore the worlds that you?ve created in your games? If you have, then game development probably has you hooked firmly in its grasp! If you?ve never taken your games beyond the PC, now's the time! "J2ME Game Programming" is a hands-on guide that teaches you how to create games for micro-devices. You?ll be amazed at just how cool the games you create can look and play. Focusing primarily on mobile phone game creation, you?ll jump right in and create your own games as you work your way through the book. The thought has surely crossed your mind that it would be nice to make some money off of this cool hobby of yours. J2ME offers real opportunity to profit from your games. Learn how you can earn revenue from your games by taking them to market. If you have a basic understanding of Java, then you?re ready to explore all that "J2ME Game Programming" has to offer!

    http://uploading.com/files/MP9Z2VQI/96_booktraining.net.rar.html

    or

    http://rapidshare.com/files/225578271/96_booktraining.net.rar

    Enterprise J2ME: Developing Mobile Java Applications

    Enterprise J2ME: Developing Mobile Java Applications

    Book Description
    This book helps experienced Java developers to build high-value mobile applications that take advantage of enterprise IT infrastructures. It also helps developers to add mobility features to existing enterprise solutions. It does not repeat the same basic J2ME/MIDP API tutorial covered by many other books.

    After a comprehensive analysis of the landscape and trends of the J2ME platform, the book uses the source code of several award-winning, real world applications to illustrate the design, architecture and best practices of end-to-end smart mobile solutions. The comparison of competing application paradigms could prove invaluable to architects.

    Then the book focuses on four most important enterprise application areas: Converged messaging (email, IM, mobile P2P as well as enterprise messaging middleware); data management (mobile and backend relational databases), ubiquitous integration (mobile Web services) and advanced security (J2ME cryptography). The book covers more than 30 commercial and open source tools from over 10 leading vendors (including IBM, Oracle, Sun, Sybase, Enhydra and much more). The detailed analysis help developers to choose the right tools. Over 300 code listings from sample applications (available for download from the book web site) are used to illustrate the application designs, coding techniques and third-party tool usages. This is a must-have book for enterprise mobile developers and architects.

    From the Back Cover

    Industrial-strength J2ME™ for enterprise developers, architects, and decision-makers

    J2ME offers an extraordinarily flexible and robust platform for developing mobile applications with enterprise-class performance, reliability, and value. Now, leading mobile developer Michael Yuan covers every aspect of building industrial-strength applications with J2ME: design, architecture, tools, processes, business issues, and more.

    Yuan introduces innovations that make the platform even more powerful, ranging from new J2ME profiles and wireless messaging APIs to mobile databases and web services tools. These innovations allow existing Java™ developers (especially J2EE™ developers) to leverage their skills and add mobility to enterprise applications. Yuan also presents more than a dozen complete sample applications—including the application that earned him the grand prize in Nextel, Sun, and Motorola’s nationwide wireless developer contest. Coverage includes:

    • Patterns and best practices for building end-to-end mobile applications
    • Emerging mobile “killer applications”: driving productivity and cost reduction
    • “Smart client” applications: architecture and construction
    • Advanced HTTP techniques for authentication and session tracking
    • Overcoming hardware and network limitations
    • Leading-edge mobile enterprise messaging techniques
    • Mobile databases and synchronization engines
    • XML and mobile web services, including the J2ME Web Services Optional Package
    • New options for mobile security in the enterprise
    http://uploading.com/files/ULEAXSGK/ebc_prentice_hall_-_enterprise_j2me_developing_mobile_java_applications-isbn-013...rar.html
    or
    http://rapidshare.com/files/225584221/ebc_prentice_hall_-_enterprise_j2me_developing_mobile_java_applications-isbn-0131405306_booktraining


    Java Examples in a Nutshell, 3rd Edition


    Book Description
    The author of the best-selling “Java in a Nutshell” has created an entire book of real-world Java programming examples that you can learn from. If you learn best “by example,” this is the book for you.

    This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other new Java features and APIs.

    “Java Examples in a Nutshell” is a companion volume to “Java in a Nutshell,” “Java Foundation Classes in a Nutshell,” and “Java Enterprise in a Nutshell,” It picks up where those quick references leave off, providing a wealth of examples for both novices and experts. This book doesn’t hold your hand; it simply delivers well-commented working examples with succinct explanations to help you learn and explore Java and its APIs.

    “Java Examples in a Nutshell” contains examples that demonstrate:

    Core APIs, including I/O, New I/O, threads, networking, security, serialization, and reflection

    Desktop APIs, highlighting Swing GUIs, Java 2D graphics, preferences, printing, drag-and-drop, JavaBeans, applets, and sound

    Enterprise APIs, including JDBC (database access), JAXP (XML parsing and transformation), Servlets 2.4, JSP 2.0 (JavaServer Pages), and RMI

    The book begins with introductory examples demonstrating structured and object-oriented programmingtechniques for new Java programmers. A special index at the end of the book makes it easy to look up examples that use a particular Java class or accomplish a desired task. In between, each chapter includes exercises that challenge readers and suggest further avenues for exploration.

    http://uploading.com/files/71XAGU7B/Java%20Examples%20in%20a%20Nutshell%203rd%20Edition_booktraining.net.chm.html

    or
    http://rapidshare.com/files/225583556/Java_20Examples_20in_20a_20Nutshell_203rd_20Edition_booktraining.net.chm

    Beginning Java™ ME Platform

    Beginning Java™ ME Platform Beginning Java™ ME Platform

    Product Description

    Have you thought about building games for your cell phone or other wireless devices? Whether you are a first–time wireless Java developer or an experienced professional, Beginning Java™ ME Platform brings exciting wireless and mobile Java application development right to your door and device!

    Beginning Java™ ME Platform empowers you with the flexibility and power to start building Java applications for your Java–enabled mobile device or cell phone. The book covers sound HTTPS support, user interface API enhancements, the Mobile Media API, the Game API, 3D graphics, Bluetooth, and more.

    Further, this book is easy to read and includes many practical, hands–on, and ready–to–use code examples.

    http://uploading.com/files/J18EG6R1/BegiJav_booktraining.net.rar.html
    or

    http://rapidshare.com/files/225582911/BegiJav_booktraining.net.rar

    Eclipse for Dummies

    Eclipse for Dummies

    Eclipse for Dummies

    Product Description

    * In his friendly, easy-to-understand style, the bestselling author of Java 2
    * For Dummies shows developers how to get up to speed fast on this popular Java IDE
    * Eclipse, an open source product originally developed by IBM, has an estimated 500,000 users-a 45 percent market share among Java IDEs
    * Shows Java developers how to maximize programming productivity with Eclipse, covering all the basics as well as advanced techniques such as using Ant, developing new Eclipse plug-ins, and working with Javadocs JAR files

    http://uploading.com/files/OTNSSOUP/EclipseforDummies_booktraining.net.rar.html
    or
    http://rapidshare.com/files/225582470/EclipseforDummies_booktraining.net.rar

    Gnomon Workshop - Maya Training Humanoid Modeling

    In this polygonal modeling DVD, Sean Mills shows you how to create a bipedal humanoid model. Sean begins with a set of primitives for different body parts - arms, legs, torso and face - and refines them into muscle masses, primary contours and silouhettes. He then shows you how to refine those masses, establishing preliminary edge loops around musculature and areas of major deformation. Sean concludes by integrating these primary forms onto a contiguous character mesh.

    Size : 3.29 GB


    RAPIDSHARE :
    http://rapidshare.com/files/148477977/GM-MTraHumanoidM.part001.rar
    http://rapidshare.com/files/148478042/GM-MTraHumanoidM.part002.rar
    http://rapidshare.com/files/148478128/GM-MTraHumanoidM.part003.rar
    http://rapidshare.com/files/148478711/GM-MTraHumanoidM.part004.rar
    http://rapidshare.com/files/148478277/GM-MTraHumanoidM.part005.rar
    http://rapidshare.com/files/148478348/GM-MTraHumanoidM.part006.rar
    http://rapidshare.com/files/148478492/GM-MTraHumanoidM.part007.rar
    http://rapidshare.com/files/148478562/GM-MTraHumanoidM.part008.rar
    http://rapidshare.com/files/148478685/GM-MTraHumanoidM.part009.rar
    http://rapidshare.com/files/148478779/GM-MTraHumanoidM.part010.rar
    http://rapidshare.com/files/148478894/GM-MTraHumanoidM.part011.rar
    http://rapidshare.com/files/148478964/GM-MTraHumanoidM.part012.rar
    http://rapidshare.com/files/148479027/GM-MTraHumanoidM.part013.rar
    http://rapidshare.com/files/148479092/GM-MTraHumanoidM.part014.rar
    http://rapidshare.com/files/148479173/GM-MTraHumanoidM.part015.rar
    http://rapidshare.com/files/148479259/GM-MTraHumanoidM.part016.rar
    http://rapidshare.com/files/148479391/GM-MTraHumanoidM.part017.rar
    http://rapidshare.com/files/148479475/GM-MTraHumanoidM.part018.rar
    http://rapidshare.com/files/148479548/GM-MTraHumanoidM.part019.rar
    http://rapidshare.com/files/148479646/GM-MTraHumanoidM.part020.rar
    http://rapidshare.com/files/148479723/GM-MTraHumanoidM.part021.rar
    http://rapidshare.com/files/148479805/GM-MTraHumanoidM.part022.rar
    http://rapidshare.com/files/148479865/GM-MTraHumanoidM.part023.rar
    http://rapidshare.com/files/148479952/GM-MTraHumanoidM.part024.rar
    http://rapidshare.com/files/148480028/GM-MTraHumanoidM.part025.rar
    http://rapidshare.com/files/148480130/GM-MTraHumanoidM.part026.rar
    http://rapidshare.com/files/148481408/GM-MTraHumanoidM.part027.rar
    http://rapidshare.com/files/148481958/GM-MTraHumanoidM.part028.rar
    http://rapidshare.com/files/148481548/GM-MTraHumanoidM.part029.rar
    http://rapidshare.com/files/148482846/GM-MTraHumanoidM.part030.rar
    http://rapidshare.com/files/148481746/GM-MTraHumanoidM.part031.rar
    http://rapidshare.com/files/148481856/GM-MTraHumanoidM.part032.rar
    http://rapidshare.com/files/148481956/GM-MTraHumanoidM.part033.rar
    http://rapidshare.com/files/148482066/GM-MTraHumanoidM.part034.rar
    http://rapidshare.com/files/148482132/GM-MTraHumanoidM.part035.rar
    http://rapidshare.com/files/148482211/GM-MTraHumanoidM.part036.rar
    http://rapidshare.com/files/148483780/GM-MTraHumanoidM.part037.rar
    http://rapidshare.com/files/148482429/GM-MTraHumanoidM.part038.rar
    http://rapidshare.com/files/148482520/GM-MTraHumanoidM.part039.rar
    http://rapidshare.com/files/148482615/GM-MTraHumanoidM.part040.rar
    http://rapidshare.com/files/148482734/GM-MTraHumanoidM.part041.rar
    http://rapidshare.com/files/148483279/GM-MTraHumanoidM.part042.rar
    http://rapidshare.com/files/148483345/GM-MTraHumanoidM.part043.rar
    http://rapidshare.com/files/148483457/GM-MTraHumanoidM.part044.rar
    http://rapidshare.com/files/148483576/GM-MTraHumanoidM.part045.rar
    http://rapidshare.com/files/148483648/GM-MTraHumanoidM.part046.rar
    http://rapidshare.com/files/148483903/GM-MTraHumanoidM.part047.rar
    http://rapidshare.com/files/148483999/GM-MTraHumanoidM.part048.rar
    http://rapidshare.com/files/148484191/GM-MTraHumanoidM.part049.rar
    http://rapidshare.com/files/148484279/GM-MTraHumanoidM.part050.rar
    http://rapidshare.com/files/148484412/GM-MTraHumanoidM.part051.rar
    http://rapidshare.com/files/148484506/GM-MTraHumanoidM.part052.rar
    http://rapidshare.com/files/148484736/GM-MTraHumanoidM.part053.rar
    http://rapidshare.com/files/148484817/GM-MTraHumanoidM.part054.rar
    http://rapidshare.com/files/148484921/GM-MTraHumanoidM.part055.rar
    http://rapidshare.com/files/148485013/GM-MTraHumanoidM.part056.rar
    http://rapidshare.com/files/148485107/GM-MTraHumanoidM.part057.rar
    http://rapidshare.com/files/148485200/GM-MTraHumanoidM.part058.rar
    http://rapidshare.com/files/148485259/GM-MTraHumanoidM.part059.rar
    http://rapidshare.com/files/148485372/GM-MTraHumanoidM.part060.rar
    http://rapidshare.com/files/148485452/GM-MTraHumanoidM.part061.rar
    http://rapidshare.com/files/148485594/GM-MTraHumanoidM.part062.rar
    http://rapidshare.com/files/148485650/GM-MTraHumanoidM.part063.rar
    http://rapidshare.com/files/148485719/GM-MTraHumanoidM.part064.rar
    http://rapidshare.com/files/148485848/GM-MTraHumanoidM.part065.rar
    http://rapidshare.com/files/148486036/GM-MTraHumanoidM.part066.rar
    http://rapidshare.com/files/148486108/GM-MTraHumanoidM.part067.rar
    http://rapidshare.com/files/148486231/GM-MTraHumanoidM.part068.rar
    http://rapidshare.com/files/148486353/GM-MTraHumanoidM.part069.rar
    http://rapidshare.com/files/148486525/GM-MTraHumanoidM.part070.rar
    http://rapidshare.com/files/148486623/GM-MTraHumanoidM.part071.rar
    http://rapidshare.com/files/148487242/GM-MTraHumanoidM.part072.rar
    http://rapidshare.com/files/148486899/GM-MTraHumanoidM.part073.rar
    http://rapidshare.com/files/148486982/GM-MTraHumanoidM.part074.rar
    http://rapidshare.com/files/148487090/GM-MTraHumanoidM.part075.rar
    http://rapidshare.com/files/148487283/GM-MTraHumanoidM.part076.rar
    http://rapidshare.com/files/148491527/GM-MTraHumanoidM.part077.rar
    http://rapidshare.com/files/148491650/GM-MTraHumanoidM.part078.rar
    http://rapidshare.com/files/148491734/GM-MTraHumanoidM.part079.rar
    http://rapidshare.com/files/148491803/GM-MTraHumanoidM.part080.rar
    http://rapidshare.com/files/148491972/GM-MTraHumanoidM.part081.rar
    http://rapidshare.com/files/148492423/GM-MTraHumanoidM.part082.rar
    http://rapidshare.com/files/148492242/GM-MTraHumanoidM.part083.rar
    http://rapidshare.com/files/148492465/GM-MTraHumanoidM.part084.rar
    http://rapidshare.com/files/148492639/GM-MTraHumanoidM.part085.rar
    http://rapidshare.com/files/148492717/GM-MTraHumanoidM.part086.rar
    http://rapidshare.com/files/148493052/GM-MTraHumanoidM.part087.rar
    http://rapidshare.com/files/148493286/GM-MTraHumanoidM.part088.rar
    http://rapidshare.com/files/148493854/GM-MTraHumanoidM.part089.rar
    http://rapidshare.com/files/148493591/GM-MTraHumanoidM.part090.rar
    http://rapidshare.com/files/148493680/GM-MTraHumanoidM.part091.rar
    http://rapidshare.com/files/148493765/GM-MTraHumanoidM.part092.rar
    http://rapidshare.com/files/148493901/GM-MTraHumanoidM.part093.rar
    http://rapidshare.com/files/148494534/GM-MTraHumanoidM.part094.rar
    http://rapidshare.com/files/148494122/GM-MTraHumanoidM.part095.rar
    http://rapidshare.com/files/148494226/GM-MTraHumanoidM.part096.rar
    http://rapidshare.com/files/148494320/GM-MTraHumanoidM.part097.rar
    http://rapidshare.com/files/148494419/GM-MTraHumanoidM.part098.rar
    http://rapidshare.com/files/148495077/GM-MTraHumanoidM.part099.rar
    http://rapidshare.com/files/148494565/GM-MTraHumanoidM.part100.rar
    http://rapidshare.com/files/148494663/GM-MTraHumanoidM.part101.rar
    http://rapidshare.com/files/148497523/GM-MTraHumanoidM.part102.rar
    http://rapidshare.com/files/148494979/GM-MTraHumanoidM.part103.rar
    http://rapidshare.com/files/148495365/GM-MTraHumanoidM.part104.rar
    http://rapidshare.com/files/148495471/GM-MTraHumanoidM.part105.rar
    http://rapidshare.com/files/148495546/GM-MTraHumanoidM.part106.rar
    http://rapidshare.com/files/148495631/GM-MTraHumanoidM.part107.rar
    http://rapidshare.com/files/148495707/GM-MTraHumanoidM.part108.rar
    http://rapidshare.com/files/148495772/GM-MTraHumanoidM.part109.rar
    http://rapidshare.com/files/148495864/GM-MTraHumanoidM.part110.rar
    http://rapidshare.com/files/148495927/GM-MTraHumanoidM.part111.rar
    http://rapidshare.com/files/148496095/GM-MTraHumanoidM.part112.rar
    http://rapidshare.com/files/148496208/GM-MTraHumanoidM.part113.rar
    http://rapidshare.com/files/148496251/GM-MTraHumanoidM.part114.rar
    http://rapidshare.com/files/148496340/GM-MTraHumanoidM.part115.rar
    http://rapidshare.com/files/148496415/GM-MTraHumanoidM.part116.rar
    http://rapidshare.com/files/148497052/GM-MTraHumanoidM.part117.rar
    http://rapidshare.com/files/148496638/GM-MTraHumanoidM.part118.rar
    http://rapidshare.com/files/148496705/GM-MTraHumanoidM.part119.rar
    http://rapidshare.com/files/148496772/GM-MTraHumanoidM.part120.rar
    http://rapidshare.com/files/148496832/GM-MTraHumanoidM.part121.rar
    http://rapidshare.com/files/148496960/GM-MTraHumanoidM.part122.rar
    http://rapidshare.com/files/148497075/GM-MTraHumanoidM.part123.rar
    http://rapidshare.com/files/148497244/GM-MTraHumanoidM.part124.rar
    http://rapidshare.com/files/148497364/GM-MTraHumanoidM.part125.rar
    http://rapidshare.com/files/148498103/GM-MTraHumanoidM.part126.rar
    http://rapidshare.com/files/148498178/GM-MTraHumanoidM.part127.rar
    http://rapidshare.com/files/148498368/GM-MTraHumanoidM.part128.rar
    http://rapidshare.com/files/148498504/GM-MTraHumanoidM.part129.rar
    http://rapidshare.com/files/148498630/GM-MTraHumanoidM.part130.rar
    http://rapidshare.com/files/148497878/GM-MTraHumanoidM.part131.rar
    http://rapidshare.com/files/148497847/GM-MTraHumanoidM.part132.rar
    Password:gfxgfx.net

    FILEFACTORY :
    http://www.filefactory.com/file/17d3ab/n/GM-MTraHumanoidM_part001_rar
    http://www.filefactory.com/file/0928e9/n/GM-MTraHumanoidM_part002_rar
    http://www.filefactory.com/file/caf9e5/n/GM-MTraHumanoidM_part003_rar
    http://www.filefactory.com/file/e2d35e/n/GM-MTraHumanoidM_part004_rar
    http://www.filefactory.com/file/fe2fd2/n/GM-MTraHumanoidM_part005_rar
    http://www.filefactory.com/file/a75180/n/GM-MTraHumanoidM_part006_rar
    http://www.filefactory.com/file/83386c/n/GM-MTraHumanoidM_part007_rar
    http://www.filefactory.com/file/bc0545/n/GM-MTraHumanoidM_part008_rar
    http://www.filefactory.com/file/d5aace/n/GM-MTraHumanoidM_part009_rar
    http://www.filefactory.com/file/c5ffd0/n/GM-MTraHumanoidM_part010_rar
    http://www.filefactory.com/file/9f616f/n/GM-MTraHumanoidM_part011_rar
    http://www.filefactory.com/file/81066e/n/GM-MTraHumanoidM_part012_rar
    http://www.filefactory.com/file/abacc3/n/GM-MTraHumanoidM_part013_rar
    http://www.filefactory.com/file/bc054e/n/GM-MTraHumanoidM_part014_rar
    http://www.filefactory.com/file/9e9026/n/GM-MTraHumanoidM_part015_rar
    http://www.filefactory.com/file/3ad725/n/GM-MTraHumanoidM_part016_rar
    http://www.filefactory.com/file/518190/n/GM-MTraHumanoidM_part017_rar
    http://www.filefactory.com/file/1e3082/n/GM-MTraHumanoidM_part018_rar
    http://www.filefactory.com/file/35a623/n/GM-MTraHumanoidM_part019_rar
    http://www.filefactory.com/file/47b7a7/n/GM-MTraHumanoidM_part020_rar
    http://www.filefactory.com/file/bed897/n/GM-MTraHumanoidM_part021_rar
    http://www.filefactory.com/file/8f0878/n/GM-MTraHumanoidM_part022_rar
    http://www.filefactory.com/file/c25814/n/GM-MTraHumanoidM_part023_rar
    http://www.filefactory.com/file/767a2d/n/GM-MTraHumanoidM_part024_rar
    http://www.filefactory.com/file/2de11d/n/GM-MTraHumanoidM_part025_rar
    http://www.filefactory.com/file/58053d/n/GM-MTraHumanoidM_part026_rar
    http://www.filefactory.com/file/210383/n/GM-MTraHumanoidM_part027_rar
    http://www.filefactory.com/file/4f854c/n/GM-MTraHumanoidM_part028_rar
    http://www.filefactory.com/file/975ed0/n/GM-MTraHumanoidM_part029_rar
    http://www.filefactory.com/file/4f854f/n/GM-MTraHumanoidM_part030_rar
    http://www.filefactory.com/file/eb0e9f/n/GM-MTraHumanoidM_part031_rar
    http://www.filefactory.com/file/14d7fc/n/GM-MTraHumanoidM_part032_rar
    http://www.filefactory.com/file/d6a57f/n/GM-MTraHumanoidM_part033_rar
    http://www.filefactory.com/file/80d889/n/GM-MTraHumanoidM_part034_rar
    http://www.filefactory.com/file/e1fdd4/n/GM-MTraHumanoidM_part035_rar
    http://www.filefactory.com/file/b9c3dd/n/GM-MTraHumanoidM_part036_rar
    http://www.filefactory.com/file/ce0e8a/n/GM-MTraHumanoidM_part037_rar
    http://www.filefactory.com/file/a54537/n/GM-MTraHumanoidM_part038_rar
    http://www.filefactory.com/file/6b85f3/n/GM-MTraHumanoidM_part039_rar
    http://www.filefactory.com/file/13d090/n/GM-MTraHumanoidM_part040_rar
    http://www.filefactory.com/file/620a31/n/GM-MTraHumanoidM_part041_rar
    http://www.filefactory.com/file/0ac972/n/GM-MTraHumanoidM_part042_rar
    http://www.filefactory.com/file/20f8c0/n/GM-MTraHumanoidM_part043_rar
    http://www.filefactory.com/file/48840d/n/GM-MTraHumanoidM_part044_rar
    http://www.filefactory.com/file/ec7cac/n/GM-MTraHumanoidM_part045_rar
    http://www.filefactory.com/file/c5d67c/n/GM-MTraHumanoidM_part046_rar
    http://www.filefactory.com/file/4f8550/n/GM-MTraHumanoidM_part047_rar
    http://www.filefactory.com/file/6d1552/n/GM-MTraHumanoidM_part048_rar
    http://www.filefactory.com/file/6afbc3/n/GM-MTraHumanoidM_part049_rar
    http://www.filefactory.com/file/4fa012/n/GM-MTraHumanoidM_part050_rar
    http://www.filefactory.com/file/b78ea5/n/GM-MTraHumanoidM_part051_rar
    http://www.filefactory.com/file/f14e3d/n/GM-MTraHumanoidM_part052_rar
    http://www.filefactory.com/file/0f4d77/n/GM-MTraHumanoidM_part053_rar
    http://www.filefactory.com/file/b1309c/n/GM-MTraHumanoidM_part054_rar
    http://www.filefactory.com/file/5ab4ed/n/GM-MTraHumanoidM_part055_rar
    http://www.filefactory.com/file/a5453a/n/GM-MTraHumanoidM_part056_rar
    http://www.filefactory.com/file/15b6b2/n/GM-MTraHumanoidM_part057_rar
    http://www.filefactory.com/file/121437/n/GM-MTraHumanoidM_part058_rar
    http://www.filefactory.com/file/192ddb/n/GM-MTraHumanoidM_part059_rar
    http://www.filefactory.com/file/dc4aeb/n/GM-MTraHumanoidM_part060_rar
    http://www.filefactory.com/file/9fd685/n/GM-MTraHumanoidM_part061_rar
    http://www.filefactory.com/file/01ad12/n/GM-MTraHumanoidM_part062_rar
    http://www.filefactory.com/file/518191/n/GM-MTraHumanoidM_part063_rar
    http://www.filefactory.com/file/7c6618/n/GM-MTraHumanoidM_part064_rar
    http://www.filefactory.com/file/d79c8e/n/GM-MTraHumanoidM_part065_rar
    http://www.filefactory.com/file/abe365/n/GM-MTraHumanoidM_part066_rar
    http://www.filefactory.com/file/c858f7/n/GM-MTraHumanoidM_part067_rar
    http://www.filefactory.com/file/db8858/n/GM-MTraHumanoidM_part068_rar
    http://www.filefactory.com/file/31bea9/n/GM-MTraHumanoidM_part069_rar
    http://www.filefactory.com/file/3e2bf3/n/GM-MTraHumanoidM_part070_rar
    http://www.filefactory.com/file/fd6bc1/n/GM-MTraHumanoidM_part071_rar
    http://www.filefactory.com/file/d30a23/n/GM-MTraHumanoidM_part072_rar
    http://www.filefactory.com/file/832236/n/GM-MTraHumanoidM_part073_rar
    http://www.filefactory.com/file/690538/n/GM-MTraHumanoidM_part074_rar
    http://www.filefactory.com/file/a5ce79/n/GM-MTraHumanoidM_part075_rar
    http://www.filefactory.com/file/6203f9/n/GM-MTraHumanoidM_part076_rar
    http://www.filefactory.com/file/76a0d2/n/GM-MTraHumanoidM_part077_rar
    http://www.filefactory.com/file/c8072b/n/GM-MTraHumanoidM_part078_rar
    http://www.filefactory.com/file/4f8568/n/GM-MTraHumanoidM_part079_rar
    http://www.filefactory.com/file/264df6/n/GM-MTraHumanoidM_part080_rar
    http://www.filefactory.com/file/45a6e8/n/GM-MTraHumanoidM_part081_rar
    http://www.filefactory.com/file/3c3f3b/n/GM-MTraHumanoidM_part082_rar
    http://www.filefactory.com/file/71ba58/n/GM-MTraHumanoidM_part083_rar
    http://www.filefactory.com/file/ac0abb/n/GM-MTraHumanoidM_part084_rar
    http://www.filefactory.com/file/f83057/n/GM-MTraHumanoidM_part085_rar
    http://www.filefactory.com/file/cf2eb4/n/GM-MTraHumanoidM_part086_rar
    http://www.filefactory.com/file/30e25e/n/GM-MTraHumanoidM_part087_rar
    http://www.filefactory.com/file/ed38a3/n/GM-MTraHumanoidM_part088_rar
    http://www.filefactory.com/file/b0315b/n/GM-MTraHumanoidM_part089_rar
    http://www.filefactory.com/file/75fd40/n/GM-MTraHumanoidM_part090_rar
    http://www.filefactory.com/file/3fc6cb/n/GM-MTraHumanoidM_part091_rar
    http://www.filefactory.com/file/dfed8b/n/GM-MTraHumanoidM_part092_rar
    http://www.filefactory.com/file/a5453e/n/GM-MTraHumanoidM_part093_rar
    http://www.filefactory.com/file/ecfacd/n/GM-MTraHumanoidM_part094_rar
    http://www.filefactory.com/file/72f4c6/n/GM-MTraHumanoidM_part095_rar
    http://www.filefactory.com/file/8ecf65/n/GM-MTraHumanoidM_part096_rar
    http://www.filefactory.com/file/15fba4/n/GM-MTraHumanoidM_part097_rar
    http://www.filefactory.com/file/ae3695/n/GM-MTraHumanoidM_part098_rar
    http://www.filefactory.com/file/680c55/n/GM-MTraHumanoidM_part099_rar
    http://www.filefactory.com/file/ac201d/n/GM-MTraHumanoidM_part100_rar
    http://www.filefactory.com/file/586c62/n/GM-MTraHumanoidM_part101_rar
    http://www.filefactory.com/file/810b84/n/GM-MTraHumanoidM_part102_rar
    http://www.filefactory.com/file/201477/n/GM-MTraHumanoidM_part103_rar
    http://www.filefactory.com/file/285e11/n/GM-MTraHumanoidM_part104_rar
    http://www.filefactory.com/file/d9d3ec/n/GM-MTraHumanoidM_part105_rar
    http://www.filefactory.com/file/914237/n/GM-MTraHumanoidM_part106_rar
    http://www.filefactory.com/file/6bc9ae/n/GM-MTraHumanoidM_part107_rar
    http://www.filefactory.com/file/fe25d2/n/GM-MTraHumanoidM_part108_rar
    http://www.filefactory.com/file/be641f/n/GM-MTraHumanoidM_part109_rar
    http://www.filefactory.com/file/2f4259/n/GM-MTraHumanoidM_part110_rar
    http://www.filefactory.com/file/079cf9/n/GM-MTraHumanoidM_part111_rar
    http://www.filefactory.com/file/21b14a/n/GM-MTraHumanoidM_part112_rar
    http://www.filefactory.com/file/5a025a/n/GM-MTraHumanoidM_part113_rar
    http://www.filefactory.com/file/735a13/n/GM-MTraHumanoidM_part114_rar
    http://www.filefactory.com/file/9e5306/n/GM-MTraHumanoidM_part115_rar
    http://www.filefactory.com/file/7ae2a1/n/GM-MTraHumanoidM_part116_rar
    http://www.filefactory.com/file/e3adf4/n/GM-MTraHumanoidM_part117_rar
    http://www.filefactory.com/file/0d6b70/n/GM-MTraHumanoidM_part118_rar
    http://www.filefactory.com/file/6214bb/n/GM-MTraHumanoidM_part119_rar
    http://www.filefactory.com/file/1ade49/n/GM-MTraHumanoidM_part120_rar
    http://www.filefactory.com/file/c00a44/n/GM-MTraHumanoidM_part121_rar
    http://www.filefactory.com/file/be56a7/n/GM-MTraHumanoidM_part122_rar
    http://www.filefactory.com/file/9fd687/n/GM-MTraHumanoidM_part123_rar
    http://www.filefactory.com/file/ee3f2d/n/GM-MTraHumanoidM_part124_rar
    http://www.filefactory.com/file/317809/n/GM-MTraHumanoidM_part125_rar
    http://www.filefactory.com/file/f3e225/n/GM-MTraHumanoidM_part126_rar
    http://www.filefactory.com/file/053bb7/n/GM-MTraHumanoidM_part127_rar
    http://www.filefactory.com/file/3fd54c/n/GM-MTraHumanoidM_part128_rar
    http://www.filefactory.com/file/b8e6d8/n/GM-MTraHumanoidM_part129_rar
    http://www.filefactory.com/file/a8c94c/n/GM-MTraHumanoidM_part130_rar
    http://www.filefactory.com/file/ff8288/n/GM-MTraHumanoidM_part131_rar
    http://www.filefactory.com/file/236e67/n/GM-MTraHumanoidM_part132_rar


    Readme
    Password default : booktraining.net

    Gnomon Workshop - Character UV Mapping Advanced Layout Techniques with Sean Mills

    Starting with a complicated humanoid character in an animation pose, Sean Mills takes you through the process of deforming the model to a projection-friendly pose. You then reduce the model1s structure detail to create a 2D mesh suitable for texturing via a proxy model. Sean then shows you how to transform those UVs to a master object which can be textured and animated. By the time you complete this DVD, you1ll be able to take a complete 3D character and create the desired texture space without stretching or overlapping, where every pixel on the model is unique and can be either painted in a 3D package, or as flat art in Photoshop.

    Size : 3.59 GB

    Download

    MEGAUPLOAD :

    RAPIDSHARE :
    http://rapidshare.com/files/151013780/GM-MCharUVM.part001.rar
    http://rapidshare.com/files/151013931/GM-MCharUVM.part002.rar
    http://rapidshare.com/files/151013974/GM-MCharUVM.part003.rar
    http://rapidshare.com/files/151014012/GM-MCharUVM.part004.rar
    http://rapidshare.com/files/151014060/GM-MCharUVM.part005.rar
    http://rapidshare.com/files/151015382/GM-MCharUVM.part006.rar
    http://rapidshare.com/files/151015438/GM-MCharUVM.part007.rar
    http://rapidshare.com/files/151015483/GM-MCharUVM.part008.rar
    http://rapidshare.com/files/151015533/GM-MCharUVM.part009.rar
    http://rapidshare.com/files/151015609/GM-MCharUVM.part010.rar
    http://rapidshare.com/files/151015647/GM-MCharUVM.part011.rar
    http://rapidshare.com/files/151015709/GM-MCharUVM.part012.rar
    http://rapidshare.com/files/151015750/GM-MCharUVM.part013.rar
    http://rapidshare.com/files/151015811/GM-MCharUVM.part014.rar
    http://rapidshare.com/files/151015861/GM-MCharUVM.part015.rar
    http://rapidshare.com/files/151015915/GM-MCharUVM.part016.rar
    http://rapidshare.com/files/151015973/GM-MCharUVM.part017.rar
    http://rapidshare.com/files/151016035/GM-MCharUVM.part018.rar
    http://rapidshare.com/files/151016082/GM-MCharUVM.part019.rar
    http://rapidshare.com/files/151016120/GM-MCharUVM.part020.rar
    http://rapidshare.com/files/151016169/GM-MCharUVM.part021.rar
    http://rapidshare.com/files/151016226/GM-MCharUVM.part022.rar
    http://rapidshare.com/files/151016264/GM-MCharUVM.part023.rar
    http://rapidshare.com/files/151016316/GM-MCharUVM.part024.rar
    http://rapidshare.com/files/151016357/GM-MCharUVM.part025.rar
    http://rapidshare.com/files/151017472/GM-MCharUVM.part026.rar
    http://rapidshare.com/files/151017497/GM-MCharUVM.part027.rar
    http://rapidshare.com/files/151017541/GM-MCharUVM.part028.rar
    http://rapidshare.com/files/151017593/GM-MCharUVM.part029.rar
    http://rapidshare.com/files/151017655/GM-MCharUVM.part030.rar
    http://rapidshare.com/files/151017705/GM-MCharUVM.part031.rar
    http://rapidshare.com/files/151017759/GM-MCharUVM.part032.rar
    http://rapidshare.com/files/151017829/GM-MCharUVM.part033.rar
    http://rapidshare.com/files/151017868/GM-MCharUVM.part034.rar
    http://rapidshare.com/files/151017901/GM-MCharUVM.part035.rar
    http://rapidshare.com/files/151017970/GM-MCharUVM.part036.rar
    http://rapidshare.com/files/151018060/GM-MCharUVM.part037.rar
    http://rapidshare.com/files/151018123/GM-MCharUVM.part038.rar
    http://rapidshare.com/files/151018195/GM-MCharUVM.part039.rar
    http://rapidshare.com/files/151018257/GM-MCharUVM.part040.rar
    http://rapidshare.com/files/151018367/GM-MCharUVM.part041.rar
    http://rapidshare.com/files/151018434/GM-MCharUVM.part042.rar
    http://rapidshare.com/files/151018477/GM-MCharUVM.part043.rar
    http://rapidshare.com/files/151018538/GM-MCharUVM.part044.rar
    http://rapidshare.com/files/151018587/GM-MCharUVM.part045.rar
    http://rapidshare.com/files/151019786/GM-MCharUVM.part046.rar
    http://rapidshare.com/files/151019855/GM-MCharUVM.part047.rar
    http://rapidshare.com/files/151019907/GM-MCharUVM.part048.rar
    http://rapidshare.com/files/151019952/GM-MCharUVM.part049.rar
    http://rapidshare.com/files/151020012/GM-MCharUVM.part050.rar
    http://rapidshare.com/files/151020054/GM-MCharUVM.part051.rar
    http://rapidshare.com/files/151020087/GM-MCharUVM.part052.rar
    http://rapidshare.com/files/151020141/GM-MCharUVM.part053.rar
    http://rapidshare.com/files/151020192/GM-MCharUVM.part054.rar
    http://rapidshare.com/files/151020239/GM-MCharUVM.part055.rar
    http://rapidshare.com/files/151020291/GM-MCharUVM.part056.rar
    http://rapidshare.com/files/151020333/GM-MCharUVM.part057.rar
    http://rapidshare.com/files/151020364/GM-MCharUVM.part058.rar
    http://rapidshare.com/files/151020407/GM-MCharUVM.part059.rar
    http://rapidshare.com/files/151020486/GM-MCharUVM.part060.rar
    http://rapidshare.com/files/151020539/GM-MCharUVM.part061.rar
    http://rapidshare.com/files/151020598/GM-MCharUVM.part062.rar
    http://rapidshare.com/files/151020643/GM-MCharUVM.part063.rar
    http://rapidshare.com/files/151020701/GM-MCharUVM.part064.rar
    http://rapidshare.com/files/151020764/GM-MCharUVM.part065.rar
    http://rapidshare.com/files/151024841/GM-MCharUVM.part066.rar
    http://rapidshare.com/files/151024908/GM-MCharUVM.part067.rar
    http://rapidshare.com/files/151024994/GM-MCharUVM.part068.rar
    http://rapidshare.com/files/151025093/GM-MCharUVM.part069.rar
    http://rapidshare.com/files/151025175/GM-MCharUVM.part070.rar
    http://rapidshare.com/files/151025374/GM-MCharUVM.part071.rar
    http://rapidshare.com/files/151025739/GM-MCharUVM.part072.rar
    http://rapidshare.com/files/151025882/GM-MCharUVM.part073.rar
    http://rapidshare.com/files/151025975/GM-MCharUVM.part074.rar
    http://rapidshare.com/files/151026058/GM-MCharUVM.part075.rar
    http://rapidshare.com/files/151026182/GM-MCharUVM.part076.rar
    http://rapidshare.com/files/151026210/GM-MCharUVM.part077.rar
    http://rapidshare.com/files/151026249/GM-MCharUVM.part078.rar
    http://rapidshare.com/files/151026288/GM-MCharUVM.part079.rar
    http://rapidshare.com/files/151026356/GM-MCharUVM.part080.rar
    http://rapidshare.com/files/151026409/GM-MCharUVM.part081.rar
    http://rapidshare.com/files/151026478/GM-MCharUVM.part082.rar
    http://rapidshare.com/files/151026509/GM-MCharUVM.part083.rar
    http://rapidshare.com/files/151026546/GM-MCharUVM.part084.rar
    http://rapidshare.com/files/151026622/GM-MCharUVM.part085.rar
    http://rapidshare.com/files/151026659/GM-MCharUVM.part086.rar
    http://rapidshare.com/files/151026689/GM-MCharUVM.part087.rar
    http://rapidshare.com/files/151026712/GM-MCharUVM.part088.rar
    http://rapidshare.com/files/151026751/GM-MCharUVM.part089.rar
    http://rapidshare.com/files/151026785/GM-MCharUVM.part090.rar
    http://rapidshare.com/files/151027411/GM-MCharUVM.part091.rar
    http://rapidshare.com/files/151027446/GM-MCharUVM.part092.rar
    http://rapidshare.com/files/151027475/GM-MCharUVM.part093.rar
    http://rapidshare.com/files/151027549/GM-MCharUVM.part094.rar
    http://rapidshare.com/files/151027590/GM-MCharUVM.part095.rar
    http://rapidshare.com/files/151027614/GM-MCharUVM.part096.rar
    http://rapidshare.com/files/151027656/GM-MCharUVM.part097.rar
    http://rapidshare.com/files/151027691/GM-MCharUVM.part098.rar
    http://rapidshare.com/files/151027729/GM-MCharUVM.part099.rar
    http://rapidshare.com/files/151027773/GM-MCharUVM.part100.rar
    http://rapidshare.com/files/151027821/GM-MCharUVM.part101.rar
    http://rapidshare.com/files/151027859/GM-MCharUVM.part102.rar
    http://rapidshare.com/files/151027908/GM-MCharUVM.part103.rar
    http://rapidshare.com/files/151027953/GM-MCharUVM.part104.rar
    http://rapidshare.com/files/151027988/GM-MCharUVM.part105.rar
    http://rapidshare.com/files/151028039/GM-MCharUVM.part106.rar
    http://rapidshare.com/files/151028069/GM-MCharUVM.part107.rar
    http://rapidshare.com/files/151028099/GM-MCharUVM.part108.rar
    http://rapidshare.com/files/151028133/GM-MCharUVM.part109.rar
    http://rapidshare.com/files/151028181/GM-MCharUVM.part110.rar
    http://rapidshare.com/files/151028214/GM-MCharUVM.part111.rar
    http://rapidshare.com/files/151028249/GM-MCharUVM.part112.rar
    http://rapidshare.com/files/151028315/GM-MCharUVM.part113.rar
    http://rapidshare.com/files/151028348/GM-MCharUVM.part114.rar
    http://rapidshare.com/files/151028373/GM-MCharUVM.part115.rar
    http://rapidshare.com/files/151029264/GM-MCharUVM.part116.rar
    http://rapidshare.com/files/151029303/GM-MCharUVM.part117.rar
    http://rapidshare.com/files/151029341/GM-MCharUVM.part118.rar
    http://rapidshare.com/files/151029374/GM-MCharUVM.part119.rar
    http://rapidshare.com/files/151029416/GM-MCharUVM.part120.rar
    http://rapidshare.com/files/151029448/GM-MCharUVM.part121.rar
    http://rapidshare.com/files/151029484/GM-MCharUVM.part122.rar
    http://rapidshare.com/files/151029533/GM-MCharUVM.part123.rar
    http://rapidshare.com/files/151029574/GM-MCharUVM.part124.rar
    http://rapidshare.com/files/151029625/GM-MCharUVM.part125.rar
    http://rapidshare.com/files/151029660/GM-MCharUVM.part126.rar
    http://rapidshare.com/files/151029702/GM-MCharUVM.part127.rar
    http://rapidshare.com/files/151029736/GM-MCharUVM.part128.rar
    http://rapidshare.com/files/151029799/GM-MCharUVM.part129.rar
    http://rapidshare.com/files/151030011/GM-MCharUVM.part130.rar
    http://rapidshare.com/files/151030047/GM-MCharUVM.part131.rar
    http://rapidshare.com/files/151030087/GM-MCharUVM.part132.rar
    http://rapidshare.com/files/151030127/GM-MCharUVM.part133.rar
    http://rapidshare.com/files/151030169/GM-MCharUVM.part134.rar
    http://rapidshare.com/files/151030221/GM-MCharUVM.part135.rar
    http://rapidshare.com/files/151030256/GM-MCharUVM.part136.rar
    http://rapidshare.com/files/151030282/GM-MCharUVM.part137.rar
    http://rapidshare.com/files/151030315/GM-MCharUVM.part138.rar
    http://rapidshare.com/files/151030367/GM-MCharUVM.part139.rar
    http://rapidshare.com/files/151030393/GM-MCharUVM.part140.rar
    http://rapidshare.com/files/151031160/GM-MCharUVM.part141.rar
    http://rapidshare.com/files/151031184/GM-MCharUVM.part142.rar
    http://rapidshare.com/files/151031234/GM-MCharUVM.part143.rar
    http://rapidshare.com/files/151031279/GM-MCharUVM.part144.rar
    http://rapidshare.com/files/151031312/GM-MCharUVM.part145.rar
    http://rapidshare.com/files/151030956/GM-MCharUVM.part146.rar
    http://rapidshare.com/files/151030988/GM-MCharUVM.part147.rar
    http://rapidshare.com/files/151031043/GM-MCharUVM.part148.rar
    http://rapidshare.com/files/151031068/GM-MCharUVM.part149.rar
    http://rapidshare.com/files/151031113/GM-MCharUVM.part150.rar
    http://rapidshare.com/files/151030837/GM-MCharUVM.part151.rar
    Password:gfxgfx.net

    FILEFACTORY :
    http://www.filefactory.com/file/e295d4/n/GM-MCharUVM_part001_rar
    http://www.filefactory.com/file/317822/n/GM-MCharUVM_part002_rar
    http://www.filefactory.com/file/620428/n/GM-MCharUVM_part003_rar
    http://www.filefactory.com/file/c26b16/n/GM-MCharUVM_part004_rar
    http://www.filefactory.com/file/a6a753/n/GM-MCharUVM_part005_rar
    http://www.filefactory.com/file/b24806/n/GM-MCharUVM_part006_rar
    http://www.filefactory.com/file/62042c/n/GM-MCharUVM_part007_rar
    http://www.filefactory.com/file/566fef/n/GM-MCharUVM_part008_rar
    http://www.filefactory.com/file/04254a/n/GM-MCharUVM_part009_rar
    http://www.filefactory.com/file/9d6bbf/n/GM-MCharUVM_part010_rar
    http://www.filefactory.com/file/03f493/n/GM-MCharUVM_part011_rar
    http://www.filefactory.com/file/c8073d/n/GM-MCharUVM_part012_rar
    http://www.filefactory.com/file/8c5781/n/GM-MCharUVM_part013_rar
    http://www.filefactory.com/file/29eeb1/n/GM-MCharUVM_part014_rar
    http://www.filefactory.com/file/461b31/n/GM-MCharUVM_part015_rar
    http://www.filefactory.com/file/ed61cc/n/GM-MCharUVM_part016_rar
    http://www.filefactory.com/file/938871/n/GM-MCharUVM_part017_rar
    http://www.filefactory.com/file/a5b84b/n/GM-MCharUVM_part018_rar
    http://www.filefactory.com/file/55f797/n/GM-MCharUVM_part019_rar
    http://www.filefactory.com/file/179d14/n/GM-MCharUVM_part020_rar
    http://www.filefactory.com/file/a54599/n/GM-MCharUVM_part021_rar
    http://www.filefactory.com/file/73771d/n/GM-MCharUVM_part022_rar
    http://www.filefactory.com/file/d1a56a/n/GM-MCharUVM_part023_rar
    http://www.filefactory.com/file/a5459c/n/GM-MCharUVM_part024_rar
    http://www.filefactory.com/file/c0e6b1/n/GM-MCharUVM_part025_rar
    http://www.filefactory.com/file/9d0540/n/GM-MCharUVM_part026_rar
    http://www.filefactory.com/file/96eb37/n/GM-MCharUVM_part027_rar
    http://www.filefactory.com/file/f0e1fd/n/GM-MCharUVM_part028_rar
    http://www.filefactory.com/file/6f965c/n/GM-MCharUVM_part029_rar
    http://www.filefactory.com/file/246b75/n/GM-MCharUVM_part030_rar
    http://www.filefactory.com/file/e5d613/n/GM-MCharUVM_part031_rar
    http://www.filefactory.com/file/36a706/n/GM-MCharUVM_part032_rar
    http://www.filefactory.com/file/b64cdc/n/GM-MCharUVM_part033_rar
    http://www.filefactory.com/file/a84d90/n/GM-MCharUVM_part034_rar
    http://www.filefactory.com/file/d8aca7/n/GM-MCharUVM_part035_rar
    http://www.filefactory.com/file/6f965d/n/GM-MCharUVM_part036_rar
    http://www.filefactory.com/file/deeb78/n/GM-MCharUVM_part037_rar
    http://www.filefactory.com/file/680c66/n/GM-MCharUVM_part038_rar
    http://www.filefactory.com/file/9178b1/n/GM-MCharUVM_part039_rar
    http://www.filefactory.com/file/9daf6f/n/GM-MCharUVM_part040_rar
    http://www.filefactory.com/file/39d6b8/n/GM-MCharUVM_part041_rar
    http://www.filefactory.com/file/a5b84c/n/GM-MCharUVM_part042_rar
    http://www.filefactory.com/file/26c0ed/n/GM-MCharUVM_part043_rar
    http://www.filefactory.com/file/113489/n/GM-MCharUVM_part044_rar
    http://www.filefactory.com/file/5e085c/n/GM-MCharUVM_part045_rar
    http://www.filefactory.com/file/3ce9d3/n/GM-MCharUVM_part046_rar
    http://www.filefactory.com/file/69053a/n/GM-MCharUVM_part047_rar
    http://www.filefactory.com/file/aa6659/n/GM-MCharUVM_part048_rar
    http://www.filefactory.com/file/838b04/n/GM-MCharUVM_part049_rar
    http://www.filefactory.com/file/68c00c/n/GM-MCharUVM_part050_rar
    http://www.filefactory.com/file/5e6bdd/n/GM-MCharUVM_part051_rar
    http://www.filefactory.com/file/14a1cd/n/GM-MCharUVM_part052_rar
    http://www.filefactory.com/file/c332c5/n/GM-MCharUVM_part053_rar
    http://www.filefactory.com/file/d5ab44/n/GM-MCharUVM_part054_rar
    http://www.filefactory.com/file/938d4e/n/GM-MCharUVM_part055_rar
    http://www.filefactory.com/file/c31c19/n/GM-MCharUVM_part056_rar
    http://www.filefactory.com/file/f01f83/n/GM-MCharUVM_part057_rar
    http://www.filefactory.com/file/fd4f16/n/GM-MCharUVM_part058_rar
    http://www.filefactory.com/file/fe6bf9/n/GM-MCharUVM_part059_rar
    http://www.filefactory.com/file/cd94ed/n/GM-MCharUVM_part060_rar
    http://www.filefactory.com/file/238e3c/n/GM-MCharUVM_part061_rar
    http://www.filefactory.com/file/0228ef/n/GM-MCharUVM_part062_rar
    http://www.filefactory.com/file/4c4894/n/GM-MCharUVM_part063_rar
    http://www.filefactory.com/file/7005c2/n/GM-MCharUVM_part064_rar
    http://www.filefactory.com/file/2f9b2a/n/GM-MCharUVM_part065_rar
    http://www.filefactory.com/file/69053d/n/GM-MCharUVM_part066_rar
    http://www.filefactory.com/file/ead89a/n/GM-MCharUVM_part067_rar
    http://www.filefactory.com/file/620440/n/GM-MCharUVM_part068_rar
    http://www.filefactory.com/file/e35d7e/n/GM-MCharUVM_part069_rar
    http://www.filefactory.com/file/2d95db/n/GM-MCharUVM_part070_rar
    http://www.filefactory.com/file/783497/n/GM-MCharUVM_part071_rar
    http://www.filefactory.com/file/b2eca9/n/GM-MCharUVM_part072_rar
    http://www.filefactory.com/file/86592b/n/GM-MCharUVM_part073_rar
    http://www.filefactory.com/file/f27dbc/n/GM-MCharUVM_part074_rar
    http://www.filefactory.com/file/46d6df/n/GM-MCharUVM_part075_rar
    http://www.filefactory.com/file/8c57af/n/GM-MCharUVM_part076_rar
    http://www.filefactory.com/file/ba3885/n/GM-MCharUVM_part077_rar
    http://www.filefactory.com/file/fcb0e8/n/GM-MCharUVM_part078_rar
    http://www.filefactory.com/file/dac552/n/GM-MCharUVM_part079_rar
    http://www.filefactory.com/file/7bb593/n/GM-MCharUVM_part080_rar
    http://www.filefactory.com/file/4f8576/n/GM-MCharUVM_part081_rar
    http://www.filefactory.com/file/0ac974/n/GM-MCharUVM_part082_rar
    http://www.filefactory.com/file/ea7578/n/GM-MCharUVM_part083_rar
    http://www.filefactory.com/file/a545a5/n/GM-MCharUVM_part084_rar
    http://www.filefactory.com/file/a772d2/n/GM-MCharUVM_part085_rar
    http://www.filefactory.com/file/8f2e01/n/GM-MCharUVM_part086_rar
    http://www.filefactory.com/file/982302/n/GM-MCharUVM_part087_rar
    http://www.filefactory.com/file/92184f/n/GM-MCharUVM_part088_rar
    http://www.filefactory.com/file/0daf41/n/GM-MCharUVM_part089_rar
    http://www.filefactory.com/file/079d6f/n/GM-MCharUVM_part090_rar
    http://www.filefactory.com/file/020a04/n/GM-MCharUVM_part091_rar
    http://www.filefactory.com/file/099bc0/n/GM-MCharUVM_part092_rar
    http://www.filefactory.com/file/deeb7a/n/GM-MCharUVM_part093_rar
    http://www.filefactory.com/file/a7efba/n/GM-MCharUVM_part094_rar
    http://www.filefactory.com/file/bcc373/n/GM-MCharUVM_part095_rar
    http://www.filefactory.com/file/ec23b0/n/GM-MCharUVM_part096_rar
    http://www.filefactory.com/file/ec89ac/n/GM-MCharUVM_part097_rar
    http://www.filefactory.com/file/317826/n/GM-MCharUVM_part098_rar
    http://www.filefactory.com/file/edb31f/n/GM-MCharUVM_part099_rar
    http://www.filefactory.com/file/73cd49/n/GM-MCharUVM_part100_rar
    http://www.filefactory.com/file/ec23b1/n/GM-MCharUVM_part101_rar
    http://www.filefactory.com/file/bcbf45/n/GM-MCharUVM_part102_rar
    http://www.filefactory.com/file/641d16/n/GM-MCharUVM_part103_rar
    http://www.filefactory.com/file/d2bbdd/n/GM-MCharUVM_part104_rar
    http://www.filefactory.com/file/2d95dc/n/GM-MCharUVM_part105_rar
    http://www.filefactory.com/file/938876/n/GM-MCharUVM_part106_rar
    http://www.filefactory.com/file/15200a/n/GM-MCharUVM_part107_rar
    http://www.filefactory.com/file/8ca01a/n/GM-MCharUVM_part108_rar
    http://www.filefactory.com/file/620445/n/GM-MCharUVM_part109_rar
    http://www.filefactory.com/file/fd4f18/n/GM-MCharUVM_part110_rar
    http://www.filefactory.com/file/19e92f/n/GM-MCharUVM_part111_rar
    http://www.filefactory.com/file/2000fe/n/GM-MCharUVM_part112_rar
    http://www.filefactory.com/file/3cf6cf/n/GM-MCharUVM_part113_rar
    http://www.filefactory.com/file/78e4ea/n/GM-MCharUVM_part114_rar
    http://www.filefactory.com/file/8c57b1/n/GM-MCharUVM_part115_rar
    http://www.filefactory.com/file/55e8b0/n/GM-MCharUVM_part116_rar
    http://www.filefactory.com/file/2db120/n/GM-MCharUVM_part117_rar
    http://www.filefactory.com/file/f1559e/n/GM-MCharUVM_part118_rar
    http://www.filefactory.com/file/f0827c/n/GM-MCharUVM_part119_rar
    http://www.filefactory.com/file/c892ab/n/GM-MCharUVM_part120_rar
    http://www.filefactory.com/file/cebec1/n/GM-MCharUVM_part121_rar
    http://www.filefactory.com/file/f1315e/n/GM-MCharUVM_part122_rar
    http://www.filefactory.com/file/336151/n/GM-MCharUVM_part123_rar
    http://www.filefactory.com/file/fa1c34/n/GM-MCharUVM_part124_rar
    http://www.filefactory.com/file/d649c7/n/GM-MCharUVM_part125_rar
    http://www.filefactory.com/file/277418/n/GM-MCharUVM_part126_rar
    http://www.filefactory.com/file/81a3f2/n/GM-MCharUVM_part127_rar
    http://www.filefactory.com/file/bc0552/n/GM-MCharUVM_part128_rar
    http://www.filefactory.com/file/d2fbd3/n/GM-MCharUVM_part129_rar
    http://www.filefactory.com/file/1d3ab9/n/GM-MCharUVM_part130_rar
    http://www.filefactory.com/file/2ad5b4/n/GM-MCharUVM_part131_rar
    http://www.filefactory.com/file/997a1a/n/GM-MCharUVM_part132_rar
    http://www.filefactory.com/file/83c49d/n/GM-MCharUVM_part133_rar
    http://www.filefactory.com/file/482d82/n/GM-MCharUVM_part134_rar
    http://www.filefactory.com/file/39d6bf/n/GM-MCharUVM_part135_rar
    http://www.filefactory.com/file/4f857a/n/GM-MCharUVM_part136_rar
    http://www.filefactory.com/file/acb915/n/GM-MCharUVM_part137_rar
    http://www.filefactory.com/file/620451/n/GM-MCharUVM_part138_rar
    http://www.filefactory.com/file/47e6fa/n/GM-MCharUVM_part139_rar
    http://www.filefactory.com/file/162e3c/n/GM-MCharUVM_part140_rar
    http://www.filefactory.com/file/ec23b2/n/GM-MCharUVM_part141_rar
    http://www.filefactory.com/file/2f7edb/n/GM-MCharUVM_part142_rar
    http://www.filefactory.com/file/e6a205/n/GM-MCharUVM_part143_rar
    http://www.filefactory.com/file/fca93d/n/GM-MCharUVM_part144_rar
    http://www.filefactory.com/file/039baa/n/GM-MCharUVM_part145_rar
    http://www.filefactory.com/file/b98a65/n/GM-MCharUVM_part146_rar
    http://www.filefactory.com/file/6f965e/n/GM-MCharUVM_part147_rar
    http://www.filefactory.com/file/b9b81b/n/GM-MCharUVM_part148_rar
    http://www.filefactory.com/file/643caa/n/GM-MCharUVM_part149_rar
    http://www.filefactory.com/file/aa665c/n/GM-MCharUVM_part150_rar
    http://www.filefactory.com/file/a96ed6/n/GM-MCharUVM_part151_rar



    Readme
    Password default : booktraining.net

    Gnomon Workshop - Maya Training UV Mapping 101

    In this DVD, Sean Mills covers the fundamentals of creating the UV space to prepare your model for texturing. Using several modified primitives as examples, Sean takes you through the necessary steps to map UVs and prepare your newly completed polygonal model for texturing. By creating a 2D version of the mesh, you give your 2D textures the instructions they need to land accurately on your model. By the end of this lecture, you’ll be familiar with the basics of UV layout and its relationship to modified primitives.

    Size : 4.2 GB
    MEGAUPLOAD :

    RAPIDSHARE :
    http://rapidshare.com/files/150819919/UVMapping101.part01.rar
    http://rapidshare.com/files/150819827/UVMapping101.part02.rar
    http://rapidshare.com/files/150820232/UVMapping101.part03.rar
    http://rapidshare.com/files/150819010/UVMapping101.part04.rar
    http://rapidshare.com/files/150820052/UVMapping101.part05.rar
    http://rapidshare.com/files/150820436/UVMapping101.part06.rar
    http://rapidshare.com/files/150820663/UVMapping101.part07.rar
    http://rapidshare.com/files/150823079/UVMapping101.part08.rar
    http://rapidshare.com/files/150821412/UVMapping101.part09.rar
    http://rapidshare.com/files/150822171/UVMapping101.part10.rar
    http://rapidshare.com/files/150821958/UVMapping101.part11.rar
    http://rapidshare.com/files/150825164/UVMapping101.part12.rar
    http://rapidshare.com/files/150857582/UVMapping101.part13.rar
    http://rapidshare.com/files/150824178/UVMapping101.part14.rar
    http://rapidshare.com/files/150856146/UVMapping101.part15.rar
    http://rapidshare.com/files/150833334/UVMapping101.part16.rar
    http://rapidshare.com/files/150836010/UVMapping101.part17.rar
    http://rapidshare.com/files/150830806/UVMapping101.part18.rar
    http://rapidshare.com/files/150831120/UVMapping101.part19.rar
    http://rapidshare.com/files/150833422/UVMapping101.part20.rar
    http://rapidshare.com/files/150833834/UVMapping101.part21.rar
    http://rapidshare.com/files/150834928/UVMapping101.part22.rar
    http://rapidshare.com/files/150832443/UVMapping101.part23.rar
    http://rapidshare.com/files/150833719/UVMapping101.part24.rar
    http://rapidshare.com/files/150836686/UVMapping101.part25.rar
    http://rapidshare.com/files/150836866/UVMapping101.part26.rar
    http://rapidshare.com/files/150834716/UVMapping101.part27.rar
    http://rapidshare.com/files/150835856/UVMapping101.part28.rar
    http://rapidshare.com/files/150834741/UVMapping101.part29.rar
    http://rapidshare.com/files/150836302/UVMapping101.part30.rar
    http://rapidshare.com/files/150843880/UVMapping101.part31.rar
    http://rapidshare.com/files/150843035/UVMapping101.part32.rar
    http://rapidshare.com/files/150843026/UVMapping101.part33.rar
    http://rapidshare.com/files/150856574/UVMapping101.part34.rar
    http://rapidshare.com/files/150842776/UVMapping101.part35.rar
    http://rapidshare.com/files/150845188/UVMapping101.part36.rar
    http://rapidshare.com/files/150851500/UVMapping101.part37.rar
    http://rapidshare.com/files/150845539/UVMapping101.part38.rar
    http://rapidshare.com/files/150844892/UVMapping101.part39.rar

    Missing files
    http://rapidshare.com/files/150844124/GNOMON.MAYA.TRAINING.UV.MAPPING.101.part01.rar
    http://rapidshare.com/files/150844857/GNOMON.MAYA.TRAINING.UV.MAPPING.101.part02.rar
    http://rapidshare.com/files/150843181/GNOMON.MAYA.TRAINING.UV.MAPPING.101.part03.rar
    http://rapidshare.com/files/150845174/GNOMON.MAYA.TRAINING.UV.MAPPING.101.part04.rar
    http://rapidshare.com/files/150843666/GNOMON.MAYA.TRAINING.UV.MAPPING.101.part05.rar
    http://rapidshare.com/files/150844511/GNOMON.MAYA.TRAINING.UV.MAPPING.101.part06.rar
    http://rapidshare.com/files/150843840/GNOMON.MAYA.TRAINING.UV.MAPPING.101.part07.rar
    http://rapidshare.com/files/150844346/GNOMON.MAYA.TRAINING.UV.MAPPING.101.part08.rar
    http://rapidshare.com/files/150844665/GNOMON.MAYA.TRAINING.UV.MAPPING.101.part09.rar

    pass:YeYo4NigMae

    FILEFACTORY :
    http://www.filefactory.com/file/0d7ed3/n/UVMapping101_part01_rar
    http://www.filefactory.com/file/bc5f8e/n/UVMapping101_part02_rar
    http://www.filefactory.com/file/e1e0f5/n/UVMapping101_part03_rar
    http://www.filefactory.com/file/1cc66c/n/UVMapping101_part04_rar
    http://www.filefactory.com/file/26820e/n/UVMapping101_part05_rar
    http://www.filefactory.com/file/3c50ed/n/UVMapping101_part06_rar
    http://www.filefactory.com/file/3537ea/n/UVMapping101_part07_rar
    http://www.filefactory.com/file/5db07d/n/UVMapping101_part08_rar
    http://www.filefactory.com/file/82243a/n/UVMapping101_part09_rar
    http://www.filefactory.com/file/46a45b/n/UVMapping101_part10_rar
    http://www.filefactory.com/file/7f1a78/n/UVMapping101_part11_rar
    http://www.filefactory.com/file/a80234/n/UVMapping101_part12_rar
    http://www.filefactory.com/file/81769b/n/UVMapping101_part13_rar
    http://www.filefactory.com/file/ae4d37/n/UVMapping101_part14_rar
    http://www.filefactory.com/file/6b9268/n/UVMapping101_part15_rar
    http://www.filefactory.com/file/b8eca4/n/UVMapping101_part16_rar
    http://www.filefactory.com/file/a03dc8/n/UVMapping101_part17_rar
    http://www.filefactory.com/file/0c3895/n/UVMapping101_part18_rar
    http://www.filefactory.com/file/2dbb32/n/UVMapping101_part19_rar
    http://www.filefactory.com/file/6bb405/n/UVMapping101_part20_rar
    http://www.filefactory.com/file/a67418/n/UVMapping101_part21_rar
    http://www.filefactory.com/file/048b27/n/UVMapping101_part22_rar
    http://www.filefactory.com/file/626a8a/n/UVMapping101_part23_rar
    http://www.filefactory.com/file/d61668/n/UVMapping101_part24_rar
    http://www.filefactory.com/file/13c480/n/UVMapping101_part25_rar
    http://www.filefactory.com/file/32cd54/n/UVMapping101_part26_rar
    http://www.filefactory.com/file/f3ef5e/n/UVMapping101_part27_rar
    http://www.filefactory.com/file/580acc/n/UVMapping101_part28_rar
    http://www.filefactory.com/file/787ee7/n/UVMapping101_part29_rar
    http://www.filefactory.com/file/c22a62/n/UVMapping101_part30_rar
    http://www.filefactory.com/file/45e90b/n/UVMapping101_part31_rar
    http://www.filefactory.com/file/152b5c/n/UVMapping101_part32_rar
    http://www.filefactory.com/file/b94ee6/n/UVMapping101_part33_rar
    http://www.filefactory.com/file/6a2a4f/n/UVMapping101_part34_rar
    http://www.filefactory.com/file/f3ef5f/n/UVMapping101_part35_rar
    http://www.filefactory.com/file/912d1d/n/UVMapping101_part36_rar
    http://www.filefactory.com/file/f426ce/n/UVMapping101_part37_rar
    http://www.filefactory.com/file/b494d9/n/UVMapping101_part38_rar
    http://www.filefactory.com/file/40c5e6/n/UVMapping101_part39_rar

    Missing file
    http://www.filefactory.com/file/6e4a02/n/GNOMON_MAYA_TRAINING_UV_MAPPING_101_part01_rar
    http://www.filefactory.com/file/505375/n/GNOMON_MAYA_TRAINING_UV_MAPPING_101_part02_rar
    http://www.filefactory.com/file/c9b2e0/n/GNOMON_MAYA_TRAINING_UV_MAPPING_101_part03_rar
    http://www.filefactory.com/file/7c843c/n/GNOMON_MAYA_TRAINING_UV_MAPPING_101_part04_rar
    http://www.filefactory.com/file/2c3e0a/n/GNOMON_MAYA_TRAINING_UV_MAPPING_101_part05_rar
    http://www.filefactory.com/file/e9e681/n/GNOMON_MAYA_TRAINING_UV_MAPPING_101_part06_rar
    http://www.filefactory.com/file/5c357b/n/GNOMON_MAYA_TRAINING_UV_MAPPING_101_part07_rar
    http://www.filefactory.com/file/816f0d/n/GNOMON_MAYA_TRAINING_UV_MAPPING_101_part08_rar
    http://www.filefactory.com/file/268210/n/GNOMON_MAYA_TRAINING_UV_MAPPING

    Gnomonology - Sketching with Digital Clay: A Monster Head

    Download from Rapidshare
    http://rapidshare.com/files/129843901/GnScMoHe.part1.rar.html
    http://rapidshare.com/files/129846618/GnScMoHe.part2.rar.html

    Password default: booktraining.net

    Java 2 Certified Programmer

    VTC- Java 2 Certified Programmer

    The Java 2: Certified Programmer tutorial is for programmers experienced in using the basic syntax and structure of the Java programming language who wish to take the Sun Certified Programmer for Java 2 Platform exam . This course covers the information required by certification exam 310-035, which is the exam for Java 2 version 1.4. It also includes the information needed for 310-036, which is the certification exam for upgrading a certification from version 1.2 to version 1.4. It also includes the information required by 311-055, which is the certification exam for Java 2 version 5.0. The latest releases added several new features to the language. VTC Author Arthur Griffith guides you through this preparation tutorial on your journey to certification.

    Introduction

    * Course Introduction (04:06)
    * The Exam Pt.1 (03:58)
    * The Exam Pt.2 (03:37)

    Object Oriented Programming

    * An Object (01:56)
    * A Class (01:50)
    * Inheritance (02:00)
    * Instantiation (01:26)
    * An Abstract Class (02:15)
    * An Interface (03:09)
    * Polymorphism (02:44)

    Declarations & Operations

    * Hello World (05:14)
    * Names (02:19)
    * Data Types (06:34)
    * Data Types Pt.2 (03:16)
    * Data Declaration (05:05)
    * Literal Values (04:48)
    * Literal Values Pt.2 (03:38)
    * Arithmetic Operators (04:43)
    * Bitwise Operators (03:24)
    * Assignment Operators (02:28)
    * Widening and Narrowing (03:09)
    * Boolean Operations (05:14)

    References & Objects

    * Instantiation & References (02:58)
    * Polymorphism (04:19)
    * Garbage Collection (05:34)
    * Arrays (04:16)
    * Multidimensional Arrays (02:00)
    * Array Initial Values (04:34)

    The Structure of Java

    * The Java Virtual Machine (02:52)
    * Contents of a Class (05:09)
    * Class Modifiers (04:58)
    * Data Modifiers (04:34)
    * Method Modifiers (04:01)
    * Constructors (06:21)
    * Methods Pt.1 (04:51)
    * Methods Pt.2 (02:42)
    * Methods Pt.3 (02:07)
    * Methods Pt.4 (06:49)

    Flow Control

    * Boolean Expressions (03:18)
    * If/Else (02:46)
    * While & Do/While (02:19)
    * For Pt.1 (03:40)
    * For Pt.2 (03:26)
    * Switch/Case (05:43)
    * Break & Continue (04:07)
    * Throwing an Exception Pt.1 (06:46)
    * Throwing an Exception Pt.2 (06:41)
    * The Try/Catch/Finally Block (04:55)
    * Overloading & Overriding Methods (03:36)
    * Some Specific Exceptions (07:01)
    * Assert (03:51)

    Language Fundamentals

    * Packages (02:36)
    * Import (03:03)
    * Classpath & Jar Files (02:54)
    * Abstract Class (03:57)
    * Interfaces (04:03)
    * Java Keywords (02:41)
    * Nested Classes (03:40)
    * An Anonymous Class (04:00)
    * Enumerated Types (04:39)
    * Comparing Objects (02:30)
    * Java Bean Naming Standards (04:17)

    java.io & java.text

    * File Input & Output (06:41)
    * Stream Input & Output (06:23)
    * Serializable Classes (06:07)
    * Format & Parse Dates (04:28)
    * Number & Wrapper Classes (04:48)
    * NumberFormat (02:43)

    Threads

    * java.lang.Thread (04:12)
    * java.lang.Runnable (05:03)
    * Synchronized (04:29)
    * Wait & Notify (05:03)
    * More About Threads (02:03)

    java.lang & java.util

    * java.lang.Math (03:48)
    * Strings (05:13)
    * Boxing & Unboxing (04:14)
    * java.lang.System (03:58)
    * The Set Collection (04:09)
    * List, Queue, & Map (06:40)
    * Generic Syntax (06:28)
    * Selecting a Collection Class (05:03)
    * Hashcode (03:11)
    * java.util.regex (03:15)
    * Pattern & Matcher (04:42)
    * java.lang.Comparable (03:47)
    * Sorting & Searching (05:21)

    Wrapup

    * Some Terms (03:58)
    * Summary of the Course (02:51)




    Download

    http://rapidshare.com/files/225573053/vtcjav.a.2.cert.programer.part1_booktraining.net.rar
    http://rapidshare.com/files/225573121/vtcjav.a.2.cert.programer.part2_booktraining.net.rar
    http://rapidshare.com/files/225572956/vtcjav.a.2.cert.programer.part3_booktraining.net.rar

    or

    http://uploading.com/files/M9TWW7SS/vtcjav.a.2.cert.programer.part3_booktraining.net.rar.html
    http://uploading.com/files/MN0F30V8/vtcjav.a.2.cert.programer.part2_booktraining.net_booktraining.net.rar.html
    http://uploading.com/files/W0K87EGT/vtcjav.a.2.cert.programer.part1_booktraining.net.rar.html

    Pass: booktraining.net

    Maya Fluid Effects: Pyrotechnics

    In the third DVD of this series on Maya Fluid Effects, effects animator David Schoneveld reveals the numerous methods he uses to create and control fluid explosions, covering dynamic, non-dynamic and texture-based effects. He teaches you how to use, and maintain control of fields with fluid containers. The lesson also covers the basics of flame construction, and explains how to use the Maya presets to build effects quickly and efficiently.




    Download

    http://rapidshare.com/files/47244292/Gnomon.Maya.Training.DVD-Maya.Fluid.Effects-Pyrotechnics.part5.rar
    http://rapidshare.com/files/47244683/Gnomon.Maya.Training.DVD-Maya.Fluid.Effects-Pyrotechnics.part3.rar
    http://rapidshare.com/files/47244686/Gnomon.Maya.Training.DVD-Maya.Fluid.Effects-Pyrotechnics.part1.rar
    http://rapidshare.com/files/47244700/Gnomon.Maya.Training.DVD-Maya.Fluid.Effects-Pyrotechnics.part2.rar
    http://rapidshare.com/files/47244708/Gnomon.Maya.Training.DVD-Maya.Fluid.Effects-Pyrotechnics.part4.rar

    The Gnomon Workshop - Dynamics 13 Sprite Rendering

    Sprites allow you to use an image of your choice and map it onto the position of a dynamically controlled particle. Sprites are used throughout the visual effects industry for such diverse effects as crowd replication, smoke, fire and cloud volumes. In this lecture you will learn to harness the power of sprites. Covered topics include; creating sprite images, smoke and magic effects, as well as a comprehensive “under the hood” look at the sprite rendering type and all of its unique attributes. You will also learn how to get the most out of your sprites by using simple but powerful particle expressions.

    Topics Covered:
    Sprite Particles
    Custom PP Attributes
    Creation/Runtime Expressions
    Hypershade Networks
    Vector Functions

    Chapters:
    01: Introduction
    02: Sprite Attributes
    03: Setting up Sprites
    04: Sprite PP Attributes
    05: Smoke Sprites
    06: Column of Smoke
    07: Mixing Smoke Colors
    08: Volumetric Fog
    09: Credits

    Size : 620 MB


    RAPIDSHARE :
    http://rapidshare.com/files/146830721/Dynamics13SpriteRendering.part01.rar
    http://rapidshare.com/files/146831732/Dynamics13SpriteRendering.part02.rar
    http://rapidshare.com/files/146830386/Dynamics13SpriteRendering.part03.rar
    http://rapidshare.com/files/146830803/Dynamics13SpriteRendering.part04.rar
    http://rapidshare.com/files/146830258/Dynamics13SpriteRendering.part05.rar
    http://rapidshare.com/files/146830319/Dynamics13SpriteRendering.part06.rar
    http://rapidshare.com/files/146830960/Dynamics13SpriteRendering.part07.rar
    http://rapidshare.com/files/146831864/Dynamics13SpriteRendering.part08.rar
    http://rapidshare.com/files/146830795/Dynamics13SpriteRendering.part09.rar
    http://rapidshare.com/files/146830780/Dynamics13SpriteRendering.part10.rar
    http://rapidshare.com/files/146830064/Dynamics13SpriteRendering.part11.rar
    http://rapidshare.com/files/146830213/Dynamics13SpriteRendering.part12.rar
    http://rapidshare.com/files/146829671/Dynamics13SpriteRendering.part13.rar
    http://rapidshare.com/files/146830240/Dynamics13SpriteRendering.zip
    Password:DALMA-warez

    FILEFACTORY :
    http://www.filefactory.com/file/e24912/n/Dynamics13SpriteRendering_part01_rar
    http://www.filefactory.com/file/fa209c/n/Dynamics13SpriteRendering_part02_rar
    http://www.filefactory.com/file/1335f7/n/Dynamics13SpriteRendering_part03_rar
    http://www.filefactory.com/file/1e192d/n/Dynamics13SpriteRendering_part04_rar
    http://www.filefactory.com/file/dbfd3b/n/Dynamics13SpriteRendering_part05_rar
    http://www.filefactory.com/file/96fc00/n/Dynamics13SpriteRendering_part06_rar
    http://www.filefactory.com/file/81f094/n/Dynamics13SpriteRendering_part07_rar
    http://www.filefactory.com/file/820edf/n/Dynamics13SpriteRendering_part08_rar
    http://www.filefactory.com/file/506d99/n/Dynamics13SpriteRendering_part09_rar
    http://www.filefactory.com/file/31235a/n/Dynamics13SpriteRendering_part10_rar
    http://www.filefactory.com/file/ba0a0e/n/Dynamics13SpriteRendering_part11_rar
    http://www.filefactory.com/file/8295b2/n/Dynamics13SpriteRendering_part12_rar
    http://www.filefactory.com/file/50ef6c/n/Dynamics13SpriteRendering_part13_rar
    http://www.filefactory.com/file/58617b/n/Dynamics13SpriteRendering_zip

    Password default: booktraining.net

    Gnomon Workshop - Digital Environment Workflow

    In this two-disc set, Mark Lefitz creates a fully realized 3D model from an original concept painting by Feng Zhu. He discusses the analysis and setup of the shot, and demonstrates his techniques for efficiently creating a 3D environment using Maya’s polygon and NURBS tool-kit. Mark explains scene blocking, using animated cameras and their attributes, and how to integrate an animated object in the scene. He manipulates Maya fluids to show how to achieve the desired 3D sky environment, and shows some of his techniques for using painted textures and properly applying UVs. With a painted map from the scene, Mark breaks down the various components and shows how to apply layers to Maya shaders for maximum effect. In Shake, Mark demonstrates the use of Depth, Normals and Occlusion passes, and how to manipulate them in the comp to achieve atmosphere and zblur. Lastly, he explains how to use ambient occlusion as a method for Global Illumination, and discusses the initial setup and optimization for this pass and its integration into the final comp.

    Size : 1.05 GB
    MEGAUPLOAD :

    RAPIDSHARE :
    http://rapidshare.com/files/156032442/GDEWdisc1Lecture01.rar
    http://rapidshare.com/files/156032645/GDEWdisc1Lecture02.rar
    http://rapidshare.com/files/156038594/GDEWdisc1Lecture03.rar
    http://rapidshare.com/files/156039072/GDEWdisc1Lecture04.rar
    http://rapidshare.com/files/156048792/GDEW_disc1_Lecture_05.part1.rar
    http://rapidshare.com/files/156047870/GDEW_disc1_Lecture_05.part2.rar
    http://rapidshare.com/files/156048844/GDEW_disc1_Lecture_06.part1.rar
    http://rapidshare.com/files/156048807/GDEW_disc1_Lecture_06.part2.rar
    http://rapidshare.com/files/156048829/GDEW_disc1_Lecture_08.rar
    http://rapidshare.com/files/156049131/GDEW_disc1_Lecture_09.rar
    http://rapidshare.com/files/156049052/GDEW_disc1_Lecture_10.rar
    http://rapidshare.com/files/156048984/GDEW_disc1_Project_Files.part1.rar
    http://rapidshare.com/files/156049871/GDEW_disc1_Project_Files.part2.rar
    http://rapidshare.com/files/156049104/GDEW_disc2_Lecture_01.rar
    http://rapidshare.com/files/156049018/GDEW_disc2_Lecture_02.rar
    http://rapidshare.com/files/156050918/GDEW_disc2_Lecture_03.rar
    http://rapidshare.com/files/156051111/GDEW_disc2_Lecture_04.rar
    http://rapidshare.com/files/156051239/GDEW_disc2_Lecture_05.rar
    http://rapidshare.com/files/156051629/GDEW_disc2_Lecture_06.rar
    http://rapidshare.com/files/156051063/GDEW_disc2_Lecture_07.rar
    http://rapidshare.com/files/156051073/GDEW_disc2_Lecture_08.rar
    http://rapidshare.com/files/156052282/GDEW_disc2_Lecture_09.rar
    http://rapidshare.com/files/156051728/GDEW_disc2_Lecture_10.rar
    http://rapidshare.com/files/156052274/GDEW_disc2_project_files.part1.rar
    http://rapidshare.com/files/156052077/GDEW_disc2_project_files.part2.rar
    FILEFACTORY :
    http://www.filefactory.com/file/064e75/n/GDEW_disc1_Lecture_01_rar
    http://www.filefactory.com/file/9708ba/n/GDEW_disc1_Lecture_02_rar
    http://www.filefactory.com/file/8efd7c/n/GDEW_disc1_Lecture_03_rar
    http://www.filefactory.com/file/a8197c/n/GDEW_disc1_Lecture_04_rar
    http://www.filefactory.com/file/551c56/n/GDEW_disc1_Lecture_05_part1_rar
    http://www.filefactory.com/file/458252/n/GDEW_disc1_Lecture_05_part2_rar
    http://www.filefactory.com/file/376a07/n/GDEW_disc1_Lecture_06_part1_rar
    http://www.filefactory.com/file/08d289/n/GDEW_disc1_Lecture_06_part2_rar
    http://www.filefactory.com/file/837834/n/GDEW_disc1_Lecture_08_rar
    http://www.filefactory.com/file/3f328a/n/GDEW_disc1_Lecture_09_rar
    http://www.filefactory.com/file/b981d0/n/GDEW_disc1_Lecture_10_rar
    http://www.filefactory.com/file/140e37/n/GDEW_disc1_Project_Files_part1_rar
    http://www.filefactory.com/file/2e8f94/n/GDEW_disc1_Project_Files_part2_rar
    http://www.filefactory.com/file/f773bd/n/GDEW_disc2_Lecture_01_rar
    http://www.filefactory.com/file/bc961d/n/GDEW_disc2_Lecture_02_rar
    http://www.filefactory.com/file/0c3d43/n/GDEW_disc2_Lecture_03_rar
    http://www.filefactory.com/file/ba4eb2/n/GDEW_disc2_Lecture_04_rar
    http://www.filefactory.com/file/df257e/n/GDEW_disc2_Lecture_05_rar
    http://www.filefactory.com/file/a6fc13/n/GDEW_disc2_Lecture_06_rar
    http://www.filefactory.com/file/75aedc/n/GDEW_disc2_Lecture_07_rar
    http://www.filefactory.com/file/79d223/n/GDEW_disc2_Lecture_08_rar
    http://www.filefactory.com/file/96f7a9/n/GDEW_disc2_Lecture_09_rar
    http://www.filefactory.com/file/d348f3/n/GDEW_disc2_Lecture_10_rar
    http://www.filefactory.com/file/93c585/n/GDEW_disc2_project_files_part1_rar
    http://www.filefactory.com/file/69cdc6/n/GDEW_disc2_project_files_part2_rar

    Password default: booktraining.net

    The Gnomon Wokshop - Digital Sets 3: Rendering and Compositing

    This series introduces the essential techniques for creating digital sets and backgrounds, an area of visual effects growing in prominence. In this third disc of a series of three, visual effects designer Eric Hanson begins with rendering a Maya scene into layers and passes, then leads into the various approaches for professionally compositing and integrating a digital set into a live-action background. He examines the main composite tree in Shake, illustrating the use of the various render passes including diffuse, specular, reflection, shadow, z-depth, effects and ambient occlusion. Throughout the disc, Eric uses a sample scene of an urban environment to highlight all essential steps. This series is designed for all advancing intermediate Maya artists.

    Over 2 hours of lecture.

    01. Creating Render Passes in Maya
    02. Compositing Setup in Shake
    03. Z-Depth Integration and Compositing
    04. Adding Environmental Effects
    05. Final Project Composite Result

    Size : 910 MB
    MEGAUPLOAD :
    http://www.megaupload.com/?d=V46V2X3U
    http://www.megaupload.com/?d=H0WM4435
    http://www.megaupload.com/?d=KBAFWG4N
    http://www.megaupload.com/?d=MK6UHV4V
    http://www.megaupload.com/?d=OK84SP7J
    http://www.megaupload.com/?d=8O9ZL05T
    http://www.megaupload.com/?d=7M9G0L2W
    http://www.megaupload.com/?d=VIOXMSJW
    http://www.megaupload.com/?d=MHQGJZIU
    http://www.megaupload.com/?d=SHOKVT2S
    RAPIDSHARE :
    http://rapidshare.com/files/168426707/TGW-DS3RaC.part01.rar
    http://rapidshare.com/files/168426741/TGW-DS3RaC.part02.rar
    http://rapidshare.com/files/168426736/TGW-DS3RaC.part03.rar
    http://rapidshare.com/files/168426670/TGW-DS3RaC.part04.rar
    http://rapidshare.com/files/168426803/TGW-DS3RaC.part05.rar
    http://rapidshare.com/files/168426783/TGW-DS3RaC.part06.rar
    http://rapidshare.com/files/168426728/TGW-DS3RaC.part07.rar
    http://rapidshare.com/files/168426752/TGW-DS3RaC.part08.rar
    http://rapidshare.com/files/168426821/TGW-DS3RaC.part09.rar
    http://rapidshare.com/files/168426709/TGW-DS3RaC.part10.rar
    FILEFACTORY :
    http://www.filefactory.com/file/333ce7/n/TGW-DS3RaC_part01_rar
    http://www.filefactory.com/file/848743/n/TGW-DS3RaC_part02_rar
    http://www.filefactory.com/file/dafc5a/n/TGW-DS3RaC_part03_rar
    http://www.filefactory.com/file/5e6229/n/TGW-DS3RaC_part04_rar
    http://www.filefactory.com/file/731279/n/TGW-DS3RaC_part05_rar
    http://www.filefactory.com/file/e912f3/n/TGW-DS3RaC_part06_rar
    http://www.filefactory.com/file/e96526/n/TGW-DS3RaC_part07_rar
    http://www.filefactory.com/file/4b261d/n/TGW-DS3RaC_part08_rar
    http://www.filefactory.com/file/992de6/n/TGW-DS3RaC_part09_rar
    http://www.filefactory.com/file/af3819/n/TGW-DS3RaC_part10_rar

    Password default: booktraining.ent

    Garfield Cartoon ebook collection

    http://i-love-cartoons.com/snags/clipart/christmas/garfield/Christmas-Santa-Garfield-Odie-s.jpg


    Download
    http://rapidshare.com/files/9862737/Garfield_Collection_-_2005.rar
    http://rapidshare.com/files/9863031/Garfield_Collection_-_2004.rar
    http://rapidshare.com/files/9863385/Garfield_Collection_-_2003.rar
    http://rapidshare.com/files/9863778/Garfield_Collection_-_2002.rar
    http://rapidshare.com/files/9863823/Garfield_Collection_-_2001.rar
    http://rapidshare.com/files/9864230/Garfield_Collection_-_2000.rar
    http://rapidshare.com/files/9864627/Garfield_Collection_-_1999.rar
    http://rapidshare.com/files/9864834/Garfield_Collection_-_1998.rar
    http://rapidshare.com/files/9865112/Garfield_Collection_-_1996.rar
    http://rapidshare.com/files/9865426/Garfield_Collection_-_1995.rar
    http://rapidshare.com/files/9865856/Garfield_Collection_-_1994.rar
    http://rapidshare.com/files/9866142/Garfield_Collection_-_1993.rar
    http://rapidshare.com/files/9866467/Garfield_Collection_-_1992.rar
    http://rapidshare.com/files/9866878/Garfield_Collection_-_1991.rar
    http://rapidshare.com/files/9867275/Garfield_Collection_-_1990.rar
    http://rapidshare.com/files/9867758/Garfield_Collection_-_1989.rar
    http://rapidshare.com/files/9868086/Garfield_Collection_-_1988.rar
    http://rapidshare.com/files/9868420/Garfield_Collection_-_1987.rar
    http://rapidshare.com/files/9868855/Garfield_Collection_-_1986.rar
    http://rapidshare.com/files/9869324/Garfield_Collection_-_1985.rar
    http://rapidshare.com/files/9869719/Garfield_Collection_-_1984.rar
    http://rapidshare.com/files/9870160/Garfield_Collection_-_1983.rar
    http://rapidshare.com/files/9870828/Garfield_Collection_-_1982.rar
    http://rapidshare.com/files/9871941/Garfield_Collection_-_1981.rar
    http://rapidshare.com/files/9872564/Garfield_Collection_-_1980.rar
    http://rapidshare.com/files/9872985/Garfield_Collection_-_1979.rar
    http://rapidshare.com/files/9873371/Garfield_Collection_-_1978.rar
    http://rapidshare.com/files/9881023/Garfield_Collection_-_1997.rar

    Gnomon Workshop - Head Modeling for Games

    3D game artists are faced with certain restrictions when creating models for use in real-time. Game hardware, art direction and development time all have an impact. It is the challenge of the 3D artist to make interesting and visually believable characters while dealing with these restrictions. This DVD covers the creation of a low polygon model of a head for a game environment. Topics such as polygon component modeling, poly count, scripts and facial anatomy are discussed.

    Size : 1.5 GB
    MEGAUPLOAD :
    http://www.megaupload.com/?d=2LJOZXQV
    http://www.megaupload.com/?d=HJ0DS8VL
    http://www.megaupload.com/?d=CJ0OJJLG
    http://www.megaupload.com/?d=OM584GOX
    http://www.megaupload.com/?d=EWVV2HWS
    http://www.megaupload.com/?d=0XD8KY4D
    http://www.megaupload.com/?d=4U5Z66PP
    http://www.megaupload.com/?d=DFQ8JUV7
    http://www.megaupload.com/?d=TKUHWC5W
    http://www.megaupload.com/?d=D6WT8XZZ
    http://www.megaupload.com/?d=QRDNNI27
    http://www.megaupload.com/?d=JQI47AZX
    http://www.megaupload.com/?d=GHLZRV2G
    http://www.megaupload.com/?d=ZFG18XDZ
    http://www.megaupload.com/?d=FO189OPQ
    http://www.megaupload.com/?d=BKXT6GXC
    http://www.megaupload.com/?d=ACGKIHYO
    http://www.megaupload.com/?d=D7BA9IA2
    http://www.megaupload.com/?d=NYJPJ1CE
    http://www.megaupload.com/?d=DW2IKCDK
    http://www.megaupload.com/?d=PA6NQAD9
    http://www.megaupload.com/?d=8DEE76KQ
    http://www.megaupload.com/?d=SKOIBPMU
    http://www.megaupload.com/?d=JWFRRRYB
    http://www.megaupload.com/?d=06R0L9XT
    http://www.megaupload.com/?d=R5LC8EFU
    http://www.megaupload.com/?d=F4UHVM17
    http://www.megaupload.com/?d=OTD7OMQ0
    http://www.megaupload.com/?d=XYSQHO91
    http://www.megaupload.com/?d=KB9WAC2Y
    http://www.megaupload.com/?d=BEPAXHB4
    http://www.megaupload.com/?d=I2JJB5PK
    http://www.megaupload.com/?d=JRQOQLI1
    http://www.megaupload.com/?d=06O6XAKD
    http://www.megaupload.com/?d=OPAAPD6I
    http://www.megaupload.com/?d=6JBI2KH4
    http://www.megaupload.com/?d=74WTU2V0
    http://www.megaupload.com/?d=HFZQZEN0
    http://www.megaupload.com/?d=4BARP0V4
    http://www.megaupload.com/?d=8WT5C3T2
    http://www.megaupload.com/?d=L9PHV1QE
    http://www.megaupload.com/?d=R70GXLFT
    http://www.megaupload.com/?d=BPG1YYCT
    http://www.megaupload.com/?d=VUBI2WBG
    http://www.megaupload.com/?d=W59Q7932
    http://www.megaupload.com/?d=UD6WR9YJ
    http://www.megaupload.com/?d=LXL3LVT4
    http://www.megaupload.com/?d=8KSQVIFT
    http://www.megaupload.com/?d=0D41ULQ1
    http://www.megaupload.com/?d=VXG99I93
    http://www.megaupload.com/?d=RUCWCHBB
    Password:bdshare.net

    RAPIDSHARE :
    http://rapidshare.com/files/153590147/GMTraHeadG.part001.rar
    http://rapidshare.com/files/153590265/GMTraHeadG.part002.rar
    http://rapidshare.com/files/153590415/GMTraHeadG.part003.rar
    http://rapidshare.com/files/153590319/GMTraHeadG.part004.rar
    http://rapidshare.com/files/153590617/GMTraHeadG.part005.rar
    http://rapidshare.com/files/153590478/GMTraHeadG.part006.rar
    http://rapidshare.com/files/153590620/GMTraHeadG.part007.rar
    http://rapidshare.com/files/153591491/GMTraHeadG.part008.rar
    http://rapidshare.com/files/153590755/GMTraHeadG.part009.rar
    http://rapidshare.com/files/153591714/GMTraHeadG.part010.rar
    http://rapidshare.com/files/153590781/GMTraHeadG.part011.rar
    http://rapidshare.com/files/153590883/GMTraHeadG.part012.rar
    http://rapidshare.com/files/153591041/GMTraHeadG.part013.rar
    http://rapidshare.com/files/153591014/GMTraHeadG.part014.rar
    http://rapidshare.com/files/153591077/GMTraHeadG.part015.rar
    http://rapidshare.com/files/153591079/GMTraHeadG.part016.rar
    http://rapidshare.com/files/153591293/GMTraHeadG.part017.rar
    http://rapidshare.com/files/153591321/GMTraHeadG.part018.rar
    http://rapidshare.com/files/153591505/GMTraHeadG.part019.rar
    http://rapidshare.com/files/153591654/GMTraHeadG.part020.rar
    http://rapidshare.com/files/153591873/GMTraHeadG.part021.rar
    http://rapidshare.com/files/153592861/GMTraHeadG.part022.rar
    http://rapidshare.com/files/153591974/GMTraHeadG.part023.rar
    http://rapidshare.com/files/153592070/GMTraHeadG.part024.rar
    http://rapidshare.com/files/153592059/GMTraHeadG.part025.rar
    http://rapidshare.com/files/153592079/GMTraHeadG.part026.rar
    http://rapidshare.com/files/153592633/GMTraHeadG.part027.rar
    http://rapidshare.com/files/153592592/GMTraHeadG.part028.rar
    http://rapidshare.com/files/153592479/GMTraHeadG.part029.rar
    http://rapidshare.com/files/153592607/GMTraHeadG.part030.rar
    http://rapidshare.com/files/154522655/GMTraHeadG.part031.rar
    http://rapidshare.com/files/153593818/GMTraHeadG.part032.rar
    http://rapidshare.com/files/153593858/GMTraHeadG.part033.rar
    http://rapidshare.com/files/153593827/GMTraHeadG.part034.rar
    http://rapidshare.com/files/153593994/GMTraHeadG.part035.rar
    http://rapidshare.com/files/153594096/GMTraHeadG.part036.rar
    http://rapidshare.com/files/153594111/GMTraHeadG.part037.rar
    http://rapidshare.com/files/153594169/GMTraHeadG.part038.rar
    http://rapidshare.com/files/153594356/GMTraHeadG.part039.rar
    http://rapidshare.com/files/153594297/GMTraHeadG.part040.rar
    http://rapidshare.com/files/153594403/GMTraHeadG.part041.rar
    http://rapidshare.com/files/153594586/GMTraHeadG.part042.rar
    http://rapidshare.com/files/153594437/GMTraHeadG.part043.rar
    http://rapidshare.com/files/153594503/GMTraHeadG.part044.rar
    http://rapidshare.com/files/153594663/GMTraHeadG.part045.rar
    http://rapidshare.com/files/153594718/GMTraHeadG.part046.rar
    http://rapidshare.com/files/153594679/GMTraHeadG.part047.rar
    http://rapidshare.com/files/153594706/GMTraHeadG.part048.rar
    http://rapidshare.com/files/153594910/GMTraHeadG.part049.rar
    http://rapidshare.com/files/153594875/GMTraHeadG.part050.rar
    http://rapidshare.com/files/153594930/GMTraHeadG.part051.rar
    Password:bdshare.net

    FILEFACTORY :
    http://www.filefactory.com/file/d85c70/n/GMTraHeadG_part001_rar
    http://www.filefactory.com/file/497e30/n/GMTraHeadG_part002_rar
    http://www.filefactory.com/file/647fe9/n/GMTraHeadG_part003_rar
    http://www.filefactory.com/file/9038de/n/GMTraHeadG_part004_rar
    http://www.filefactory.com/file/032ac7/n/GMTraHeadG_part005_rar
    http://www.filefactory.com/file/3ad601/n/GMTraHeadG_part006_rar
    http://www.filefactory.com/file/bc7786/n/GMTraHeadG_part007_rar
    http://www.filefactory.com/file/804011/n/GMTraHeadG_part008_rar
    http://www.filefactory.com/file/d65741/n/GMTraHeadG_part009_rar
    http://www.filefactory.com/file/5023d1/n/GMTraHeadG_part010_rar
    http://www.filefactory.com/file/ac86d3/n/GMTraHeadG_part011_rar
    http://www.filefactory.com/file/93b111/n/GMTraHeadG_part012_rar
    http://www.filefactory.com/file/dc35d8/n/GMTraHeadG_part013_rar
    http://www.filefactory.com/file/d05ad9/n/GMTraHeadG_part014_rar
    http://www.filefactory.com/file/f08bcf/n/GMTraHeadG_part015_rar
    http://www.filefactory.com/file/ff4f3f/n/GMTraHeadG_part016_rar
    http://www.filefactory.com/file/242a20/n/GMTraHeadG_part017_rar
    http://www.filefactory.com/file/205496/n/GMTraHeadG_part018_rar
    http://www.filefactory.com/file/cba58a/n/GMTraHeadG_part019_rar
    http://www.filefactory.com/file/ae9d23/n/GMTraHeadG_part020_rar
    http://www.filefactory.com/file/13c724/n/GMTraHeadG_part021_rar
    http://www.filefactory.com/file/9ccdc8/n/GMTraHeadG_part022_rar
    http://www.filefactory.com/file/9e4865/n/GMTraHeadG_part023_rar
    http://www.filefactory.com/file/ca4082/n/GMTraHeadG_part024_rar
    http://www.filefactory.com/file/09c535/n/GMTraHeadG_part025_rar
    http://www.filefactory.com/file/6957fd/n/GMTraHeadG_part026_rar
    http://www.filefactory.com/file/7ab348/n/GMTraHeadG_part027_rar
    http://www.filefactory.com/file/a68078/n/GMTraHeadG_part028_rar
    http://www.filefactory.com/file/913082/n/GMTraHeadG_part029_rar
    http://www.filefactory.com/file/184285/n/GMTraHeadG_part030_rar
    http://www.filefactory.com/file/d1bccd/n/GMTraHeadG_part031_rar
    http://www.filefactory.com/file/d65743/n/GMTraHeadG_part032_rar
    http://www.filefactory.com/file/ddbc47/n/GMTraHeadG_part033_rar
    http://www.filefactory.com/file/f766f9/n/GMTraHeadG_part034_rar
    http://www.filefactory.com/file/a68081/n/GMTraHeadG_part035_rar
    http://www.filefactory.com/file/2c0250/n/GMTraHeadG_part036_rar
    http://www.filefactory.com/file/9b6347/n/GMTraHeadG_part037_rar
    http://www.filefactory.com/file/ce0ee9/n/GMTraHeadG_part038_rar
    http://www.filefactory.com/file/7c5481/n/GMTraHeadG_part039_rar
    http://www.filefactory.com/file/acba34/n/GMTraHeadG_part040_rar
    http://www.filefactory.com/file/0f08b8/n/GMTraHeadG_part041_rar
    http://www.filefactory.com/file/3e8b47/n/GMTraHeadG_part042_rar
    http://www.filefactory.com/file/48bd7b/n/GMTraHeadG_part043_rar
    http://www.filefactory.com/file/87ff5c/n/GMTraHeadG_part044_rar
    http://www.filefactory.com/file/20433a/n/GMTraHeadG_part045_rar
    http://www.filefactory.com/file/d65745/n/GMTraHeadG_part046_rar
    http://www.filefactory.com/file/ad3bd9/n/GMTraHeadG_part047_rar
    http://www.filefactory.com/file/01d771/n/GMTraHeadG_part048_rar
    http://www.filefactory.com/file/8cec24/n/GMTraHeadG_part049_rar
    http://www.filefactory.com/file/63ff13/n/GMTraHeadG_part050_rar
    http://www.filefactory.com/file/d9dccb/n/GMTraHeadG_part051_rar

    Password default: booktraining.net
    This site does not store any files on its server.We only index and link to content provided by other sites. In case of any query/objection regarding copyright or piracy, please inform us at youzhny197@gmail.com, we will immediately respond to you.