I hereby claim:
- I am hasan-hasanov on github.
- I am hasan_hasanov (https://keybase.io/hasan_hasanov) on keybase.
- I have a public key ASB0Zj5MDwWdbh24FlzZED69JILqK8wJEQBq6RYW7xgL8go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false | |
| }, |
| [Rainmeter] | |
| Update=1000 | |
| Author=Hasan-Hasanov | |
| BackgroundMode=2 | |
| SolidColor=0,0,0,1 | |
| DynamicWindowSize=1 | |
| AccurateText=1 | |
| [Variables] | |
| Unit=m |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| using (var file = File.Open(args[0], FileMode.Open)) | |
| { | |
| BinaryReader reader = new BinaryReader(file); | |
| // Contains the letters "RIFF" in ASCII form. | |
| string riffChunkId = Encoding.ASCII.GetString(reader.ReadBytes(4)); |
| class Program | |
| { | |
| static async Task Main(string[] args) | |
| { | |
| var watcher = new BluetoothLEAdvertisementWatcher(); | |
| watcher = new BluetoothLEAdvertisementWatcher() | |
| { | |
| ScanningMode = BluetoothLEScanningMode.Passive | |
| }; |
| <Configuration> | |
| <VGpu>Disabled</VGpu> | |
| <Networking>Default</Networking> | |
| <MappedFolders> | |
| <MappedFolder> | |
| <HostFolder>C:\Users\YOUR_USERNAME\Desktop\Scripts</HostFolder> | |
| <SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop\Sandbox\</SandboxFolder> | |
| <ReadOnly>false</ReadOnly> | |
| </MappedFolder> | |
| </MappedFolders> |