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 -*- | |
"""Vegebot, courtesy of Classy Kirjand""" | |
import config | |
from telegram import ReplyKeyboardMarkup, InlineKeyboardButton, InlineKeyboardMarkup | |
from telegram.ext import (Updater, CommandHandler, MessageHandler, Filters, RegexHandler, | |
ConversationHandler) |
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
# Maintainer: Duru Can Celasun <dcelasun[at]gmail[dot]com> | |
pkgname=0xdbe-eap | |
_pkgname=0xdbe | |
pkgver=143.1301.4 | |
_buildver=$pkgver | |
pkgrel=1 | |
pkgdesc='Smart SQL Editor and Advanced Database Client Packed Together for Optimum Productivity' | |
arch=('i686' 'x86_64') # not 'any' because of fsnotifier | |
url="https://confluence.jetbrains.com/display/DBE/0xDBE+1.0+EAP" | |
backup=("usr/share/${_pkgname}/bin/${_pkgname}.vmoptions" "usr/share/${_pkgname}/bin/${_pkgname}64.vmoptions") |
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
# Maintainer: Gifts <[email protected]> | |
# Contributor: Andrey Vlasovskikh <[email protected]> | |
# Contributor: Dustin Falgout <[email protected]> | |
pkgname=pycharm-eap | |
_buildver=135.973 | |
_pkgver=3.4 | |
pkgver=${_pkgver}.${_buildver} | |
pkgrel=1 | |
pkgdesc="Powerful Python and Django IDE, Early Access Program (EAP) build. Professional edition." | |
arch=('any') |
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
# Maintainer: Gifts <[email protected]> | |
# Contributor: Andrey Vlasovskikh <[email protected]> | |
# Contributor: Dustin Falgout <[email protected]> | |
pkgname=pycharm-eap | |
_buildver=133.291 | |
_pkgver=3.0.2 | |
pkgver=${_pkgver}.${_buildver} | |
pkgrel=2 | |
pkgdesc="Powerful Python and Django IDE, Early Access Program (EAP) build. Professional edition." | |
arch=('any') |
NewerOlder