Showing posts with label acads. Show all posts
Showing posts with label acads. Show all posts

10/16/2012

latex-beamer + emacs-org-mode

The what? 
"You set the learning curve depending on your needs" -- Bastien Guerry, org-mode maintainer since 2011
     In this post, I am going to describe how to use org-mode in the awesome emacs to write reports/papers and create presentations as swiftly as writing plain text. Naaah, you will be writing plain text only! Rest of the shebang -- generating the tex file, producing the pdf, and even opening it for preview! --  is taken care by a shortcut in Emacs: C-c C-e d. Peace in life. Especially useful when you start writing the report at 2345 and the submission deadline is 2359 :D.
    We will be using the following tools/technologies: Beamer (it's just a Latex class), and Emacs* (org-mode in specific). I have written this post in haste so a few things may have slipped my mind. Put off in comments if you have any problems and/or tips.

6/24/2011

Break the Break !!

Warning: This post has nothing useful. Just the thoughts of my mind.

    I am in a position in my life which I keep on confronting again and again. On one hand there is lot of work to do -- interesting work -- but on the other hand, there is this wicked mind which compels me to waste almost all the time I have on apparently useful but factually useless things like cricinfo, ebay, imdb, youtube, etc. Did you notice something? Yes, Internet is the platform on which these evils form their brotherhood! Now I guess some of my friends will understand why I am trying to run away from "on-line" services offered by this wonderful product of technology commonly known as Computer.

6/02/2011

My flirts this week...

Elisp, Scheme, Java, Ruby, Roadies, Splitsvilla, Steve Yegge !

    So, these are the topics which I was enlightened about last week. Although I spent more time on the latter 3 topics, I gained the least from them. Steve Yegge's blogs are fun to read and you may even (almost) get the impression that they are informative but to me, they are all but useful. Of course, if you are as jobless as me, sure, give them a shot.

5/25/2011

MySQL contd: Tables

So...here we are. I had said "tomorrow", but 3 days have passed since my last mysql post.

Databases basically consist of tables. Tables are by themselves just rows and columns but can be interpreted as whatever we want. Generally, columns specify various attributes or qualities of a particular class and rows are just records (or instances) of that class, each one having specific values for each of the attributes including NULL.

Recent Insti Exploits

I. Welcome Srinivasa:
In an attempt to buy a new bicycle, I along with my friend Sagar trod along the narrow but thickly congested streets of Velachery. After being utterly disappointed by the high price mentioned by the shopkeeper for a Photon cycle (Rs. 3600), we decided to make the evening more enjoyable.

5/24/2011

Using emacs-jabber

A couple of days back, my friend Pradeep told me how to set up gtalk inside emacs using emacs-jabber. I am going to just repeat all those instructions as well as tell some of the things that I discovered.
Note: I don't know whether the following works for windows.

5/23/2011

About shortening links

I was always amazed by the "short" links that people used in their tweets. So I searched around and I found this interesting website.

On bit.ly, you can shorten your long links and then share them. This is especially useful on twitter since you have only 140 characters to blabber.


Another famous website which does that is tinyurl.com. Although both work fine, I think bit.ly is more miserly when it comes to number of characters in the url.
Later.

Purpose of this blog

My friend prateek read the first blog entry and made some remarks. I thank him for doing so. That motivated me to write the purpose behind creating this blog.

In this blog, I am going to write what I understand from the various things that I do in my day-to-day life; although I'll post on a variety of subjects, nonetheless the emphasis will be on academics because I want to see how much I study during a certain period of time and how much time I end up wasting in the same period.

Apart from that, I want to say that this blog is not a tutorial; it is mostly for my own understanding and future reference. Nonetheless, junta can follow it and understand the topics with a bit of efforts on their side as well.

Having said that, the most important thing is: I'll post what comes to my mind...:P

By the way, the previous MySQL stuff (and whatever is about to come) was kulted from here.

Acads this Weekend...

Okay. So, recently I have been reading about MySQL, where SQL stands for Structured Query Language, and MySQL is just one of the many versions of SQL. Although the different versions have their own specifications and special features, since SQL is ANSI standardized, there are a set of command that run on all the versions. Here is a overview of what I studied: