-
Packtpub.com uploaded a video
CryENGINE SDK Game Programming Essentials Tutorial: Creating the Node Class | packtpub.com
Make your code accessible to Game/Level designers. Create flownodes to expose your code to Game/Level designers.
• Create a new C++ class and derive from CFlowBaseNode [ECopyMode]
• Create default... -
Packtpub.com uploaded a video
CryENGINE SDK Game Prog Essential Tutorial: Changing Our New Entity Script Properties | packtpub.com
Find out how to access/change our new entity properties from the editor RollupBar. Go to the entity panel and go to the folder where your Lua script is located. Then drag-and-drop your entity into ... -
Packtpub.com uploaded a video
CryENGINE SDK Game Programming Essentials Tutorial: Loading a 3D Model | packtpub.com
Find out how to get visuals for your entity. Load a 3D model for your entity.
• Get a handle to your entity
• Call its member function LoadGeometry
• Make sure to pass the location and the name ... -
Packtpub.com uploaded a video
CryENGINE SDK Game Programming Essentials Tutorial: A Look at the C++ Side | packtpub.com
How to find where the entity properties come from in the code so that we can make changes. Look for the entity's corresponding source file.
• Browse the CryGame project for the entity source you'r... -
Packtpub.com uploaded a video
CryENGINE SDK Game Programming Essentials Tutorial: Setting Up the Solution | packtpub.com
Find how to set up Visual Studio in order to start with programming. Open up Configuration Manager and make sure to build only the CryGame project.
• Right-click on the solution and go to Configur... -
Packtpub.com uploaded a video
Creating Reports with SSRS 2012 Tutorial: Placing two Subreports onto One | packtpub.com
SSRS report definitions are reusable objects which may be embedded into other reports as subreports.
• Create space in the report body for the subreport object and then insert the subreport. Repea... -
Packtpub.com uploaded a video
Creating Reports with SSRS 2012 Tutorial: Deploy Drillthrough Reports | packtpub.com
Both the parent and the child reports in drillthrough reporting must be deployed together for the proper operation of the reports.
• Check the deployment settings in the Visual Studio project's pr... -
Packtpub.com uploaded a video
Creating Reports with SSRS 2012 Tutorial: Display Parameter Values | packtpub.com
If we export the report to a PDF or print the report, the parameter value is not displayed. We need to display the parameter value so that the user will know what parameter value was used to genera... -
Packtpub.com uploaded a video
Creating Reports with SSRS 2012 Tutorial: Adding Summary Rows | packtpub.com
The grand total of rows and columns can be added to drilldown reports.
• Add a new row
• Move the row outside the group
• Add an expression to sum the column
Part of Creating Reports with SQL ... -
Packtpub.com uploaded a video
Creating Reports with SSRS 2012 Tutorial: Displaying Report Metadata | packtpub.com
Printed reports still remain a security issue when confidential information is contained within these reports. For printed reports, metadata can be used to identify who accessed the data, when the ... -
Packtpub.com uploaded a video
Oracle Data Integrator Essentials Tutorial: How to Automate ODI Object Creation | packtpub.com
Many of the tasks in ODI are recurring. Learn how you can use some scripting in ODI to generate similar objects.
• Get to know from where Groovy can be accessed and executed
Part of Oracle Data ... -
Packtpub.com uploaded a video
Oracle Data Integrator Essentials Tutorial: Scenarios: Smallest Deployment Units | packtpub.com
Smallest deployment units are scenarios. In this video, you'll learn what can be deployed to become a scenario.
• Create a scenario
• Understand where you need to create a scenario
Part of Orac... -
Packtpub.com uploaded a video
Oracle Data Integrator Essentials Tutorial: Running EDQ | packtpub.com
Understand how to run EDQ with the help of an example.
• Open EDQ director
• View the Palette components
• Run EDQ
Part of Oracle Data Integrator Essentials. For the full Course visit:
http://... -
Packtpub.com uploaded a video
Oracle Data Integrator Essentials Tutorial: Defining Your Strategy | packtpub.com
Strategy is contained in Knowledge Module (KM); so, what are these KMs?
• Understand with a simple example what a KM is
• Understand the tasks within KMs and illustrate the used technologies
• L... -
Packtpub.com uploaded a video
Moodle 2.3 Multimedia Tutorial: Adding a Box.net E-Portfolio | packtpub.com
Adding an E-Portfolio takes some steps such as creating an account and getting the API key to paste in our Moodle course.
• Enter Site Administration in our Moodle course and follow the steps to m... -
Packtpub.com uploaded a video
CryENGINE SDK Game Programming Essentials Tutorial: Loading a 3D Model | packtpub.com
Find out how to get visuals for your entity. Load a 3D model for your entity.
Part of CryENGINE SDK Game Programming Essentials. For the full course visit: http://www.packtpub.com/cryengine-sdk-ga... -
Packtpub.com uploaded a video
Build a Network Application with Node Tutorial: Performance Tuning | packtpub.com
How to optimize a static server.
Node is fast, but best practices can help minimize requests to the server and reduce data payload to the client. This video covers caching and compression to impro... -
Packtpub.com uploaded a video
Creating Reports with SQL Server 2012 Reporting Services Creating a Dashboard
Learn how to create a dashboard report in SQL Server 2012 Reporting Services
Part of Creating Reports with SQL Server 2012 Reporting Services. For the full course visit: http://www.packtpub.com/cr... -
Packtpub.com uploaded a video
Cassandra Administration Tutorial: Incremental Backup | packtpub.com
Understand what an incremental backup is and how it works with a snapshot.
• Explain the working of an incremental backup
• Get to know the related configuration options
• Understand how to make... -
Packtpub.com uploaded a video
Cassandra Administration Tutorial: The GUI Monitoring Tool - JConsole | packtpub.com
Learn to use the GUI tool JConsole to monitor database cluster operations and performance.
• Get introduced to JConsole
• Configure authentication and access rights for JConsole
• Understand the... -
Packtpub.com uploaded a video
Cassandra Administration Tutorial: Building a Cluster of Multiple Nodes | packtpub.com
Learn how to scale out a Cassandra cluster from a single node.
• Prepare the seed node
• Configure the cluster
• Conduct verification tests
Part of Cassandra Administration. For the full Cours... -
Packtpub.com uploaded a video
CryENGINE 3 SDK Level Design Tutorial: Setting up Time Of Day (TOD) and skies | packtpub.com
We'll show you how to set up static and dynamic skies. We'll also cover how to set up lighting and a skybox
• Change the skybox's texture
• Use the Time Of Day (TOD) tool
• Choose between the li... -
Packtpub.com uploaded a video
CryENGINE 3 SDK Level Design Tutorial: Adding your plants and flora | packtpub.com
It is not feasible to load each object for a forest individually. We'll discuss how to quickly add vegetation and manipulate it all on a large scale.
• Adding vegetation to the editor
• Cover veg... -
Packtpub.com uploaded a video
CryENGINE 3 SDK Level Design Tutorial: Painting and texturing the terrain | packtpub.com
Basic terrain painting can be time consuming. We'll show you a very fast and efficient way to paint the terrain.
• Explore the terrain texture editor
• Paint the terrain
• Understand advanced pa... -
Packtpub.com uploaded a video
CryENGINE 3 SDK Level Design Tutorial: Detailing the terrain mass | packtpub.com
Here you'll learn how to add detail that was missed or that was not possible with the initial height map.
• Load your terrain
• Plan out a basic layout
• Flesh out the details directly on the te... -
Packtpub.com uploaded a video
CryENGINE 3 SDK Level Design Tutorial: Setting up your landmass | packtpub.com
We'll show you how to set up your initial landmass for your first level and also discuss other options for terrain creation.
• Adjust the terrain settings
• Autogenerate the terrain
• Import the... -
Packtpub.com uploaded a video
Learning Apache Maven 3 Tutorial: Maven Dependency Management | packtpub.com
How to integrate the presentation layer dependencies and how to implement the presentation layer.
This screencast explains how to integrate a Struts2 framework into a sample maven web application b... -
Packtpub.com uploaded a video
Mastering Magento Tutorial: Frontend Product View | packtpub.com
In order to sell the example product, we must modify the behavior of the product page.
• Add a PRODUCT_TYPE_event handle to your frontend layout
• Override the addtocart block and template so tha... -
Packtpub.com uploaded a video
Mastering Magento Tutorial: Saving Your Product | packtpub.com
Setting up any necessary models to process data that is submitted on product save.
• Create any necessary models and set up your database tables
• Override the inherited save() function in your p... -
Packtpub.com uploaded a video
Mastering Magento Tutorial: Advanced Product Editing | packtpub.com
Adding your own tab to the product edit page in the Magento admin.
• Create an adminhtml layout update for adminhtml_catalog_product_event and inject a new tab into the product edit form
• Create... -
Packtpub.com uploaded a video
Mastering Magento Tutorial: Adding Custom Product Attributes | packtpub.com
Adding attributes to your custom product type.
• Increment your module's version number
• Create a new upgrade script in your module's sql folder
• In your upgrade script, use an instance of the... -
Packtpub.com uploaded a video
Mastering Magento Tutorial: Creating Custom Product Types | packtpub.com
Creating a custom product type in Magento.
• Add a catalog section to your module's config.xml file
• Create your product type model, which extends the Mage_Catalog_Model_Product_Type_Abstract cl... -
Packtpub.com uploaded a video
JIRA 6 Essentials Tutorial: Multiple Workflows to One Project | packtpub.com
Have different workflows assigned to each of the issue types available in a project.
• Create a new workflow scheme
• Map workflows with issue types
• Apply the workflow scheme to a project
Pa... -
Packtpub.com uploaded a video
JIRA 6 Essentials Tutorial: Add Workflow Post Functions | packtpub.com
Auto-execute additional functions as part of a workflow transition.
• Select the workflow and transition to be updated
• Select and add new workflow post functions
• Publish the change
Part of... -
Packtpub.com uploaded a video
JIRA 6 Essentials Tutorial: Workflow Validators | packtpub.com
Validate user inputs during workflow transitions.
• Select the workflow and transition to be updated
• Select and add new workflow validators
• Publish the change
Part of JIRA 6 Essentials. Fo... -
Packtpub.com uploaded a video
JIRA 6 Essentials Tutorial: Workflow Conditions | packtpub.com
Control who can access workflow transitions based on predefined conditions.
• Select the workflow and transition to be updated
• Select and add new workflow conditions
• Publish the change
Par... -
Packtpub.com uploaded a video
JIRA 6 Essentials Tutorial: Workflow Steps and Transitions | packtpub.com
Add a new step to a workflow. Link the new step to the existing steps with transitions.
• Select the workflow to be updated, and click on Edit
• Add a new status and link to it with a new transit... -
Packtpub.com uploaded a video
Kali Linux - Security by Penetration Testing Tutorial: Maintaining Access | packtpub.com
Maintain access to the exploited system / use Netcat and Meterpreter backdoors
o Install Netcat backdoor and create a registry key to start Netcat on startup
o Use Netcat listener or Metasploit h... -
Packtpub.com uploaded a video
Kali Linux - Security by Penetration Testing Tutorial: Exploit Database | packtpub.com
Exploit target systems / use proof-of-concept scripts in the exploit database
o Locate applicable exploit in files.csv
o Modify the exploit code if necessary and launch
o Verify the delivered pa... -
Packtpub.com uploaded a video
Kali Linux - Security by Penetration Testing Tutorial: Metasploit Pro | packtpub.com
Automated exploitation platform / use Metasploit Pro to perform discovery, vulnerability mapping, and exploitation
o Create a new project and perform network discovery
o Use Nexpose to perform a ... -
Packtpub.com uploaded a video
Kali Linux - Security by Penetration Testing Tutorial: Network Discovery with Scapy | packtpub.com
Custom discovery scans / Scapy for scan scripting
o Basic packet formatting with Scapy
o Sending and receiving packets with Scapy
o Integrating Scapy into Python scripting for custom scans
Par... -
Packtpub.com uploaded a video
Kali Linux - Security by Penetration Testing Tutorial: Maltego | packtpub.com
Information gathering / an all-in-one translation tool (Maltego)
o Introduce a point of departure
o Perform Transforms to gather information on networked systems
o Organize and manage the inform... -
Packtpub.com uploaded a video
Cassandra Administration Tutorial: Loading Bulk Data | packtpub.com
In this video, you'll learn how huge amount of data can be loaded into Cassandra . You'll first understand the overall bulk load process and then learn how to modify and configure PacktDataImport.j... -
Packtpub.com uploaded a video
BackTrack 5 Wireless Penetration Testing Tutorial: Evil Twin Attack and Honeypots | packtpub.com
This video will demonstrate how to create software-based fake access points using the airbase-ng utility.
o Defining "Rogue access points" and wireless "Evil Twins". Snooping the wireless air medi... -
Packtpub.com uploaded a video
BackTrack 5 Wireless Penetration Testing Tutorial: Attacking WPS | packtpub.com
This video will demonstrate how to exploit implementation weaknesses in the Wi-Fi Protected Access (WPS) feature, to gain access to the various security settings of vulnerable access points.
o Des... -
Packtpub.com uploaded a video
BackTrack 5 Wireless Penetration Testing Tutorial: Denial-of-service (DoS) Attacks | packtpub.com
Simulate a Denial-of-service (DoS) attack that is meant to shut down a machine or network.
o A practical demonstration of DoS attacks against Wireless LAN infrastructure.
o Discussing various type... -
Packtpub.com uploaded a video
BackTrack 5 Wireless Penetration Testing Tutorial: Exploiting Default Credentials | packtpub.com
This video will demonstrate how we can penetrate wireless networks using the default usernames and passwords that are bundled with various Wi-Fi devices such as access points.
o Discussing the det... -
Packtpub.com uploaded a video
JBoss EAP Tutorial: Setting the Logging Verbosity for the Entire Server | packtpub.com
If you have a problem that cannot be diagnosed using the standard logging configuration, you can increase the logging verbosity to view all the logs for the server. This will aid in debugging.
o C... -
Packtpub.com uploaded a video
JBoss EAP Tutorial: Anatomy of an Arquillian Test Case | packtpub.com
Test cases are usually written in JUnit or TestNG, which is the industry standard for writing test cases for Java. It's now easy to run those test cases in JBoss using Arquillian.
o Create a deplo... -
Packtpub.com uploaded a video
JBoss EAP Tutorial: Including and Excluding Dependencies Using Metadata | packtpub.com
If JBoss is implicitly loading a module that you do not want to be part of your application, you can explicitly exclude it so it doesn't interfere with the application.
o Exploring versioning of m...