-
expressive and versatile language, and with C++20 and C++23 there are many ways for heroes and monsters to hit at each other […] »
## From the abstract
• « Our game programmers and game engines involve fights expressive and versatile language, and with C++20 and C++23 there are many ways for heroes and monsters to hit at each other. This is what this talk will explore »
## From the abstract
• « Our game programmers expressive and versatile language, and with C++20 and C++23 there are many ways for heroes and monsters to hit at each other. This is what this talk will explore »
At this point, you’re probably wondering « what’s
0 码力 |
202 页 |
1.26 MB
| 1 年前 3
-
it hits. We're looking to hit an AR plane (automatically generated when it detects the world).
Let's start by creating a list to hold all of the AR planes we hit. Then we can cast the raycast Screen.height / 2), hits, TrackableType.Planes);
Under that, let's check if we hit anything.
1 // if we hit an AR plane surface, update the position and rotation
2 if(hits.Count > 0)
3 {
4
5 statement, let's set the position and rotation of the placement indicator to be where the raycast hit is.
1 transform.position = hits[0].pose.position;
2 transform.position = hits[0].pose.rotation;
Let's
0 码力 |
78 页 |
3.31 MB
| 1 年前 3
-
jpg)
Apache Karaf (3.0.0)
Hit ' for a list of available commands and '[cmd] --help' for help on a specific command.
Hit ' or type 'system:shutdown' d3341cb9f/p18_1.jpg)
Apache Karaf (3.0.0)
Hit ' for a list of available commands and '[cmd] --help' for help on a specific command.
Hit " or type 'system:shutdown' /___/___
Apache Karaf (3.0.0)
Hit ' for a list of available commands and '[cmd] --help' for help on a specific command.
Hit " or type 'system:shutdown'
0 码力 |
203 页 |
534.36 KB
| 1 年前 3
-
global:myGlobalState
## OI as a Profiler
1. Inject OI into the target process
2. Wait for a thread to hit our trap...
3. Redirect the thread to run our code
4. Put the redirected thread back on its tracks pushq
example+4 ...
## OI as a Profiler
1. Inject OI into the target process
2. Wait for a thread to hit our trap...
3. Redirect the thread to run our code
4. Put the redirected thread back on its tracks OI as a Profiler
## Target Process
1. Inject OI into the target process
2. Wait for a thread to hit our trap...
3. Redirect the thread to run our code
4. Put the redirected thread back on its tracks
0 码力 |
62 页 |
2.24 MB
| 1 年前 3
-
|---|---|---|---|---|---|---|
|#67|Oh no! I hit the wall! (Clamping from \[x=11.096259, y=2.292478])|Warn|/sim|15:38:46.4...|/rosout, /t...|/tmp/binar...|
|#66|Oh no! I hit the wall! (Clamping from \[x=11.096259 /t...|/tmp/binar...|
|#65|Oh no! I hit the wall! (Clamping from \[x=11.096259, y=2.354757])|Warn|/sim|15:38:46.3...|/rosout, /t...|/tmp/binar...|
|#64|Oh no! I hit the wall! (Clamping from \[x=11.096259 /t...|/tmp/binar...|
|#63|Oh no! I hit the wall! (Clamping from \[x=11.096259, y=2.417037])|Warn|/sim|15:38:46.3...|/rosout, /t...|/tmp/binar...|
|#62|Oh no! I hit the wall! (Clamping from \[x=11.096259
0 码力 |
8 页 |
1.67 MB
| 2 年前 3
-
Katana implements Weapon {
public hit() {
return "cut!";
}
@injectable()
class Shuriken implements ThrowableWeapon {
public throw() {
return "hit!";
}
@injectable()
class ThrowableWeapon
this._katana = katana;
this._shuriken = shuriken;
public fight() { return this._katana.hit(); };
public sneak() { return this._shuriken.throw(); };
export { Ninja, Katana, Shuriken };
## types";
@injectable()
class Katana imp public hit(
return
}
@injectable()
class Shuriken implements ThrowableWeapon {
public throw() {
return "hit!";
}
}
@injectable()
class Ninja
0 码力 |
95 页 |
8.28 MB
| 2 年前 3
-
>
Hit:1 | http://security.debian.org/debian-security | bullseye-security | | Hit:2 | http://deb.debian.org/debian | bullseye InRelease |
| Hit:3 | http://deb apt update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
Get:3 http://deb.debian.org/debian sid InRelease [165 kB]
Hit:4 http://security 0 码力 |
37 页 |
4.57 MB
| 2 年前 3 -
to maximize benefit from Cassandra's built-in caching features. Adjustments that increase cache hit rate are likely to use more system resources, such as memory. After making changes to the cache configuration whole for unintended impact on the system.
For each node and each column family, you can view cache hit rate, cache size, and number of hits by expanding org.apache.Cassandra.db in the MBeans tab. For example: settings not only for hit rate, but also to make sure that memtables and heap size still have sufficient memory for other operations. If you cannot maintain the desired key cache hit rate of 85% or better 0 码力 |
141 页 |
2.52 MB
| 1 年前 3 -
using SDKMAN!
$ . ~/.sdkman/candidates/springboot/current/shell-completion/bash/spring
$ spring <hit tab="" here="">
grab help jar run test version
## Note
If you install Spring Boot CLI using ThisWillActuallyRun {
@RequestMapping("/")
String home() {
"Hello World!hit>
"
}
}
```
Then simply run it from a shell:
$ spring run app.groovy
## Note
It will localhost:8080 you should see the following output:
Hello World!
To gracefully exit the application hit ctrl-c.
## Creating an executable jar
Let's finish our example by creating a completely self-contained 0 码力 |
615 页 |
539.39 KB
| 2 年前 3 -
you have installed using GVM
$ . ~/.gvm/springboot/current/shell-completion/bash/spring
$ spring <hit tab="" here="">
grab help jar run test version
## Note
If you install Spring Boot CLI using Homebrew localhost:8080 in your favorite web browser and you should see the following output:
Hello World!hit>
## Upgrading from an earlier version of Spring Boot
If you are upgrading from an earlier release localhost:8080 you should see the following output: Hello World!
To gracefully exit the application hit ctrl-c.
## Creating an executable jar
Let’s finish our example by creating a completely self-contained 0 码力 |
453 页 |
414.34 KB
| 2 年前 3
|