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
2019/07/19 07:50:12 [INFO] Terraform version: 0.12.4 | |
2019/07/19 07:50:12 [INFO] Go runtime version: go1.12.7 | |
2019/07/19 07:50:12 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "--auto-approve"} | |
2019/07/19 07:50:12 [DEBUG] Attempting to open CLI config file: /Users/jberktold/.terraformrc | |
2019/07/19 07:50:12 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/07/19 07:50:12 [INFO] CLI command args: []string{"apply", "--auto-approve"} | |
2019/07/19 07:50:12 [DEBUG] New state was assigned lineage "0cf2becd-8e54-c22a-b747-68cdd3a40784" | |
2019/07/19 07:50:12 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2019/07/19 07:50:12 [DEBUG] checking for provider in "." | |
2019/07/19 07:50:12 [DEBUG] checking for provider in "/usr/local/bin" |
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
// This is free and unencumbered software released into the public domain. | |
// | |
// Anyone is free to copy, modify, publish, use, compile, sell, or | |
// distribute this software, either in source code form or as a compiled | |
// binary, for any purpose, commercial or non-commercial, and by any | |
// means. | |
// | |
// In jurisdictions that recognize copyright laws, the author or authors | |
// of this software dedicate any and all copyright interest in the | |
// software to the public domain. We make this dedication for the benefit |
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
Axes | |
BrickColor | |
CFrame | |
CellId | |
Color3 | |
ColorSequence | |
ColorSequenceKeypoint | |
DebuggerManager | |
Delay | |
ElapsedTime |
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
import java.awt.Color; | |
public class CircleTest | |
{ | |
public static void main(String [] args) | |
{ | |
EZ.initialize(800, 400); | |
EZCircle circle = EZ.addCircle(40, 40, 40, 40, Color.black, true); | |