Middle East Technical University 2022
Observed with linux machine trying to connect to another linux machine with xrdp installed.
[ozgur@ozgur ~]$ rdesktop -u <USERNAME> -p <PASSWORD> <IP>
Connection established using plain RDP.
Clipboard(error): xclip_handle_SelectionNotify(), XGetWindowProperty failed
Clipboard(error): xclip_handle_SelectionNotify(), unable to find a textual target to satisfy RDP clipboard text request
Clipboard(error): xclip_handle_SelectionNotify(), XGetWindowProperty failed
Aruba VIA - Linux – Ubuntu 64-bit Debian 4.4.0 https://asp.arubanetworks.com/downloads;pageIndex=1;products=Aruba%20Virtual%20Intranet%20Access%20%28VIA%29 it is a DEB package !
cd ~/Downloads
debtap yourfile.deb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start with installing dependencies | |
# Manual insallation might be required for some refer to https://dev.to/nabbisen/installing-aur-packages-bdf | |
sudo pacman -Sy minicom openocd cmake arm-none-eabi-gcc arm-none-eabi-newlib gcc | |
# clone all the base repos in a dependency folder | |
git clone https://github.com/raspberrypi/pico-sdk.git | |
git clone https://github.com/raspberrypi/pico-examples.git | |
git clone https://github.com/raspberrypi/pico-extras.git | |
git clone https://github.com/raspberrypi/pico-playground.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Written by A.B.Koku & I.Ozcil | |
Jan 28 2022 | |
''' | |
# start with imports | |
import numpy as np | |
from skimage import io | |
import random | |
import matplotlib.pyplot as plt |
Material nodes are type of nodes that produce a material definition when combined. There are many types of blocks in this node system, there are ones for combining textures, colors, for blending materials and etc.
It helps us not only to create textures from scratch but control them using our parameters within grasshopper.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ######################################################################### | |
% | |
% Creating PWL Files for Sinusoidal PWM to use it in LTspice | |
% | |
% This script generates PWM signals for high side and low side to source | |
% in LTspice. Its inputs consist of rise time, fall time, fundamental | |
% frequency, switching frequency, deadtime, modulation limit, Vdd, Vcc. | |
% | |
% Its features are symmetric deadtime, multi-phase generation with | |
% different phase shifts, adjustable rise time, fall time, deadband, |
NewerOlder