- Talk about Intel Developer Cloud? (2-3 slides?)
- What is the service?
- Audience (why would they come here)
- What is offered today?
- How is it different or aligned with other CSPs?
- Walk them through cloud.intel.com
- Sign up and login
- Walk through the UI
- Show different instances and explain their meaning/purpose
- How do you spin up a SPR instance?
View intel-developer-cloud.md
View gist:28114b7e6bc6a8bff9ae0818ade6b19e
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
arungupt@M3G9F7DHHVmac forge % ./gradlew runServer | |
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.4.2/userguide/gradle_daemon.html#sec:disabling_the_daemon. | |
Daemon will be stopped at the end of the build | |
> Configure project : | |
Java: 18.0.2, JVM: 18.0.2+9-61 (Oracle Corporation), Arch: aarch64 | |
WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task | |
WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft m |
View gist:7c80c37869b231c952831b66f081579c
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
> Task :runServer | |
2022-08-20 14:14:17,323 main WARN Advanced terminal features are not available in this environment | |
[14:14:17] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserveruserdev, --gameDir, ., --fml.forgeVersion, 41.1.0, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129] | |
[14:14:17] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.4 by Eclipse Adoptium; OS Mac OS X arch aarch64 version 12.5.1 | |
[14:14:17] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev] | |
[14:14:17] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found n |
View gist:48f0c2a882347ca952a3195c6ad57568
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
> Task :runServer | |
2022-08-20 13:53:54,225 main WARN Advanced terminal features are not available in this environment | |
[13:53:54] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserveruserdev, --gameDir, ., --fml.forgeVersion, 41.1.0, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129] | |
[13:53:54] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.4 by Eclipse Adoptium; OS Mac OS X arch aarch64 version 12.5.1 | |
[13:53:54] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev] | |
[13:53:54] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found n |
View mdk log
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
arungupt@huuhoatr-MOBL3 forge % ./gradlew genEclipseRuns | |
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.4.2/userguide/gradle_daemon.html#sec:disabling_the_daemon. | |
Daemon will be stopped at the end of the build | |
> Configure project : | |
Java: 18.0.2, JVM: 18.0.2+9-61 (Oracle Corporation), Arch: aarch64 | |
WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task | |
WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Micro |
View mdk directory
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
drwxr-xr-x@ 20 arungupt staff 640 Aug 16 20:29 . | |
drwx------+ 12 arungupt staff 384 Aug 16 20:07 .. | |
drwxr-xr-x 6 arungupt staff 192 Aug 16 20:29 .gradle | |
-rw-r--r--@ 1 arungupt staff 3317 Aug 16 20:29 CREDITS.txt | |
-rw-r--r--@ 1 arungupt staff 27606 Aug 16 20:29 LICENSE.txt | |
-rw-r--r--@ 1 arungupt staff 2299 Aug 16 20:29 README.txt | |
drwxr-xr-x 10 arungupt staff 320 Aug 16 20:29 build | |
-rw-r--r--@ 1 arungupt staff 7573 Aug 16 20:29 build.gradle | |
-rw-r--r--@ 1 arungupt staff 28130 Aug 16 20:29 changelog.txt | |
drwxr-xr-x@ 3 arungupt staff 96 Aug 16 20:29 gradle |
View 01-steps.md
Create Amazon EKS Cluster
eksctl create cluster --name fargate --region us-east-1 --version 1.14 --fargate
[ℹ] eksctl version 0.11.1
[ℹ] using region us-east-1
[ℹ] setting availability zones to [us-east-1c us-east-1d]
[ℹ] subnets for us-east-1c - public:192.168.0.0/19 private:192.168.64.0/19
[ℹ] subnets for us-east-1d - public:192.168.32.0/19 private:192.168.96.0/19
[ℹ] using Kubernetes version 1.14
View readme.md
This document explains how to install Kubeflow on AWS Fargate. Detailed instructions are at https://eksworkshop.com/advanced/420_kubeflow/install/. There is a slight variation on how to find the IAM role:
export AWS_CLUSTER_NAME=kubeflow
eksctl create cluster --name ${AWS_CLUSTER_NAME} --fargate
curl --silent --location "https://github.com/kubeflow/kubeflow/releases/download/v0.7.0/kfctl_v0.7.0_darwin.tar.gz" | tar xz -C
export PATH=`pwd`:$PATH
export CONFIG_URI=https://raw.githubusercontent.com/kubeflow/manifests/v0.7-branch/kfdef/kfctl_aws.0.7.0.yaml
export KF_NAME=${AWS_CLUSTER_NAME}
export BASE_DIR=`pwd`
View gist:065484ef562cdfb02239982f620514aa
Bellarmine Community Engagement Calendar
Date | Event |
---|---|
September 8 | Unity Picnic |
November 2 | Día de Muertos Festival |
November 4 to 8 | Diversity Week |
November 10 | Diwali |
December 2 to 6 | Diversity Week |
December 3 | Las Posadas |
View readme.adoc
Latest instructions at http://arun-gupta.github.io/rust-lambda/readme.md
NewerOlder