Skip to content

Instantly share code, notes, and snippets.

@aadnk
aadnk / FlipMobs.java
Last active December 4, 2018 17:03
April fools. Flip zombies and chickens.
package com.comphenix.flipmobs;
import java.util.List;
import org.bukkit.World;
import org.bukkit.entity.Entity;
import org.bukkit.entity.EntityType;
import org.bukkit.plugin.java.JavaPlugin;
import com.comphenix.protocol.Packets;
@jaywilliams
jaywilliams / csv_to_array.php
Created April 30, 2010 23:18
Convert a comma separated file into an associated array.
<?php
/**
* Convert a comma separated file into an associated array.
* The first row should contain the array keys.
*
* Example:
*
* @param string $filename Path to the CSV file
* @param string $delimiter The separator used in the file
* @return array