- Windows 7 or later / Windows Server 2003 or later
- PowerShell v2 or later
- .NET Framework 4 or later
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
/********************************************************************* | |
* Web AI Agent for Flights designed and coded by Jason Mayes 2025. | |
*-------------------------------------------------------------------- | |
* Connect with me on social if questions or comments: | |
* | |
* LinkedIn: https://www.linkedin.com/in/webai/ | |
* Twitter / X: https://x.com/jason_mayes | |
* Github: https://github.com/jasonmayes | |
* CodePen: https://codepen.io/jasonmayes | |
*********************************************************************/ |
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
```shell | |
git config --global core.protectNTFS false | |
git config --global core.longpaths true | |
``` |
Diagrams
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
Work-in-pogress
Ref: cloudflare/homebrew-cloudflare#21
# Clean up any old version of curl you may have already tried to install
brew remove -f curl
# Download the curl ruby install script provided by cloudflare
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
Step 1: clone `github.com:xmlking/micro-apps` | |
Step 2: run `gradle :apps:entity-service:bootBuildImage` | |
gradle :apps:entity-service:bootBuildImage | |
Starting a Gradle Daemon (subsequent builds will be faster) | |
Type-safe dependency accessors is an incubating feature. | |
Type-safe project accessors is an incubating feature. | |
> Configure project : | |
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". |
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
package main | |
import ( | |
"net" | |
"github.com/micro/go-micro/v2" | |
"github.com/xmlking/logger/log" | |
sgrpc "github.com/micro/go-micro/v2/server/grpc" |
NewerOlder