Skip to content

Instantly share code, notes, and snippets.

View rainbyte's full-sized avatar

Alvaro Fernando García rainbyte

View GitHub Profile
#include <stdio.h>
#include <stdbool.h>
#include <dricenter-lib.h>
int main(void)
{
printf("dricenter-cli\n");
struct gpu_info *gpu_table;
#include <stdio.h>
struct bios_info {
char *date;
char *partNumber;
};
struct bus_info {
char *type;
int width;
from PIL import Image
import numpy
import os
DIR = "images_good"
W, H = 16, 16
MNIST_NORM = (20, 20)
MNIST_SIZE = (28, 28)