Skip to content

Instantly share code, notes, and snippets.

View DOSputin's full-sized avatar
💀
død

DOS.putin DOSputin

💀
død
View GitHub Profile
import {
AdditiveBlending,
Color,
LinearFilter,
MeshBasicMaterial,
RGBAFormat,
ShaderMaterial,
UniformsUtils,
Vector2,
Vector3,
@DOSputin
DOSputin / UnrealBloomPassAlpha.js
Created January 26, 2022 20:06
UnrealBloomPassAlpha.js is a modified version of the three.js UnrealBloomPass that preserves alpha channel functionality.
import {
AdditiveBlending,
Color,
LinearFilter,
MeshBasicMaterial,
RGBAFormat,
ShaderMaterial,
Texture,
UniformsUtils,
Vector2,
### Keybase proof
I hereby claim:
* I am dosputin on github.
* I am johannessnilsson (https://keybase.io/johannessnilsson) on keybase.
* I have a public key ASARqWAO0SUBUf2EauWWp71NR1ID4RMjps4cYIFdK0D2tgo
To claim this, I am signing this object:
@DOSputin
DOSputin / end.gcode
Last active June 6, 2019 20:07
CURA Machine Settings, Start & Stop G-Code
M104 S0 ; turn off extruder
M140 S0 ; turn off heatbed
M107 ; turn off fan
G1 X0 Y210; home X axis and push Y forward
M84 ; disable motors
@DOSputin
DOSputin / Wanhao_Cura_Profile16.ini
Created June 3, 2019 07:39 — forked from joshgerdes/Wanhao_Cura_Profile16.ini
Monoprice Maker Select Plus (Wanhao i3 Plus) Setup
[profile]
layer_height = 0.16
wall_thickness = 1.2
retraction_enable = True
solid_layer_thickness = 1.2
fill_density = 10
nozzle_size = 0.4
print_speed = 50
print_temperature = 200
print_temperature2 = 0
@DOSputin
DOSputin / Akai-s900-DRAM-codes.MD
Last active July 24, 2023 22:00
Akai S900 "BAD Ram" bit code table

Akai S900 BAD RAM (D-RAM) BIT CODES

*ICs are any 256k x1 DRAM DIP package ie: generic 41256 Speeds 120 to 150 nanoseconds will work fine, ie 41256-120

OS DRAM BLOCKS:

-IC45 = DJ0

@DOSputin
DOSputin / P2K-Disk-Architecture.md
Last active April 29, 2021 15:15
SCI Prophet 2000 Disk Architecture Notes

SCI Prophet 2000 Disk Architecture

Two different types of floppy disks exist for Prophet 2000 samplers:

  • Single sided disks with a total theoretical capacity of 430 080 bytes (420K)

    • These disks are only used on early 256K Prophet 2000 samplers
    • Upgraded 512K and 1MB Prophet 2000 and Prophet 2002 samplers can read these disks also
    • The actual usable capacity is 399 616 bytes
  • Double sided disks with a total theoretical capacity of 860 160 bytes (840K)

@DOSputin
DOSputin / etenv.bitbar.gitlab_ci.plist
Created September 19, 2018 18:51
Set gitlab private token in env
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>setenv.bitbar.gitlab_CI</string>
<key>ProgramArguments</key>
<array>
<string>/bin/launchctl</string>
<string>setenv</string>
@DOSputin
DOSputin / README.MD
Created August 9, 2018 04:44
Recursive dot_clean

force Apple's dot_clean util to clean recursivly

$find . -type d | xargs dot_clean -m

@DOSputin
DOSputin / README.MD
Last active April 14, 2021 07:14
Disable facetime HD cameral Mac OS

Turn Off Rootless System Integrity Protection:

$ csrutil disable

Disable Camera:

all commands performaed as sudo

$ chmod a-r /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/Resources/VDC.plugin/Contents/MacOS/VDC