Content deleted Content added
No edit summary
(9 intermediate revisions by the same user not shown)
Line 2:
 
I have served as pastoral assistant in a few roman parishes:
* MartiriMartyrs of dell'Uganda parish
* SantaSaint Galla parish
* SanSaint LinoLinus parish
 
I have also served as university chaplain at Roma Tre University.
 
Currently I am serving at the Diocesan Pilgrimage Office "Opera Romana Pellegrinaggi".
 
I have always enjoyed programming and web development, and I have become fairly well versed in PHP, Javascript, Java, VB.NET with a little bit of C++.
I enjoy electronics, and science in general, and would like to put these talents at the service of the Church.
 
So I have created the [https://www.bibleget.io BibleGet Project and API].
 
I have created a [https://www.johnromanodorazio.com/LiturgicalCalendar Liturgical Calendar calculatorAPI].
 
I curate a few websites.
 
And now, I would like to create this encyclopedia about the influence of the Gospel and of the Word of God on human culture.
 
== Testing LilyPond scores ==
 
<score vorbis="1" midi="1">\relative c'' { \time 4/4 \key c \major c4 g8 g a4 g r b^> c^> r \bar "|." } \addlyrics { Shave and a hair -- cut: two bits. }</score>
 
== Testing Syntax Highlighting ==
<syntaxhighlight lang="python" line>
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>
 
[[it:Utente:Johnrdorazio]]