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
| #include <ESP8266WiFi.h> | |
| #include <ESP8266WebServer.h> | |
| const char* ssid = "cheeseburger"; | |
| const char* password = "fridge"; | |
| ESP8266WebServer server(80); | |
| void handle_root() { | |
| server.send(200, "text/html", "Hi, I accept /on or /off commands :)"); |
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
| // Grabs screen previews from the bmc | |
| // DEBUGLOGIN=1 go run main.go -u bar -p foo -ip <> | |
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "io/ioutil" | |
| "os" |
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
| components: | |
| schemas: | |
| RedfishError: | |
| description: Contains an error payload from a Redfish Service. | |
| properties: | |
| error: | |
| description: Contains properties used to describe an error from a Redfish | |
| Service. | |
| properties: | |
| '@Message.ExtendedInfo': |
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
| The swagger spec at "openapi/openapi.yaml" is invalid against swagger specification . | |
| See errors below: | |
| - .openapi in body is a forbidden property | |
| - .components in body is a forbidden property | |
| - "paths./redfish/v1/ResourceBlocks/{ResourceBlockId}.patch.responses.200" must validate one and only one schema (oneOf). Found none valid | |
| - paths./redfish/v1/ResourceBlocks/{ResourceBlockId}.patch.responses.200.content in body is a forbidden property | |
| - "paths./redfish/v1/ResourceBlocks/{ResourceBlockId}.patch.responses.202" must validate one and only one schema (oneOf). Found none valid | |
| - paths./redfish/v1/ResourceBlocks/{ResourceBlockId}.patch.responses.202.content in body is a forbidden property | |
| - "paths./redfish/v1/ResourceBlocks/{ResourceBlockId}.patch.responses.default" must validate one and only one schema (oneOf). Found none valid |
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
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| filetype plugin on | |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins |
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
| { | |
| "go.toolsEnvVars": { | |
| "GO111MODULE": "on" | |
| }, | |
| "workbench.colorTheme": "Shades of Purple", | |
| "files.autoSave": "afterDelay", | |
| "editor.fontFamily": "'Source Code Pro Semibold'", | |
| "files.autoSaveDelay": 10000, | |
| "terminal.external.linuxExec": "terminator", | |
| "terminal.integrated.fontSize": 16, |
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
| // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+9", | |
| "command": "workbench.action.navigateBack" | |
| }, | |
| { | |
| "key": "ctrl+alt+-", | |
| "command": "-workbench.action.navigateBack" | |
| }, |
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
| #https://github.com/ianyh/Amethyst/issues/301#issuecomment-604133418 | |
| #defaults read com.amethyst.Amethyst.plist | |
| { | |
| NSNavPanelExpandedSizeForOpenMode = "{799, 448}"; | |
| "NSWindow Frame NSNavPanelAutosaveName" = "1320 746 799 448 0 0 3440 1417 "; | |
| SUFeedURL = "https://ianyh.com/amethyst/appcast.xml"; | |
| SUHasLaunchedBefore = 1; | |
| "cycle-layout" = {length = 257, bytes = 0x62706c69 73743030 d4010203 04050607 ... 00000000 000000c7 }; | |
| "cycle-layout-backward" = {length = 257, bytes = 0x62706c69 73743030 d4010203 04050607 ... 00000000 000000c7 }; | |
| "debug-layout-info" = 0; |
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
| <SystemConfiguration Model="" ServiceTag="" TimeStamp="Tue Dec 12 13:45:39 2017"> | |
| <Component FQDD="BIOS.Setup.1-1"> | |
| <Attribute Name="SysProfile">PerfPerWattOptimizedOs</Attribute> | |
| <Attribute Name="ErrPrompt">Disabled</Attribute> | |
| <Attribute Name="WorkloadProfile">NotAvailable</Attribute> | |
| <Attribute Name="PersistentMemoryMode">NVDIMM</Attribute> | |
| <Attribute Name="NvdimmFactoryDefault">NvdimmFactoryDefaultDisable</Attribute> | |
| <Attribute Name="MemTest">Disabled</Attribute> | |
| <Attribute Name="MemOpMode">OptimizerMode</Attribute> | |
| <Attribute Name="NodeInterleave">Disabled</Attribute> |
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
| π Morning 154 commits βββββββββββββββββββββ 22.5% | |
| π Daytime 363 commits βββββββββββββββββββββ 53.1% | |
| π Evening 150 commits βββββββββββββββββββββ 22.0% | |
| π Night 16 commits βββββββββββββββββββββ 2.3% |