Skip to content

Instantly share code, notes, and snippets.

View WillemVansteyvoort's full-sized avatar

Willem WillemVansteyvoort

View GitHub Profile
@WillemVansteyvoort
WillemVansteyvoort / industriesLaravel.txt
Last active May 20, 2019 17:43
List of industries in Laravel database seeder
[Laravel DatabaseSeeder:](https://laravel.com/docs/5.8/seeding)
DB::table('industries')->insert(
['name' => 'Airlines/Aviation']
);
DB::table('industries')->insert(
['name' => 'Alternative Dispute Resolution']
);
DB::table('industries')->insert(
['name' => 'Alternative Medicine']
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner invoer = new Scanner(System.in);
int testgevallen;
int punten;
int sprongen;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner invoer = new Scanner(System.in);
int testgevallen;
int punten;
int sprongen;