Skip to content

Commit 16e8643

Browse files
committed
update name on code and additional content
1 parent 135f1b7 commit 16e8643

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+46
-46
lines changed

Diff for: Additional.Content/Smart.Pointers/smart_pointers.pdf

-206 KB
Binary file not shown.
-207 KB
Binary file not shown.

Diff for: Additional.Content/Smart.Pointers/tex/smart_pointers.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
\newcommand{\autoptr}{\std{auto\_ptr}}
6060

6161
\title[Smart Pointers]{Smart Pointers in C++}
62-
\author{Jonas R. Glesaaen \\ \texttt{[email protected]}}
62+
\author{Aleksandra R. Glesaaen \\ \texttt{[email protected]}}
6363
\date{September 24th 2014}
6464

6565
\begin{document}
Binary file not shown.
Binary file not shown.

Diff for: Additional.Content/Template.Meta.Programming/tex/template_meta_programming.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
%\setbeameroption{show notes}
1919

2020
\title[TMP]{Template Meta Programming}
21-
\author{Jonas R. Glesaaen \\ \texttt{[email protected]}}
21+
\author{Aleksandra R. Glesaaen \\ \texttt{[email protected]}}
2222
\date{May 27th 2015}
2323

2424
\begin{document}

Diff for: Exercises/SampleSolutions/Exercise2/Problem2/problem2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 28-09-2015
33
* Modified: Wed 30 Sep 2015 19:41:49 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Exercises/SampleSolutions/Exercise2/Problem3/array_manip.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 28-09-2015
33
* Modified: Wed 30 Sep 2015 19:54:20 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include"array_manip.hpp"

Diff for: Exercises/SampleSolutions/Exercise2/Problem3/array_manip.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 28-09-2015
33
* Modified: Wed 30 Sep 2015 08:24:00 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef ARRAY_MANIP_HPP

Diff for: Exercises/SampleSolutions/Exercise2/Problem3/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 28-09-2015
33
* Modified: Wed 30 Sep 2015 19:54:34 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Exercises/SampleSolutions/Exercise2/Problem4/rates.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 28-09-2015
33
* Modified: Wed 30 Sep 2015 19:56:33 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Exercises/SampleSolutions/Exercise2/Problem5/integrate.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 30 Sep 2015 19:58:57 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include"integrate.hpp"

Diff for: Exercises/SampleSolutions/Exercise2/Problem5/integrate.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 30 Sep 2015 08:14:24 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef INTEGRATE_HPP

Diff for: Exercises/SampleSolutions/Exercise2/Problem5/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 30 Sep 2015 19:59:04 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Exercises/SampleSolutions/Exercise2/Problem6/game.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 07-10-2015
33
* Modified: Wed 07 Oct 2015 15:28:45 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<cstdlib>

Diff for: Exercises/SampleSolutions/Exercise2/Problem6/hangman.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 07 Oct 2015 15:40:19 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<list>

Diff for: Exercises/SampleSolutions/Exercise2/Problem6/hangman.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 30 Sep 2015 20:00:51 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef HANGMAN_HPP

Diff for: Exercises/SampleSolutions/Exercise2/Problem6/hangman_print.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 07-10-2015
33
* Modified: Wed 07 Oct 2015 14:45:03 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include"hangman_print.hpp"

Diff for: Exercises/SampleSolutions/Exercise2/Problem6/hangman_print.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 07-10-2015
33
* Modified: Wed 07 Oct 2015 14:43:06 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef HANGMAN_PRINT_HPP

Diff for: Exercises/SampleSolutions/Exercise3/Problem1/matrix.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 09-10-2015
33
* Modified: Mon 19 Oct 2015 12:03:52 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include"matrix.hpp"

Diff for: Exercises/SampleSolutions/Exercise3/Problem1/matrix.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 07-10-2015
33
* Modified: Mon 19 Oct 2015 11:57:20 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef MATRIX_HPP

Diff for: Exercises/SampleSolutions/Exercise3/Problem1/program.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Mon 19 Oct 2015 11:47:53 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Exercises/SampleSolutions/Exercise3/Problem1/vector.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Mon 19 Oct 2015 11:54:20 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include"vector.hpp"

Diff for: Exercises/SampleSolutions/Exercise3/Problem1/vector_view.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 09-10-2015
33
* Modified: Fri 09 Oct 2015 13:06:54 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef VECTOR_VIEW_HPP

Diff for: Lecture.Coding/Day3/VectorClass/program.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 30 Sep 2015 14:59:19 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day3/VectorClass/vector.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 30 Sep 2015 16:41:54 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include"vector.hpp"

Diff for: Lecture.Coding/Day3/day3_1.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 30 Sep 2015 20:14:30 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<cmath>

Diff for: Lecture.Coding/Day3/day3_2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 30 Sep 2015 10:59:09 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day3/day3_3.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 30-09-2015
33
* Modified: Wed 30 Sep 2015 12:30:33 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<string>

Diff for: Lecture.Coding/Day4/SmartPointers/employee.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 14:53:55 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef EMPLOYEE_HPP

Diff for: Lecture.Coding/Day4/SmartPointers/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 14:57:24 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<utility>

Diff for: Lecture.Coding/Day4/SmartPointers/main_shared.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 16:07:13 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<utility>

Diff for: Lecture.Coding/Day4/day4_1.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 10:47:13 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day4/day4_2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 09:40:21 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day4/day4_3.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 10:19:01 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
class Base

Diff for: Lecture.Coding/Day4/day4_4.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 10:37:05 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day4/day4_5.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 11:01:21 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day4/day4_6.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 11:12:39 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day4/day4_7.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 01-10-2015
33
* Modified: Thu 01 Oct 2015 12:05:34 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day5/Composite/bullet_list.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 02-10-2015
33
* Modified: Fri 02 Oct 2015 16:14:41 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef BULLET_LIST_HPP

Diff for: Lecture.Coding/Day5/Composite/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 02-10-2015
33
* Modified: Fri 02 Oct 2015 16:11:03 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day5/Composite/make_unique.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 24-03-2015
33
* Modified: Tue 24 Mar 2015 16:14:41 CET
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef MAKE_UNIQUE_HPP

Diff for: Lecture.Coding/Day5/Composite/string_object.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 02-10-2015
33
* Modified: Fri 02 Oct 2015 16:16:02 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef STRING_OBJECT_HPP

Diff for: Lecture.Coding/Day5/Composite/text_object.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 02-10-2015
33
* Modified: Fri 02 Oct 2015 15:46:12 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef TEXT_OBJECT_HPP

Diff for: Lecture.Coding/Day5/CoutLock/cout_lock.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 02-10-2015
33
* Modified: Fri 02 Oct 2015 15:22:40 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#ifndef COUT_LOCK_HPP

Diff for: Lecture.Coding/Day5/CoutLock/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 02-10-2015
33
* Modified: Fri 02 Oct 2015 15:29:49 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day5/day5_1.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 02-10-2015
33
* Modified: Fri 02 Oct 2015 09:26:07 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

Diff for: Lecture.Coding/Day5/day5_2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created: 02-10-2015
33
* Modified: Fri 02 Oct 2015 10:37:25 CEST
4-
* Author: Jonas R. Glesaaen (jonas@glesaaen.com)
4+
* Author: Aleksandra R. Glesaaen (aleksandra@glesaaen.com)
55
*/
66

77
#include<iostream>

0 commit comments

Comments
 (0)