igoventura
Follow
🎯
Focusing
.NET Developer at ESX & Founder at Nimbus IT Consult
- São Paulo - SP
- https://linkedin.com/in/igoventura
Pinned Loading
-
AsyncInjector.js
AsyncInjector.js 1class AsyncInjector {
2constructor() {}
34injectScript(
5document: any,
-
Cookie as localstorage
Cookie as localstorage 1if (!window.localStorage) {
2Object.defineProperty(window, "localStorage", new (function () {
3var aKeys = [], oStorage = {};
4Object.defineProperty(oStorage, "getItem", {
5value: function (sKey) { return sKey ? this[sKey] : null; },
-
Map sql query c#
Map sql query c# 1using System;
2using System.Collections.Generic;
3using System.Data.Common;
4using System.Linq;
5using System.Reflection;
-
Object Array to Uppercase
Object Array to Uppercase 1Object.prototype.keys = function() { return Object.keys(this) }
23var a = [{nome: 'igo', sobrenome: 'ventura'}, {nome: 'igo', sobrenome: 'ventura'}, {nome: 'igo', sobrenome: 'ventura'}]
4a.map(i => { i.keys().forEach(k => i[k] = i[k].toUpperCase()); return i })
-
Teste CSS 001: Baseado no shot https...
Teste CSS 001: Baseado no shot https://dribbble.com/shots/6428145-Fragrance-Store-Perfume-Search-AR-Scan/attachments 1<!DOCTYPE html>
2<html lang="en">
34<head>
5<meta charset="UTF-8">
-
DistanceCalculator.java
DistanceCalculator.java 1import java.math.BigDecimal;
23public class DistanceCalculator {
45/**
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.