Skip to content

Instantly share code, notes, and snippets.

View dreamcat4's full-sized avatar
๐Ÿ˜‹
credible honest persons who wants to talk to me... send brief msg to my gmail !

Dreamcat4 dreamcat4

๐Ÿ˜‹
credible honest persons who wants to talk to me... send brief msg to my gmail !
View GitHub Profile
@dreamcat4
dreamcat4 / winetricks corefonts vcrun2017 msxml4 dxvk.log.errors-only
Last active April 15, 2021 11:34
Autodesk Fusion 360 on ubuntu - did all dependancies install correctly?
0058:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
0090:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
0058:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
0090:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
0058:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
0090:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
0058:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
0090:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
0058:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
0090:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
.-/+oossssoo+/-. id@apex
`:+ssssssssssssssssss+:` -------
-+ssssssssssssssssssyyssss+- OS: Ubuntu 20.04.2 LTS x86_64
.ossssssssssssssssssdMMMNysssso. Kernel: 5.10.15-051015-lowlatency
/ssssssssssshdmmNNmmyNMMMMhssssss/ Uptime: 22 mins
+ssssssssshmydMMMMMMMNddddyssssssss+ Packages: 5221 (dpkg), 39 (flatpak), 18 (snap)
/sssssssshNMMMyhhyyyyhmNMMMNhssssssss/ Shell: bash 5.0.17
.ssssssssdMMMNhsssssssssshNMMMdssssssss. Resolution: 3440x1440, 1920x1080
+sssshhhyNMMNyssssssssssssyNMMMysssssss+ DE: Budgie
ossyNMMMNyMMhsssssssssssssshmmmhssssssso WM: Mutter(Budgie)
[id:~/.vst3] $ bitwig-plugin-test ~/.vst3/
--------------------------------------------------------------------
Testing plugin /home/id/.vst3/kpp_bluedream.vst3
About to start the following process: /opt/bitwig-studio/bin/BitwigPluginHost64 host PluginTest 44100 256 44015-1 1 dpi-aware 0 Dummy Dummy
Creating plug-in instance
Creating plugin audio thread proxy 0
PluginHost: Starting new audio thread for processing plugin 0
@dreamcat4
dreamcat4 / dualshock4-usb-reset-all.sh
Created January 13, 2021 10:15
Disconnect (power off) dualshock 4 controllers from linux cmdline
#!/bin/sh
# Disconnect (power off) dualshock 4 controllers from linux cmdline
# This command finds and turns off all currently connected dualshock 4 controllers
# by sending a usb reset signal to the offical dualshock 4 usb wireless dongle
# Reason: because otherwise you have to hold down the PS button for 10-15 seconds
# ...which is a really long time to wait!
# Note: USB device id is for only the official sony dongle.
@dreamcat4
dreamcat4 / Polycarbonate.ini
Created January 2, 2021 13:15 — forked from metacollin/Polycarbonate.ini
Slic3r settings for high quality, low-warp, high-strength printing of polycarbonate without an enclosure on a Prusa i3 MK2S
# generated by Slic3r 1.37.2-prusa3d on Thu Dec 7 09:48:20 2017
# Figured out by trial and error engineer metacollin
# Released as public domain.
# USE GLUESTICK FOR PRINT BED ADHESION
avoid_crossing_perimeters = 0
bed_shape = 0x0,250x0,250x210,0x210
bed_temperature = 110
before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n
bottom_solid_layers = 8
bridge_acceleration = 1000
/.tvh_build) PID 5392
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile 'Makefile'...
Reading makefile 'config.mk' (search path) (no ~ expansion)...
# Cargo build options
# https://doc.rust-lang.org/cargo/reference/config.html
[target.thumbv7m-none-eabi]
runner = 'arm-none-eabi-gdb'
rustflags = [
"-C", "linker=arm-none-eabi-ld",
]
[target.thumbv7em-none-eabihf]
Compiling flutter-engine-sys v0.4.0 (https://github.com/flutter-rs/flutter-rs#bff49d79)
Compiling smithay-client-toolkit v0.6.6
Compiling winit v0.20.0-alpha5 (https://github.com/dvc94ch/winit?branch=android#1603d8b5)
Compiling smithay-clipboard v0.4.0
Compiling copypasta v0.6.3
Compiling glutin v0.22.0-alpha5 (https://github.com/dvc94ch/glutin?branch=android#3c315992)
Compiling serde_json v1.0.51
Compiling flutter-engine v0.4.0 (https://github.com/flutter-rs/flutter-rs#bff49d79)
Compiling flutter-plugins v0.4.0 (https://github.com/flutter-rs/flutter-rs#bff49d79)
Compiling flutter-winit v0.4.0 (https://github.com/flutter-rs/flutter-rs#bff49d79)
@dreamcat4
dreamcat4 / testio.sh
Created July 7, 2020 12:28 — forked from hluaces/testio.sh
Disk IO test for linux
#!/bin/bash
# References
# https://devopsideas.com/benchmarking-disk-iops-aws-vs-digitalocean/
# https://wiki.mikejung.biz/Benchmarking#Fio_Test_Options_and_Examples
# https://tobert.github.io/post/2014-04-17-fio-output-explained.html
# Requires linux packages: fio ioping
*PWM AC Chopper Single Phase Induction Motor Drive
*AC Chopper
VAC 20 0 sin(0 155 60 0 0 0)
XS1 20 21 16 13 mos_switch
XS2 21 0 17 15 mos_switch
*Permanent Capacitor Single Phase Induction Motor
XIM 20 Z PCIM
Rb Z 30 0.000024
Lj 30 0 0.0074
*MosFET Driver