Skip to content

Instantly share code, notes, and snippets.

View iMichka's full-sized avatar

Michka Popoff iMichka

View GitHub Profile
@iMichka
iMichka / fast
Created February 6, 2024 20:03
Fast
# typed: true
# frozen_string_literal: true
require "system_command"
module Homebrew
#. module_function
sig { returns(CLI::Parser) }
def self.fast_install_args
@iMichka
iMichka / cln.patch
Last active December 30, 2023 23:05
cln.patch
--- a/src/base/cl_low.h
+++ b/src/base/cl_low.h
@@ -207,7 +207,7 @@ inline uint32 mulu32_unchecked (uint32 a
// declared inside a namespace!
} extern "C" uint32 mulu32_high; namespace cln { // -> High-Teil
#else
- extern "C" uint32 mulu32_high; // -> High-Teil
+} extern "C" uint32 mulu32_high; namespace cln { // -> High-Teil
#endif
#if defined(__GNUC__) && defined(__m68k__) && !defined(NO_ASM)
@iMichka
iMichka / markdown
Last active December 2, 2021 21:12
markdown
diff --git a/markdown/util.py b/markdown/util.py
index b443e3792..98cfbf754 100644
--- a/markdown/util.py
+++ b/markdown/util.py
@@ -29,10 +29,10 @@
from .pep562 import Pep562
-try:
+if sys.version_info >= (3, 10):
@iMichka
iMichka / env
Created September 13, 2021 20:42
env
2021-09-13T20:32:59.4260135Z ==> Testing aspectj
2021-09-13T20:32:59.4260847Z HOMEBREW_PROCESSOR
2021-09-13T20:32:59.4261329Z x86_64
2021-09-13T20:32:59.4261833Z HOMEBREW_DEFAULT_CACHE
2021-09-13T20:32:59.4262559Z /home/linuxbrew/.cache/Homebrew
2021-09-13T20:32:59.4263110Z HOMEBREW_BREW_DEFAULT_GIT_REMOTE
2021-09-13T20:32:59.4263794Z https://github.com/Homebrew/brew
2021-09-13T20:32:59.4264588Z HOMEBREW_USER_AGENT
2021-09-13T20:32:59.4266064Z Linuxbrew/3.2.11-124-g9c03493 (Linux; x86_64 Ubuntu 16.04.7 LTS)
2021-09-13T20:32:59.4267160Z HOMEBREW_LIBRARY
@iMichka
iMichka / # pillow - 2021-07-30_18-49-45.txt
Created July 30, 2021 18:53
pillow on 4.19.121-linuxkit - Homebrew build logs
Homebrew build logs for pillow on 4.19.121-linuxkit
Build date: 2021-07-30 18:49:45
@iMichka
iMichka / llvm
Created April 20, 2021 13:46
llvm
/home/linuxbrew/.linuxbrew/Cellar/llvm@11/11.1.0/bin/clang++ -v -isystem /home/linuxbrew/.linuxbrew/opt/llvm@11/include/c++/v1 -std=c++11 test.cpp -o testlibc++ -L/home/linuxbrew/.linuxbrew/opt/llvm@11/lib -Wl,-rpath,/home/linuxbrew/.linuxbrew/opt/llvm@11/lib
clang version 11.1.0
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/linuxbrew/.linuxbrew/Cellar/llvm@11/11.1.0/bin
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.4.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6.0.0
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.4.0
@iMichka
iMichka / sratoolkit
Created December 31, 2020 14:57
sratoolkit
--- sra-tools-2.10.9-old/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:18:51.000000000 +0100
+++ sra-tools-2.10.9/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:19:26.000000000 +0100
@@ -86,6 +86,7 @@
ln -f -s libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) $@.$(MAJOR)
libutf8proc.$(MAJOR).dylib: utf8proc.o
+ LDFLAGS:=$(filter-out -c,$(LDFLAGS))
$(CC) $(LDFLAGS) -dynamiclib -o $@ $^ -install_name $(libdir)/$@ -Wl,-compatibility_version -Wl,$(MAJOR) -Wl,-current_version -Wl,$(MAJOR).$(MINOR).$(PATCH)
libutf8proc.dylib: libutf8proc.$(MAJOR).dylib
--- sra-tools-2.10.9/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:19:26.000000000 +0100
+++ sra-tools-2.10.9-old/tools/driver-tool/utf8proc/Makefile 2020-12-31 15:18:51.000000000 +0100
@@ -86,7 +86,6 @@
ln -f -s libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) $@.$(MAJOR)
libutf8proc.$(MAJOR).dylib: utf8proc.o
- LDFLAGS:=$(filter-out -c,$(LDFLAGS))
$(CC) $(LDFLAGS) -dynamiclib -o $@ $^ -install_name $(libdir)/$@ -Wl,-compatibility_version -Wl,$(MAJOR) -Wl,-current_version -Wl,$(MAJOR).$(MINOR).$(PATCH)
libutf8proc.dylib: libutf8proc.$(MAJOR).dylib
2020-11-22T09:33:36.9814985Z ##[section]Starting: Request a runner to run this job
2020-11-22T09:33:37.1732572Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2020-11-22T09:33:37.1732997Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-11-22T09:33:37.1733214Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-11-22T09:33:37.2811947Z ##[section]Finishing: Request a runner to run this job
2020-11-22T09:33:43.1223418Z Current runner version: '2.274.2'
2020-11-22T09:33:43.1253653Z ##[group]Operating System
2020-11-22T09:33:43.1254970Z Ubuntu
2020-11-22T09:33:43.1255519Z 18.04.5
2020-11-22T09:33:43.1256001Z LTS
@iMichka
iMichka / # gcc@5 - 2020-11-04_13-22-53.txt
Created November 4, 2020 21:51
gcc@5 on Ubuntu 16.04.7 LTS - Homebrew build logs
Homebrew build logs for gcc@5 on Ubuntu 16.04.7 LTS
Build date: 2020-11-04 13:22:53