Skip to content

Instantly share code, notes, and snippets.

View KevinBacas's full-sized avatar
🎯
Focusing

Kevbac KevinBacas

🎯
Focusing
View GitHub Profile
@KevinBacas
KevinBacas / autoexec.cfg
Created April 13, 2020 10:23
CS GO cfg files
// Rates
rate "786432" // max rate, lower if having network issues
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_interpolate "1"
cl_lagcompensation "1"
net_client_steamdatagram_enable_override "1" // SDR beta
@KevinBacas
KevinBacas / autoexec.cfg
Created April 13, 2020 10:23
CS GO cfg files
// Rates
rate "786432" // max rate, lower if having network issues
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_interpolate "1"
cl_lagcompensation "1"
net_client_steamdatagram_enable_override "1" // SDR beta
using System;
using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System.Xml.Xsl;
// Instanciating compiled XSLT class
var xsl = new XslCompiledTransform();
var mapsFolder = Path.GetFullPath(Path.Combine(GetScriptPath(), "maps"));
var xsltFullPath = Path.GetFullPath(Path.Combine(mapsFolder, $"{name}.xslt"));
// Execution settings
XmlReaderSettings settings = new XmlReaderSettings();
settings.IgnoreWhitespace = true;
settings.IgnoreComments = true;
{
"$schema": "http://json.schemastore.org/proxies",
"proxies": {
"default": {
"matchCondition": {
"route": "",
"methods": [
"GET",
"OPTIONS"
]
using System.Net;
using System.Net.Http.Headers;
using System.IO;
using System.Net.Http;
using Microsoft.Azure.WebJobs;
using System.Linq;
using Microsoft.Azure.WebJobs.Extensions.Http;
using System;
using Microsoft.Azure.WebJobs.Host;
using MimeTypes;
@KevinBacas
KevinBacas / convertFromUtc.js
Last active April 4, 2018 11:49
Datetime Logic app
convertFromUtc(utcNow(), 'Romance Standard Time', 'MM/dd/yy H:mm:ss zzz')