To revert someone else's files, you'd ideally know the $USER, $CLIENT, $CHANGE (optionally), and $FILESPEC.
- $USER, the username as indicated by perforce
- $CLIENT, also known as the workspace
- $CHANGE, the number of the changelist (or
default
)
// URP 8.2.X - Lit Shader Template | |
// Forked by @terrehbyte from https://gist.github.com/phi-lira/225cd7c5e8545be602dca4eb5ed111ba | |
// Changes made per comments from @Dan3dd - https://gist.github.com/phi-lira/225cd7c5e8545be602dca4eb5ed111ba#gistcomment-3259431 | |
// | |
Shader "Universal Render Pipeline/Custom/Physically Based Example" | |
{ | |
Properties | |
{ | |
// Specular vs Metallic workflow | |
[HideInInspector] _WorkflowMode("WorkflowMode", Float) = 1.0 |
In groups, complete the following exercises on a whiteboard with help from your team. Once you think you have a working solution, have someone from the team transcribe it into the HackerRank editor and test to see if it works. If it fails one of the test cases, review it as a team and return to the whiteboard to edit your solution.
Work through the following exercises. They are provided in the order from least difficult to most difficult according to HackerRank's system.
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using System; | |
[RequireComponent(typeof(Camera))] | |
public class CameraDump : MonoBehaviour | |
{ | |
private int imageCount; |
This completely unprofessional startup time profiling was conducted using [PassMark AppTimer][AppTimer].
The following settings were used:
<!doctype html> | |
<!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ --> | |
<html> | |
<head> | |
<title>iOS 8 web app</title> | |
<!-- CONFIGURATION --> |
/* Material Design Adaptive Breakpoints */ | |
/* | |
Below you'll find CSS media queries based on the breakpoint guidance | |
published by the Material Design team. You can choose to use, customise | |
or remove these breakpoints based on your needs. | |
http://www.google.com/design/spec/layout/adaptive-ui.html#adaptive-ui-breakpoints | |
*/ | |
/* mobile-small */ |