kubectl create secret generic aws-secret --from-literal=AWS_ACCOUNT= --from-literal=AWS_ACCESS_KEY_ID= --from-literal=AWS_SECRET_ACCESS_KEY= --from-literal=AWS_DEFAULT_REGION= --from-literal=AWS_REGION=
import sys | |
import re | |
import tamil | |
infile = sys.argv[1] | |
spechal_charecers = ["~","`","!","@","#","$","%","^","&","*","(",")","_","-","+","=","[","{","]","}",'\\',"|",";",":","\'",'\"',"<",">",".","?","/",',',"’","\’",'“','”'] | |
numbers = [1,2,3,4,5,6,7,8,9,0] | |
sandhi_chars = ['க்','ச்', 'த்', 'ப்'] |
#!/usr/bin/env python3 | |
# Author: T Shrinivasan | |
# Email : [email protected] | |
# License : GNU GPL 3.0 | |
# sudo apt install libimage-exiftool-perl imagemagick gwenview | |
# /etc/ImageMagick-6/policy.xml |
# sample content of replace_dictionary.csv | |
#gooood, god | |
#baaaad, bad | |
#coool, cool | |
# | |
replace_dict = {} |
import cv2 | |
import numpy as np | |
def mse(imageA, imageB): | |
err = np.sum((imageA.astype("float") - imageB.astype("float")) ** 2) | |
err/=float(imageA.shape[0] * imageA.shape[1]) | |
return err | |
original_testfigure1 = cv2.imread("testfigure1.png") | |
expected_testfigure1 = cv2.imread("testfigure2.png") |
#!/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, # |
# -*- 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] |
<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> |
<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"> |