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
| format ["testUnit1: getPosATL: %1 ; getPosASL: %2 ; getPos: %3 ; getTerrainHeightASL: %4", getPosATL testUnit1,getPosASL testUnit1, getPos testUnit1, getTerrainHeightASL [getPos testUnit1 select 0, getPos testUnit1 select 1]]; | |
| format ["testTrigger1: getPosATL: %1 ; getPosASL: %2 ; getPos: %3 ; getTerrainHeightASL: %4", getPosATL testTrigger1,getPosASL testTrigger1, getPos testTrigger1, getTerrainHeightASL [getPos testTrigger1 select 0, getPos testTrigger1 select 1]]; |
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
| class cfgFunctions | |
| { | |
| class BIS | |
| { | |
| class system | |
| { | |
| class bl {}; | |
| class convertToSqmPos {}; | |
| class debugLog {}; | |
| class debugLogF {}; |
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
| <?php | |
| /* --------------------- */ | |
| require "class/twitteroauth.php"; | |
| $twitter_api = new TwitterOAuth (consumer_key, consumer_secret, oauth_token, oauth_token_secret); | |
| $tweets = $twitter_api -> get ('statuses/user_timeline', array('count' => 5)); | |
| foreach ($tweets as $key => $tweets) { | |
| echo "• " . $tweets->text . "<br/>"; | |
| } | |
| ?> |
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
| // Warka | |
| { | |
| _inputData = _x; | |
| _block = [_inputData, 0, "", [""]] call BIS_fnc_param; | |
| _format = [_inputData, 1, "<t align = 'center' shadow = '1' size = '0.7'>%1</t><br/>", [""]] call BIS_fnc_param; | |
| _blockArray = toArray _block; | |
| { | |
| _blockArray set [_forEachIndex, toString [_x]] | |
| } |
NewerOlder