Connexion
Créer un compte
Vous n'avez pas de compte sur notre site? Cliquez ici afin de créer un nouveau compte.
Vous n'avez pas de compte sur notre site? Cliquez ici afin de créer un nouveau compte.
Launching ORMIT™-Cortex 2.0 - A cheaper than free Oracle to PostgreSQL migration solution
'); $("#popupleadform_dialog").modal({ show: true, cache: false }); $("#popupleadform_dialog").modal('show'); let browserRef = (typeof browser === "undefined") ? chrome : browser; window.localStorage.setItem("popupShown",1); } },1500); })(jQuery); */ //Highlight code blocks (function($) { setTimeout(function(){ hljs.highlightAll(); },300); })(jQuery); var LucidEffect = (LucidEffect)?LucidEffect:[]; LucidEffect.Typewriter = function(el, toRotate, period) { this.toRotate = toRotate; this.el = el; this.loopNum = 0; this.period = parseInt(period, 10) || 500; this.txt = ''; this.tick(); this.isDeleting = false; }; LucidEffect.Typewriter.prototype.tick = function() { var i = this.loopNum % this.toRotate.length; var fullTxt = this.toRotate[i].trim(); if (this.isDeleting) { this.txt = fullTxt.substring(0, this.txt.length - 1); } else { this.txt = fullTxt.substring(0, this.txt.length + 1); } this.el.innerHTML = this.txt+'<'+'span class="wrap">'; var that = this; var delta = 100 - Math.random() * 100; if (this.isDeleting) { delta /= 3; } if (!this.isDeleting && this.txt === fullTxt) { delta = this.period; this.isDeleting = true; } else if (this.isDeleting && this.txt === '') { this.isDeleting = false; this.loopNum++; delta = 300; } setTimeout(function() { that.tick(); }, delta); }; window.onload = function() { var elements = document.getElementsByClassName('lucid-effect-typewriter'); for (var i=0; i