Skip to content

Instantly share code, notes, and snippets.

@xaoseric
xaoseric / KeyGenerateCommand.php
Created March 12, 2018 23:04 — forked from krisanalfa/KeyGenerateCommand.php
Lumen Key Generator Commands
<?php
namespace App\Console\Commands;
use Illuminate\Support\Str;
use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption;
class KeyGenerateCommand extends Command
{
@xaoseric
xaoseric / JPlayerInstaller.java
Created March 17, 2017 00:57
JPlayerInstaller.java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package net.jplayer.installer;
import java.io.File;
import java.io.IOException;
import javafx.application.Application;
[config]
name = PaperSpigot 1.8.8
source = http://tcpr.ca/files/paperspigot/PaperSpigot-1.8.8-R0.1-SNAPSHOT-latest.jar
configSource = http://tcpr.ca/files/multicraft/paperspigot-1.8.jar.conf
[encoding]
encode = utf-8
decode = utf-8
fileEncoding = latin-1