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
| [ 0.000000] Booting Linux on physical CPU 0x0 | |
| [ 0.000000] Linux version 5.3.0-intgr (pmos@newn) (gcc version 9.2.0 (Alpine 9.2.0)) #13 SMP PREEMPT Sun Nov 3 19:09:10 UTC 2019 | |
| [ 0.000000] CPU: ARMv7 Processor [510f02d4] revision 4 (ARMv7), cr=10c5787d | |
| [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIVT ASID tagged instruction cache | |
| [ 0.000000] OF: fdt: Machine model: Sony Xperia acro S | |
| [ 0.000000] Memory policy: Data cache writealloc | |
| [ 0.000000] cma: Failed to reserve 256 MiB | |
| [ 0.000000] percpu: Embedded 20 pages/cpu s52044 r8192 d21684 u81920 | |
| [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 239108 | |
| [ 0.000000] Kernel command line: startup=0x30 ta_info=0,16,256 semcandroidboot.babe1324=43423531323130575a5a warmboot=0x77665501 androidboot.serialno=CB51210WZZ console=ttyMSM0,115200,n8 PMOS_NO_OUTPUT_REDIRECT |
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 <gifts.antichat@gmail.com> | |
| # Contributor: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com> | |
| # Contributor: Dustin Falgout <dustin@falgout.us> | |
| 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 <gifts.antichat@gmail.com> | |
| # Contributor: Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com> | |
| # Contributor: Dustin Falgout <dustin@falgout.us> | |
| 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