This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
00:00:04,000 --> 00:00:05,500 | |
Agenda 2000 நிகழ்ச்சிக்கு போயிருந்தேன் | |
2 | |
00:00:06,100 --> 00:00:08,900 | |
அங்கே Criag Mundie இருந்தார். | |
3 | |
00:00:08,900 --> 00:00:12,000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding: utf-8 | |
# In[1]: | |
import pandas as pd | |
import json | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> Embed archive.org books in HTML page </h1> | |
<br/> | |
<br/> | |
<h1> Double page embed mode </h1> | |
<!-- thanks to https://stackoverflow.com/questions/7847465/pre-tag-wont-show-text-containing-iframe for the fix on pre and embed --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#coding:utf-8 | |
#Copyright ReportLab Europe Ltd. 2000-2009 | |
#see license.txt for license details | |
# author - Selvam <[email protected]> | |
# Fix for Tamil font issues in Reportlab ( python2) | |
# search for "selvam" for the changes he made in this file | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'package) | |
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) | |
(package-initialize) | |
(cua-mode t) | |
(delete-selection-mode t) | |
(global-set-key (kbd "<left>") 'backward-char) |
OlderNewer