Skip to content

Instantly share code, notes, and snippets.

View mvnp's full-sized avatar
🏠
Working from home

Marcos Pereira mvnp

🏠
Working from home
View GitHub Profile
<?php
class Usuario {
public function login($email, $senha){
# faz login
}
}
public function csv(){
if( isset($_POST['enviar_csv']) && count($_FILES['userfile']['name']) > 0 ){
// ...
$file = $_FILES['userfile']['tmp_name'];
$handle = fopen($file, "r");
$data = [];
// Loop through the csv file and insert into database
do {
if ( isset($data[0]) ) {
<?php defined('BASEPATH') OR exit('No direct script access allowed');
class Cripto extends CI_Controller {
public function __construct(){
parent::__construct();
}
/**
* Buscando criptomedas ...
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
*
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<table border="1" width="100%">
<thead>
<tr>
<th>Name</th>
This file has been truncated, but you can view the full file.
function setCookie(a, b, c) {
var d = new Date;
d.setTime(d.getTime() + 24 * c * 60 * 60 * 1e3);
var e = "expires=" + d.toUTCString();
document.cookie = a + "=" + b + ";" + e + ";path=/"
}
function getCookie(a) {
for (var b = a + "=", c = document.cookie.split(";"), d = 0; d < c.length; d++) {
for (var e = c[d];
@mvnp
mvnp / Code
Last active January 18, 2018 04:24
$(document).on("change", "#VERACEL_CAD_EMP_ID", function(){
$('#VERACEL_CAD_PESQUISADOR_ID option').each(function(index, val) {
console.log($(this).val());
});
});
$("#VERACEL_CAD_EMP_ID").trigger("change");
<?php
setlocale(LC_ALL, 'pt_BR.UTF8');
function toAscii($str, $options = array()) {
// Make sure string is in UTF-8 and strip invalid UTF-8 characters
$str = mb_convert_encoding((string)$str, 'UTF-8', mb_list_encodings());
$defaults = array(
let idpergunta_ = ""
let compactArray = []
for(let i = 0; i < arr.length; i++)
{
let idpergunta_ = arr[i].idpergunta;
if(idpergunta_ != undefined && idpergunta_ != null)
{
if(idpergunta_ == idpergunta)
{
console.log("Achei")
arr = [
[48, 683, 18110],
[48, 683, 18111],
[48, 683, 18109],
[48, 683, 18108],
[48, 683, 18113],
[48, 684, 18114],
[48, 685, 18115],
]