Code alignment
Viasfora
VSRestart2017
Keyboard Shortcuts Manager
Visual Commander
| ## Ignore Visual Studio temporary files, build results, and | |
| ## files generated by popular Visual Studio add-ons. | |
| ## | |
| ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore | |
| # User-specific files | |
| *.suo | |
| *.user | |
| *.userosscache |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Net.Http; | |
| using System.Threading.Tasks; | |
| namespace TestApp | |
| { | |
| internal class Program | |
| { |
| { | |
| "customers": [ | |
| { | |
| "anydesk_id": "111 222 333", | |
| "cell_phone": "+9088899977564", | |
| "name": "Mr Jonathan", | |
| "pc_name": "Jonathans Pc", | |
| "time": "24.09.2019 13:25:57" | |
| }, | |
| { |
Code alignment
Viasfora
VSRestart2017
Keyboard Shortcuts Manager
Visual Commander
| public static class KeyExtensions | |
| { | |
| public static System.Windows.Input.Key ToKey(this System.Windows.Forms.Keys keys) | |
| { | |
| return System.Windows.Input.KeyInterop.KeyFromVirtualKey((int) keys); | |
| } | |
| public static System.Windows.Forms.Keys ToKeys(this System.Windows.Input.Key key) | |
| { | |
| return (System.Windows.Forms.Keys) System.Windows.Input.KeyInterop.VirtualKeyFromKey(key); |
| using System; | |
| using System.Globalization; | |
| using System.Windows.Data; | |
| using System.Windows.Input; | |
| using MahApps.Metro.Controls; | |
| namespace ChangeThis | |
| { | |
| public class AutohotkeyToMahappsHotKeyConverter : IValueConverter | |
| { |
| public enum ColorTypes | |
| { | |
| [Description("Mavi")] Blue, | |
| [Description("Kırmızı")] Red, | |
| [Description("Yeşil")] Green, | |
| [Description("Sarı")] Yellow | |
| } |
| <TreeView ItemsSource="{Binding Path=Drives}" TreeViewItem.Expanded="FolderTree_Expanded"> | |
| <TreeView.ItemContainerStyle> | |
| <Style TargetType="TreeViewItem"> | |
| <Setter Property="IsExpanded" Value="{Binding Path=IsExpanded, Mode=TwoWay}" /> | |
| </Style> | |
| </TreeView.ItemContainerStyle> | |
| <TreeView.ItemTemplate> | |
| <HierarchicalDataTemplate ItemsSource="{Binding Path=Folders}"> | |
| <TextBlock Text="{Binding Path=Label}" /> | |
| </HierarchicalDataTemplate> |
| [ | |
| { | |
| "enabled": false, | |
| "id": 1, | |
| "installDate": 1515832296049, | |
| "md5Url": "https://update.userstyles.org/125466.md5", | |
| "name": "Asana - Dark Cobalt", | |
| "originalDigest": "91e4d298597d8a2ea4bea164a193e2c9476caff8", | |
| "originalMd5": "98b7a7d600069c3521161538ed24a799", | |
| "sections": [ |
Rich Hickey • 3 years ago
Sorry, I have to disagree with the entire premise here.
A wide variety of experiences might lead to well-roundedness, but not to greatness, nor even goodness. By constantly switching from one thing to another you are always reaching above your comfort zone, yes, but doing so by resetting your skill and knowledge level to zero.
Mastery comes from a combination of at least several of the following: