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
SELECT
(SELECT `id_linha` FROM `dados_linha` WHERE `id_pesquisa` = 83 ORDER BY `id_linha` LIMIT 1) as 'first',
(SELECT `id_linha` FROM `dados_linha` WHERE `id_pesquisa` = 83 ORDER BY `id_linha` DESC LIMIT 1) as 'last'
$(function()
{
/* ##############################################################################
* ##############################################################################
#### CPF CNPJ USANDO O MESMO CAMPO COM MASKEDINPUT.JS ##########################
############################################################################## */
$("#cpf, #cnpj").keyup(function(){
if($(this).val().length <= 14)
$(this).val( mascara($(this).val(), '999.999.999-99') );
/**
*
* https://dartpad.dartlang.org/
*
*/
class Pessoa
{
String nome;
int idade;
double altura;
$(this).closest('div.escopo-pergunta').find('img').attr({
src: 'https://sbcdados.com.br/painel/img/unchecked.png',
});
$(this).attr({
src: 'https://sbcdados.com.br/painel/img/checked.png',
});
arr = [
[48, 683, 18110],
[48, 683, 18111],
[48, 683, 18109],
[48, 683, 18108],
[48, 683, 18113],
[48, 684, 18114],
[48, 685, 18115],
]
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")
<?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(
@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");
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];