All Projects → siongui → pali

siongui / pali

Licence: Unlicense license
Pāḷi Tipiṭaka and Pāḷi Dictionaries

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to pali

dazzler
Python UI/Web Framework
Stars: ✭ 17 (-15%)
Mutual labels:  web-application
jmdict-kindle
Japanese - English dictionary for Kindle based on the JMdict / EDICT database
Stars: ✭ 151 (+655%)
Mutual labels:  dictionary
clojure-app-engine
A skeleton to get started with Clojure on Google App Engine
Stars: ✭ 13 (-35%)
Mutual labels:  google-appengine
drift-server
Drift server
Stars: ✭ 19 (-5%)
Mutual labels:  web-application
langua
A suite of language tools
Stars: ✭ 29 (+45%)
Mutual labels:  dictionary
leximaven
A command line tool for searching word-related APIs.
Stars: ✭ 20 (+0%)
Mutual labels:  dictionary
teaching-web-technologies-spring-2019-2020
Core PHP web project
Stars: ✭ 10 (-50%)
Mutual labels:  web-application
greek-reference
An ancient Greek lexicon and grammar for Android.
Stars: ✭ 22 (+10%)
Mutual labels:  dictionary
engAraDictionaryFrom ArabEyes
English - Arabic dictionary MySQL database based on WordList from ArabEyes Team
Stars: ✭ 29 (+45%)
Mutual labels:  dictionary
hydralit
A library to create multi-page Streamlit applications with ease.
Stars: ✭ 93 (+365%)
Mutual labels:  web-application
hum2song
Hum2Song: Multi-track Polyphonic Music Generation from Voice Melody Transcription with Neural Networks
Stars: ✭ 61 (+205%)
Mutual labels:  web-application
pojde
Develop from any device with a browser.
Stars: ✭ 60 (+200%)
Mutual labels:  web-application
FlexCanvasJS
RIA Web Application Framework for HTML5 Canvas inspired by Adobe Flex / Flash. Style-able, skin-able, customize-able Javascript UI component set, from shapes to color pickers to data grids. Relative and dynamic layouts, automatic redraw regions, composite effects, and much more. Great for everything 2D, complex web forms to games.
Stars: ✭ 18 (-10%)
Mutual labels:  web-application
skeleton
Project template for starting your new project based on the Sulu content management system
Stars: ✭ 180 (+800%)
Mutual labels:  web-application
payload
A javascript single page application (SPA) driver for REST API payload management.
Stars: ✭ 16 (-20%)
Mutual labels:  web-application
SAUCE
⛔️ DEPRECATED - System for AUtomated Code Evaluation
Stars: ✭ 25 (+25%)
Mutual labels:  web-application
cmd
Command line tools for Revel.
Stars: ✭ 63 (+215%)
Mutual labels:  web-application
folket
Swedish–English dictionary for macOS (December 20, 2020)
Stars: ✭ 31 (+55%)
Mutual labels:  dictionary
Wordbook
Wordbook is a dictionary application built for GNOME.
Stars: ✭ 56 (+180%)
Mutual labels:  dictionary
web-config
A Rollup configuration to build modern web applications with sweet features as for example SCSS imports, Service Worker generation with Workbox, Karma testing, live reloading, coping resources, chunking, treeshaking, Typescript, license extraction, filesize visualizer, JSON import, budgets, build progress, minifying and compression with brotli a…
Stars: ✭ 17 (-15%)
Mutual labels:  web-application

Pāli Dictionary and Pāli Tipiṭaka

Development Environment:

This repository is not actively maintained. Pāli Dictionary and Pāli Tipiṭaka will be re-implemented in Go. Please see paligo.

Set Up Development Environment

  1. Download Go:

    # create a workspace in your home directory
    $ mkdir ~/dev
    # enter workspace
    $ cd ~/dev
    # download Go 1.10.2 for Linux 64-bit
    $ wget https://dl.google.com/go/go1.10.2.linux-amd64.tar.gz
    # uncompress and untar
    $ tar xvzf go1.10.2.linux-amd64.tar.gz

    If you do not follow the above steps, please modify GOROOT and GOPATH in Makefile.

  2. git clone the pali repository and data repository:

    # git clone pali repository
    $ cd ~/dev
    $ git clone https://github.com/siongui/pali.git
    # enter pali repository
    $ cd ~/dev/pali
    # git clone data repository
    $ make clone
  3. Development environment setup:

    $ cd ~/dev/pali
    $ make setup
  4. Run Dictionary Dev Website:

    $ cd ~/dev/pali
    $ make mindicjs
    $ make mindiccss
    $ make dicdevserver
  5. Run Tipiṭaka Dev Website:

    $ cd ~/dev/pali
    $ make mintpkjs
    $ make mintpkcss
    $ make tpkdevserver

Deploy on AWS EC2

See Deploy on AWS EC2.

UNLICENSE

Released in public domain. See UNLICENSE.

References

[1]GitHub - siongui/pali: Pāḷi Tipiṭaka and Pāḷi Dictionaries
[2]siongui/data: Data files for Pāḷi Tipiṭaka, Pāḷi Dictionaries, and external libraries
[3]

apt-get upgrade vs update

What is the difference between apt-get update and upgrade? - Ask Ubuntu

[4]

ubuntu check package version

How can I check the available version of a package in the repositories? - Ask Ubuntu

[5]

ubuntu check if packages are installed

How do I check if a package is installed on my server? - Ask Ubuntu

[6]python pip vs apt-get
[7]How to extract files to another directory using 'tar' command? - Ask Ubuntu
[8]Git Workflows and Tutorials | Atlassian Git Tutorial
[9]

makefile instead of grunt

What's in a Build Tool? (lihaoyi.com) (HN discussions)

ocaml-9p/Makefile at master · mirage/ocaml-9p · GitHub

rappel/Makefile at master · yrp604/rappel · GitHub

In defense of Unix (leancrew.com) (HN discussions)

[10]makefile check if symlink exists
[11]

makefile concatenate files

javascript - Makefile to combine js files and make a compressed version - Stack Overflow

build - Is there a way to exclude certain source files or folders from a makefile? - Stack Overflow

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].