- Jquery inkl. build
- md5
- command pattern
- maps
- openstreetmaps
- geolocation api
- markdown parser and writer
- create.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Require the given path. | |
* | |
* @param {String} path | |
* @return {Object} exports | |
* @api public | |
*/ | |
function require(p, parent, orig){ | |
var path = require.resolve(p) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.validate = function(req, res){ | |
// name of the schema to load schema from filesyste, | |
services.getSchema(req.params.name, function(err, schema) { | |
// validate me and in case has a length | |
amanda.validate(req.body, schema, function(error) { | |
if (error.length > 0) { | |
res.send(500, error); | |
return; | |
} | |
res.send(true); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Messages | |
client-->server: save doc | |
server->client: uuid | |
client-->server: subscribe to uuid | |
server-->message queue: vaildation msg | |
opt if validation ok | |
server-->message queue: workflow msg | |
end | |
opt if workfow and validation ok |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ammo_type": "AMMO_Projectile", | |
"base_spec": "/pa/ammo/base_shell/base_shell.json", | |
"damage": 33, | |
"splash_damage": 0, | |
"splash_radius": 0, | |
"lifetime": 2, | |
"initial_velocity": 150, | |
"max_velocity": 150 | |
} |
Alpha Disclaimer: This information is still being compiled, but is currently based on PA Build 50256 and may change
See PA Modding Changes for any changes that may have been made after this build.
Units in PA are defined in .json files. Each unit has it's own folder, which is located in /PA/media/pa/units//.
All available units are listed in the file PA\media\pa\units\unit_list.json. The unit must be in this list for it to be present in-game.
CMS
- Editor
- md Editor
- Datagrid
- Clock
- tree
- pagination
- Calendar
- audioplayer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "xtags", | |
"version": "0.0.0", | |
"authors": [ | |
"Sebastian Schürmann <[email protected]>" | |
], | |
"license": "MIT", | |
"ignore": [ | |
"**/.*", | |
"node_modules", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 bytes from 173.194.113.152: icmp_seq=0 ttl=56 time=14932.596 ms | |
Request timeout for icmp_seq 15 | |
Request timeout for icmp_seq 16 | |
Request timeout for icmp_seq 17 | |
Request timeout for icmp_seq 18 | |
64 bytes from 173.194.113.152: icmp_seq=1 ttl=56 time=18317.390 ms | |
Request timeout for icmp_seq 20 | |
64 bytes from 173.194.113.152: icmp_seq=2 ttl=56 time=19497.330 ms | |
Request timeout for icmp_seq 22 | |
Request timeout for icmp_seq 23 |