• Stars
    star
    158
  • Rank 236,476 (Top 5 %)
  • Language Pascal
  • Created about 14 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unicode compliant native Bangla/Bengali Input Method Editor (IME) for Windows

Avro Keyboard

Unicode compliant open source Bangla typing software (IME). Visit: http://www.omicronlab.com for latest version.

How to compile:

This section describes briefly how to compile Avro Keyboard from source.

  1. If you need further help regarding codes from OmicronLab, you can contact us at: http://forum.omicronlab.com/

  2. If you need assistance regarding codes from 3rd party libraries used in Avro Keyboard (see below for list), contact respective authors of that library.

Required Delphi Version:

Delphi 2010

Required 3rd party libraries:

This source includes the following 3rd party libraries:

  1. NativeXml. Open source. Site: http://www.simdesign.nl/nativexml.html

  2. PCRE Delphi wrapper. Open source. Author: Renato Mancuso [email protected]

Before compiling, you have to install the following 3rd party libraries in you Delphi environment:

  1. DISQLite3. Freeware (Not open source). Site: http://www.yunqa.de/

  2. ICS. Freeware with Source Code. Site: http://www.overbyte.be/

  3. Delphi Jedi (JVCL and JCL). Open source. Site: http://www.delphi-jedi.org/

If you are ready with the above mentioned requirements, the delphi project files (*.dpr) should be compiled without any problem.

Building Standard and Portable editions

Open ProjectDefines.inc file in the root folder of the source.

For building portable edition, add the following line in this file and compile:

{$Define PortableOn} 

For building standard edition, remove the above line from the file or make it a comment like the following and then compile:

{.$Define PortableOn} 

or,

//{$Define PortableOn} 

License

From version 5x, Avro Keyboard goes open source from freeware, licensed under MOZILLA PUBLIC LICENSE Version 1.1. You should receive a copy of the license in MPL-1.1.txt file with both binaries and source. An online version of the license can be found at: http://www.mozilla.org/MPL/

Copyright Β© OmicronLab. All Rights Reserved.

More Repositories

1

learning-graphql

An attempt to learn GraphQL
JavaScript
943
star
2

go-kill-mysql-query

Interactively shows long running queries in MySQL server and provides option to kill them one by one
Go
77
star
3

orkid-node

Reliable and modern Redis Streams based task queue for Node.js πŸ€–
JavaScript
61
star
4

container-from-scratch-in-go

Toy container build from scratch in Go solely for learning purpose
Go
60
star
5

png2escpos

Quickly convert PNG files to ESC/POS format, for printing on Epson thermal point-of-sale printers. Written in Go/Golang
Go
33
star
6

libavrophonetic

Go module providing classic (rule-based) and dictionary backed transliterators for Avro Phonetic
Go
21
star
7

unstupify

Chrome extension for hiding Priyo.com posts on Facebook
JavaScript
11
star
8

rust-for-nodejs-developers

Code examples for people learning Rust coming from Node.js
8
star
9

orkid-ui

Dashboard to monitor and manage Orkid task queue ✨
JavaScript
8
star
10

orkid-api

GraphQL API to monitor and manage Orkid task queue βš™οΈ
JavaScript
7
star
11

demo-prepending-page-to-pdf

This code uses "pdf-lib" to prepend a page to a pdf file. The output shows fine in Google Chrome for one input, but doesn't for another.
JavaScript
5
star
12

tmp-literate-golds

HTML
4
star
13

demo-adding-header-to-pdf

This code uses "pdf-lib" to add a header to the first page of a pdf file. It works for one input, but doesn't for another.
JavaScript
4
star
14

mugli

1
star
15

texttemplate

Go
1
star
16

advent-of-code-2022

https://adventofcode.com/2022
Go
1
star
17

hapi-shared-auth-cookie

Shared Session Cookie authentication plugin for Hapijs
JavaScript
1
star