-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 3722db5 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Oct 18, 2024
0 parents
commit 75d413a
Showing
100 changed files
with
75,431 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,379 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
|
||
<title>Camada Física da Computação - Insper</title> | ||
|
||
|
||
<link rel="stylesheet" | ||
href="https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:700|Oxygen+Mono|Source+Sans+Pro:700|Source+Serif+Pro&display=swap"> | ||
<link rel="stylesheet" href="/camadafisica/assets/css/main.css"> | ||
<script> | ||
// SETUP GLOBAL CONSTANTS | ||
var base_url = '/camadafisica/'; | ||
|
||
var telemetryEnabled = false; | ||
var backendUrl = ""; | ||
var courseSlug = ""; | ||
|
||
|
||
var dashboardEnabled = false; | ||
var tagTree = {}; | ||
|
||
|
||
// SETUP PLUGIN | ||
window.initialized = false; | ||
if (!window.initializers) window.initializers = []; | ||
window.registerInitializer = (initialize) => { | ||
if (window.initialized) initialize(); | ||
else window.initializers.push(initialize); | ||
}; | ||
</script> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [ ['$','$'], ["\\(","\\)"] ], | ||
processEscapes: true | ||
} | ||
}); | ||
</script> | ||
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
<script src="https://unpkg.com/hyperscript.org"></script> | ||
<script src="https://unpkg.com/[email protected]"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-date-fns/dist/chartjs-adapter-date-fns.bundle.min.js"></script> | ||
<script src="/camadafisica/assets/js/main.js"></script> | ||
|
||
<link rel="stylesheet" href="/camadafisica/css/termynal.css"><link rel="stylesheet" href="/camadafisica/css/equipe.css"> | ||
</head> | ||
<body> | ||
<div class="ah-main-container"> | ||
<header class="ah-header"> | ||
<button class="ah-menu-btn ah-button ah-button--borderless" | ||
aria-label="toggle menu"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> | ||
<!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --> | ||
<path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"/> | ||
</svg> | ||
</button> | ||
<a href="/camadafisica/." | ||
title="Camada Física da Computação - Insper" | ||
class="ah-logo" | ||
aria-label="Camada Física da Computação - Insper"> | ||
Camada Física da Computação - Insper | ||
</a> | ||
<div class="ah-header--right"> | ||
|
||
|
||
|
||
<button id="resetHandoutButton"> | ||
<span class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-trash3" viewBox="0 0 16 16"> | ||
<path d="M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5ZM11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H2.506a.58.58 0 0 0-.01 0H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1h-.995a.59.59 0 0 0-.01 0H11Zm1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5h9.916Zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47ZM8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z"/> | ||
</svg></span> | ||
</button> | ||
|
||
|
||
|
||
</div> | ||
</header> | ||
<nav class="ah-navigation preload"> | ||
<div class="ah-nav-container"> | ||
<button class="ah-menu-btn ah-button ah-button--borderless close-menu" | ||
aria-label="close menu"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"> | ||
<!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --> | ||
<path d="M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z"/> | ||
</svg> | ||
</button> | ||
<ul class="ah-nav-body"> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/.">Home</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/deadlines/">Deadlines</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto 1</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto1/intro/">Intro</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto1/enunciado/">Enunciado</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto 2</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto2/intro/">Intro</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto2/enunciado/">Enunciado</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto 3</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto3/intro/">Intro</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto3/enunciado/">Enunciado</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto 4</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto4/intro/">Intro</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto4/enunciado/">Enunciado</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto 5</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto5/intro/">Intro</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto5/enunciado/">Enunciado</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto 6</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto6/intro/">Intro</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto6/enunciado/">Enunciado</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto 7</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto7/intro/">Intro</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto7/enunciado/">Enunciado</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto 8</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto8/intro/">Intro</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto8/enunciado/">Enunciado</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto 9</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto9/intro/">Intro</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/projeto9/enunciado/">Enunciado</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li class="ah-togglable-item"> | ||
<span class="ah-togglable-handle">Projeto extra</span> | ||
<ul> | ||
|
||
|
||
|
||
<li> | ||
<a href="/camadafisica/classes/02-api/api_deploy/">Api deploy</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
</ul> | ||
</div> | ||
</nav> | ||
<main class="ah-content ah-typeset"> | ||
|
||
<h1>Página não encontrada</h1> | ||
<p>A página que você tentou acessar não existe.</p> | ||
<figure> | ||
<img src="/camadafisica/assets/images/meme.gif" /> | ||
</figure> | ||
<p>Se você digitou este endereço, verifique se não ocorreu um erro de digitação.</p> | ||
<p> | ||
Se você copiou este endereço ou clicou em um link, por favor, avise o professor. Não se esqueça de informar o endereço! | ||
</p> | ||
|
||
</main> | ||
<footer class="ah-footer ah-typeset"> | ||
<div class="ah-footer-nav"> | ||
|
||
|
||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script src="/camadafisica/js/tabs.js"></script><script src="/camadafisica/js/termynal.js"></script><script src="/camadafisica/js/custom.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.