Skip to content

Instantly share code, notes, and snippets.

View Logarithmus's full-sized avatar
💡
Full of ideas and enthusiasm

Artur Sinila Logarithmus

💡
Full of ideas and enthusiasm
View GitHub Profile
185.165.123.70:80
185.165.123.70:443
185.165.123.97:80
185.165.123.97:443
151.236.114.7:80
151.236.114.7:443
151.236.114.6:80
151.236.114.6:443
91.232.93.70:80
91.232.93.70:443
@Logarithmus
Logarithmus / copyrel-relro.log
Created July 2, 2021 12:44
mold failing tests logs
ELF Header:
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
Class: ELF64
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: EXEC (Executable file)
Machine: Advanced Micro Devices X86-64
Version: 0x1
@Logarithmus
Logarithmus / libc-bench-results.txt
Created July 1, 2021 00:16
libc-bench results on Intel i3-2328M (4) @ 2.200GHz
glibc:
b_malloc_sparse (0)
time: 0.031724926, virt: 39012, res: 38992, dirty: 38980
b_malloc_bubble (0)
time: 0.026215022, virt: 39384, res: 39252, dirty: 39240
b_malloc_tiny1 (0)
time: 0.000832856, virt: 708, res: 584, dirty: 572
@Logarithmus
Logarithmus / force-system-monospace.css
Created February 28, 2021 13:54
Force system monospace
/* ==UserStyle==
@name Force system monospace
@namespace github.com/openstyles/stylus
@version 0.1.0
@description Overrides font-family for source code with default system monospaced font
@author Artur Sinila <opensource@logarithmus.dev>
==/UserStyle== */
code, code *, .blob-code-inner, .highlight pre {
font-family: "monospace" !important;