This file contains 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
/********************************************************************** | |
* Unity ECS - Test/Sample Code | |
* Mitchell Pell | |
* 2019.07.26 | |
* v0.1 | |
*********************************************************************/ | |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using Unity.Entities; |
This file contains 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
#!/bin/sh | |
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
# The MIT License | |
# | |
# Copyright (c) 2018 Mitchell Pell. https://mpworks.net | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights |
This file contains 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
# GameProjectsSync FireBase Admin - FireBase Test Script | |
# Mitchell Pell - 2018/01/18 | |
# | |
# todo | |
# + Create constant for collection and document. | |
#-------------------------------------------------------------------------------- | |
import google.auth | |
#from google.auth import crypt | |
#from google.auth import exceptions |
This file contains 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
\documentclass{article} | |
\usepackage{amsmath} | |
\title{Damped Oscillations Research} | |
\author{ Mitchell Pell\\ [email protected] } | |
\date{02/21/2017} | |
\begin{document} |
This file contains 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
\documentclass{article} | |
\usepackage{amsmath} | |
\title{Damped Oscillations Research} | |
\author{ Mitchell Pell\\ [email protected] } | |
\date{02/21/2017} | |
\begin{document} |
This file contains 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
// Copyright 2017 Mitchell Pell | |
#pragma once | |
#include "Engine/GameInstance.h" | |
#include "NWGameInstance.generated.h" | |
/** | |
* Network Game Instance | |
*/ |
This file contains 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 | |
/** | |
* MP-Works PHP Gnuplot Tool | |
* | |
* @author Mitchell Pell <[email protected]> | |
* @copyright (c) 2016 Mitchell Pell - https://www.mp-works.us | |
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 | |
*/ | |
//# Variables |
This file contains 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
// MP Hooks © 2016 Mitchell Pell | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Runtime.InteropServices; | |
using System.Text; | |
using System.Windows.Forms; | |
namespace mp.hooks{ | |
This file contains 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
using System; | |
using System.Collections.Generic; | |
using System.Data.Entity; | |
using System.Linq; | |
using System.Web; | |
using System.Web.Mvc; | |
namespace MitchellsWebBlog.Models | |
{ | |
public class BlogPost |
NewerOlder