This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
-
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.
- Loading branch information
Showing
12 changed files
with
141 additions
and
101 deletions.
There are no files selected for viewing
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 @@ | ||
CmdLine { --nowarn 1 } |
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,24 @@ | ||
--- | ||
name: Build Code Base | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
name: Build Code Base | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Convert to pdf | ||
id: convert-to-pdf | ||
uses: closoco/[email protected] | ||
with: | ||
texFile: ./TheHistoryofEniac.tex |
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,25 @@ | ||
--- | ||
name: Lint Code Base | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build: | ||
name: Lint Code Base | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Lint Code Base | ||
uses: github/super-linter@v5 | ||
env: | ||
VALIDATE_ALL_CODEBASE: false | ||
DEFAULT_BRANCH: main | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
|
@@ -218,3 218,5 @@ TSWLatexianTemp* | |
|
||
# expex forward references with \gathertags | ||
*-tags.tex | ||
|
||
.DS_Store |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,26 1,38 @@ | ||
# The History of ENIAC | ||
[![Build Status](https://travis-ci.org/Giglium/The-History-of-Eniac.svg?branch=master)](https://travis-ci.org/Giglium/The-History-of-Eniac) | ||
|
||
The History of ENIAC ( La storia di ENIAC ) is an essay who tell the story of the World's First Computer. | ||
This repository contains an essay written for the course "Storia della Tecnologia e dell'Informazione" (History of Information Technology) as part of the Bachelor's Degree program at the University of Padua during the academic year [A.A. 2016/2017](https://en.didattica.unipd.it/off/2014/LT/IN/IN0513/000ZZ/INM0017608/N0). | ||
Titled "The History of ENIAC" (La storia di ENIAC), this essay details the story of the world's first computer, the Electronic Numerical Integrator and Computer (ENIAC). As a pioneering machine, ENIAC marked a significant milestone in the history of technology and computing, revolutionizing the way calculations were performed and setting the stage for future advancements in the field. | ||
|
||
## Project for "*Storia della Tecnologia e dell'Informazione*" | ||
A.A. 2016/2017 at *University of Padua* | ||
> The essay was formatted using the [FIUP/Template-piano-di-lavoro-stage](https://github.com/FIUP/Template-piano-di-lavoro-stage) LaTeX template | ||
- English Title: The History of ENIAC | ||
- Original Title: La Storia di ENIAC | ||
- Language: Italian | ||
- Pages: 4 | ||
- Words: 1,939 | ||
- Characters( no spaces ): 10,669 | ||
- Characters( with spaces ): 12,614 | ||
## Prerequisites | ||
|
||
- [TextLive](https://tug.org/texlive/) | ||
|
||
## Compilation | ||
|
||
```bash | ||
git clone https://github.com/Giglium/The-History-of-Eniac.git | ||
cd The-History-of-Eniac | ||
pdflatex -interaction=nonstopmode -halt-on-error TheHistoryofEniac.tex | ||
``` | ||
|
||
## Compilation with docker | ||
|
||
```bash | ||
git clone https://github.com/Giglium/The-History-of-Eniac.git | ||
cd The-History-of-Eniac | ||
docker run --rm -v $(pwd):/workdir texlive/texlive:latest pdflatex -interaction=nonstopmode -halt-on-error TheHistoryofEniac.tex | ||
``` | ||
|
||
## References | ||
* E. Accenti, Dalle Piramidi ai Microchip. Il Computer nella storia. Dal 4000 ac al 2000, S.l., Edizioni Ettore Accenti, 2015. | ||
* K. Kempf (1961), Electronic Computers Within The Ordnance Corps, [FTP.ARL.ARMY.MIL](http://ftp.arl.mil/~mike/comphist/61ordnance/chap2.html) | ||
* R. X. Cringely, Accidental Empires. How the Boys of Silicon Valley Make Their Millions, Battle Foreign Competition, and Still Can't Get a Date, Second Edition, London, Penguin Books, 1996 | ||
* S. McCartney, ENIAC. The Triumphs and Tragedies of the World's First Computer, New York, Walker Publish Company, Inc., 1999. | ||
* W. Stallings, Computer Organization and Architecture Designing For Performance, Eighth Edition, Upper Saddle River, Pearson Education, Inc., 2006 ( trad. It. Architettura e Organizzazione dei Calcolatori. Progetto e Prestazioni, Ottava Edizione, Pearson, 2010). | ||
|
||
- E. Accenti, Dalle Piramidi ai Microchip. Il Computer nella storia. Dal 4000 ac al 2000, S.l., Edizioni Ettore Accenti, 2015. | ||
- K. Kempf (1961), Electronic Computers Within The Ordnance Corps, [FTP.ARL.ARMY.MIL](http://ftp.arl.mil/~mike/comphist/61ordnance/chap2.html) | ||
- R. X. Cringely, Accidental Empires. How the Boys of Silicon Valley Make Their Millions, Battle Foreign Competition, and Still Can't Get a Date, Second Edition, London, Penguin Books, 1996 | ||
- S. McCartney, ENIAC. The Triumphs and Tragedies of the World's First Computer, New York, Walker Publish Company, Inc., 1999. | ||
- W. Stallings, Computer Organization and Architecture Designing For Performance, Eighth Edition, Upper Saddle River, Pearson Education, Inc., 2006 ( Italian translation: Architettura e Organizzazione dei Calcolatori. Progetto e Prestazioni, Ottava Edizione, Pearson, 2010). | ||
|
||
## License | ||
* [MIT License](https://opensource.org/licenses/MIT) | ||
|
||
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,37 1,36 @@ | ||
\begin{titlepage} | ||
|
||
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} | ||
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} | ||
|
||
\center | ||
|
||
|
||
\textsc{\LARGE Università degli Studi di Padova}\\[1cm] | ||
|
||
|
||
\textsc{\LARGE Università degli Studi di Padova}\\[1cm] | ||
|
||
\includegraphics[height=5cm]{img/UniPd.png}\\[1cm] | ||
|
||
\includegraphics[height=1.5cm, width = 9cm]{img/MathDip.png}\\ | ||
\textsc{Dipartimento di Matematica ``Tullio Levi-Civita''}\\[1.2cm] | ||
\textsc{\Large Scuola di Scienze}\\[0.5cm] | ||
\textsc{\large Corso di Laurea in Informatica}\\[0.5cm] | ||
\textsc{\Large Scuola di Scienze}\\[0.5cm] | ||
|
||
\textsc{\large Corso di Laurea in Informatica}\\[0.5cm] | ||
|
||
\vspace{2.5cm} | ||
|
||
|
||
\HRule \\[0.4cm] | ||
{ \huge \bfseries La Storia Di Eniac}\\[0.4cm] | ||
\HRule \\[1.5cm] | ||
|
||
|
||
\vspace{2.5cm} | ||
{\large | ||
Francesco Antonio Migliorin \\ | ||
1096825 \\ | ||
Anno 2016/2017}\\[2cm] | ||
\vfill | ||
|
||
|
||
{\large | ||
Francesco Antonio Migliorin \\ | ||
1096825 \\ | ||
Anno 2016/2017}\\[2cm] | ||
|
||
|
||
\vfill | ||
|
||
\end{titlepage} |
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 |
---|---|---|
@@ -1,14 1,19 @@ | ||
\newpage | ||
\section*{Bibliografia} | ||
\begin{itemize} | ||
\item | ||
E. Accenti, Dalle Piramidi ai Microchip. Il Computer nella storia. Dal 4000 ac al 2000, S.l., Edizioni Ettore Accenti, 2015; | ||
\item | ||
K. Kempf (1961), Electronic Computers Within The Ordnance Corps, FTP.ARL.ARMY.MIL, alla pagina web \href{http://ftp.arl.mil/~mike/comphist/61ordnance/chap2.html}{\underline{http://ftp.arl.mil/~mike/comphist/61ordnance/chap2.html}} | ||
\item | ||
R. X. Cringely, Accidental Empires. How the Boys of Silicon Valley Make Their Millions, Battle Foreign Competition, and Still Can't Get a Date, Second Edition, London, Penguin Books, 1996; | ||
\item | ||
S. McCartney, ENIAC. The Triumphs and Tragedies of the World's First Computer, New York, Walker Publish Company, Inc., 1999; | ||
\item | ||
W. Stallings, Computer Organization and Architecture Designing For Performance, Eighth Edition, Upper Saddle River, Pearson Education, Inc., 2006 ( trad. It. Architettura e Organizzazione dei Calcolatori. Progetto e Prestazioni, Ottava Edizione, Pearson, 2010). | ||
\end{itemize} | ||
\nocite{*} | ||
\renewcommand{\refname}{Bibliografia} | ||
\begin{thebibliography}{00} | ||
\bibitem{accenti2015} | ||
E. Accenti, \emph{Dalle Piramidi ai Microchip. Il Computer nella storia. Dal 4000 ac al 2000}, S.l., Edizioni Ettore Accenti, 2015. | ||
|
||
\bibitem{kempf1961} | ||
K. Kempf, \emph{Electronic Computers Within The Ordnance Corps}, FTP.ARL.ARMY.MIL, 1961. Available at: \href{http://ftp.arl.mil/~mike/comphist/61ordnance/chap2.html}{http://ftp.arl.mil/~mike/comphist/61ordnance/chap2.html} | ||
|
||
\bibitem{cringely1996} | ||
R. X. Cringely, \emph{Accidental Empires. How the Boys of Silicon Valley Make Their Millions, Battle Foreign Competition, and Still Can't Get a Date}, Second Edition, London, Penguin Books, 1996. | ||
|
||
\bibitem{mccartney1999} | ||
S. McCartney, \emph{ENIAC\@. The Triumphs and Tragedies of the World's First Computer}, New York, Walker Publish Company, Inc., 1999. | ||
|
||
\bibitem{stallings2006} | ||
W. Stallings, \emph{Computer Organization and Architecture Designing For Performance}, Eighth Edition, Upper Saddle River, Pearson Education, Inc., 2006 (trad. It.\ \emph{Architettura e Organizzazione dei Calcolatori. Progetto e Prestazioni}, Ottava Edizione, Pearson, 2010). | ||
|
||
\end{thebibliography} |
Binary file not shown.
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