This file contains 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') |
This file contains 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 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 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 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 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 0 | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Linux version 3.4.0-oc-intgr (pmos@newn) (gcc version 9.2.0 (Alpine 9.2.0) ) #7-postmarketOS SMP PREEMPT Sat Nov 2 20:55:25 UTC 2019 | |
[ 0.000000] CPU: ARMv7 Processor [510f02d4] revision 4 (ARMv7), cr=10c5387d | |
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIVT ASID tagged instruction cache | |
[ 0.000000] Machine: fuji | |
[ 0.000000] Ignoring unrecognised tag 0x00000000 | |
[ 0.000000] Ignoring unrecognised tag 0x00000000 | |
[ 0.000000] Ignoring unrecognised tag 0x00000000 | |
[ 0.000000] cma: CMA: reserved 192 MiB at 63800000 |
This file contains 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
Dec 29 22:42:58 newn kernel: [drm] radeon kernel modesetting enabled. | |
Dec 29 22:42:58 newn kernel: fb0: switching to radeondrmfb from EFI VGA | |
Dec 29 22:42:58 newn kernel: [drm] initializing kernel modesetting (PITCAIRN 0x1002:0x6811 0x1043:0x048D 0x00). | |
Dec 29 22:42:58 newn kernel: [drm] Detected VRAM RAM=2048M, BAR=256M | |
Dec 29 22:42:58 newn kernel: [drm] RAM width 256bits DDR | |
Dec 29 22:42:58 newn kernel: [drm] radeon: 2048M of VRAM memory ready | |
Dec 29 22:42:58 newn kernel: [drm] radeon: 2048M of GTT memory ready. | |
Dec 29 22:42:58 newn kernel: [drm] Loading pitcairn Microcode | |
Dec 29 22:42:58 newn kernel: [drm] Internal thermal controller with fan control | |
Dec 29 22:42:58 newn kernel: [drm] radeon: dpm initialized |
This file contains 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
Dec 29 23:00:40 newn kernel: [drm] radeon kernel modesetting enabled. | |
Dec 29 23:00:40 newn kernel: fb0: switching to radeondrmfb from EFI VGA | |
Dec 29 23:00:40 newn kernel: [drm] initializing kernel modesetting (PITCAIRN 0x1002:0x6811 0x1043:0x048D 0x00). | |
Dec 29 23:00:40 newn kernel: [drm] Detected VRAM RAM=2048M, BAR=256M | |
Dec 29 23:00:40 newn kernel: [drm] RAM width 256bits DDR | |
Dec 29 23:00:40 newn kernel: [drm] radeon: 2048M of VRAM memory ready | |
Dec 29 23:00:40 newn kernel: [drm] radeon: 2048M of GTT memory ready. | |
Dec 29 23:00:40 newn kernel: [drm] Loading pitcairn Microcode | |
Dec 29 23:00:40 newn kernel: [drm] Internal thermal controller with fan control | |
Dec 29 23:00:40 newn kernel: [drm] radeon: dpm initialized |
This file contains 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
[tool.poetry] | |
name = "xxxx" | |
version = "1.0.0" | |
description = " (╯°□°)╯︵ ┻━┻ " | |
authors = [] | |
[tool.poetry.dependencies] | |
ruamel-yaml = "*" | |
[build-system] |
This file contains 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
[tool.poetry] | |
name = "app" | |
version = "1.0.0" | |
description = " ᕕ( ᐛ )ᕗ " | |
authors = ["MR <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.8" | |
[build-system] |
OlderNewer