Jay Smith | Christian, Husband, Father, Girl Scout, Web/Application Developer

Web Name: Jay Smith | Christian, Husband, Father, Girl Scout, Web/Application Developer

WebSite: http://www.jaysmith.us

ID:93341

Keywords:

Husband,Father,Christian,

Description:

Jay Smith Christian, Husband, Father, Girl Scout, Web/Application Developer Recently I have been trying solve a build issue on my new work laptop. The error pointed to not having the correct Windows SDK Installed. But when I tried to install the needed version 7.1 I recieved the error show above. The accepted answer in this Stack Overvlow thread finally allowed me to install it with the .NET Components selected. Next I had to set the current path to point to the 7.1 directory and now I can run our build script on my local machine. By Jay Smith on 十一月 10, 2016 at 15:11 Tagged: On my new team we use Work Items to track our progress, and I love it . However, there is one thing that has bugged me, the default status when assocaiting my checking wiht a Work Item is Resolved. Well that is not how I work. I check in frequently, so I wanted to see if I could change it so that Associate is the default. Found this User Voice Discussion that had just what I needed. I am recapping it here to save a few clicks. Visual Studio 2015 Visual Studio 2013 Available in Visual Studio 2013 Update 4 or you can use the following registry hack. [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\TeamFoundation\SourceControl\Behavior] ResolveAsDefaultCheckinAction = False I have not test. As always when editing the registry by hand, make a backup and proceed with caution. Other Obervations That same thread also states that this could be cause becuase the Work Item original state is still in “To Do” and if it is transitioned then it will default to Associate. By Jay Smith on 八月 5, 2016 at 14:19 Tagged: I just got a new laptop at work and when setting up Git moved to Git For Windows. One challenge I ran accross was where to put my aliases. I have several I used that made my life easier. Step 1 – Find the location of the git config file To do this I opened gitbash and executed $ git config --list --show-origin Which produced the following: $ git config --list --show-origin file: C:\\ProgramData/Git/config core.symlinks=false file: C:\\ProgramData/Git/config core.autocrlf=true file: C:\\ProgramData/Git/config core.fscache=true file: C:\\ProgramData/Git/config color.diff=auto file: C:\\ProgramData/Git/config color.status=auto file: C:\\ProgramData/Git/config color.branch=auto file: C:\\ProgramData/Git/config color.interactive=true file: C:\\ProgramData/Git/config help.format=html file: C:\\ProgramData/Git/config http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt file: C:\\ProgramData/Git/config diff.astextplain.textconv=astextplain file: C:\\ProgramData/Git/config rebase.autosquash=true file: C:\\Program Files\\Git\\mingw64/etc/gitconfig credential.helper=manager As you can see my git config file is located in “C:\ProgramData\Git\config”. I am sure that this is due to some policy that is on the laptop becuase this is not where the documenation says it should be. Step 2 – Add the aliasas Now that I know where the config file is I can add the alisases, here are mine. ci = commit --verbose cn = commit --verbose --amend ca = commit --verbose --all cw = commit -m \ WIP\ cm = commit -m cc = commit -c b = branch bc = checkout -b a = add aa = add --update ap = add --patch c = checkout f = fetch pr = pull --rebase pom = push origin master r = rebase --interactive HEAD~10 rc = rebase --continue ra = rebase --abort s = status sp = -p status # with pagination ss = -p status -s lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) %an %Creset' --abbrev-commit --date=relative lga = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) %an %Creset' --abbrev-commit --date=relative --all alias = config --get-regexp 'alias.*' My updated config file looks like this now. [core] symlinks = false autocrlf = true fscache = true [color] diff = auto status = auto branch = auto interactive = true [pack] [help] format = html [http] sslCAInfo = C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt [diff astextplain ] textconv = astextplain [rebase] autosquash = true [alias] ci = commit --verbose cn = commit --verbose --amend ca = commit --verbose --all cw = commit -m \ WIP\ cm = commit -m cc = commit -c b = branch bc = checkout -b a = add aa = add --update ap = add --patch c = checkout f = fetch pr = pull --rebase pom = push origin master r = rebase --interactive HEAD~10 rc = rebase --continue ra = rebase --abort s = status sp = -p status # with pagination ss = -p status -s lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) %an %Creset' --abbrev-commit --date=relative lga = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) %an %Creset' --abbrev-commit --date=relative --all alias = config --get-regexp 'alias.*' Step 3 Save and Test Once I updated my config file, I saved it and then opened a new gitbash windows and BAM! All of may aliases were back. Happy Day! By Jay Smith on 八月 2, 2016 at 13:57 Tagged: Git This message has annoyed me for a long time. Today I found the solution thanks to this post “Users always asked to download tx.sap FILE VIA SAP PORTAL” on http://sap.ittoolbox.com. The reply by Bozman had the solution that worked for me. Here is the magic: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}] SAPGui.Shortcut.File =hex(0): After installing this I was able to click the link in SAPLaunch and the SAP GUI opened without prompting. Pure Bliss!!! By Jay Smith on 一月 22, 2016 at 9:50 Tagged: SAP Syncing my work calendar (Microsoft Outlook) with my Google Calendar so I can have my meetings on my phone is a must for me. Since August 1, 2014 when the Google Calendar Sync quit working I have used a lot of different offering that tried to solve this problem. Outlook Google Sync by rantsi was the closet to how I wanted it to work but it had a few issues. I committed a few fixes but then started working on how I would want it to work. Marble is the result of that effort. It uses the Google Calendar API v3 and either native Outlook Interop or NetOffice. NetOffice is still a bit experimental so use with caution. Marble is available on GitHub, and at this time version 0.0.1.8 is stable using Outlook Interop (the default). Source Code, Binary, and Setup packages are all available on the release tab. The Setup Screen As you can see it is very simple, once you launch the Settings Screen you will be taken to your Google Account to authorize Marble to have access to manage your Calendars. You will then select which calendar you want events to be synchronized to. Enable the Sync very hour and provide when on the hour you want it to sync. The screen shot will sync every hour at 10 minutes past. The Days in Future and Days in past allows you to control the rolling window of time that events are synced in. This allows you to make update quickly. Start with windows, really? I not going to explain that one. There is no User Interface other than the Settings and About screens. Everything else is handled in the System Tray. Please download it and give it a try. If you encounter issues please log them here Enjoy! By Jay Smith on 二月 24, 2015 at 18:07 Tagged:

