.PP 파일 확장자
Pocket Physics Sketch File
| 개발사 | Pocket Physics |
| 인기도 |
3.4 | 25 투표 |
PP 파일이란 무엇인가요?
Data file created by Pocket Physics, a homebrew Nintendo DS application used to create and simulate simple physics scenarios; stores a sketch, which includes user drawn objects that can be animated under physical constraints.
추가 정보
PP files are saved in an XML format and can be viewed with a text editor. They are saved to the /data/pocketphysics/sketches/ directory on a Nintendo DS card.
참고: Pocket Physics is distributed as a .NDS file and is run on a Nintendo DS.
PP 파일을 열거나 참조하는 프로그램
Puppet Manifest
| 개발사 | Puppet |
| 인기도 |
2.7 | 3 투표 |
An PP file is a manifest used by the Puppet configuration server. It contains a case statement that sets a program's name, and it lists the resources used to install and run that program on the Puppet server. PP files can contain conditional logic and declare resources for multiple programs.
추가 정보
Puppet is a tool that helps server administrators manage and automate server configuration. The Puppet platform uses several packages to run server configuration and management programs written using the Puppet programming language. These programs are comprised of resources and classes that are declared and run using a PP manifest file.
Each PP file includes one or more service names, a list of packages the file is used to install on the Puppet server, a list of services the manifest is used to run, and a path to a .CONF configuration file. The Puppet server processes PP files while building catalogs, which are used to apply any needed changes to a managed server.
PP 파일을 여는 방법
You can open and edit a PP file in any text or source code editor. Source code editors, such as Microsoft Visual Studio Code and GitHub Atom contain helpful features that make reading and editing PP files easier.
