mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-23 00:14:21 +00:00
ah yes
This commit is contained in:
parent
a6aaeb0e7b
commit
a806ba201c
8 changed files with 83 additions and 30 deletions
|
@ -1,14 +1,15 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "appuntiweb",
|
"name": "appuntiweb",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
|
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
|
||||||
"build": "preact build --no-prerender --dest docs",
|
"build": "preact build --no-prerender --dest docs",
|
||||||
"serve": "npm run -s build && preact serve",
|
"serve": "npm run -s build && preact serve",
|
||||||
"dev": "preact watch",
|
"dev": "preact watch",
|
||||||
"lint": "eslint src"
|
"lint": "eslint src",
|
||||||
|
"ghpages": "npm run -s build && git add docs && git commit -m Update && git push"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "eslint-config-synacor"
|
"extends": "eslint-config-synacor"
|
||||||
|
|
|
@ -17,6 +17,7 @@ import VlDiGeometria from './routes/vldigeometria';
|
||||||
import MingwInstall from './routes/mingwinstall';
|
import MingwInstall from './routes/mingwinstall';
|
||||||
import Copyright from './components/copyright';
|
import Copyright from './components/copyright';
|
||||||
import Statistica from './routes/statistica';
|
import Statistica from './routes/statistica';
|
||||||
|
import OttimizzazioneLineare from "./routes/ottimizzazioneLineare";
|
||||||
|
|
||||||
// noinspection JSUnusedGlobalSymbols
|
// noinspection JSUnusedGlobalSymbols
|
||||||
export default class App extends Component {
|
export default class App extends Component {
|
||||||
|
@ -30,6 +31,7 @@ export default class App extends Component {
|
||||||
<VlDiGeometria path="/vldigeometria"/>
|
<VlDiGeometria path="/vldigeometria"/>
|
||||||
<MingwInstall path="/mingwinstall"/>
|
<MingwInstall path="/mingwinstall"/>
|
||||||
<Statistica path="/statistica"/>
|
<Statistica path="/statistica"/>
|
||||||
|
<OttimizzazioneLineare path="/ottimizzazionelineare"/>
|
||||||
</Router>
|
</Router>
|
||||||
<Copyright/>
|
<Copyright/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import style from './fisica.css';
|
|
||||||
import { Component } from 'preact';
|
import { Component } from 'preact';
|
||||||
import Latex from '../components/latex';
|
import Latex from '../components/latex';
|
||||||
import Panel from '../components/panel';
|
import Panel from '../components/panel';
|
||||||
|
@ -12,7 +11,7 @@ const r = String.raw;
|
||||||
export default class Fisica extends Component {
|
export default class Fisica extends Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div style={style.fisica}>
|
<div>
|
||||||
<h1>Fisica</h1>
|
<h1>Fisica</h1>
|
||||||
<Split title="Vettori">
|
<Split title="Vettori">
|
||||||
<Panel title="Componenti cartesiane">
|
<Panel title="Componenti cartesiane">
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import style from './home.css'
|
|
||||||
import { Component } from 'preact';
|
import { Component } from 'preact';
|
||||||
import Panel from '../components/panel';
|
import Panel from '../components/panel';
|
||||||
import Split from '../components/split';
|
import Split from '../components/split';
|
||||||
|
@ -6,12 +5,17 @@ import Split from '../components/split';
|
||||||
export default class Home extends Component {
|
export default class Home extends Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div style={style.home}>
|
<div>
|
||||||
<h1>Indice</h1>
|
<h1>Indice</h1>
|
||||||
<Split title="Argomenti">
|
<Split title="Argomenti">
|
||||||
|
<Panel title={<a href="/ottimizzazionelineare">Ottimizzazione lineare</a>}>
|
||||||
|
<p>
|
||||||
|
Appunti scritti mentre studiavo per l'esame di Ottimizzazione lineare del <a href="https://www.unimore.it/didattica/mlaurea.html?ID=54">corso triennale di Informatica</a> all'<a href="https://www.unimore.it/">Unimore</a>.
|
||||||
|
</p>
|
||||||
|
</Panel>
|
||||||
<Panel title={<a href="/statistica">Statistica ed elementi di probabilità</a>}>
|
<Panel title={<a href="/statistica">Statistica ed elementi di probabilità</a>}>
|
||||||
<p>
|
<p>
|
||||||
Appunti scritti mentre studiavo per l'esame di <a href={"http://personale.unimore.it/rubrica/contenutiad/llarocca/2019/58028/N0/N0/9999"}>Statistica ed elementi di probabilità</a> del <a href="https://www.unimore.it/didattica/mlaurea.html?ID=54">corso triennale di Informatica</a> all'<a href="https://www.unimore.it/">Unimore</a> del Prof. <a href={"http://personale.unimore.it/rubrica/dettaglio/llarocca"}>Luca La Rocca</a>.
|
Appunti scritti mentre studiavo per l'esame di <a href={"http://personale.unimore.it/rubrica/contenutiad/llarocca/2019/58028/N0/N0/9999"}>Statistica ed elementi di probabilità</a> del <a href="https://www.unimore.it/didattica/mlaurea.html?ID=54">corso triennale di Informatica</a> all'<a href="https://www.unimore.it/">Unimore</a> del Prof. <a href={"http://personale.unimore.it/rubrica/dettaglio/llarocca"}>Luca La Rocca</a>.
|
||||||
</p>
|
</p>
|
||||||
</Panel>
|
</Panel>
|
||||||
<Panel title={<a href="https://github.com/Steffo99/cleaver">Cleaver</a>}>
|
<Panel title={<a href="https://github.com/Steffo99/cleaver">Cleaver</a>}>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import style from './mingwinstall.css';
|
|
||||||
import { Component } from 'preact';
|
import { Component } from 'preact';
|
||||||
import Panel from '../components/panel';
|
import Panel from '../components/panel';
|
||||||
|
|
||||||
|
@ -6,7 +5,7 @@ export default class MingwInstall extends Component {
|
||||||
render() {
|
render() {
|
||||||
//Imported from unimore-info-wiki
|
//Imported from unimore-info-wiki
|
||||||
return (
|
return (
|
||||||
<div style={style.mingwinstall}>
|
<div>
|
||||||
<h1>Come installare MinGW</h1>
|
<h1>Come installare MinGW</h1>
|
||||||
<Panel>
|
<Panel>
|
||||||
<p> Scaricate <a href="https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/">l'installer ufficiale</a>,
|
<p> Scaricate <a href="https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/">l'installer ufficiale</a>,
|
||||||
|
|
|
@ -1,11 +1,61 @@
|
||||||
import {Component} from 'preact'
|
import {Component} from 'preact'
|
||||||
import style from './ottimizzazioneLineare.less'
|
import Split from "../components/split";
|
||||||
|
import Latex from "../components/latex";
|
||||||
|
import Panel from "../components/panel";
|
||||||
|
import Example from "../components/example";
|
||||||
|
import Todo from "../components/todo";
|
||||||
|
|
||||||
|
const r = String.raw;
|
||||||
|
|
||||||
export default class OttimizzazioneLineare extends Component {
|
export default class OttimizzazioneLineare extends Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
<h1>Ottimizzazione lineare</h1>
|
||||||
|
<Split title={"Materiale"}>
|
||||||
|
<Panel title={"Videolezioni su YouTube"}>
|
||||||
|
<p>
|
||||||
|
<a href={"https://www.youtube.com/playlist?list=PLh0s0u9-Vwuor8YXTflVvIIU82PO1oDXS"}>Link alla playlist</a>
|
||||||
|
</p>
|
||||||
|
</Panel>
|
||||||
|
<Panel title={"Slides"}>
|
||||||
|
<p>
|
||||||
|
<Todo>TODO: Ripulire e caricare le slides da qualche parte</Todo>
|
||||||
|
</p>
|
||||||
|
</Panel>
|
||||||
|
</Split>
|
||||||
|
<Split title={"Le basi"}>
|
||||||
|
<Panel title={"Funzione obiettivo"}>
|
||||||
|
<p>
|
||||||
|
La funzione obiettivo è la funzione con valore noto sconosciuto:
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<Latex>{r`z = C_1 \cdot x_1 + C_2 \cdot x_2 + C_n \cdot x_n`}</Latex>
|
||||||
|
</p>
|
||||||
|
</Panel>
|
||||||
|
<Panel title={"Gradiente"}>
|
||||||
|
<p>
|
||||||
|
Funzione della funzione obiettivo che indica la direzione del suo aumento più veloce.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<Latex>{r`\nabla f = \frac{\delta f}{\delta x_1} e_1 + \frac{\delta f}{\delta x_2} e_2 + \frac{\delta f}{\delta x_n} e_n`}</Latex>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<Latex>{r`e_i`}</Latex> è la direzione della coordinata i-esima.
|
||||||
|
</p>
|
||||||
|
<Example>
|
||||||
|
Se <Latex>{r`n = 3`}</Latex>, allora:
|
||||||
|
<ul>
|
||||||
|
<li><Latex>{r`e_1 = (1, 0, 0)`}</Latex></li>
|
||||||
|
<li><Latex>{r`e_2 = (0, 1, 0)`}</Latex></li>
|
||||||
|
<li><Latex>{r`e_3 = (0, 0, 1)`}</Latex></li>
|
||||||
|
</ul>
|
||||||
|
</Example>
|
||||||
|
<Example>
|
||||||
|
Se la funzione obiettivo è <Latex>z = 2w + 3x + 4y</Latex>, il suo gradiente è <Latex>{r`\nabla z = (2, 3, 4)`}</Latex>.
|
||||||
|
</Example>
|
||||||
|
</Panel>
|
||||||
|
</Split>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import style from './statistica.css';
|
|
||||||
import { Component } from 'preact';
|
import { Component } from 'preact';
|
||||||
import Latex from '../components/latex';
|
import Latex from '../components/latex';
|
||||||
import Panel from '../components/panel';
|
import Panel from '../components/panel';
|
||||||
|
@ -114,7 +113,7 @@ export default class Statistica extends Component {
|
||||||
</Split>
|
</Split>
|
||||||
*/
|
*/
|
||||||
return (
|
return (
|
||||||
<div style={style.statistica}>
|
<div>
|
||||||
<h1>Statistica ed Elementi di Probabilità</h1>
|
<h1>Statistica ed Elementi di Probabilità</h1>
|
||||||
<Split title={"Tipi di probabilità"}>
|
<Split title={"Tipi di probabilità"}>
|
||||||
<Panel title={"Classica"}>
|
<Panel title={"Classica"}>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import style from './vldigeometria.css';
|
|
||||||
import { Component } from 'preact';
|
import { Component } from 'preact';
|
||||||
import Markdown from '../components/markdown';
|
import Markdown from '../components/markdown';
|
||||||
import Panel from '../components/panel';
|
import Panel from '../components/panel';
|
||||||
|
@ -9,7 +8,7 @@ export default class VlDiGeometria extends Component {
|
||||||
render() {
|
render() {
|
||||||
//Imported from unimore-info-wiki
|
//Imported from unimore-info-wiki
|
||||||
return (
|
return (
|
||||||
<div style={style.vldigeometria}>
|
<div>
|
||||||
<h1>Videolezioni di Geometria</h1>
|
<h1>Videolezioni di Geometria</h1>
|
||||||
<Panel>
|
<Panel>
|
||||||
<Markdown>{r`
|
<Markdown>{r`
|
||||||
|
|
Loading…
Reference in a new issue