Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View noahgift's full-sized avatar
🎯
#mlops

Noah Gift noahgift

🎯
#mlops
View GitHub Profile
ENTITIES 20 29 0.632317066192627 Wikipedia ORG
ENTITIES 126 141 0.9918091297149658 Albert Einstein PERSON
ENTITIES 151 160 0.7205400466918945 Wikipedia ORG
ENTITIES 230 236 0.9783479571342468 German OTHER
ENTITIES 256 264 0.9940117001533508 Einstein PERSON
ENTITIES 305 313 0.9899683594703674 Einstein PERSON
ENTITIES 341 356 0.9821130633354187 Albert Einstein PERSON
ENTITIES 379 394 0.990595817565918 Albert Einstein PERSON
ENTITIES 401 409 0.814979076385498 Einstein PERSON
ENTITIES 410 414 0.9937220215797424 1921 DATE
ec2-user:~/environment/dot-net-6-aws (main) $ dotnet new web -n WebServiceAWS
The template "ASP.NET Core Empty" was created successfully.
Processing post-creation actions...
Running 'dotnet restore' on ...WebServiceAWS/
Determining projects to restore...
Restored /home/ec2-user/environment/dot-net-6-aws/WebServiceAWS/
Restore succeeded.
sudo rpm -Uvh \
https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm
dotnet new console -o hello \
&& cd hello \
&& dotnet run
//Output of command below
The template "Console App" was created successfully.
Processing post-creation actions...
Running 'dotnet restore' on /home/ec2-user/environment/hello/hello.csproj...
Determining projects to restore...
PS /home/cloudshell-user> Import-Module AWSPowerShell.NetCore
PS /home/cloudshell-user> $zones = Get-EC2AvailabilityZone -Filter @{ Name="state";Values="available" }
PS /home/cloudshell-user> $zones.count
6
ls -l | wc -l
codespace ➜ ~/workspace/codespace-devops (main) $ history
1 2020-12-02 15:05:07 touch Makefile
2 2020-12-02 15:06:05 touch requirements.txt
3 2020-12-02 15:06:12 touch hello.py
4 2020-12-02 15:07:02 git add *
5 2020-12-02 15:07:12 git commit -m "adding basic structure"
6 2020-12-02 15:08:57 git add requirements.txt
7 2020-12-02 15:09:08 git commit -m "adding requirements.txt"
8 2020-12-02 15:11:12 python3
9 2020-12-02 15:11:41 virtualenv ~/.codespace
@noahgift
noahgift / hadoop.txt
Created November 11, 2020 19:51
hadoop.txt
Linux813
MacOS852
OSX799
iOS794
def hello():
return x+y
def hello():
return "hi"