Skip to content

Instantly share code, notes, and snippets.

View cabraljv's full-sized avatar
🎯
Focusing

João Victor Cabral cabraljv

🎯
Focusing
View GitHub Profile
<template>
<v-app style="overflow: hidden" v-if="!loading">
<v-row>
<v-col
:cols="tabs === 'left' ? 10 : 6"
class="px-0 mx-0"
v-if="tabs !== 'right'"
>
<pacient-exam
v-if="dicom_image"
<template>
<v-app style="overflow: hidden" v-if="!loading">
<v-row>
<v-col
:cols="tabs === 'left' ? 10 : 6"
class="px-0 mx-0"
v-if="tabs !== 'right'"
>
<pacient-exam
v-if="dicom_image"
const csv = require('async-csv');
const fs = require('fs').promises;
const dotenv = require('dotenv');
dotenv.config();
const [CONCURRENT_UPLOADS = 5 ] = process.argv.slice(2);
const {
uploadToPanda,
} = require('./src/controllers/uploader')
@cabraljv
cabraljv / palindromo.js
Created December 19, 2020 05:22
DeepESG Seletiva
const texto = 'ana';
const inversa = texto.split('').reverse().join('');
if(texto===inversa){
console.log('PALÍNDROMO');
}else{
console.log('NÃO É UM PALÍNDROMO');
}
programa
{
inclua biblioteca Texto-->t
funcao inicio()
{
inteiro op=0
inteiro cont=0
cadeia aluno[1000000]
enquanto(op!=7){
escreva("###CONTROLE DE ALUNOS###\n")
import java.util.Scanner;
/*
Feito por: João Victor Cabral Nunes Baião
Tempo de desenvolvimento: 20 min
Versão: 1.0
*/
public class Space_IFMG {
public static void clear(){
for(int i=0;i<80;i++){ //Método para limpar tela
@cabraljv
cabraljv / Programa de Seguros
Created April 15, 2018 03:24
obrigado a todos pela ajuda
print(' ')
print(' \33[1;31m _______ _______ _______ _______ _______ _______ ___ ___ _______ ')
print(' | ___ | | ___ | | ___ | | ____ | | ___ | | ___ | | \ / | | ___ |')
print(' | | | | | | | | | | | | | | |_| | | | | | | | | | |\ \ / /| | | | | |')
print(' | | | | | | | | | | | | | | | | | | | | | | | | \ \ / / | | | | | |')
print(' | |___| | | |___| | | | | | | | ___ | |___| | | | | | | | \ \/ / | | | | | |')
print(' | ______| | ___| | | | | | | |_ | | ___| | |___| | | | \ / | | | |___| |')
print(' | | | |\ \ | | | | | | | | | |\ \ | ___ | | | \/ | | | ___ |')
print(' | | | | \ \ | | | | | | | | | | \ \ | | | | | | | | | | | |')
print(' | | | | \ \ | |___| | | |___| | | | \ \ | | | | | | | | | | | |')