space
space
space
space
ply | |
format ascii 1.0 | |
element vertex 52 | |
property float x | |
property float y | |
property float z | |
element face 12 | |
property list uchar int vertex_indices | |
end_header | |
20 20 30 |
ply | |
format ascii 1.0 | |
element vertex 49 | |
property float x | |
property float y | |
property float z | |
element face 12 | |
property list uchar int vertex_indices | |
property uchar alpha | |
end_header |
#! /usr/bin/env python | |
# | |
# Example program using irc.client. | |
# | |
# This program is free without restrictions; do anything you like with | |
# it. | |
# | |
# Joel Rosdahl <[email protected]> | |
import irc.client |
$ npm install
installing..
....
$ cd foobar
$ cat readme.md | wd
1 3 4 5
async function invokePing(ow, cnt) { | |
log.info(`${cnt}: invoking delayed_ping`); | |
const result = await ow.actions.invoke({ | |
blocking: true, | |
name: 'delayed_ping', | |
result: true, | |
}); | |
log.info(`${cnt}: done.`); | |
return result; | |
} |
/* | |
* Copyright 2019 Adobe. All rights reserved. | |
* This file is licensed to you under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. You may obtain a copy | |
* of the License at http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software distributed under | |
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS | |
* OF ANY KIND, either express or implied. See the License for the specific language | |
* governing permissions and limitations under the License. |
first I create a file with unicode characters. my terminal is set to utf8, so it stores it as such:
$ echo "日本" > utf8-test.txt
$ cat utf8-test.txt
日本
$ file utf8-test.txt
utf8-test.txt: UTF-8 Unicode text