Skip to content

Instantly share code, notes, and snippets.

View raspher's full-sized avatar

Szymon Scholz raspher

  • Storware
  • Poland
  • 04:02 (UTC +02:00)
View GitHub Profile
http://fotojohny.republika.pl/
http://www.fu-lin.republika.pl/
http://futfor1.republika.pl/
http://www.futurefirma.republika.pl/
http://www.g2info.republika.pl/
http://www.gabinetwetadam.republika.pl/
http://galuznyczeslaw.republika.pl/
http://www.gami3.republika.pl/
http://www.gazdula.republika.pl/
http://matematyczna.republika.pl/
@raspher
raspher / blogpls
Created January 28, 2018 23:37
JAA
www.blog.pl
a--gaciork--a.blog.pl
a-kocica-papierosa.blog.pl
a-net.blog.pl
a12stomatologwarszawa1.blog.pl
achtung.blog.pl
adamkrawczyklive.blog.pl
adamlazar.blog.pl
adriannagierach.blog.pl
aga-koty-klopoty.blog.pl
http://arsorgani.republika.pl/
http://www.brzost2.republika.pl/
http://www.ekosz.republika.pl/
http://europoland.republika.pl/
http://www.kspps.republika.pl/
http://www.wfm125.republika.pl/
http://druidowie.republika.pl/
http://dzdzownicekalifornijskie.republika.pl/
http://www.monikabuhl.republika.pl/
http://www.drogowe.republika.pl/
http://www.abelo.republika.pl/
http://www.adamchciuk.republika.pl/
http://www.adamdarcz.republika.pl/
http://adamkar.republika.pl/
http://adasiewicz.republika.pl/
http://agataandrzejewska.republika.pl/
http://agro-wiecha.republika.pl/
http://agrobobry.republika.pl/
http://www.airguns.republika.pl/
http://akademiaprzedszkolaka.republika.pl/
@raspher
raspher / reppl3
Created February 16, 2018 18:34 — forked from anonymous/reppl3
http://pietalowie.republika.pl/
http://kolumnazso.republika.pl/
http://specauto.republika.pl/
http://mkw98.republika.pl/
http://www.depresja.republika.pl/
http://www.maxlan.republika.pl/
http://www.woblerytaps.republika.pl/
http://report.republika.pl/
http://www.zasole.republika.pl/
http://minimax4.republika.pl/
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@raspher
raspher / index.html
Created May 3, 2018 18:48
JS Bin ZJS 2.2 - FizzBuzz // source https://jsbin.com/yunemis
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="ZJS 2.2 - FizzBuzz">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@raspher
raspher / package.yml
Created January 10, 2020 08:17
Solus - torsocks 2.3.0
name : torsocks
version : 2.3.0
release : 1
source :
- https://github.com/dgoulet/torsocks/archive/v2.3.0.tar.gz : 817c143e8a9d217f41a223a85139c6ca28e1b99556c547fcdb4c72dbc170b6c9
license : GPL-2.0-only
summary : Allows you to use most socks-friendly applications in a safe way with Tor. TCP only.
component : security
description: |
Torsocks allows you to use most applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects any traffic other than TCP from the application you're using. It's transparent to the user and if torsocks detects any communication that can't go through the Tor network.
@raspher
raspher / 01-disable-https-check.patch
Created February 3, 2024 20:11
Slicer on Nix packaging attemp
diff --git a/SuperBuild.cmake b/SuperBuild.cmake
index 05d12d6d4f..d6d9ad3e7e 100644
--- a/SuperBuild.cmake
+++ b/SuperBuild.cmake
@@ -22,7 +22,7 @@
#-----------------------------------------------------------------------------
# CMake https support
#-----------------------------------------------------------------------------
-include(SlicerCheckCMakeHTTPS)
+#include(SlicerCheckCMakeHTTPS)
@raspher
raspher / package.nix
Created February 3, 2024 23:56
houdoku packaging attemp
{ mkYarnPackage
, fetchFromGitHub
, fetchYarnDeps
, lib
}:
let
version = "2.14.0";
in
mkYarnPackage rec {