Tarefas

Tarefas

var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});

Mostrando 1 - 25 de 25

Tarefa Prioridade Status Data Limite para Execução Etiquetas da Tarefa
Solução Solar MédiaPendente
Implementar HWEncoder no ffmpeg para acelerar AltaPendente
AI-generated automatic gallery AltaPendente
AI-generated time lapse of the entire project AltaPendente
Incluir Timestamp na geração do timelapse no APP arruma timelapses AltaPendente
Criar monitoramento de Emails recebidos e enviados da conta contato@lstimelapses.com.br MédiaPendente
Incluir duração do timelapse na hora da geração AltaFinalizada
Criar Link Aggregation no DSLST001 - https://kb.synology.com/en-uk/DSM/help/DSM/AdminCenter/connection_network_linkaggr?version=7 AltaFinalizada
Importar Zabbix Monitoramento para dentro da LST Virtual MédiaFinalizada
Nextcloud MédiaPendente
Estudar Tuya SDK AltaPendente
Instalar Homeassistant para fazer Tuya Local https://www.home-assistant.io/ AltaPendente
Solução DSLR AltaPendente
Estudar solução de PPE detector MédiaPendente
Criar "limpador" de imagens problemáticas com End of image JPEG, Corrupt JPEG Data e Java Heap Space AltaPendente
Realizar Pen Test nos servidores AltaPendente
Realizar Stress Test no Portal AltaPendente
Criar contrato padrão para timelapses AltaPendente
Implementar configuração das Câmeras IP e DSLR diretamente pelo usuário no portal AltaPendente
Criar Gerador de Timelapse tipo Slideshow Automaticamente AltaPendente
HAPROXY MédiaPendente
Criar Portalmysql MédiaPendentemysql, portal
Configurar VMWARE LSST AltaPendente31/10/2023
Criar gerarTimelapseProgressoParcial e gerarTimelapseProgressoGeral automaticamente MédiaPendente30/12/2023
Criar visualizador de Vídeos gravados pelo NVR do Monitoramento Inteligente na pasta do servidor AltaPendente31/10/2024
Tarefa Prioridade Status Data Limite para Execução Etiquetas da Tarefa
.fancybox-container { z-index: 100000; /** Divi is 99999 */ } .admin-bar .fancybox-container { margin-top: 32px; } if ( window.Fancybox ){ Fancybox.bind(".gravityview-fancybox", {"animationEffect":"fade","toolbar":true,"closeExisting":true,"arrows":true,"buttons":["thumbs","close"],"i18n":{"en":{"CLOSE":"Fechar","NEXT":"Pr\u00f3xima","PREV":"Previous","ERROR":"The requested content cannot be loaded. Please try again later.","PLAY_START":"Start slideshow","PLAY_STOP":"Pause slideshow","FULL_SCREEN":"Full screen","THUMBS":"Thumbnails","DOWNLOAD":"Download","SHARE":"Share","ZOOM":"Zoom"}}}); } if ( window.gvDTglobals ) { for ( var index in gvDTglobals ) { gvDTglobals[ index ].footerCallback = function () { var api = this.api(); var $footer = jQuery( api.table().footer() ); var mathFooter = api.ajax.json()[ 'gvMathFooter' ]; if ( !mathFooter ) { return; } if ( $footer.find( '.gv-math-footer-calculation' ).length ) { $footer.find( '.gv-math-footer-calculation' ).replaceWith( mathFooter ); } else { $footer.append( mathFooter ); } jQuery( api.table().footer() ).html( $footer.html() ); } } }