BITCQ

[CourseClub.NET] Pluralsight - Eclipse for Java Developers

Size: 645.5 MB
Magnet link

Name Size
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/01 Course Overview/01 Course Overview.mp4 3.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/01 Introducing the Course - What Are the Most Popular IDEs.mp4 4.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/02 What Do You Need to Know to Follow This Course.mp4 2.4 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/03 Agenda of the Course.mp4 3.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/04 Presenting the Eclipse Key Concepts.mp4 1.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/05 Understanding the Workspace and Project Folders Organization.mp4 2.4 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/06 Demo - Downloading and Installing the Eclipse IDE.mp4 12.7 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/07 Demo - First Launching of Eclipse.mp4 5.1 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/08 Demo - Setting the Right Version of Java to Launch Eclipse.mp4 6.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/09 Demo - Updating the Version of a Workspace.mp4 3.7 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/10 Demo - Creating a First Java SE Project.mp4 4.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/11 Demo - Creating a First Class.mp4 2.7 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/12 Demo - Setting the Characters Encoding for Java Source Files.mp4 8 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/13 Demo - Customizing the Format of the Java Source Files.mp4 5.1 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/14 Demo - Running a First Class, Fixing Bugs in the Main Method.mp4 12.3 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/15 Demo - Exploring the Java Build Path and the Installed JDK.mp4 8.8 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/16 Demo - Adding a JDK in the Java Build Path.mp4 11.1 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/17 Demo - Changing the Version of the JDK at the Workspace Level.mp4 5.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/18 Demo - Creating a Second Project with a Dependency to It.mp4 7.4 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/19 Demo - Adding Source Folders to a Project.mp4 7.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/20 Demo - Running a Test with JUnit Added as an External Library.mp4 10 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/21 Demo - Adding AssertJ as an External Dependency.mp4 12.1 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/22 Demo - Packaging a Set of Project in an Executable JAR File.mp4 15.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/02 Setting up a Java SE Development Environment with Eclipse/23 Module Wrap Up.mp4 2.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/01 Module Introduction and Agenda.mp4 1.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/02 Introducing How Eclipse and Maven Work Together.mp4 1.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/03 Demo - Introducing, Updating, and Configuring Maven.mp4 7.7 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/04 Demo - Creating a First Maven Project.mp4 4.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/05 Demo - Configuring a Maven Project, Updating the Java Version.mp4 10.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/06 Demo - Configuring the Maven Search Engine for Dependencies.mp4 12.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/07 Demo - Adding Dependencies Along with Their Source Code.mp4 17.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/08 Demo - Running Maven Tests, Running the Package Maven Goal.mp4 12.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/09 Demo - Adding a Plugin for Code Coverage and Running It.mp4 13.8 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/10 Demo - Setting up a Two Projects Workspace.mp4 9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/11 Demo - Setting the Dependencies Between Projects.mp4 17.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/12 Demo - Creating a Parent POM Project to Share Properties.mp4 8.7 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/13 Demo - Creating a First Maven Module from the Parent.mp4 4.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/14 Demo - Adding a Module, Shared Properties, and Dependencies.mp4 23.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/15 Demo - Packaging an Application from a Parent Project.mp4 6.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/03 Setting up a Java Maven Development Environment with Eclipse/16 Module Wrap Up.mp4 2.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/01 Module Introduction and Agenda.mp4 2.4 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/02 Introducing How Eclipse and Git Work Together.mp4 1.4 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/03 Demo - Configuring Git and Creating a Project Repository.mp4 5.8 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/04 Demo - Configuring the .gitignore Git File.mp4 3.4 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/05 Demo - Creating a First Commit with the .gitgnore File.mp4 6.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/06 Demo - Adding Several Commits in the Project.mp4 4.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/07 Demo - Browsing the History View of a Git Repository.mp4 4.3 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/08 Demo - Checking out and Watching All the Commits of a Repository.mp4 6.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/09 Demo - Creating and Checking out a Branch.mp4 4 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/10 Demo - Merging Two Branches with a Conflict.mp4 10.8 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/11 Demo - Preparing a GitHub Repository to Push a Local Repository.mp4 4.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/12 Demo - Configuring a Push Operation and Pushing to GitHub.mp4 12.3 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/13 Demo - Using an SSH Key Pair to Push Commits to GitHub.mp4 11.7 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/14 Demo - Configuring and Using the Fetch Operation.mp4 11.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/15 Demo - Creating a Local Project by Fetching a GitHub Repository.mp4 11 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/16 Demo - Fetching and Importing a Git Maven Java Project .mp4 8 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/17 Demo - Fixing an Imported Maven Project.mp4 6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/04 Using Git for a Java Project in Eclipse/18 Module Wrap Up.mp4 3.7 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/05 Connecting Eclipse to a Database Server with MySQL/01 Module Introduction and Agenda.mp4 2.1 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/05 Connecting Eclipse to a Database Server with MySQL/02 Introducing How Eclipse and Databases Work Together.mp4 4.1 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/05 Connecting Eclipse to a Database Server with MySQL/03 Demo - Introducing the Test Project to Create Data and Queries.mp4 9.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/05 Connecting Eclipse to a Database Server with MySQL/04 Demo - Creating and Configuring a Connnection to a MySQL Server.mp4 10.1 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/05 Connecting Eclipse to a Database Server with MySQL/05 Demo - Creating SQL Queries and Editing Data.mp4 11.3 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/05 Connecting Eclipse to a Database Server with MySQL/06 Demo - Using the SQL Scrapbook to Test SQL Queries.mp4 6.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/05 Connecting Eclipse to a Database Server with MySQL/07 Demo - Exporting and Importing Data.mp4 6.1 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/05 Connecting Eclipse to a Database Server with MySQL/08 Module Wrap Up.mp4 1.7 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/01 Module Introduction and Agenda.mp4 2.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/02 Introducing How Eclipse and Java EE Applications Work Together.mp4 2.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/03 Understanding How to Run a Java EE Application.mp4 1.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/04 Connecting an Eclipse Workspace to a Java EE Application Server.mp4 2.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/05 Demo - Connecting Eclipse to an Existing Tomcat Installation.mp4 9.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/06 Demo - Creating and Configuring a First Web Application.mp4 6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/07 Demo - Creating and Configuring a Web Application Using Maven.mp4 9.4 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/08 Demo - Launching and Browsing a First Simple Web Application.mp4 6.9 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/09 Demo - Configuring the Manual Deployment of a Web Application.mp4 6.5 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/10 Demo - Creating and Deploying a First Java Server Page.mp4 5.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/11 Demo - Creating a Servlet That Passes Content to a JSP.mp4 10 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/12 Demo - Creating and Testing a JSP Using JSTL.mp4 14.4 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/13 Demo - Running a Web Application in Debug Mode.mp4 8.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/14 Demo - Packaging a Web Application Using Maven.mp4 10.3 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/15 Demo - Launching Tomcat as a Remote Application Server.mp4 21.6 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/16 Demo - Deploying a Web Application in a Remote Tomcat Instance.mp4 8.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/17 Demo - Connecting Eclipse to a Remote Tomcat in Debug Mode.mp4 14.2 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/18 Demo - Debugging a Web Application Deployed in a Remote Tomcat.mp4 14 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/06 Setting up a Java EE Project in Eclipse with Tomcat/19 Module Wrap Up.mp4 4.7 MB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/01/demos/first-project/first-project.jardesc 1 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/01/demos/first-project/src/org/paumard/HelloWorld.java 278 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/01/demos/message-service/src-test/org/paumard/service/MessageServiceTest.java 510 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/01/demos/message-service/src/org/paumard/service/MessageService.java 141 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/01/setting-up-a-java-se-development-environment-with-eclipse-slides.pdf 698 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-application/hello-application-service-impl/pom.xml 674 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-application/hello-application-service-impl/src/main/java/org/paumard/service/HelloServiceImpl.java 167 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-application/hello-application-service-impl/src/test/java/org/paumard/service/HelloServiceTest.java 512 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-application/hello-application-service/pom.xml 490 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-application/hello-application-service/src/main/java/org/paumard/service/HelloService.java 103 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-application/pom.xml 1 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-service-impl/pom.xml 2 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-service-impl/src/main/java/org/paumard/service/HelloServiceImpl.java 167 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-service-impl/src/test/java/org/paumard/service/HelloServiceTest.java 512 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-service/pom.xml 612 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/demos/hello-service/src/main/java/org/paumard/service/HelloService.java 103 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/02/setting-up-a-java-maven-development-environment-with-eclipse-slides.pdf 319 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/.git/FETCH_HEAD 144 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/.git/HEAD 23 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/.git/config 299 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/.git/index 360 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/.git/logs/HEAD 131 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/.git/logs/refs/heads/master 131 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/.git/logs/refs/remotes/origin/master 145 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/.gitignore 40 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/README.md 175 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/pom.xml 620 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/maven-git-for-pluralsight/src/main/java/org/paumard/model/User.java 278 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.git/FETCH_HEAD 275 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.git/HEAD 23 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.git/config 293 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.git/index 280 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.git/logs/HEAD 131 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.git/logs/refs/heads/master 131 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.git/logs/refs/remotes/origin/devel 145 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.git/logs/refs/remotes/origin/master 145 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.git/packed-refs 160 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/.gitignore 37 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/README.md 158 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-for-pluralsight/src/org/paumard/model/User.java 549 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/COMMIT_EDITMSG 33 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/FETCH_HEAD 275 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/HEAD 23 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/config 329 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/index 280 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/logs/HEAD 3 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/logs/refs/heads/devel 525 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/logs/refs/heads/master 2 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/logs/refs/remotes/origin/devel 145 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/logs/refs/remotes/origin/master 295 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.git/packed-refs 160 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/.gitignore 37 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/README.md 158 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/demos/sample-git-project/src/org/paumard/model/User.java 549 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/03/using-git-for-a-java-project-in-eclipse-slides.pdf 322 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/04/demos/user-db/files/create.sql 90 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/04/demos/user-db/files/scrapbook.sql 47 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/04/demos/user-db/files/user.txt 90 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/04/demos/user-db/pom.xml 802 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/04/demos/user-db/src/main/java/org/paumard/CreateUser.java 1 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/04/demos/user-db/src/main/java/org/paumard/ReadUser.java 968 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/04/demos/user-db/src/main/java/org/paumard/model/User.java 504 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/05/demos/first-webapp/WebContent/META-INF/MANIFEST.MF 39 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/05/demos/maven-webapp/pom.xml 1 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/05/demos/maven-webapp/src/main/java/org/paumard/model/User.java 455 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/05/demos/maven-webapp/src/main/java/org/paumard/webapp/UserListServlet.java 1 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/05/demos/maven-webapp/src/main/webapp/index.html 200 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/05/demos/maven-webapp/src/main/webapp/index.jsp 461 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/05/demos/maven-webapp/src/main/webapp/users-list.jsp 553 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/Exercise files/05/setting-up-a-java-ee-project-in-eclipse-with-tomcat-slides.pdf 664 KB
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/[CourseClub.NET].url 123 B
[CourseClub.NET] Pluralsight - Eclipse for Java Developers/[FreeCourseSite.com].url 127 B
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
[CourseClub.NET] Pluralsight - Learning the Essentials of CentOS Enterprise Linux 7 Administration Video 754.7 MB 14
[CourseClub.NET] Pluralsight - Building a Web App with ASP.NET Core, MVC, Entity Framework Core, Bootstrap, and Angular Video 2.4 GB 13
[CourseClub.NET] Pluralsight - ASP.NET Core Fundamentals Video 1.2 GB 9
[CourseClub.NET] Pluralsight - C++ Fundamentals Including C++ 17 Video 876.2 MB 7
[CourseClub.NET] Pluralsight - Building Your First ASP.NET Core 2.1 MVC Application with Visual Studio 2017 Video 583 MB 6
[CourseClub.NET] Pluralsight - Securing the Docker Platform Video 499 MB 6
[CourseClub.NET] Pluralsight - LFCS Linux Service Management Video 913.8 MB 6
[CourseClub.NET] Pluralsight - Introduction to ZBrush 4R7 2.5 GB 5
[CourseClub.NET] Pluralsight - Building a Site with Angular and PHP Video 584.9 MB 5
[CourseClub.NET] Pluralsight - Enhancing the Android Application Experience Video 950.1 MB 5
[CourseClub.NET] Pluralsight - Become a Full-stack .NET Developer – Architecture and Testing Video 740.1 MB 4
[CourseClub.NET] Pluralsight - Raspberry Pi for Developers Video 384.4 MB 4
[CourseClub.NET] Pluralsight - Managing Android App Data with SQLite Video 884.1 MB 4
[CourseClub.NET] Pluralsight - Designing a Character for Mobile Games in ZBrush Video 848 MB 4
[CourseClub.NET] PluralSight - Flutter Getting Started Video 496.6 MB 4
[CourseClub.NET] Pluralsight - Blockchain Fundamentals Video 310.4 MB 4
[CourseClub.NET] Pluralsight - Understanding the Java Virtual Machine Memory Management Video 198.6 MB 4
[CourseClub.NET] Pluralsight - Advanced Node.js Video 421.3 MB 4
[CourseClub.NET] Pluralsight - LFCS Linux Virtualization Management Video 369.2 MB 3
[CourseClub.NET] Pluralsight - Building a Site with AngularJS and PHP Video 403.7 MB 3

Loading...