Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Finale appunti primo semestre primo anno #233

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
079f41f
upgrade primo anno
MarioAvolio Oct 11, 2021
ca642b8
remove old folder
MarioAvolio Oct 12, 2021
1057c5c
remove old folder
MarioAvolio Oct 12, 2021
7b184d3
Create LICENSE
MarioAvolio Oct 12, 2021
53bbe90
Merge pull request #1 from MarioAvolio/add-license-1
MarioAvolio Oct 12, 2021
f6cbfbb
Delete .gitignore
MarioAvolio Oct 12, 2021
1064d97
Create .gitignore
MarioAvolio Oct 12, 2021
b43e26a
Create README.MD
MarioAvolio Oct 12, 2021
5310379
upgrade Modelli della concorrenza
MarioAvolio Oct 12, 2021
c7d32d9
Increase Teorica della computazione notes
MarioAvolio Oct 13, 2021
f1389e8
update README.MD
MarioAvolio Oct 13, 2021
90c8508
change README.md
MarioAvolio Oct 13, 2021
25bec62
update readme
MarioAvolio Oct 14, 2021
0d0a787
update readme
MarioAvolio Oct 14, 2021
32f167c
upgrade ML
MarioAvolio Oct 17, 2021
802a066
upgrade
MarioAvolio Oct 20, 2021
8c5860a
remove zip file
MarioAvolio Oct 20, 2021
1181c62
upgrade license
MarioAvolio Oct 21, 2021
3895299
upgrade license and notes
MarioAvolio Oct 22, 2021
b8109ee
update readme license
MarioAvolio Oct 22, 2021
a300d36
upgrade all
MarioAvolio Oct 31, 2021
79b850e
upgrade ML
MarioAvolio Nov 12, 2021
ec81e20
upgrade concorrenza
MarioAvolio Nov 12, 2021
979874e
Upgrade conputazione
MarioAvolio Nov 12, 2021
11a776d
upgrade ML notes
MarioAvolio Nov 21, 2021
af3ed93
upgrade Modelli della Concorrenza notes
MarioAvolio Nov 21, 2021
11f05bd
upgrade Teoria della Computazione notes
MarioAvolio Nov 21, 2021
41ee876
remove old files
MarioAvolio Nov 24, 2021
f1b05c7
upgrade README.MD
MarioAvolio Dec 1, 2021
260b2a6
upgrade README.MD
MarioAvolio Dec 1, 2021
e01183e
Update README.MD
MarioAvolio Dec 6, 2021
ce5fdc3
Update README.MD
MarioAvolio Dec 6, 2021
5750942
upgrade ML
MarioAvolio Dec 19, 2021
72bb5ad
Upgrade Modelli della Concorrenza
MarioAvolio Dec 19, 2021
7b61eb1
Upgrade Teoria della Computazione
MarioAvolio Dec 19, 2021
9cb7a34
finish ML and MC
MarioAvolio Jan 27, 2022
e734fb1
upgrade
MarioAvolio Feb 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
155 changes: 57 additions & 98 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

# Created by https://www.gitignore.io/api/latex

### LaTeX ###
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
Expand All @@ -14,9 +10,8 @@
*.fot
*.cb
*.cb2
## Teoria LC senza esercizi
orale.tex
orale.pdf
.*.lb

## Intermediate documents:
*.dvi
*.xdv
Expand Down Expand Up @@ -44,7 +39,10 @@ orale.pdf
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
*Notes.bib

## Build tool directories for auxiliary files
# latexrun
latex.out/

## Auxiliary and intermediate files from other packages:
# algorithms
Expand All @@ -66,6 +64,9 @@ acs-*.bib
# changes
*.soc

# comment
*.cut

# cprotect
*.cpt

Expand Down Expand Up @@ -108,6 +109,11 @@ acs-*.bib
*.glo
*.gls
*.glsdefs
*.lzo
*.lzs

# uncomment this for glossaries-extra (will ignore makeindex's style files!)
# *.ist

# gnuplottex
*-gnuplottex-*
Expand All @@ -116,6 +122,14 @@ acs-*.bib
*.gaux
*.gtex

# htlatex
*.4ct
*.4tc
*.idv
*.lg
*.trc
*.xref

# hyperref
*.brf

Expand All @@ -128,11 +142,13 @@ acs-*.bib
# listings
*.lol

# luatexja-ruby
*.ltjruby

# makeidx
*.idx
*.ilg
*.ind
*.ist

# minitoc
*.maf
Expand All @@ -151,7 +167,9 @@ _minted*
*.mw

# nomencl
*.nlg
*.nlo
*.nls

# pax
*.pax
Expand Down Expand Up @@ -180,6 +198,9 @@ sympy-plots-for-*.tex/
*.pytxcode
pythontex-files-*/

# tcolorbox
*.listing

# thmtools
*.loe

Expand All @@ -191,14 +212,25 @@ pythontex-files-*/
# todonotes
*.tdo

# vhistory
*.hst
*.ver

# easy-todo
*.lod

# xcolor
*.xcp

# xmpincl
*.xmpi

# xindy
*.xdy

# xypic precompiled matrices
# xypic precompiled matrices and outlines
*.xyc
*.xyd

# endfloat
*.ttt
Expand All @@ -215,103 +247,30 @@ TSWLatexianTemp*
# Texpad
.texpadtmp

# LyX
*.lyx~

# Kile
*.backup

# gummi
.*.swp

# KBibTeX
*~[0-9]*

# TeXnicCenter
*.tps

# auto folder when using emacs and auctex
/auto/*
./auto/*
*.el

# expex forward references with \gathertags
*-tags.tex

# End of https://www.gitignore.io/api/latex


# Created by https://www.gitignore.io/api/java

### Java ###
# Compiled class file
*.class

# Log file
*.log
# standalone packages
*.sta

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*


# Created by https://www.gitignore.io/api/emacs
# Edit at https://www.gitignore.io/?templates=emacs

### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/

# cask packages
.cask/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile

# directory configuration
.dir-locals.el

# network security
/network-security.data


# End of https://www.gitignore.io/api/emacs


# End of https://www.gitignore.io/api/java
# Makeindex log files
*.lpz
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

Loading