Running guests with virtual intel graphics.
i915.enable_gvt=1
#!/usr/bin/env python3 | |
import requests | |
from lxml import html | |
import sys | |
import os | |
import glob | |
import zipfile | |
class MgkaDL: | |
def __init__(self, url): |
#include <malloc.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <sys/mman.h> | |
#include <unistd.h> | |
int getnum1(int x) { | |
x += 1; |
# Maintainer: Your Name <jorrit@darkcores.net> | |
pkgname=multiplanecuda-git | |
pkgver=20190426 | |
pkgrel=1 | |
epoch= | |
pkgdesc="Multiplane gravitional lensing with cuda" | |
arch=('x86_64') | |
url="https://github.com/darkcores/MultiplaneLensing" | |
license=('GPL3') | |
groups=() |
#!/usr/bin/env python3 | |
import requests | |
from icalendar import Calendar | |
# Add entries using name: url | |
ICS = { | |
"": "", | |
} |
Axis scaling: false | |
# Z axis triggers: false | |
Select: 8 | |
Start: 9 | |
Triangle: 2 | |
Circle: 1 | |
Cross: 0 | |
Square: 3 |