Today, I made a really simple Code Viewer that allows Blogger Template to render Source Code in an effective or rather attractive and readable form. It's not much of a big deal, but I was looking for a similar plugin for this blog some 2 days ago and realized how simple it is. So, I thought of making one.
I have to say it is preety straight forward, nonetheless it took a bit to time [ than I expected ].
I haven't done much here, its just a simple viewer, which for now works only for Java Codes :D
Extending it for other Codes is fairly simple. So, I have left the project in the Git Hub, hoping it interests someone and gets extended further.
You can find the link of the project here: Code View Git Hub
I am just going to show you how it looks like.
I have to say it is preety straight forward, nonetheless it took a bit to time [ than I expected ].
I haven't done much here, its just a simple viewer, which for now works only for Java Codes :D
Extending it for other Codes is fairly simple. So, I have left the project in the Git Hub, hoping it interests someone and gets extended further.
You can find the link of the project here: Code View Git Hub
I am just going to show you how it looks like.
/*
This is a MultiLine Commment
*/
public static void main(String[] args)
{
//This is a Single Line Comment
System.out.println(" Hello World!! ");
}
So, this is how it looks. There's lot more to do here, but I am statisfied with what I have got for now :)
0 comments:
Post a Comment