| name | dmg | rof |
|---|---|---|
| Light Cannon | 113 | 50 |
| medium Cannon | 195 | 37.50 |
| heavy cannon | 390 | 25 |
| h-v cannon | 227 | 34.88 |
| aa flak cannon | 357 | 23.08 |
| assault cannon | 130 | 100 |
| twin assault cannon | 165 | 100 |
| plasma cannon | 1625 | 10 |
| name | dmg | rof |
|---|---|---|
| Light Cannon | 113 | 50 |
| medium Cannon | 195 | 37.50 |
| heavy cannon | 390 | 25 |
| h-v cannon | 227 | 34.88 |
| aa flak cannon | 357 | 23.08 |
| assault cannon | 130 | 100 |
| twin assault cannon | 165 | 100 |
| plasma cannon | 1625 | 10 |
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 | |
| $input_array = [ | |
| 'Hello World', | |
| 'lorem ipsum' | |
| ]; | |
| function reverse_line($line) { | |
| return implode(' ', array_reverse(explode(' ', $line))); |
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 | |
| $input_array = [ | |
| "55.10", | |
| "55.01", | |
| "50.01", | |
| "55.00", | |
| "50.00" | |
| ]; |
#Introduction If you're a php developer on ubuntu, there comes the time where you have to install/reinstall your system. I did it already a few times and i decided to write down the steps for a typical web developer stack with php. This is for a developer machine and not for a live environment!
I hope it helps you too!
fyi @mheiniger and me started with an installer here: https://github.com/mheiniger/webdev-setup
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
| ## Celestis loadout | |
| # Unnamed loadout | |
| # Presets | |
| ## Default preset | |
| ### High slots | |
| - 220mm Vulcan AutoCannon II |
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
| There are a lot of complaints going around about Laravel these days, but a lot | |
| of the important ones seem to be missing from the spotlight. | |
| Bugfixes, issues and pull requests being left open for months with no | |
| clarification of intent: | |
| - https://github.com/laravel/framework/pull/1799 | |
| - https://github.com/laravel/framework/issues/1963 | |
| - https://github.com/laravel/framework/issues/2089 | |
| - https://github.com/laravel/framework/issues/2234 |