jainbasil en línea
jainbasil
This user hasn't shared any biographical information
Homepage: http://www.jainbasil.net
Jabber/GTalk: jainbasil
Posts by jainbasil
B Tech. Mini Project – C compiler with LLVM Backend
Mar 14th
After discussions with Pramode sir, I’ve decided to do the project ” Compiler for a C subset language with LLVM Backend “. We are a team of four members; me, Alwin James, Sandhya B. K. and Vinaya Menon. Our project guide is Valsaraj sir.
The very first thing all the teams should do is to submit a problem set, defining what is to be done and the deadline for this is mid-march ( not sure
). We had some initial discussions among us, and submitted the Problem set a little bit early. It has been approved by project guide.
The next few tasks to be completed include 4 presentations on LLVM, Software Design Model etc. We are also asked to submit analysis report on the software process model by the end of this month.
Apple Script in action!
Mar 9th
This is for the first time I am blogging about Mac OS X. Last day, I was chatting with one of my foss buddies. I wanted to learn something from him, and we were discussing how to vectorize and image in inkscape!. Alas, I did typed in something, and he wanted to me to say SORRY!. Since I didn’t do anything wrong, I told him that I am not ready to do that. The chat progressed, and I agreed to say Sorry!. Then he wanted me to say Sorry 100 times, and asked me to do it using Python.
I was using Mac at that time, so went for another choice, APPLE SCRIPT. This is what I did :
using terms from application “iChat”
tell application “iChat”
repeat 100 times
send “SORRY!” to buddy “********************”
end repeat
end tell
end using terms from

Recent Comments