Skip to content

Instantly share code, notes, and snippets.

View micwoj92's full-sized avatar
😹
I rewrote hello world in Fortran Pascal C Perl Ruby Lisp Haskell NodeJS Go Rust

Michał micwoj92

😹
I rewrote hello world in Fortran Pascal C Perl Ruby Lisp Haskell NodeJS Go Rust
View GitHub Profile
================================================================================
Starting Configure Run at Wed Jul 31 00:44:39 2024
Configure Options: --prefix=/build/slepc/pkg/slepc/opt/slepc/linux-c-opt --with-clean=1 --with-slepc4py=1
Working directory: /build/slepc/src/slepc-3.21.1
Python version:
3.12.4 (main, Jun 7 2024, 06:33:07) [GCC 14.1.1 20240522]
make: /usr/bin/make
PETSc source directory: /opt/petsc/linux-c-opt
PETSc install directory: /opt/petsc/linux-c-opt
PETSc version: 3.21.3
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Wx.bs blib/arch/auto/Wx/Wx.bs 644
make[1]: Entering directory '/build/perl-wx/src/Wx-0.9932/ext'
make[2]: Entering directory '/build/perl-wx/src/Wx-0.9932/ext/filesys'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FS.bs ../../blib/arch/auto/Wx/FS/FS.bs 644
make[2]: Leaving directory '/build/perl-wx/src/Wx-0.9932/ext/filesys'
make[2]: Entering directory '/build/perl-wx/src/Wx-0.9932/ext/xrc'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XRC.bs ../../blib/arch/auto/Wx/XRC/XRC.bs 644
make[2]: Leaving directory '/build/perl-wx/src/Wx-0.9932/ext/xrc'
make[2]: Entering directory '/build/perl-wx/src/Wx-0.9932/ext/aui'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AUI.bs ../../blib/arch/auto/Wx/AUI/AUI.bs 644
@micwoj92
micwoj92 / kos
Last active October 8, 2023 19:02
Userscript to show top rows on king of stackers
// ==UserScript==
// @name show top rows
// @version 0.1
// @author budhole
// @match https://kingofstackers.com/game.php?*
// @grant none
// ==/UserScript==
for(var t = 1; t < 3; t++){
var TABLE = document.querySelector("table#field" + t + " > tbody");