Adds arguments for input and output files
Adds gitignore
This commit is contained in:
parent
a217ace469
commit
202801841d
36 changed files with 148 additions and 502 deletions
|
@ -1,50 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>AardvarkXR</h1>
|
||||
<h2>What it is</h2>
|
||||
<p>Aardvark is a development framework, currently in alpha, designed to allow users to open small apps (known as gadgets) over the top of virtual reality programs or games. You could think of it as a mobile phone for use within
|
||||
any vr software, its main focus is providing small utilities such as calculators or note taking apps. Developers can create apps for Aardvark using web code which it then renders over the users view, these renders can be 2D
|
||||
or 3D which is a rather big positive as steamVR doesnt support 3D rendering on overlays so Aardvark has to do this itself. Due to all the code being webbased and run on servers, all gadgets are innately multi-user (with a small amount
|
||||
of work from the developer) and when in social vr apps, people can open gadgets that will be seen by all other users within that program.</p>
|
||||
<p>I was first introduced to Aardvark through a hackathon the developers ran on its inital release to the public in an attempt to gain developers to create basic apps for it, and since then I have periodically revisited it
|
||||
when ideas for gadgets come to mind. When taking part in the first hackathon I had little to no experience with javascript or html, let alone typescript (the main language used for Aardvark development), so I was required
|
||||
to teach myself over the course of the 3 days the hackathon ran for.</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/pux6RbySUMU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<h2>What I did</h2>
|
||||
<p>During the first hackathon I proposed and worked on an audio visualiser tool that would run in the background of the users environment as they worked, reacting to their desktop audio. I also designed and created 3D models for other
|
||||
developers programs, such as icons for a playing card app; one of the first apps to be published on the platform.</p>
|
||||
<p>Around 4 months later I revisited Aardvark to create a photo viewing app which was originally a personal project but became a team effort with another member of the community who offered
|
||||
to join development, the app allowed users to upload images which were stored using ipfs (a decentralized storage system) and had multi-user functionality allowing different people to show each other photos. The main idea of the program was to allow vr artists to
|
||||
open reference images within their prospective drawing apps.</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/E3gw_GXHH1s" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<p>As well as this I have also worked on the base code of the project itself. Originally Aardvark had the user open its Ui through a button on their hand which took up valuable visual space used by alot of other programs.
|
||||
I was tasked with creating a more intuitive solution which ended up being a gesture based system. With little to no guidance I had to read and gain a full understanding of the projects mid-level inner workings and
|
||||
rewrite large sections of it. After a week or so I produced a gesture system that allowed the user to bump the ends of their controllers together to open and close the menu. I also created a developer tool to allow
|
||||
developers to tweak the gesture to ensure it worked for their specific controllers.</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/9uG2HSavA1U" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/FzQcE9UeOao" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,39 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>EPQ Project</h1>
|
||||
<h2>What it is</h2>
|
||||
<p>This project was completed for my Extended Project Equalification (also known as EPQ). During the EPQ, a student will pick a subject of their choice, research it and then either write a paper or create a piece of media
|
||||
(an "artefact") based on what they have learnt. For my subject I originally chose physics simulation as at the time I lacked confidence in maths and wanted to force myself to relearn and become more comfortable with it.
|
||||
The idea of combining VR with this later came about in an attempt to make the project more modern so more primary research and testing could be done.<br><br></p>
|
||||
<p>The end result was a system that allowed the user to interact with a virtual environment with 6 degrees of freedom, they could pick up, move and throw objects with their fingers, hands and head being fully tracked to the
|
||||
real world. Due to time restraints, the physics simulation was released separately and, although fully capable of location and force calculation, could not take rotation of objects into account. The project was given a high A grade.</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/pSlHM0kMijA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<h2>What I did</h2>
|
||||
<p>Over the course of 4-5 months I researched and taught myself a large amount of vector maths, the basics of C++, the basics of physics engines, a large portion of Blender and Unreal Engines toolset,
|
||||
a small amount of 3D rendering theory and the basics of game design for virtual reality. Using this I created a fully functional VR interaction system with many custom made assets, materials and classes as well as a
|
||||
very basic physics engine built in C++.</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,45 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>Example Post</h1>
|
||||
<p>This is where a basic summary of the post would go if I wanted to add one</p>
|
||||
<p>Normal text would then go here wow</p>
|
||||
<h2>A subheader would go here</h2>
|
||||
<p>the info under the subheader would go here wow. Oh look! here comes a page break</p>
|
||||
<hr>
|
||||
<p>omg wow that worked! heres another:</p>
|
||||
<hr>
|
||||
<p>code would go here like this</p>
|
||||
<pre><code>int main()
|
||||
{
|
||||
std::cout << "hello world!" << std::endl;
|
||||
}
|
||||
</code></pre>
|
||||
<h2>One last thing</h2>
|
||||
<p>...
|
||||
moomin</p>
|
||||
<p><img src="file:///home/rosia/Pictures/Moomins/moomin-meadow.png" alt="moomin"></p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,44 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>Hello world!</h1>
|
||||
<p>this is a test of the cool markdown parser written by
|
||||
some random guy online who made a cool thing but seems kind
|
||||
of cringe</p>
|
||||
<h2>The guy</h2>
|
||||
<p>whats his name? minty or some shit idk</p>
|
||||
<h2>Lets run a tests</h2>
|
||||
<p>test*</p>
|
||||
<pre><code> print("oogyboogyman")
|
||||
</code></pre>
|
||||
<p>that should be formatted as code</p>
|
||||
<h2>One more test</h2>
|
||||
<ul>
|
||||
<li>a list</li>
|
||||
<li>wow</li>
|
||||
<li>truly amazing</li>
|
||||
</ul>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,38 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>Mind Map Maker</h1>
|
||||
<h2>What it is</h2>
|
||||
<p>This project was completed as a large percentage of my final A-level computer science grade. Every student had to choose a language or development framework and create a program for a client, whilst most students chose to
|
||||
create video games for their siblings, I chose to create mind map software as my sister was soon to start her GCSEs and was struggling to revise. The software had to run on a £70 laptop and allow for files to be transfered between
|
||||
copies of the software. I also aimed to create an intuitive and relatively unrestrictive system as my sister was an art student and had little experience with digital design software.</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/qIV7RvNZ22c" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<h2>What I did</h2>
|
||||
<p>I independently created this program over the course of 24 hours spread over 2 months. I chose to write the sofware in Unity as I wanted to learn a new engine and knew that unitys use of scenegraphs
|
||||
would make the process of development alot faster as I wouldn't have to calculate scales and positions of mind map components as unity would do this all in the background, allowing me to focus on the larger aspects of the project. <br> <br>
|
||||
As one of the software requirements was to run on very low end computers I also had to ensure I was creating scripts that would run as efficiently as possible when compiled, this regularly meant having to
|
||||
weigh up the strengths and weaknesses of different libraries, often choosing ones with drawbacks in favour of their lower usage of memory.</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,38 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Work_for_Skipton_Building_Society.html>Work for Skipton Building Society</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Mapping_Software.html>Mind Mapping Software</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>Mind Mapping Software</h1>
|
||||
<h2>What it is</h2>
|
||||
<p>This project was completed as a large percentage of my final A-level computer science grade. Every student had to choose a language or development framework and create a program for a client, whilst most students chose to
|
||||
create video games for their siblings, I chose to create mind map software as my sister was soon to start her GCSEs and was struggling to revise. The software had to run on a £70 laptop and allow for files to be transfered between
|
||||
copies of the software. I also aimed to create an intuitive and relatively unrestrictive system as my sister was an art student and had little experience with digital design software.</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/qIV7RvNZ22c" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<h2>What I did</h2>
|
||||
<p>I independently created this program over the course of 24 hours spread over 2 months. I chose to write the sofware in Unity as I wanted to learn a new engine and knew that unitys use of scenegraphs
|
||||
would make the process of development alot faster as I wouldn't have to calculate scales and positions of mind map components as unity would do this all in the background, allowing me to focus on the larger aspects of the project. <br> <br>
|
||||
As one of the software requirements was to run on very low end computers I also had to ensure I was creating scripts that would run as efficiently as possible when compiled, this regularly meant having to
|
||||
weigh up the strengths and weaknesses of different libraries, often choosing ones with drawbacks in favour of their lower usage of memory.</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,56 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>SBS Internship</h1>
|
||||
<h2>What it is</h2>
|
||||
<p>Inbetween my time at University and Post-16 I took a gap year where I interned at Skipton Building Society as a software tester. This was a paid 9 month internship where I waspushed for automated testing
|
||||
with SmartBears TestComplete system and worked with their API team to ensure their software remained stable whilst they slowly worked through all their API's transitioning them from TIBCO to Azure.</p>
|
||||
<p>I was also asked to research Gherkin and Behaviour Driven Development to see if it would be worth transitioning to, helped to run a coding club to educate other members of the Society and later set-up
|
||||
the Society's standards for all their future automated testing.</p>
|
||||
<h2>What I did</h2>
|
||||
<p>I was initially hired to experiment with the idea of automating the Society's testing using SmartBear's TestComplete system. I taught myself a large portion of the tools over the course of a week
|
||||
and then worked with one other collegue who came from a testing background to fully automate the UI testing of the Ds customer portal system.
|
||||
From this we decided the tool may be worth using across the wider Society and worked with individual agile scrum teams to help them automate their testing. During this time I produced a presentation
|
||||
on the inner workings of TestComplete and its benefits to the Society's senior developers convincing them of its worth. I also worked with my collegue to produce an educational talk, some tools and documentation
|
||||
in order to educate other testers on the system and encourage widespread use.</p>
|
||||
<p>After 3 months of working on TestComplete I was assigned to an Agile Hub in order to help them with their testing on the side whilst still working on TestComplete. This team was built to slowly
|
||||
transition all of the societies APIs from TIBCO to Azure and my job was to ensure any software interacting with the API currently being replaced would still work when the team had finished. This was
|
||||
done through large amounts of manual regression tests and a few automated tests where their work overlapped with my other TestComplete work. This was somewhat challenging for me to begin with as I had
|
||||
little understanding of alot of the software I was testing and I found myself somewhat anxious when communicating with the team, however I slowly improved at this over time and ended up working with relative
|
||||
efficiency. I did this through pushing myself to ask people questions and eventually reorganising my time by meeting with all the teams developers at the very start of an API development cycle to have a full
|
||||
conversation with all of them on what needed to be tested and how rather than individually asking developers and having to compile the individual comments of each developer.</p>
|
||||
<p>On the side of this I also ran a talk to teach testers the basics of javascript to increase the flexibility of their automated tests and later helped some lead developers to run a bi-weekly "Coding Club" to
|
||||
educate testers on programming with C#. One of these lead developers also tasked me with researching into the testing language "Gherkin" and the concept of Behaviour Driven Development, I spent 2 months
|
||||
experimenting with it on the side whilst doing my regular work and produced a presentation to them and a group of senior testers where I then facilitated more conversation on the viability of the system its
|
||||
usefulness to the Society. I then organised regular meetings to continue the discussion.</p>
|
||||
<h2>Skills Learnt</h2>
|
||||
<p>Throughout this internship I feel that my social skills developed greatly, I got alot better at giving critisism, being willing to ask questions and admit I didnt understand things and developed my self-confidence.
|
||||
I also learnt a large amount about Microsoft's Azure Cloud Systems and manual and automated testing. I also gained real experience of an Agile working environment which I greatly enjoyed and I developed a much
|
||||
stronger understanding of APIs and back-end programming which I had never previously looked into.</p>
|
||||
<p>Multiple times during my work there I was requested to stay as an apprentice rather than go to University, I did turn this offer down but I intend to work for them over summers and during my industry year at
|
||||
University as I found it an incredibly friendly and safe feeling place with a really healthy culture. Their attitude towards change was very exciting to work in and multiple times I found I would make a mistake
|
||||
and be worried my teams would be annoyed or upset only to find they wouldnt even consider it an issue and with zero negative responses they would just ask how they could help to fix it and help me plan a solution.</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,37 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>Tower defence game</h1>
|
||||
<h2>What it is</h2>
|
||||
<p>A tower defence game, mostly created over the course of 1-2 months to allow myself and a friend to gain a better understanding of python. Players can place cats to attack balls of wool rolling along a path. Cats can
|
||||
be upgraded with different upgrade paths and can be deleted to allow for a partial refund. The tower system was designed to be easily expanded and altered along with a rudimentary map file system that allowed users to
|
||||
add maps of their own design. Although a functional prototype was created, no artist was ever found to allow for a proper art pass or visual redesign so the project never left this first phase.</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/YUKdlVf9n30" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<h2>What I did</h2>
|
||||
<p>Almost all of the project was a team effort with I and my friend sharing ideas and working on the same code in a pair programming set-up, swapping and working off each others ideas. I proposed alot of the original logic behind the movement
|
||||
systems, the level select menu and the file structure for custom maps along with alot of the smaller features such as tower placement and selection. These proposals were built off by both myself and my partner as the system
|
||||
evolved in complexity and scale.</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,56 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Work_for_Skipton_Building_Society.html>Work for Skipton Building Society</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Mapping_Software.html>Mind Mapping Software</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>Work for Skipton Building Society</h1>
|
||||
<h2>What it is</h2>
|
||||
<p>Inbetween my time at University and Post-16 I took a gap year where I interned at Skipton Building Society as a software tester. This was a paid 9 month internship where I waspushed for automated testing
|
||||
with SmartBears TestComplete system and worked with their API team to ensure their software remained stable whilst they slowly worked through all their API's transitioning them from TIBCO to Azure.</p>
|
||||
<p>I was also asked to research Gherkin and Behaviour Driven Development to see if it would be worth transitioning to, helped to run a coding club to educate other members of the Society and later set-up
|
||||
the Society's standards for all their future automated testing.</p>
|
||||
<h2>What I did</h2>
|
||||
<p>I was initially hired to experiment with the idea of automating the Society's testing using SmartBear's TestComplete system. I taught myself a large portion of the tools over the course of a week
|
||||
and then worked with one other collegue who came from a testing background to fully automate the UI testing of the Ds customer portal system.
|
||||
From this we decided the tool may be worth using across the wider Society and worked with individual agile scrum teams to help them automate their testing. During this time I produced a presentation
|
||||
on the inner workings of TestComplete and its benefits to the Society's senior developers convincing them of its worth. I also worked with my collegue to produce an educational talk, some tools and documentation
|
||||
in order to educate other testers on the system and encourage widespread use.</p>
|
||||
<p>After 3 months of working on TestComplete I was assigned to an Agile Hub in order to help them with their testing on the side whilst still working on TestComplete. This team was built to slowly
|
||||
transition all of the societies APIs from TIBCO to Azure and my job was to ensure any software interacting with the API currently being replaced would still work when the team had finished. This was
|
||||
done through large amounts of manual regression tests and a few automated tests where their work overlapped with my other TestComplete work. This was somewhat challenging for me to begin with as I had
|
||||
little understanding of alot of the software I was testing and I found myself somewhat anxious when communicating with the team, however I slowly improved at this over time and ended up working with relative
|
||||
efficiency. I did this through pushing myself to ask people questions and eventually reorganising my time by meeting with all the teams developers at the very start of an API development cycle to have a full
|
||||
conversation with all of them on what needed to be tested and how rather than individually asking developers and having to compile the individual comments of each developer.</p>
|
||||
<p>On the side of this I also ran a talk to teach testers the basics of javascript to increase the flexibility of their automated tests and later helped some lead developers to run a bi-weekly "Coding Club" to
|
||||
educate testers on programming with C#. One of these lead developers also tasked me with researching into the testing language "Gherkin" and the concept of Behaviour Driven Development, I spent 2 months
|
||||
experimenting with it on the side whilst doing my regular work and produced a presentation to them and a group of senior testers where I then facilitated more conversation on the viability of the system its
|
||||
usefulness to the Society. I then organised regular meetings to continue the discussion.</p>
|
||||
<h2>Skills Learnt</h2>
|
||||
<p>Throughout this internship I feel that my social skills developed greatly, I got alot better at giving critisism, being willing to ask questions and admit I didnt understand things and developed my self-confidence.
|
||||
I also learnt a large amount about Microsoft's Azure Cloud Systems and manual and automated testing. I also gained real experience of an Agile working environment which I greatly enjoyed and I developed a much
|
||||
stronger understanding of APIs and back-end programming which I had never previously looked into.</p>
|
||||
<p>Multiple times during my work there I was requested to stay as an apprentice rather than go to University, I did turn this offer down but I intend to work for them over summers and during my industry year at
|
||||
University as I found it an incredibly friendly and safe feeling place with a really healthy culture. Their attitude towards change was very exciting to work in and multiple times I found I would make a mistake
|
||||
and be worried my teams would be annoyed or upset only to find they wouldnt even consider it an issue and with zero negative responses they would just ask how they could help to fix it and help me plan a solution.</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
|
@ -4,6 +4,8 @@
|
|||
BlogPageBuilder::BlogPageBuilder(std::string templateFileUrl, std::string inFolder,
|
||||
std::string outFolder, std::string articleIdentifier)
|
||||
{
|
||||
this->outFolder = outFolder;
|
||||
this->inFolder = inFolder;
|
||||
pageTemplate = readFile(templateFileUrl);
|
||||
this->articleIdentifier = articleIdentifier;
|
||||
navIdentifier = "<nav>";
|
||||
|
@ -53,10 +55,10 @@ int BlogPageBuilder::calculateIdentifierLocation(std::string id, std::string tex
|
|||
|
||||
void BlogPageBuilder::collectPages()
|
||||
{
|
||||
auto directoryIterator = std::filesystem::directory_iterator(SOURCE_FILE_FOLDER);
|
||||
auto directoryIterator = std::filesystem::directory_iterator(inFolder);
|
||||
for(auto file : directoryIterator)
|
||||
{
|
||||
pages.push_back(new Page(file.path(), OUTPUT_FILE_FOLDER));
|
||||
pages.push_back(new Page(file.path(), outFolder));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#pragma once
|
||||
#include "../MacroDefinitions.h"
|
||||
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
|
@ -19,6 +18,9 @@
|
|||
class BlogPageBuilder
|
||||
{
|
||||
private:
|
||||
std::string outFolder;
|
||||
std::string inFolder;
|
||||
|
||||
std::string pageTemplate;
|
||||
std::string articleIdentifier;
|
||||
std::string navIdentifier;
|
||||
|
|
|
@ -15,4 +15,7 @@ target_link_libraries(blog PUBLIC md4c-html)
|
|||
target_link_libraries(blog PRIVATE BlogParser)
|
||||
target_link_libraries(blog PRIVATE BlogPageBuilder)
|
||||
|
||||
target_include_directories(blog PUBLIC "${PROJECT_BINARY_DIR}")
|
||||
target_include_directories(BlogPageBuilder PUBLIC "${PROJECT_BINARY_DIR}")
|
||||
target_include_directories(BlogParser PUBLIC "${PROJECT_BINARY_DIR}")
|
||||
# This probably needs a severe clean up
|
||||
|
|
|
@ -91,7 +91,7 @@ void Page::writePageToFile()
|
|||
file.close();
|
||||
|
||||
if (file.fail())
|
||||
printf("failed to write file");
|
||||
printf("failed to write file to %s \n", outFileUrl.c_str());
|
||||
}
|
||||
|
||||
|
||||
|
|
39
Src/blog.cpp
39
Src/blog.cpp
|
@ -1,18 +1,49 @@
|
|||
#include "../MacroDefinitions.h"
|
||||
#include "MacroDefinitions.h"
|
||||
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
#include <cstring>
|
||||
|
||||
#include "BlogPageBuilder.h"
|
||||
|
||||
|
||||
std::string findAndReplace(std::string text, std::string find, std::string replace)
|
||||
{
|
||||
int pos = 0;
|
||||
while (true)
|
||||
{
|
||||
pos = text.find(find, pos+1);
|
||||
|
||||
if (pos == std::string::npos)
|
||||
break;
|
||||
text.replace(pos, 1, replace);
|
||||
}
|
||||
|
||||
return text;
|
||||
}
|
||||
|
||||
std::string getArg(int argc, char* argv[], std::string argIdString)
|
||||
{
|
||||
for (int i = 0; i < argc; i++)
|
||||
{
|
||||
int idValSplit = argIdString.length()-1;
|
||||
const char* argId = argIdString.c_str();
|
||||
if (strncmp(argId, argv[i], idValSplit) == 0)
|
||||
return std::string(argv[i]).substr(idValSplit+1, strlen(argv[i])-(idValSplit+1));
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
/*
|
||||
* -in="" // give source folder
|
||||
* -out="" // give output folder
|
||||
*/
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
std::string source = argv[1];
|
||||
if (source == "");
|
||||
std::string source = getArg(argc, argv, "-in=");
|
||||
if (source == "")
|
||||
source = SOURCE_FILE_FOLDER;
|
||||
std::string output = argv[2];
|
||||
std::string output = getArg(argc, argv, "-out=");
|
||||
if (output == "")
|
||||
output = OUTPUT_FILE_FOLDER;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../MacroDefinitions.h"
|
||||
#include "MacroDefinitions.h"
|
||||
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
|
|
|
@ -12,3 +12,6 @@ target_link_libraries(tests PUBLIC md4c)
|
|||
target_link_libraries(tests PUBLIC md4c-html)
|
||||
|
||||
target_link_libraries(tests PRIVATE Catch2::Catch2WithMain)
|
||||
|
||||
target_include_directories(tests PUBLIC "${PROJECT_BINARY_DIR}")
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,6 @@ Src/CMakeFiles/BlogPageBuilder.dir/BlogPageBuilder.cpp.o: \
|
|||
/home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/../MacroDefinitions.h \
|
||||
/usr/include/c++/11/string \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
|
||||
|
|
Binary file not shown.
|
@ -5,7 +5,6 @@ Src/CMakeFiles/BlogPageBuilder.dir/BlogPageBuilder.cpp.o
|
|||
/home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.cpp
|
||||
/usr/include/stdc-predef.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/MacroDefinitions.h
|
||||
/usr/include/c++/11/string
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
Src/CMakeFiles/BlogPageBuilder.dir/BlogPageBuilder.cpp.o: ../Src/BlogPageBuilder.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
../Src/BlogPageBuilder.h \
|
||||
../MacroDefinitions.h \
|
||||
/usr/include/c++/11/string \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
|
||||
|
@ -557,9 +556,7 @@ Src/CMakeFiles/BlogPageBuilder.dir/Page.cpp.o: ../Src/Page.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h:
|
||||
|
||||
/usr/include/c++/11/ext/aligned_buffer.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
/usr/include/c++/11/cctype:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h:
|
||||
|
||||
|
@ -569,6 +566,10 @@ Src/CMakeFiles/BlogPageBuilder.dir/Page.cpp.o: ../Src/Page.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
|
||||
|
||||
../Src/Page.cpp:
|
||||
|
@ -605,12 +606,6 @@ Src/CMakeFiles/BlogPageBuilder.dir/Page.cpp.o: ../Src/Page.cpp \
|
|||
|
||||
/usr/include/ctype.h:
|
||||
|
||||
/usr/include/c++/11/ios:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h:
|
||||
|
@ -655,27 +650,9 @@ Src/CMakeFiles/BlogPageBuilder.dir/Page.cpp.o: ../Src/Page.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h:
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h:
|
||||
|
||||
/usr/include/c++/11/ext/type_traits.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h:
|
||||
|
||||
/usr/include/c++/11/bits/exception.h:
|
||||
|
||||
/usr/include/c++/11/bits/range_access.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:
|
||||
|
||||
/usr/include/c++/11/bits/ostream_insert.h:
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h:
|
||||
|
||||
../Src/BlogPageBuilder.h:
|
||||
|
||||
|
@ -695,6 +672,28 @@ Src/CMakeFiles/BlogPageBuilder.dir/Page.cpp.o: ../Src/Page.cpp \
|
|||
|
||||
/usr/include/c++/11/bits/alloc_traits.h:
|
||||
|
||||
/usr/include/c++/11/ios:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h:
|
||||
|
||||
/usr/include/c++/11/bits/exception.h:
|
||||
|
||||
/usr/include/c++/11/bits/range_access.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h:
|
||||
|
||||
/usr/include/c++/11/bits/ostream_insert.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h:
|
||||
|
||||
/usr/include/c++/11/string:
|
||||
|
@ -709,8 +708,6 @@ Src/CMakeFiles/BlogPageBuilder.dir/Page.cpp.o: ../Src/Page.cpp \
|
|||
|
||||
../Src/BlogParser.h:
|
||||
|
||||
../MacroDefinitions.h:
|
||||
|
||||
/usr/include/c++/11/ext/numeric_traits.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
@ -725,6 +722,8 @@ Src/CMakeFiles/BlogPageBuilder.dir/Page.cpp.o: ../Src/Page.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:
|
||||
|
||||
/usr/include/c++/11/ext/type_traits.h:
|
||||
|
||||
/usr/include/c++/11/ctime:
|
||||
|
||||
/usr/include/c++/11/bits/codecvt.h:
|
||||
|
@ -771,12 +770,6 @@ Src/CMakeFiles/BlogPageBuilder.dir/Page.cpp.o: ../Src/Page.cpp \
|
|||
|
||||
/usr/include/c++/11/bits/stl_function.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:
|
||||
|
||||
/usr/include/c++/11/cctype:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h:
|
||||
|
@ -837,6 +830,10 @@ Src/CMakeFiles/BlogPageBuilder.dir/Page.cpp.o: ../Src/Page.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h:
|
||||
|
||||
/usr/include/c++/11/ext/aligned_buffer.h:
|
||||
|
||||
/usr/include/endian.h:
|
||||
|
||||
/usr/include/c++/11/bits/allocated_ptr.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES =
|
||||
CXX_INCLUDES = -I/home/rosia/Programming/Cpp/BlogParser/build
|
||||
|
||||
CXX_FLAGS = -g -std=gnu++17
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES =
|
||||
CXX_INCLUDES = -I/home/rosia/Programming/Cpp/BlogParser/build
|
||||
|
||||
CXX_FLAGS = -g -std=gnu++17
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
Src/CMakeFiles/blog.dir/blog.cpp.o: \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/blog.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/../MacroDefinitions.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/MacroDefinitions.h \
|
||||
/usr/include/c++/11/string \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
|
||||
|
@ -153,7 +153,8 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: \
|
|||
/usr/include/c++/11/bits/istream.tcc /usr/include/c++/11/bits/codecvt.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/basic_file.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++io.h \
|
||||
/usr/include/c++/11/bits/fstream.tcc \
|
||||
/usr/include/c++/11/bits/fstream.tcc /usr/include/c++/11/cstring \
|
||||
/usr/include/string.h /usr/include/strings.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.h \
|
||||
/usr/include/c++/11/sstream /usr/include/c++/11/bits/sstream.tcc \
|
||||
/usr/include/c++/11/vector /usr/include/c++/11/bits/stl_uninitialized.h \
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Src/CMakeFiles/blog.dir/blog.cpp.o
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/blog.cpp
|
||||
/usr/include/stdc-predef.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/MacroDefinitions.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/MacroDefinitions.h
|
||||
/usr/include/c++/11/string
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h
|
||||
|
@ -187,6 +187,9 @@ Src/CMakeFiles/blog.dir/blog.cpp.o
|
|||
/usr/include/x86_64-linux-gnu/c++/11/bits/basic_file.h
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++io.h
|
||||
/usr/include/c++/11/bits/fstream.tcc
|
||||
/usr/include/c++/11/cstring
|
||||
/usr/include/string.h
|
||||
/usr/include/strings.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.h
|
||||
/usr/include/c++/11/sstream
|
||||
/usr/include/c++/11/bits/sstream.tcc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
../MacroDefinitions.h \
|
||||
MacroDefinitions.h \
|
||||
/usr/include/c++/11/string \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
|
||||
|
@ -186,6 +186,9 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
/usr/include/x86_64-linux-gnu/c++/11/bits/basic_file.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++io.h \
|
||||
/usr/include/c++/11/bits/fstream.tcc \
|
||||
/usr/include/c++/11/cstring \
|
||||
/usr/include/string.h \
|
||||
/usr/include/strings.h \
|
||||
../Src/BlogPageBuilder.h \
|
||||
/usr/include/c++/11/sstream \
|
||||
/usr/include/c++/11/bits/sstream.tcc \
|
||||
|
@ -261,8 +264,6 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/c++/11/limits:
|
||||
|
||||
/usr/include/c++/11/ratio:
|
||||
|
||||
/usr/include/c++/11/bits/fs_fwd.h:
|
||||
|
||||
/usr/include/c++/11/filesystem:
|
||||
|
@ -279,6 +280,12 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
../Src/BlogPageBuilder.h:
|
||||
|
||||
/usr/include/string.h:
|
||||
|
||||
/usr/include/c++/11/ratio:
|
||||
|
||||
/usr/include/c++/11/cstring:
|
||||
|
||||
/usr/include/c++/11/bits/fstream.tcc:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++io.h:
|
||||
|
@ -381,6 +388,12 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h:
|
||||
|
||||
../Src/blog.cpp:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h:
|
||||
|
||||
/usr/include/c++/11/bits/cxxabi_init_exception.h:
|
||||
|
@ -401,10 +414,6 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/c++/11/bits/stl_iterator.h:
|
||||
|
||||
/usr/include/c++/11/bits/concept_check.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/c++/11/cstdint:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h:
|
||||
|
@ -415,8 +424,6 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/ctype.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h:
|
||||
|
@ -425,6 +432,10 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h:
|
||||
|
||||
/usr/include/stdint.h:
|
||||
|
||||
/usr/include/c++/11/bits/concept_check.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h:
|
||||
|
@ -487,13 +498,9 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/c++/11/bits/ostream_insert.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h:
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h:
|
||||
|
||||
../Src/blog.cpp:
|
||||
|
||||
/usr/include/c++/11/ext/type_traits.h:
|
||||
MacroDefinitions.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h:
|
||||
|
||||
|
@ -501,6 +508,16 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h:
|
||||
|
||||
../Src/BlogParser.h:
|
||||
|
||||
/usr/include/c++/11/ext/numeric_traits.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/stdc-predef.h:
|
||||
|
||||
/usr/include/c++/11/bits/stl_function.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
|
||||
|
@ -511,14 +528,6 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
../Src/BlogParser.h:
|
||||
|
||||
../MacroDefinitions.h:
|
||||
|
||||
/usr/include/c++/11/ext/numeric_traits.h:
|
||||
|
||||
/usr/include/asm-generic/errno-base.h:
|
||||
|
||||
/usr/include/c++/11/bits/char_traits.h:
|
||||
|
@ -531,6 +540,8 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h:
|
||||
|
||||
/usr/include/c++/11/ext/type_traits.h:
|
||||
|
||||
/usr/include/c++/11/ctime:
|
||||
|
||||
/usr/include/c++/11/bits/codecvt.h:
|
||||
|
@ -579,10 +590,6 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/c++/11/string_view:
|
||||
|
||||
/usr/include/stdc-predef.h:
|
||||
|
||||
/usr/include/c++/11/bits/stl_function.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h:
|
||||
|
@ -667,6 +674,8 @@ Src/CMakeFiles/blog.dir/blog.cpp.o: ../Src/blog.cpp \
|
|||
|
||||
/usr/include/c++/11/bits/sstream.tcc:
|
||||
|
||||
/usr/include/strings.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/rosia/Programming/Cpp/BlogParser/Src/Src
|
||||
CXX_INCLUDES = -I/home/rosia/Programming/Cpp/BlogParser/Src/Src -I/home/rosia/Programming/Cpp/BlogParser/build
|
||||
|
||||
CXX_FLAGS = -g -std=gnu++17
|
||||
|
||||
|
|
BIN
build/Src/blog
BIN
build/Src/blog
Binary file not shown.
Binary file not shown.
|
@ -249,7 +249,7 @@ Tests/CMakeFiles/tests.dir/test.cpp.o
|
|||
/home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c-html.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/BlogPageBuilderTest.cpp
|
||||
/home/rosia/Programming/Cpp/BlogParser/MacroDefinitions.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/MacroDefinitions.h
|
||||
/home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.h
|
||||
/usr/include/c++/11/filesystem
|
||||
/usr/include/c++/11/bits/fs_fwd.h
|
||||
|
|
|
@ -248,7 +248,7 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
../Src/Libs/md4c-html.h \
|
||||
../Src/Libs/md4c.h \
|
||||
../Tests/BlogPageBuilderTest.cpp \
|
||||
../MacroDefinitions.h \
|
||||
MacroDefinitions.h \
|
||||
../Src/BlogPageBuilder.h \
|
||||
/usr/include/c++/11/filesystem \
|
||||
/usr/include/c++/11/bits/fs_fwd.h \
|
||||
|
@ -322,6 +322,8 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
|
||||
/usr/include/c++/11/bits/stl_construct.h:
|
||||
|
||||
/usr/include/c++/11/bits/cxxabi_forced.h:
|
||||
|
||||
/usr/include/c++/11/fstream:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h:
|
||||
|
@ -390,10 +392,6 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h:
|
||||
|
||||
/usr/include/c++/11/bits/hash_bytes.h:
|
||||
|
||||
/usr/include/c++/11/bits/move.h:
|
||||
|
||||
/usr/local/include/catch2/interfaces/catch_interfaces_enum_values_registry.hpp:
|
||||
|
||||
/usr/include/c++/11/ext/alloc_traits.h:
|
||||
|
@ -438,6 +436,12 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h:
|
||||
|
||||
/usr/include/c++/11/bits/hash_bytes.h:
|
||||
|
||||
/usr/include/c++/11/bits/move.h:
|
||||
|
||||
MacroDefinitions.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h:
|
||||
|
||||
/usr/include/strings.h:
|
||||
|
@ -524,10 +528,6 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: ../Tests/test.cpp \
|
|||
|
||||
../Src/BlogParser.h:
|
||||
|
||||
/usr/include/c++/11/bits/cxxabi_forced.h:
|
||||
|
||||
../MacroDefinitions.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/rosia/Programming/Cpp/BlogParser/Tests/../Src
|
||||
CXX_INCLUDES = -I/home/rosia/Programming/Cpp/BlogParser/Tests/../Src -I/home/rosia/Programming/Cpp/BlogParser/build
|
||||
|
||||
CXX_FLAGS = -g -std=gnu++17
|
||||
|
||||
|
|
|
@ -206,7 +206,7 @@ Tests/CMakeFiles/tests.dir/test.cpp.o: \
|
|||
/home/rosia/Programming/Cpp/BlogParser/Tests/../Src/Libs/md4c-html.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/../Src/Libs/md4c.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/BlogPageBuilderTest.cpp \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/../MacroDefinitions.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/build/MacroDefinitions.h \
|
||||
/home/rosia/Programming/Cpp/BlogParser/Tests/../Src/BlogPageBuilder.h \
|
||||
/usr/include/c++/11/filesystem /usr/include/c++/11/bits/fs_fwd.h \
|
||||
/usr/include/c++/11/bits/fs_path.h /usr/include/c++/11/utility \
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
[
|
||||
{
|
||||
"directory": "/home/rosia/Programming/Cpp/BlogParser/build/Src",
|
||||
"command": "/usr/bin/c++ -g -std=gnu++17 -o CMakeFiles/BlogParser.dir/BlogParser.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Src/BlogParser.cpp",
|
||||
"command": "/usr/bin/c++ -I/home/rosia/Programming/Cpp/BlogParser/build -g -std=gnu++17 -o CMakeFiles/BlogParser.dir/BlogParser.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Src/BlogParser.cpp",
|
||||
"file": "/home/rosia/Programming/Cpp/BlogParser/Src/BlogParser.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/rosia/Programming/Cpp/BlogParser/build/Src",
|
||||
"command": "/usr/bin/c++ -g -std=gnu++17 -o CMakeFiles/BlogPageBuilder.dir/BlogPageBuilder.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.cpp",
|
||||
"command": "/usr/bin/c++ -I/home/rosia/Programming/Cpp/BlogParser/build -g -std=gnu++17 -o CMakeFiles/BlogPageBuilder.dir/BlogPageBuilder.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.cpp",
|
||||
"file": "/home/rosia/Programming/Cpp/BlogParser/Src/BlogPageBuilder.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/rosia/Programming/Cpp/BlogParser/build/Src",
|
||||
"command": "/usr/bin/c++ -g -std=gnu++17 -o CMakeFiles/BlogPageBuilder.dir/Page.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Src/Page.cpp",
|
||||
"command": "/usr/bin/c++ -I/home/rosia/Programming/Cpp/BlogParser/build -g -std=gnu++17 -o CMakeFiles/BlogPageBuilder.dir/Page.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Src/Page.cpp",
|
||||
"file": "/home/rosia/Programming/Cpp/BlogParser/Src/Page.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/rosia/Programming/Cpp/BlogParser/build/Src",
|
||||
"command": "/usr/bin/c++ -I/home/rosia/Programming/Cpp/BlogParser/Src/Src -g -std=gnu++17 -o CMakeFiles/blog.dir/blog.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Src/blog.cpp",
|
||||
"command": "/usr/bin/c++ -I/home/rosia/Programming/Cpp/BlogParser/Src/Src -I/home/rosia/Programming/Cpp/BlogParser/build -g -std=gnu++17 -o CMakeFiles/blog.dir/blog.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Src/blog.cpp",
|
||||
"file": "/home/rosia/Programming/Cpp/BlogParser/Src/blog.cpp"
|
||||
},
|
||||
{
|
||||
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
{
|
||||
"directory": "/home/rosia/Programming/Cpp/BlogParser/build/Tests",
|
||||
"command": "/usr/bin/c++ -I/home/rosia/Programming/Cpp/BlogParser/Tests/../Src -g -std=gnu++17 -o CMakeFiles/tests.dir/test.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Tests/test.cpp",
|
||||
"command": "/usr/bin/c++ -I/home/rosia/Programming/Cpp/BlogParser/Tests/../Src -I/home/rosia/Programming/Cpp/BlogParser/build -g -std=gnu++17 -o CMakeFiles/tests.dir/test.cpp.o -c /home/rosia/Programming/Cpp/BlogParser/Tests/test.cpp",
|
||||
"file": "/home/rosia/Programming/Cpp/BlogParser/Tests/test.cpp"
|
||||
}
|
||||
]
|
Loading…
Add table
Reference in a new issue