This file contains hidden or 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
| (defn seq!! | |
| "Returns a (blocking!) lazy sequence read from a channel." | |
| [c] | |
| (lazy-seq | |
| (when-let [v (<!! c)] | |
| (cons v (seq!! c))))) | |
| (defn -main | |
| [& args] | |
| (let [c (chan)] |
This file contains hidden or 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
| . | |
| ./opt | |
| ./opt/Unity | |
| ./opt/Unity/MonoDevelop | |
| ./opt/Unity/MonoDevelop/bin | |
| ./opt/Unity/MonoDevelop/bin/MonoDevelop.xml | |
| ./opt/Unity/MonoDevelop/bin/Mono.Debugging.dll.mdb | |
| ./opt/Unity/MonoDevelop/bin/Xwt.Gtk.dll.config | |
| ./opt/Unity/MonoDevelop/bin/Xwt.Gtk.dll.mdb | |
| ./opt/Unity/MonoDevelop/bin/mdmonitor.exe.mdb |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| . | |
| ./opt | |
| ./opt/Unity | |
| ./opt/Unity/MonoDevelop | |
| ./opt/Unity/MonoDevelop/bin | |
| ./opt/Unity/MonoDevelop/bin/MonoDevelop.xml | |
| ./opt/Unity/MonoDevelop/bin/Mono.Debugging.dll.mdb | |
| ./opt/Unity/MonoDevelop/bin/Xwt.Gtk.dll.config | |
| ./opt/Unity/MonoDevelop/bin/Xwt.Gtk.dll.mdb | |
| ./opt/Unity/MonoDevelop/bin/mdmonitor.exe.mdb |
This file contains hidden or 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
| diff --git a/Assets/Scenes/Level Testing 2.unity b/Assets/Scenes/Level Testing 2.unity | |
| index 743c360..b5c63b6 100644 | |
| --- a/Assets/Scenes/Level Testing 2.unity | |
| +++ b/Assets/Scenes/Level Testing 2.unity | |
| @@ -37,7 +37,7 @@ RenderSettings: | |
| m_ReflectionIntensity: 1 | |
| m_CustomReflection: {fileID: 0} | |
| m_Sun: {fileID: 0} | |
| - m_IndirectSpecularColor: {r: 0.10175551, g: 0.08005973, b: 0.14786151, a: 1} | |
| + m_IndirectSpecularColor: {r: 0.101744734, g: 0.0800569, b: 0.14785084, a: 1} |
This file contains hidden or 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
| diff --git a/Assets/Scenes/Level Testing 2.unity b/Assets/Scenes/Level Testing 2.unity | |
| index 743c360..b5c63b6 100644 | |
| --- a/Assets/Scenes/Level Testing 2.unity | |
| +++ b/Assets/Scenes/Level Testing 2.unity | |
| @@ -37,7 +37,7 @@ RenderSettings: | |
| m_ReflectionIntensity: 1 | |
| m_CustomReflection: {fileID: 0} | |
| m_Sun: {fileID: 0} | |
| - m_IndirectSpecularColor: {r: 0.10175551, g: 0.08005973, b: 0.14786151, a: 1} | |
| + m_IndirectSpecularColor: {r: 0.101744734, g: 0.0800569, b: 0.14785084, a: 1} |
This file contains hidden or 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
| { | |
| "__inputs": [ | |
| { | |
| "name": "DS_PROMETHEUS", | |
| "label": "Prometheus", | |
| "description": "", | |
| "type": "datasource", | |
| "pluginId": "prometheus", | |
| "pluginName": "Prometheus" | |
| } |
This file contains hidden or 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
| diff --git a/dashboard.json b/dashboard.json | |
| index 7023e64..4167a24 100644 | |
| --- a/dashboard.json | |
| +++ b/dashboard.json | |
| @@ -377,7 +377,7 @@ | |
| }, | |
| "targets": [ | |
| { | |
| - "expr": "sum (container_fs_usage_bytes{device=\"/dev/vda9\",id=\"/\",kubernetes_io_hostname=~\"^$Node$\"}) / sum (container_fs_limit_bytes{device=\"/dev/vda9\",id=\"/\",kubernetes_io_hostname=~\"^$Node$\"}) * 100", | |
| + "expr": "sum (container_fs_usage_bytes{device=\"/dev/xvda9\",id=\"/\",kubernetes_io_hostname=~\"^$Node$\"}) / sum (container_fs_limit_bytes{device=\"/dev/xvda9\",id=\"/\",kubernetes_io_hostname=~\"^$Node$\"}) * 100", |
This file contains hidden or 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
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: grafana | |
| namespace: monitoring | |
| spec: | |
| ports: | |
| - port: 3000 | |
| targetPort: 3000 | |
| selector: |
This file contains hidden or 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
| Name : python-sqlparse | |
| Version : 0.2.1-1 | |
| Description : Non-validating SQL parser for Python | |
| Architecture : any | |
| URL : https://github.com/andialbrecht/sqlparse | |
| Licenses : BSD | |
| Groups : None | |
| Provides : None | |
| Depends On : python | |
| Optional Deps : None |
This file contains hidden or 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
| usage: sqlformat [OPTIONS] FILE, ... | |
| Format FILE according to OPTIONS. Use "-" as FILE to read from stdin. | |
| positional arguments: | |
| filename | |
| optional arguments: | |
| -h, --help show this help message and exit | |
| -o FILE, --outfile FILE |