🐱
Pinned Loading
-
AddaNN
AddaNN PublicNeural network that uses genetic algorithm for AI class at ITCR. Learns addition of two 4bit binary numbers, with the result being a 5bit binary number. It uses R & McC approach.
C++
-
Install Google Cloud SDK in openSuse...
Install Google Cloud SDK in openSuse Tumbleweed 1#!/bin/bash
23# Created on: 02/07/2018
4# Author: anairinac
5 -
-
cncf/glossary
cncf/glossary PublicThe CNCF Cloud Native Glossary Project aims to define cloud native concepts in clear and simple language, making them accessible to anyone — whether they have a technical background or not (https:/…
-
Get a list of AWS IAM Policies that ...
Get a list of AWS IAM Policies that have Glue permissions for all roles in account 12roles=$(aws iam list-roles --query 'Roles[*].Arn' --output text)
34for arn in $roles; do
5echo filtering glue policies for arn $arn
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.