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
import numpy as np | |
import cv2 | |
class cvWindows: | |
def __init__(self): | |
self.windowlist = [] | |
def imshow(self, name, mat): | |
cv2.namedWindow(name, cv2.WINDOW_NORMAL | cv2.WINDOW_GUI_EXPANDED) | |
cv2.imshow(name, mat) |
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 python3 | |
import urllib | |
from bs4 import BeautifulSoup | |
from os import path | |
class bcolors: | |
HEADER = '\033[95m' | |
CYAN = '\033[36m' | |
BLUE = '\033[34m' |
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: Simon Schumann <[email protected]> | |
pkgname=xserver-xorg-video-imx | |
pkgver=0.1.0 | |
pkgrel=1 | |
pkgdesc="Video driver for imx framebuffer device" | |
url="https://github.com/fread-ink/xserver-xorg-video-imx" | |
arch="all" | |
license="XFree86 License 1.0" | |
subpackages="" | |
depends= |
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
00:14.3 Network controller: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] (rev 11) | |
Subsystem: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] | |
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ | |
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Latency: 0 | |
Interrupt: pin A routed to IRQ 16 | |
Region 0: Memory at a1338000 (64-bit, non-prefetchable) [size=16K] | |
Capabilities: [c8] Power Management version 3 | |
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) | |
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- |
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
Jul 08 07:49:32 yogal390 kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002) | |
Jul 08 07:49:32 yogal390 kernel: iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM | |
Jul 08 07:49:32 yogal390 kernel: iwlwifi 0000:00:14.3: Found debug configuration: 0 | |
Jul 08 07:49:32 yogal390 kernel: iwlwifi 0000:00:14.3: loaded firmware version 46.a41adfe7.0 op_mode iwlmvm | |
Jul 08 07:49:32 yogal390 kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, REV=0x318 | |
Jul 08 07:49:32 yogal390 kernel: iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM | |
Jul 08 07:49:32 yogal390 kernel: iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor. | |
Jul 08 07:49:32 yogal390 kernel: iwlwifi 0000:00:14.3: base HW address: 48:89:e7:cb:99:bd | |
Jul 08 07:49:32 yogal390 kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0 | |
Jul 08 07:49:33 yogal390 kernel: iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM |
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
"modules": [ | |
{ | |
"name" : "beignet", | |
"buildsystem" : "cmake", | |
"make-install-args": [ | |
"prefix=/app" | |
], | |
"config-opts": [ | |
"-DCMAKE_INSTALL_PREFIX=/app" | |
], |
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
import sys | |
import gi | |
gi.require_version('Gtk', '3.0') | |
from gi.repository import Gtk | |
gi.require_version('GtkClutter', '1.0') | |
from gi.repository import GtkClutter, Clutter | |
GtkClutter.init(sys.argv) | |
class Application(Gtk.Application): |
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 python3 | |
import os | |
import subprocess | |
refsdir = "./localrefs" | |
extensions = { "ASCII text":"txt", | |
"C source":"c", | |
"C++ source":"cpp", |
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
[Desktop Entry] | |
Encoding=UTF-8 | |
Type=Application | |
Exec=java -jar %f | |
Icon=java | |
Name=run-jar | |
Name[zh_CN]=run-jar | |
Comment=Run the jar file |
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
[root@localhost ~]# ./parallelman.py | |
:: Synchronizing package databases... | |
downloading core.db... | |
downloading extra.db... | |
downloading community.db... | |
downloading alarm.db... | |
aur is up to date | |
Building trees | |
...list of indipendend trees(14): |
NewerOlder