TAGS:Husband Father Christian 

<<< Thank you for your visit >>>

Christian, Husband, Father, Girl Scout, Web/Application Developer

Websites to related :
A Sex Stories : 100% free porn s

  If You Are Not At Least 18 Years Of Age, Or It Is Illegal To View Porn Stories In Your Community,You Must Leave Now! Please note: the sex story is muc

SILVERMINE BV

  The stability of the rear wing was improved by a newly designed stay. Made of thin aluminium tube, the diagonal A short video was made of the Silver

Sarins : Sarin Foundation

  sarins.org is 1 decade 7 years old. It has a global traffic rank of #6,855,883 in the world. It is a domain having org extension. This website is esti

Amy Bronwen Zemser - writer, squ

  FeaturedApril 25, 2020How Are You You All Holding Up? I m Grateful to be Healthy. Also, I Fucking Hate This.I m depressed and miserable about the stat

Serena | Strong Sexy Sophis

  Sign up to be the first to know about product drops, special offers, inspiring stories, and more.

Sarunds: Chocolate Suppliers, Ma

  During the current pandemic we have been working hard. We are following the government guidelines to make the business ‘covid safe’, trying to keep

Segelmacherei und Segelbedarf Ca

  Über unsServiceMultihullsUK-SailsProjekte SpecialsKontakt HARZI'Sails& boat equipment Inken Eilers Cappeler Altendeich 75 OT Cappel 27639 Wurster

Women’s Contemporary Care Assoc

  At Women’s Contemporary Care Associates, our obstetricians and gynecologists are dedicated to providing women with the most advanced care available,

Delicious Dressings All Natural

  With only 60 70 calories3 flavors with 0 sodium2.9 4.0 Fat Grams2.9 4.0 Grams of Sugar0 60 mg of SodiumYou won t believe the taste!You will love these

Everything You Need to Know Abou

  Looking to save money on your insurance policies today as well as in the future? Finding affordable insurance is now easy with our online services. We

ads

Hot Websites