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
DECLARE @SearchStr nvarchar(100) | |
SET @SearchStr = '## YOUR STRING HERE ##' | |
-- Copyright © 2002 Narayana Vyas Kondreddi. All rights reserved. | |
-- Purpose: To search all columns of all tables for a given search string | |
-- Written by: Narayana Vyas Kondreddi | |
-- Site: http://vyaskn.tripod.com | |
-- Updated and tested by Tim Gaunt | |
-- http://www.thesitedoctor.co.uk |
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
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/@KeyIndexDefined">True</s:Boolean> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Shortcut/@EntryValue">sc</s:String> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Description/@EntryValue">ServiceConfiguration</s:String> | |
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B886536E6/Text/@EntryValue"> [ServiceConfiguration(typeof(I$CLASS$))]
 | |
[UsedImplicitly]</s:String> | |
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=1E1AF075028B114ABB26DB4B |
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
; UNICODE FILE - edit with care ;-) | |
[Batch] | |
AdvCrop=0 | |
AdvCropX=0 | |
AdvCropY=0 | |
AdvCropW=0 | |
AdvCropH=0 | |
AdvCropC=0 | |
AdvResize=1 |
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
SELECT * | |
FROM master.sys.databases | |
WHERE Cast(CASE WHEN name IN ('master', 'model', 'msdb', 'tempdb') THEN 1 ELSE is_distributor END As bit) = 0 |
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
Name|TwoLetterISOLanguageName|ThreeLetterISOLanguageName|ThreeLetterWindowsLanguageName|DisplayName|EnglishName|NativeName | |
--------------- | |
aa-DJ|aa|aar|ZZZ|aa (DJ)|Afar (Djibouti)|aa (DJ) | |
aa-ER|aa|aar|ZZZ|aa (ER)|Afar (Eritrea)|aa (ER) | |
aa-ET|aa|aar|ZZZ|aa (ET)|Afar (Ethiopia)|aa (ET) | |
af-NA|af|afr|ZZZ|Afrikaans (Namibië)|Afrikaans (Namibia)|Afrikaans (Namibië) | |
af-ZA|af|afr|AFK|Afrikaans (South Africa)|Afrikaans (South Africa)|Afrikaans (Suid-Afrika) | |
agq-CM|agq|agq|ZZZ|Aghem (Kàmàlûŋ)|Aghem (Cameroon)|Aghem (Kàmàlûŋ) | |
ak-GH|ak|aka|ZZZ|Akan (Gaana)|Akan (Ghana)|Akan (Gaana) | |
am-ET|am|amh|AMH|Amharic (Ethiopia)|Amharic (Ethiopia)|አማርኛ (ኢትዮጵያ) |
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
Abkhazia | |
Afghanistan | |
Åland Islands | |
Albania | |
Algeria | |
American Samoa | |
Andorra | |
Angola | |
Anguilla | |
Antarctica |
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
/* | |
void Main() | |
{ | |
var cultures = CultureInfo.GetCultures(CultureTypes.AllCultures & ~CultureTypes.NeutralCultures); | |
"Name|TwoLetterISOLanguageName|ThreeLetterISOLanguageName|ThreeLetterWindowsLanguageName|DisplayName|EnglishName|NativeName".Dump(); | |
"---------------".Dump(); | |
foreach(var culture in cultures) |
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
# emoji-test.txt | |
# Date: 2020-09-12, 22:19:50 GMT | |
# © 2020 Unicode®, Inc. | |
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. | |
# For terms of use, see http://www.unicode.org/terms_of_use.html | |
# | |
# Emoji Keyboard/Display Test Data for UTS #51 | |
# Version: 13.1 | |
# | |
# For documentation and usage, see http://www.unicode.org/reports/tr51 |
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
([system.reflection.assembly]::loadfile("C:\fullpathto\name.dll")).FullName |
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
Update-Package -reinstall -Project ProjectName |
NewerOlder