Skip to content

Instantly share code, notes, and snippets.

View ivanferrer's full-sized avatar

Ivan Ferrer ivanferrer

View GitHub Profile
gutenWebappApp
.controller("EditorProducaoTextoController", [
"$scope","$sce","$rootScope", "$location",
"$uibModal", "$timeout","$interval","$routeParams","$compile","$window",
"ProducaoService", "GamesService","AutoriaService","QuillEditorService",
function($scope,$sce, $rootScope, $location,
$uibModal, $timeout, $interval, $routeParams, $compile, $window,
ProducaoService, GamesService, AutoriaService,QuillEditorService) {
@ivanferrer
ivanferrer / Quilljs.js
Created December 11, 2019 14:19
Quill JS
This file has been truncated, but you can view the full file.
var quillEditor =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
@ivanferrer
ivanferrer / App.js
Last active December 9, 2019 15:08
React-native - Arquivo de exemplo - versão antiga
import React, { Component } from 'react';
import { WebView } from 'react-native-webview';
import { Alert, Button, TextInput, View, StyleSheet, Text, Modal, Keyboard } from 'react-native';
//import { store } from 'react-redux'
import {Login} from 'combo-mobile';
import CookieManager from 'react-native-cookies';
import { NativeModules, Platform } from 'react-native';
import {
DOMAIN,
var gulp = require('gulp');
var uglify = require('gulp-uglify');
var cleanCSS = require('gulp-clean-css');
var concat = require('gulp-concat');
var paths = {
vendorcss:[
'./node_modules/jquery-autocomplete/jquery.autocomplete.css',
'./node_modules/bootstrap/dist/css/bootstrap.min.css',
'./components/fortawesome/font-awesome/v4.7.0/css/font-awesome.css',
[PHP]
date.timezone=America/Sao_Paulo
;;;;;;;;;;;
; WARNING ;
;;;;;;;;;;;
; This is the default settings file for new PHP installations.
; By default, PHP installs itself with a configuration suitable for
; development purposes, and *NOT* for production purposes.
; For several security-oriented considerations that should be taken
; before going online with your site, please consult php.ini-recommended
@ivanferrer
ivanferrer / PaymentModule.php
Last active June 9, 2016 17:58
Template Email Prestashop 1.6.3.1
<?php
/*
* 2007-2016 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php