Registered Name: https://zhile.io License Key: 48891cf209c6d32bf4
This file contains hidden or 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
Show hidden characters
{ | |
"folders": [ | |
{ | |
"path": ".", | |
}, | |
{ | |
"name": "frontend", | |
"path": "../frontend/infiniti-gold" | |
} | |
], |
This file contains hidden or 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
# This is Python port of this Javascript method: | |
# https://github.com/notslang/instagram-id-to-url-segment/blob/master/lib/index.coffee | |
url = "https://www.instagram.com/p/B8iwlG9pXHI/" | |
# ----> use regexp to extract code from url | |
code = "B8iwlG9pXHI" | |
charmap = { | |
'A': '0', | |
'B': '1', |
This file contains hidden or 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
https://meet.google.com/noc-hxmw-odu?pli=1&authuser=1 | |
https://accounts.google.com/ServiceLogin?continue=https%3A%2F%2Fmeet.google.com%2Fnoc-hxmw-odu&sacu=1&passive=1209600&authuser=1 | |
http://accounts.google.com/AccountChooser?Email=w.corrales%40alicunde.com&continue=https%3A%2F%2Fmeet.google.com%2Fnoc-hxmw-odu |
This file contains hidden or 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
function checkboxLogic(comp, val, isChecked) { | |
var panel = comp.findParentByType('panel'); | |
var addPrimaryCta = panel.getComponent('addPrimaryCta'); | |
var primaryCtaRedirect = panel.getComponent('primaryCtaRedirect'); | |
var primaryCtaText = panel.getComponent('primaryCtaText'); | |
var primaryCtaLink = panel.getComponent('primaryCtaLink'); | |
var primaryCtaAriaLabel = panel.getComponent('primaryCtaAriaLabel'); | |
var primaryCtaDesign = panel.getComponent('primaryCtaDesign'); | |
if (isChecked) { | |
primaryCtaRedirect.show(); |
This file contains hidden or 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
FROM node:12.18.3 | |
WORKDIR /app | |
COPY . . | |
# --production --dev | |
RUN npm install | |
RUN apt-get update | |
# Installing chromium libraries |
This file contains hidden or 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
// combineComponents.tsx | |
// https://javascript.plainenglish.io/how-to-combine-context-providers-for-cleaner-react-code-9ed24f20225e | |
import React, { ComponentProps, FC } from 'react'; | |
export const combineComponents = (...components: FC[]): FC => { | |
return components.reduce( | |
(AccumulatedComponents, CurrentComponent) => { | |
return ({ children }: ComponentProps<FC>): JSX.Element => { | |
return ( | |
<AccumulatedComponents> |
This file contains hidden or 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
package denisjtorresg.info; | |
import java.text.DateFormat; | |
import java.text.ParseException; | |
import java.text.SimpleDateFormat; | |
import java.util.regex.Matcher; | |
import java.util.regex.Pattern; | |
import javax.swing.JOptionPane; |
This file contains hidden or 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
{ | |
"token": "2XcC2UGO3SJamwSMSqJqJjTh", | |
"team_id": "T33D257PC", | |
"team_domain": "moonshotpartners", | |
"channel_id": "D02FERQPCBU", | |
"channel_name": "directmessage", | |
"user_id": "U02EWSAH7C5", | |
"user_name": "walter.corrales", | |
"command": "/go1Walter", | |
"text": "help", |
This file contains hidden or 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
The licenses in the npm-registry from their package.json, from the latest version of each module | |
23.11.2013 | |
[ { key: 'undefined', value: 27785 }, | |
{ key: 'MIT', value: 20811 }, | |
{ key: 'BSD', value: 5240 }, | |
{ key: 'BSD-2-Clause', value: 621 }, | |
{ key: 'Apache 2.0', value: 263 }, | |
{ key: 'GPL', value: 233 }, |
NewerOlder