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) |
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
<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
#!/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
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
<KTouchKeyboard> | |
<Title>Tamil</Title> | |
<Comment>You can learn Tamil Typing easily with the help of this keyboard layout. </Comment> | |
<FontSuggestions>Sans Serif,9,-1,5,50,0,0,0,0,0</FontSuggestions> | |
<Language>ta (Tamil)</Language> | |
<Keys> | |
<Key Width="80" X="180" Y="200" Height="80" Type="FINGER"> | |
<Char Unicode="2991" Position="TopLeft">ய</Char> | |
</Key> | |
<Key Width="80" X="280" Y="200" Height="80" Type="FINGER"> |
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
<KTouchKeyboard> | |
<Title>Tamil Eng</Title> | |
<Comment>You can learn Tamil Typing easily with the help of this keyboard layout. In this layout you can also see the English Characters on the Keys for More convinience</Comment> | |
<FontSuggestions>Sans Serif,9,-1,5,50,0,0,0,0,0</FontSuggestions> | |
<Language>ta (Tamil)</Language> | |
<Keys> | |
<Key Width="80" X="180" Y="200" Height="80" Type="FINGER"> | |
<Char Unicode="2991" Position="TopLeft">ய</Char> | |
<Char Unicode="65" Position="BottomRight">A</Char> | |
</Key> |
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 -*- | |
"""Tamil Month Calculator - Simpler.ipynb | |
Automatically generated by Colaboratory. | |
Original file is located at | |
https://colab.research.google.com/drive/1vYnNRVuCUZa-n1V6P18FUcONYflxJdcd | |
Created by Ravi Annasamy - [email protected] |
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
#!/bin/bash | |
######################################################################### | |
# Copyright (C) 2019-2020 Akito <[email protected]> # | |
# # | |
# This program is free software: you can redistribute it and/or modify # | |
# it under the terms of the GNU General Public License as published by # | |
# the Free Software Foundation, either version 3 of the License, or # | |
# (at your option) any later version. # | |
# # | |
# This program is distributed in the hope that it will be useful, # |
NewerOlder