Skip to content

Instantly share code, notes, and snippets.

View MatheusMuriel's full-sized avatar

Matheus Muriel MatheusMuriel

  • Londrina, PR, Brazil
View GitHub Profile
@MatheusMuriel
MatheusMuriel / App.vue
Created January 7, 2020 20:57
Resize div in VueJS without jQuery
<template>
<div id="app">
<div class="lateral-block"
:style="{width: widthLateral+'px'}">
<div class="lateral">
</div>
<div class="gutter-vertical" id="gutterVertical"></div>
</div>
@MatheusMuriel
MatheusMuriel / ProxyWebServiceGNRE.csharp
Created November 5, 2019 18:36
Classe que faz o proxy para o webservice do GNRE de consulta de config de UF
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.ComponentModel;
using System.Diagnostics;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.Xml.Serialization;