| Shader "ompuco/LineRaster" | |
| { | |
| Properties | |
| { | |
| _MainTex ("Texture", 2D) = "white" {} | |
| } | |
| SubShader | |
| { | |
| Tags { "RenderType"="Opaque" } | |
| LOD 100 |
This service will use the same remote name you specified when using rclone config create. If you haven't done that yet, do so now.
Next, create the mountpoint for your remote. The service uses the location ~/mnt/<remote> by default.
mkdir ~/mnt/dropboxNote that packages often have a series of optdepends - optional dependencies - which are packages that provide additional functionality to the application, albeit not strictly required for running it. When installing a package, pacman will list its optional dependencies among the output messages, but they will not be found in pacman.log: use the pacman -Si (see Querying package databases) command to view the optional dependencies of a package, together with short descriptions of their functionality.
To install a single package or list of packages (including dependencies), issue the following command:
| import java.awt.*; | |
| import javax.swing.*; | |
| import java.awt.event.*; | |
| /********************************** | |
| This is the main class of a Java program to play a game based on hexagonal tiles. | |
| The mechanism of handling hexes is in the file hexmech.java. | |
| Written by: M.H. | |
| Date: December 2012 |