I hereby claim:
- I am fullstackforger on github.
- I am marekee (https://keybase.io/marekee) on keybase.
- I have a public key ASBvkWfip8xECLWK_60jwdaIOvDWC8L1JKx7w7prYKrAVgo
To claim this, I am signing this object:
| // TERMS OF USE - EASING EQUATIONS | |
| // | |
| // Open source under the BSD License. | |
| // | |
| // Copyright © 2001 Robert Penner | |
| // All rights reserved. | |
| // | |
| // Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | |
| // | |
| // Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| public class MeshDestroy : MonoBehaviour | |
| { | |
| private bool edgeSet = false; | |
| private Vector3 edgeVertex = Vector3.zero; | |
| private Vector2 edgeUV = Vector2.zero; |
| (function () { | |
| function toggleOverlay () { | |
| const overlayWrapper = document.querySelector('#OverlayWrapper'); | |
| overlayWrapper.style.display = overlayWrapper.style.display === 'none' ? '' : 'none'; | |
| } | |
| const dev = {} | |
| window.dev = dev; | |
| })(); |
| # Unity | |
| *.cginc text | |
| *.cs diff=csharp text | |
| *.shader text | |
| # Unity YAML | |
| *.mat merge=unityyamlmerge eol=lf | |
| *.anim merge=unityyamlmerge eol=lf | |
| *.unity merge=unityyamlmerge eol=lf | |
| *.prefab merge=unityyamlmerge eol=lf |
| # Set variables in .bashrc file | |
| # don't forget to change your path correctly! | |
| export GOPATH=$HOME/golang | |
| export GOROOT=/usr/local/opt/go/libexec | |
| export PATH=$PATH:$GOPATH/bin | |
| export PATH=$PATH:$GOROOT/bin |
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" | |
| "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>org.mongodb.mongod</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/opt/local/bin/mongod</string> |
| # Git colors and aliases configuration provided by @fullstackforger | |
| git config --global color.ui auto | |
| git config --global color.interactive auto | |
| git config --global alias.s status | |
| git config --global alias.r reset | |
| git config --global alias.alias '!git config --list | grep alias | cut -c 7-' |
| root = true | |
| [*] | |
| end_of_line = lf | |
| indent_style = tab | |
| tab_width = 2 | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = false |
| { "items": ["id_1","id_3"] } |