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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace CsRustResultModoki_orange | |
{ | |
// | |
// Rust Result<T, E> in C# ? |
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
// SimpleSendKeys.cpp | |
// | |
// (c) orange_in_space, 2018 | |
// Licence: CC0 | |
// | |
// HowToUse: | |
// SimpleSendKeys.exe VK_keycode(in Hex) | |
// | |
// Build: | |
// VC++2017 "/SUBSYSTEM:WINDOWS" |
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
using System; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Linq; | |
using System.Runtime.InteropServices; | |
using System.Text; | |
namespace Orange.SpotifyTools | |
{ |
NewerOlder