Skip to content

Instantly share code, notes, and snippets.

View KellyThomas's full-sized avatar

Kelly Thomas KellyThomas

View GitHub Profile
@KellyThomas
KellyThomas / in-memory-feature-collection-js
Created April 18, 2018 03:05 — forked from andygup/in-memory-feature-collection-js
An ArcGIS JavaScript sample showing how to use an in-memory feature collection for creating a feature layer
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
<title>FeatureLayer</title>
<!-- ArcGIS JavaScript API - Required CSS -->
<link rel="stylesheet" href="https://js.arcgis.com/3.17/esri/css/esri.css">
@KellyThomas
KellyThomas / build-godot.bat
Last active November 9, 2018 23:03
simple batch file to update my godot repo and build mono binaries
rem Required software is documented at:
rem * https://godot.readthedocs.io/en/3.0/development/compiling/compiling_for_windows.html
rem * https://godot.readthedocs.io/en/3.0/development/compiling/compiling_with_mono.html
rem * http://idiotcoder.com/godot3-csharp-visual-studio-code-windows10/
cd apps\godot\godot
git checkout master
git pull upstream master
git clean -xdf