View enchatwoot.json
This file contains 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
{ | |
"SURVEY": { | |
"DESCRIPTION": "Dear customer 👋, please take a few moments to share feedback about the conversation you had with %{inboxName}.", | |
"RATING": { | |
"LABEL": "Rate your conversation", | |
"SUCCESS_MESSAGE": "Thank you for submitting the rating" | |
}, | |
"FEEDBACK": { | |
"LABEL": "Do you have any thoughts you'd like to share?", | |
"PLACEHOLDER": "Your feedback (optional)", |
View expose_wsl_port.js
This file contains 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
const execSync = require('child_process').execSync; | |
async function main (){ | |
var wslip=(await execSync("bash -c \"hostname --all-ip-addresses\"")+"").replace(" ","").replace("\n","") | |
try{ | |
await execSync("NET SESSION >nul 2>&1") | |
}catch{ | |
console.log("Please run as Administrator") | |
return | |
} | |
if(process.argv.length<2 || isNaN(process.argv[2])){ |
View ftp_test.py
This file contains 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
import ftplib, time, urllib2, urllib | |
from configparser import ConfigParser | |
config=ConfigParser() | |
config.read("ftp_config.ini") | |
# atur disini yaa | |
HOSTNAME="localhost" | |
PORT=14147 |
View gist:5f902d61372b24678794bd0a0267abb7
This file contains 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
@charset "UTF-8"; | |
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ | |
/** | |
* 1. Set default font family to sans-serif. | |
* 2. Prevent iOS text size adjust after orientation change, without disabling | |
* user zoom. | |
*/ | |
/* line 9, ../scss/includes/_normalize.scss */ | |
html { | |
font-family: sans-serif; |
View index.html
This file contains 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
<button onclick="share1()">SHARE TEKS</button> | |
<button onclick="share2()">SHARE IMG</button> | |
<button onclick="share3()">SHARE WHATSAPP</button> | |
<button onclick="notif1()">SHOW NOTIF</button> |
View airlines_iata.json
This file contains 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
[ | |
{ | |
"iata": "0B", | |
"name": "Blue Air" | |
}, | |
{ | |
"name": "Ghadames Air", | |
"iata": null | |
}, | |
{ |
View IosHelper.cs
This file contains 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
using System; | |
using UIKit; | |
namespace Plugin.Toast | |
{ | |
/// <summary> | |
/// | |
/// </summary> | |
public static class IosHelper | |
{ |
View Kode.gs
This file contains 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 myFunction() { | |
} | |
function doGet() { | |
var idx=HtmlService.createHtmlOutputFromFile("home"); | |
idx.setTitle("REGISTRATION") | |
return idx; | |
} | |
function sendMeQr(fullname, company, position, email){ | |
var ss = SpreadsheetApp.openById("1RZwLAmIFfXrNuwti-K4v3hsT-TjYXsEI_evnpX0TdKU"); |
View index.html
This file contains 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
<!DOCTYPE HTML> | |
<html> | |
<body> | |
<p id="labelgen">PLEASE WAIT...</p> | |
<a id="download" download="triangle.png"><button type="button" onClick="download()">Download Now</button></a><br> | |
<canvas style="display='none'" crossOrigin="Anonymous" id="myCanvas" width="899" height="550"></canvas> | |
</body> | |
</html> |
View opera_news_sources.json
This file has been truncated, but you can view the full file.
This file contains 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
{ | |
"version":1, | |
"created":"Wed Sep 12 16:19:22 2018", | |
"countryLanguageVersion":"0/36", | |
"sites":[ | |
[ | |
"", | |
0, | |
[ |
NewerOlder