Skip to content

Instantly share code, notes, and snippets.

View ridercz's full-sized avatar
🇨🇿

Michal Altair Valášek ridercz

🇨🇿
View GitHub Profile
@ridercz
ridercz / water_mill-side_a.stl
Created September 25, 2019 20:33
Water mill toy 3D model STL
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ridercz
ridercz / ExcludeExplicitO365Endpoint.cmd
Created November 18, 2019 16:51
Exclude Office 365 from Outlook 16.0 autodiscovery
@ECHO OFF
REG ADD HKCU\Software\Microsoft\Office\16.0\Outlook\AutoDiscover /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f /reg:32
REG ADD HKCU\Software\Policies\Microsoft\Office\16.0\Outlook\AutoDiscover /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f /reg:32
REG ADD HKCU\Software\Microsoft\Office\16.0\Outlook\AutoDiscover /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f /reg:64
REG ADD HKCU\Software\Policies\Microsoft\Office\16.0\Outlook\AutoDiscover /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f /reg:64
@ridercz
ridercz / _rnav.scss
Created January 2, 2020 12:29
Simple SCSS responsive menu
/*
$WidthStop: maximum width for collapsed menu
$Padding: general padding value
$ItemSpacing: spacing between items of horizontal menu
$Color: foreground color
$BackColor: background color
$HoverColor: foreground color for hover state
$HoverBackColor: background color for hover state
$WideAlign content alignment in wide mode
$NarrowAlign: content alignment in narrow mode
@ridercz
ridercz / gsch.scad
Created February 12, 2020 16:58
Gopas Suction Cup Holder
/****************************************************************************
* SUCTION CUP HOLDER version 1.0 (2020-02-11) *
* Copyright (c) Michal Altair Valasek, 2020 *
* www.rider.cz | www.altair.blog *
****************************************************************************/
/* [General] */
inner_diameter = 56;
height = 30;
wall_thickness = 1.67;
@ridercz
ridercz / RedukceOdsavani.scad
Last active March 12, 2020 17:16
Redukce odsávání pro kotoučovou pilu ve FutLabu
// Redukce odsávání pro stolovou pilu ve FutLabu
// (c) Michal A. Valášek, 2020 - CC BY-NC-SA
include <A2D.scad>; // https://github.com/ridercz/A2D
assert(a2d_required([1, 5, 0]), "Please upgrade A2D library to version 1.5.0 or higher.");
/* [Narrow part] */
narrow_outer_diameter = 64;
narrow_length = 25;
@ridercz
ridercz / MagClasp.stl
Created April 4, 2020 19:54
MagClasp - STL
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ridercz
ridercz / MagClasp.scad
Created April 4, 2020 19:56
MagClasp - SCAD
/*****************************************************************************
* PARAMETRIC MAGNETIC CLASP for protective mask version 1.1.0 (2020-03-30) *
* ------------------------------------------------------------------------- *
* Copyright (c) Michal Altair Valasek, 2020 - Licensed under CC BY-NC-SA *
* www.rider.cz * www.altairis.cz * www.altair.blog *
*****************************************************************************/
include <A2D.scad>; // https://github.com/ridercz/A2D
assert(a2d_required([1, 5, 0]), "Please upgrade A2D library to version 1.5.0 or higher.");
/* [Parameters] */
inner_diameter_a = 20;
opening_angle_a = 60;
inner_diameter_b = 22;
opening_angle_b = 110;
height = 20;
wall_thickness = 2.49; // 6 perimeters of 0.4 mm nozzle
/* [Hidden] */
$fn = 64;
@ridercz
ridercz / nazor.scad
Created October 17, 2020 11:29
Děkujeme za názor a tady máte klíčenku
// For more information about this code (in Czech) see
// https://www.altair.blog/2019/11/layered-text
/* [Base] */
base_color = "#333333";
base_paddding = 2;
base_height = 2;
/* [Text layers] */
layer_heights = [1, 1];
@ridercz
ridercz / recept.md
Created December 5, 2020 15:07
Recept na plněné ořechy

Recept na plněné ořechy

Těsto

  • 14 dkg cukru moučky
  • 30 dkg hladké mouky
  • 8 dkg mletých ořechů (mandle, lískové, vlašské
  • 21 dkg másla
  • 1 žloutek
  • 2 lžičky kakaa (volitelně)