This file contains 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
/* | |
============================================================================== | |
This file was auto-generated! | |
============================================================================== | |
*/ | |
#include "MainComponent.h" | |
#include "MyAudioDevice.h" |
This file contains 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
https://www.sentrylogin.com/sentry/features.asp | |
DEfault | |
https://www.tenforums.com/tutorials/126383-listen-microphone-through-playback-device-windows.html | |
https://sites.google.com/site/g4zfqradio/pipe_sound_between_sdr_and_decoder | |
Audio repeater | |
https://software.muzychenko.net/freeware/audio_repeater_mme_1_57_0_ks_1_89_1.zip | |
http://www.claessonedwards.com/beta/AudioResampler.zip |
This file contains 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
cd "C:\PortableApps\Android\platform-tools" | |
./adb.exe devices | |
while : ; do ./adb.exe shell input tap 785 1834; done | |
while sleep 1; do echo "Hi"; done | |
while sleep 1; do ./adb.exe shell input tap 760 1834; done |
This file contains 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
/// | |
/// Copyright (c) 2019 wakagomo | |
/// | |
/// This source code is released under the MIT License. | |
/// http://opensource.org/licenses/mit-license.php | |
/// | |
using UnityEngine; | |
using System; |
This file contains 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
http://qiita.com/kjunichi/items?page=3 | |
http://stackoverflow.com/questions/31283010/deploy-to-ibm-containers-without-cf-ice-cli | |
https://www.profitbricks.com/docker | |
https://sloppy.io/ | |
nitrious | |
tutum | |
https://www.dchq.io/landing/index.html |
This file contains 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
https://github.com/kanaka/noVNC/issues/535 | |
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-14-04 | |
http://www.penguintutor.com/raspberrypi/tightvnc | |
https://news.ycombinator.com/item?id=10289673 | |
https://blog.docker.com/2013/07/docker-desktop-your-desktop-over-ssh-running-inside-of-a-docker-container/ | |
https://github.com/ConSol/docker-headless-vnc-container | |
http://cects.com/ssh-local-and-remote-port-forwarding-with-vnc/ | |
https://security.web.cern.ch/security/recommendations/en/ssh_tunneling_vnc.shtml | |
http://crl.ucsd.edu/handbook/vnc/ |