Tag Archives: Projects

Cruity – The Free Applicant Tracking System

Around 20 minutes ago I just enabled Cruity.com to be available for anyone to sign up to use. This has been a project I have been working on in my spare time for over a year now staying up very late at night and using every available hour at the weekend to work on it.

Cruity

Applicant Screen

What is Cruity?

It is an hiring platform. People apply for your job on Cruity.com it then provides a very easy way for you to sort and review the applicants who have applied to your job. It has already been used by over 25 high profile companies in Silicon Valley already in the private beta which is quite a nice achievement for it to have.

For people applying for jobs I have tried to make it as easy as possible for them to use.

Why Did I create it?

I was part of the interviewing team for the silicon valley internship programme. The software we were using was pretty terrible and it did not save us any time at all especially because we were dealing with hundreds of applicants. So I knew there had to be a way to do this. As a result I used my web development skills learned new cutting edge technology to create it. I have learned a lot over the year while making it and will learn more as I continue to improve it.

This is only just the beginning of the adventure of Cruity.

I hope all the people that are just accepting job applications through emails will decide to use this instead as there is significant value gained from it.

If you need free applicant tracking software head over to cruity.

If you have any feedback please feel free to contact me and I will help you with your request. You can contact me using the information on this page

 

 

Open Sourced Dungeon Crawler

So I decided to open source my dungeon crawler game that I made a while ago. My original plan was to develop it further and make it into yet another Xbox indie game available for download.

However time was always a problem while I was at university so I never got around to completing it. I hopefully one day however will return to complete a similar like game but I wont be making it in C# or reusing any of that code. (Except maybe the level generator, that was pretty incredible if do say so myself).

Feel free to use any of the code or any of the art.

https://github.com/Stewart-Taylor/DungeonCrawler

The main components of the game which you will want to look at are.

  • The Level generator ( All levels are created through clever procedural techniques)
  • The particle effect system.
  • The character sprite animation system. ( All characters are created from individual parts. So you can cut off legs, arms,etc)

If you have any questions about the source code feel free to email me. Be warned though it is a bit messy.

Also I plan to open source a lot more of these small projects that I have worked on, in the hopes that it is useful to someone else.

 

Dundee University press and YSE award

The computing department at the university of Dundee wrote a little article about after winning 3rd place at the Scottish young software engineer of the year awards.

Applied Computing Graduate secures 3rd Place in ‘Young Software Engineer of the Year’ Awards

Shortly after graduating this year with a BSc in Applied Computing, Stewart Taylor was awarded 3rd place at the ScotlandIS ‘Young Software Engineer of the Year’ awards.

ScotlandIS is a trade body for the ICT sector that represents approximately 200 technology and software related businesses in Scotland. The awards are allocated to computer science and software engineering students in Scotland, who completed exceptional undergraduate software projects.

The University of Dundee nominated Stewart for his strong final year project. His project provided a visual demonstration of path planning which will be used by the Space Systems Research Group to showcase their work for outreach. Stewart’s portfolio of work includes a number of mobile phone applications, and games that he developed and published for the Xbox indie marketplace. We are delighted to hear the news of his success, particularly as Stewart was competing against nominees from 12 other universities.

Stewart gained a number of accolades whilst studying. As part of a team in 2012, he received 1st place in the ‘Yahoo! Hack Day Dundee’ competition, and he was awarded a medal for top student in Applied Computing Level 3. Stewart also recently participated in the ESA App Camp 2013, as one of 20 selected participants from across Europe. His undeniable academic success has led to a new and exciting career as a Software Engineer for ‘LoopUp’, a teleconferencing start-up based in San Francisco. His parents collected his award on his behalf as he was en route to his new life in North America.

http://www.computing.dundee.ac.uk/newsandevents/newsdetail.asp?1044

 

Winning the award got me this nice little trophy and a very generous cash prize. I could not attend the event however as it was taking place while I was actually on the plane to San Francisco.

BTGonapCYAEEOC7

http://www.scotlandis.com/news/stories/exceptional-students-lift-software-awards

Dynamic Pathfinding In Unknown Terrain

I have nearly completed my honours after many months of work. My initial idea was to keep this website updated with its progress but it was such a busy year I had very little time to do so.

The completed system uses the D star search algorithm and simulated planetary data from the University of Dundee’s space research groups PANGU system. The simulation runs in real time and it is possible to see the rovers map update in real time as well as being able to have a view of what the rover sees.

DPP INterface

The image above shows the rover safely traverse a 10485m² region. As the rover moves along it uses its simulated sensors to retrieve data about it’s environment. Using the D star search algorithm is it able to successfully make alterations to it’s current path on the fly without having to perform a brand new search. This saves a lot of time and is especially good with very large regions.

elevationCompare

The system can run comparison simulations using different path finding algoirthms and compare results.

Once I have completed my project at the start of May I plan to write up a section on this website which goes into detail about the project, how it works etc.I also plan to make a video of the system in action. The interface has a stage progression system which is kind of difficult to show in images plus it would be nice to be able to see the system working in real time.

 

Disparity Maps

For one of my university modules I was required to create Disparity Maps from stereo image pairs. I quite enjoyed doing this image processing as It was more enjoyable than the usual tasks I get given. I also got to use MatLab which I had never used before and actually quite enjoyed it, especially with all the quick features it includes.

Here is a few examples of what the project I was working on can do on a stereo image pair of the pentagon.

 

MatLab makes its fairly easy to plot 3D objects. Unfortunately however there is still some noise being picked up by the algorithm.

I will upload the code to GitHub at some point, It still requires a few tweaks however at the moment.

Social Miner

Last year I worked as part of team of three where we created an entry for the Yahoo Dundee Hack Day 2012. The entry that we created managed to obtain 1st place.

The web application we created can be used to view and find emerging viral content posted by people you follow on Twitter. We also created it as a platform that would provide a very simple and efficient way to access and navigate this content. This allows you to stay on the website without having to leave to view content. I had the web application hosted on this website for a few months now but it required/requires some changes but I have decided to make it public now as I think it is a very neat little application that others might like to use. You can find out more information about it at http://taylore.net/?page_id=450 .

 Access it here Social Miner

 

GitHub

Over the past few years I have been using Git for source control on my projects both personal and for university. I really enjoy using it and find it makes it much easier to manage larger projects and I think it would be useful if others can benefit from the code I have written as well.

My account is https://github.com/Stewart-Taylor

I’m also now hosting my Laser System on it, as people request the code for it frequently (Also feel free to use it in your own project no need to ask for permission).

3D Sailing Ship

For one of my graphics assignments I had to use make use of shaders  So I looked up fragment and vertex shaders and managed to complete this scene in 5 days. A vertex shader is used to adjust the vertex heights for the ocean. A fragment shader was also used for the texturing, sparkle ad gradient effects and I made a simple overlay shader the attempts to make the scene look more vintage.

 

Procedurally Generated Volcanic Island

For my second graphics assignment I had to make use of procedural generation techniques to create a scene. I decided that it would base mine around a volcanic Island , complete with water simulation and a particle generator.


The generator I created can produced some quite nice scenes. It could probably be useful in creating a Caribbean type environment populated with islands.

The smoke particles that are generated also get effected by the environment wind and the height of that particle. This provides a nice scattering effect for the smoke as it rises.

Progress Going Well

My plan is to hopefully get it completely ported over so that it’s the exact same quality as the Xbox version.

Just some of the New features

  • New Towers
  • New Enemies
  • New Levels
  • New Spells
  • Huge improvements to the town building system
  • An online scoreboard (maybe)
  • Various Graphical improvements (Such as themed levels)
  • An easier to use interface