Added to content file

This commit is contained in:
2015-05-31 15:08:30 +02:00
parent 8c6b54559d
commit 1e506f3049
2 changed files with 15 additions and 10 deletions
+5 -5
View File
@@ -8,8 +8,8 @@ if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
let s:wipebuf = bufnr('%')
endif
set shortmess=aoO
badd +22 index.htm
badd +0 WebsiteRawContent.txt
badd +45 index.htm
badd +38 WebsiteRawContent.txt
argglobal
silent! argdel *
argadd index.htm
@@ -29,12 +29,12 @@ setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
let s:l = 2 - ((1 * winheight(0) + 25) / 50)
let s:l = 1 - ((0 * winheight(0) + 25) / 50)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
2
normal! 015|
1
normal! 0
tabnext 1
if exists('s:wipebuf')
silent exe 'bwipe ' . s:wipebuf
+10 -5
View File
@@ -10,21 +10,26 @@ I have around a year's experience working in python and find it's simple syntax
Check out some of the projects I have worked on in python here!
About me > Coding > C++
I have used C++ to create audio effects using the Steinberg VST framework as part of coursework for my degree. I have also experimented with creating simple standalone command line tools. I like the language for it's high performance when compared to python (due to the compiled nature of the language) though I currently tend to work less in this language as I find it less flexible for quicly prototyping my ideas. I plan on improving my skills in this language when I feel that one of my projects has reached a point where it would benefit from being converted to a compiled language.
I have used C++ to create audio effects using the Steinberg VST framework as part of coursework for my degree. I have also experimented with creating simple standalone command line tools. I like the language for it's high performance when compared to python (due to the compiled nature of the language) though I currently tend to work less in this language as I find it less flexible for quickly prototyping my ideas. I plan on improving my skills in this language when I feel that one of my projects has reached a point where it would benefit from being converted to a compiled language.
About me > Coding > UNIX
Having worked almost exclusively on Mac and Linux for a number of years I am very familiar with the Unix enviroment. I have recently begun to experiment with creating shell scripts to help automate processes I perform regularly. The best example of my understanding of Unix would be to check out my source repository here. It demonstrates how I have used shell scripts to automate the process of setting up a new machine with the enviroment as I need it.
Having worked almost exclusively on Mac and Linux for a number of years I am very familiar with the Unix environment. I have recently begun to experiment with creating shell scripts to help automate processes I perform regularly. The best example of my understanding of Unix would be to check out my source repository here. It demonstrates how I have used shell scripts to automate the process of setting up a new machine with the environment as I need it.
About me > Coding > Vim
My editor of choice is Vim and have been using it for around a year. I feel the main advantage is that it is a widely available editor due to it's age and its exceptional ability to be adaptable to all different languages through customization. This allows me to develop in the same enviroment with modifications to create an IDE style workspace taylored to each task.If you are interested my Vim configurations can be found here.
My editor of choice is Vim and have been using it for around a year. I feel the main advantage is that it is a widely available editor due to it's age and its exceptional ability to be adaptable to all different languages through customization. This allows me to develop in the same environment with modifications to create an IDE style workspace tailored to each task.If you are interested my Vim configurations can be found here.
About me > Coding > HTML
I recently became interested in coding a website as a side project to improve my skills in an area that I am much less familiar with.
I recently became interested in coding a website as a side project to improve my skills in an area that I am much less familiar with. This has resulted in the website you are looking at now! I thought it would be beneficial to teach myself something not totally unrelated to my aspirations but enough to give me a different challenge to apply the new skills I have acquired over the past few years to. As a result I am now familiar with HTML5, CSS and understand the basics of JavaScript (though I feel this would not be difficult to build upon given my experience in Python).
About me > Music > Main content
I have always enjoyed writing and playing music. As a child I was taught the Piano and continue to practice as a hobby in my spare time. Through studying Music Technology at university I have had the opportunity to expand on my understanding of Music and how computers and signal processing techniques can be applied creatively to design and manipulate sounds. I also have a good understanding of music recording techniques and industry standards for recording instruments in a music studio environment. Although I hope to progress primarily in a technical industry where logic is key, I feel the slightly less conventional path I have taken to reach my current position will provide me with a different perspective on tasks than that of a standard computer science graduate, for example.
About me > Motorbike > Main content
In my spare time I also love riding and maintaining motorbikes. I currently hold a full UK A1 motorbike licence and hope to upgrade this in the next few months.
Needs more...
Professional Experience > IRCAM > Main Content
Worked on a range of DSP related projects and tasks for the Analysis and Synthesis team. Modified and improved a number of programs, primarily in Python, with particular focus on vocal and musical processing. Also worked on Unix and in C++.
IRCAM has has been my first experience in a professional working environment. During my time there I gained an understanding of how teams work togeather to produce professional products and participated in the development of such products. My ability to write readable and stable code was important when contributing to projects and my knowlege of Unix, Git, VIM, Python, C++ etc... grew substantially during my time there. I also learnt how to work on a project alongside other member of the team and due to the wide variety of projects that I was tasked with improving, my ability to adapt to tasks where I did not have prior experience improved dramatically. An example of this could be when I was tasked with fixing a reveal.js prsentation. A simple task but in a language (or 3, HTML, CSS and JavaScript) that I had never used before. I think this ability to adapt to a given situation is important in a rapidly changing industry.
Portfolio > FYP: Audio descriptor framework
Portfolio > Python/matlab filter module