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
import sys | |
import os | |
import colors | |
import Logo | |
import argparse | |
import mysql.connector | |
from http.server import HTTPServer, BaseHTTPRequestHandler | |
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
import sys | |
import os | |
import colors | |
import Logo | |
import argparse | |
import mysql.connector | |
from http.server import HTTPServer, BaseHTTPRequestHandler | |
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
import sys | |
import os | |
import colors | |
import Logo | |
import argparse | |
import mysql.connector | |
from http.server import HTTPServer, BaseHTTPRequestHandler | |
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
import sys | |
import os | |
import colors | |
import Logo | |
import argparse | |
import mysql.connector | |
from http.server import HTTPServer, BaseHTTPRequestHandler | |
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
import sys | |
import os | |
import colors | |
import Logo | |
import argparse | |
import mysql.connector | |
from http.server import HTTPServer, BaseHTTPRequestHandler | |
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
const MainC = styled.div` | |
height:100%; | |
width:100%; | |
display:grid; | |
grid-template-rows:1fr 2fr; | |
` | |
const TopBox = styled.div` |
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 workers | |
import ( | |
"context" | |
"fmt" | |
"time" | |
) | |
type Worker struct { | |
Name string |
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
name: CI | |
on: | |
push: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
deploy: | |
name: Build image |
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
{ | |
"family": "kloiablog", | |
"containerDefinitions": [ | |
{ | |
"name": "example_container", | |
"image": "<YOUR_APPLICATION_IMAGE>", | |
"cpu": 1024, | |
"memory": 2048, | |
"portMappings": [], | |
"essential": true, |
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
{ | |
"family": "kloiablog", | |
"containerDefinitions": [ | |
{ | |
"name": "example_container", | |
"image": "<YOUR_APPLICATION_IMAGE>", | |
"cpu": 1024, | |
"memory": 2048, | |
"portMappings": [], | |
"essential": true, |