Skip to content

Instantly share code, notes, and snippets.

View 451F's full-sized avatar
🚧
Working

Max 451F

🚧
Working
  • localhost
  • Ukraine
View GitHub Profile
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

Light

name weight hp kin/term engine
retaliation 450 370 74/69 7500
leopard 750 395 44/27 6000
bug 450 203 29/36 7500
viper 600 240 37/18 7500

Medium

Standard

name dpm range aplha upgrades
mini-rocket pod 2682,8 8,5 38 rocket
lancer 1592.1 9 183 rocket
buner buster 1071 10 306 rocket
tank killer 2205 10 315 rocket
Light cannon 1220 7,5 61 cannon
medium cannon 1575 8 105 cannon
hyper-v cannon 1708 10 122 cannon
<?php
$input_array = [
'Hello World',
'lorem ipsum'
];
function reverse_line($line) {
return implode(' ', array_reverse(explode(' ', $line)));
<?php
$input_array = [
"55.10",
"55.01",
"50.01",
"55.00",
"50.00"
];
@451F
451F / ubuntu-php-development-environment.md
Created November 20, 2015 15:00 — forked from DaRaFF/ubuntu-php-development-environment.md
Ubuntu php development environment

#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

## Celestis loadout
# Unnamed loadout
# Presets
## Default preset
### High slots
- 220mm Vulcan AutoCannon II
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

Sublime Text 2 Installation Guide: Ubuntu 13.04 and Elementary OS Luna

1. Install Sublime Text 2

Open terminal

sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text

2. Install Sublime Package Control