diff --git "a/.github/Icon\r" "b/.github/Icon\r" new file mode 100644 index 000000000..f179c2996 Binary files /dev/null and "b/.github/Icon\r" differ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..7bdca2eb2 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,29 @@ +# This is a basic workflow to help you get started with Actions + +name: Aviso de novidades no material! + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + - uses: toko-bifrost/ms-teams-deploy-card@master # or "./" if in a local set-up + if: always() + with: + github-token: ${{ github.token }} + webhook-uri: ${{ secrets.TEAMS_WEBHOOK }} + show-on-start: true + show-on-exit: false diff --git a/.gitignore b/.gitignore index e43b0f988..2580efe98 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,17 @@ .DS_Store +.vscode +a.out +docs/ +projetos-alunos/ +code/ +*.pptx +env-supercomp/ +*-resposta* +fontes-* +callgrind.* +gmon.out +Icon? +material/aulas/01-introducao/legenda* +Icon + +env/** \ No newline at end of file diff --git "a/Icon\r" "b/Icon\r" new file mode 100644 index 000000000..f179c2996 Binary files /dev/null and "b/Icon\r" differ diff --git a/Plano de aula - SuperComp.xlsx b/Plano de aula - SuperComp.xlsx new file mode 100644 index 000000000..7374d0e04 Binary files /dev/null and b/Plano de aula - SuperComp.xlsx differ diff --git a/README.md b/README.md deleted file mode 100644 index d8dc4425e..000000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -Este repositório contém os arquivos da Disciplina *SuperComputação* do INSPER oferecida em 2018/2. - -Para consultar os arquivos de oferecimentos antigos visite o branch correspondente (ex. 2018/01). diff --git a/aulas.pmd b/aulas.pmd new file mode 100644 index 000000000..65bb567e2 --- /dev/null +++ b/aulas.pmd @@ -0,0 +1,23 @@ +```{python, echo=False} +import tabulate +import pandas as pd +``` +# Burocracias + +## Horários das aulas + +* Horários: + * QUA - 13:30 + * SEX - 07:30 + * Atendimento SEX - 09:30 + +??? note "Plano de aulas" +```{python, results='md', echo=False} +t1 = pd.read_excel('Plano de aula - SuperComp.xlsx') +t1 = t1.dropna(subset=['Data']) +t1['Data'] = t1['Data'].apply(lambda x: x.strftime('%d/%m/%Y')) +print('\n'.join([' %s'%l for l in tabulate.tabulate(t1[['Data', 'Questão/Problema', +'Conteúdo/Atividade']], headers=['Data', 'Questão/Problema', +'Conteúdo/Atividade'], tablefmt='pipe', showindex=False).split('\n') ])) +``` + diff --git "a/custom_theme/Icon\r" "b/custom_theme/Icon\r" new file mode 100644 index 000000000..f179c2996 Binary files /dev/null and "b/custom_theme/Icon\r" differ diff --git a/custom_theme/partials/header.html b/custom_theme/partials/header.html new file mode 100644 index 000000000..8f9be69b5 --- /dev/null +++ b/custom_theme/partials/header.html @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + +
+
+
+