Skip to content

Instantly share code, notes, and snippets.

@TaivasJumala
TaivasJumala / meme_packager_for_rays.py
Last active December 8, 2023 12:00
Pack memes to a zip-file that is able to be bulk imported in aaa1115910/Rays-Android
#!/usr/bin/python
# -*- coding: UTF-8 -*-
# @name: Taivas Jumala
# @email: TaivasJumala@yafoss.org
# @brief: convert a meme fold to meet Rays-Android backup file requirements
import argparse
import hashlib
import json
@TaivasJumala
TaivasJumala / update_kernel_source.sh
Created May 29, 2023 06:58
I'm going to use this to update changes in linux-surface to my kernel-source package in Open Build Service.
#!/bin/bash
# @description: This script is used to update the linux-surface kernel built on
# Open Build Service.
# https://build.opensuse.org/package/show/home:TaivasJumala:Surface/kernel-source
# @date: 2023-05-29
# @author: TaivasJumala
# @last_modified: 2023-05-29T14:55:59+08:00
# git and osc should be properly configed