git update-index --assume-unchanged nuget.config
bpdt patch-nuget ./nuget.config Braspag any_username $NUGET_PAT
Revert index
theme |
---|
techtalk |
node_modules/ | |
**/* | |
!expectations/ | |
!*.json | |
!*.js |
import srt | |
with open('legenda2.srt') as f: | |
subs = srt.parse(f.read()) | |
def corrige_coincidencia(anterior, atual): | |
if anterior is None: | |
return atual | |
anterior_linhas = anterior.content.split('\n') |
<UserSettings> | |
<ApplicationIdentity version="16.0"/> | |
<ToolsOptions> | |
<ToolsOptionsCategory name="Environment" RegisteredName="Environment"/> | |
</ToolsOptions> | |
<Category name="Environment_Group" RegisteredName="Environment_Group"> | |
<Category name="Environment_FontsAndColors" Category="{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}" Package="{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}" RegisteredName="Environment_FontsAndColors" PackageName="Visual Studio Environment Package"> | |
<PropertyValue name="Version">2</PropertyValue> | |
<FontsAndColors Version="2.0"> | |
<Theme Id="{1DED0138-47CE-435E-84EF-9EC1F439B749}"/> |
using Autofac.Builder; | |
using Autofac.Core; | |
using System; | |
namespace Autofac | |
{ | |
internal static class AutofacExtensions | |
{ | |
public static DecoratorRegistry<TInterface> ForInterface<TInterface>(this ContainerBuilder builder) | |
{ |
using System.Collections.Generic; | |
namespace SerialLogger | |
{ | |
internal static class Crc16 | |
{ | |
public static ushort Compute(IEnumerable<byte> data) | |
{ | |
const ushort mask = 0x1021; | |
ushort crc = 0; |
I hereby claim:
To claim this, I am signing this object:
<!doctype html> | |
<title>Site em manutenção</title> | |
<style> | |
body { text-align: center; padding: 150px; } | |
h1 { font-size: 50px; } | |
body { font: 20px Helvetica, sans-serif; color: #333; } | |
article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
a { color: #dc8100; text-decoration: none; } | |
a:hover { color: #333; text-decoration: none; } | |
</style> |