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
<webApp accessControl="1" appState="0" appType="0" background="nms:backgrounds/survey.png" | |
builtIn="0" cmsAccount-id="0" created="2019-03-08 17:18:15.727Z" createdBy-id="1052" | |
defaultDictionary-id="1039" defaultLanguage="en" defaultOrigin-id="0" deliveryMapping-id="3587" | |
designLanguage="en" endDate="" entitySchema="nms:webApp" folder-id="5530" | |
folderProcess-id="0" hasHtmlPage="1" id="16392" idCounter="0" internalName="APP4" | |
isModel="0" label="Keep pageCount" lastModified="2019-03-08 17:18:15.727Z" | |
library="nms:webAppLogRcp" modelName="newLandingPage" modifiedBy-id="1052" | |
nature="landingPage" operation-id="0" operator-id="0" optOutBannerMode="0" | |
originUrlOverride="true" publicationDate="" rendering-id="3582" schema="nms:recipient" | |
startDate="" startPath="/" state="0" timezone="_inherit_" translationStatus="0" |
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="description" content=""> | |
<title>Starter Template · Bootstrap</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | |
</head> | |
<body style="" class=""> |
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
CREATE OR REPLACE FUNCTION public.digest(text, text) | |
RETURNS bytea | |
LANGUAGE c | |
IMMUTABLE STRICT | |
AS '$libdir/pgcrypto', $function$pg_digest$function$ | |
; | |
CREATE OR REPLACE FUNCTION public.digest(bytea, text) | |
RETURNS bytea | |
LANGUAGE c | |
IMMUTABLE STRICT |
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
DROP TABLE IF EXISTS xtksessioninfo; | |
CREATE TABLE xtksessioninfo( | |
sImsToken VARCHAR(2000), | |
sKey VARCHAR(512), | |
sLogin VARCHAR(64), | |
sRemoteAddr VARCHAR(50), | |
sToken VARCHAR(50), | |
tsExpiration TIMESTAMPTZ | |
); |
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
-- Log: Creating table 'CrmBehavioralAggregate' | |
CREATE TABLE CrmBehavioralAggregate( | |
iRecipientId INTEGER NOT NULL Default 0, | |
iRuleId INTEGER NOT NULL Default 0, | |
iScore INTEGER NOT NULL Default 0, | |
tsLastEvent TIMESTAMPTZ | |
); |
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
<?php | |
class AdminCustomInvoicesController extends ModuleAdminController { | |
public function __construct(){ | |
parent::__construct(); | |
$this->bootstrap = true; // use Bootstrap CSS | |
$this->table = 'order_invoice'; // SQL table name, will be prefixed with _DB_PREFIX_ | |
$this->identifier = 'id_order_invoice'; // SQL column to be used as primary key | |
$this->className = 'OrderInvoice'; // PHP class name | |
$this->allow_export = true; // allow export in CSV, XLS.. |
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
umask 002 | |
function ll | |
ls -alh --color=auto $argv | |
end | |
if status --is-login | |
cd ~/allfit | |
echo "==== GIT ALL FIT ====" | |
git status -sb |
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
{ | |
"id": 1, | |
"mountPoint": "/OpenStackObjectStorage2", | |
"backend": "swift", | |
"authMechanism": "openstack::openstack", | |
"backendOptions": { | |
"bucket": "xx", | |
"password": "xx", | |
"region": "xx", | |
"service_name": "OVH cloud 2", |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>All Fit Academy en maintenance</title> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3.css"> | |
<link rel='stylesheet' id='et-gf-raleway-css' href='https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700,800,900&subset=latin' type='text/css' media='all' /> | |
<style media="screen"> | |
html,body{ |
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
alias ll="ls -alh --color=auto" |
NewerOlder