Skip to content

Instantly share code, notes, and snippets.

View intgr's full-sized avatar
🤔

Marti Raudsepp intgr

🤔
View GitHub Profile
@intgr
intgr / gist:cc5b4e606846e33d6415694084f4aba1
Created November 7, 2019 19:28
hikari mainline dmesg
[ 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
#!/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)
# 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")
@intgr
intgr / gist:e04aab3a8198a542dc68
Created May 28, 2014 22:01
pycharm-eap 3.4 RC2 PKGBUILD
# 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')
@intgr
intgr / PKGBUILD
Last active January 1, 2016 04:59
# 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')