Visitantes

Pesquisar neste Blog

domingo, 17 de julho de 2022

Vis.js - JavaScript

 

Vis.js / Biblioteca JavaScript


Vis.js is a very versatile parent library of other sub-libraries including networking, timeline, 2d, and 3d visualization capabilities. This library offers 3d charts which are pretty rare amongst most charting libraries which definitely gives it an edge.

Notable Feature List

  • 3D Charts
  • 2D Charts
  • Multi-chart capability
  • Optional tooltips
  • 3D interactivity on relevant charts
  • Chart playgrounds demonstrating many of its features
  • Flawless animations
Vis.js has some stunning visualizations in both 2d and 3d forms but of course, all will serve specific purposes. Personally, I’ve never come across the need to use 3d charts but if your working in some type of scientific data analysis background, I could imagine it would be useful.
Licensing - The Viz.js library is dual-licensed under both Apache 2.0 and MIT licenses. Both of these licenses enable usage, modification, and distribution by both personal and commercial parties.
Links - 

VizJS can be delivered directly to your own project by the following CDN networks

GitHub Repo
Documentation

Dygraphs - JavaScript

 

Dygraphs / Biblioteca JavaScript


Dygraphs is probably one of the fastest rendering charts I have come across, especially when the data set is vast. This library can handle data sets going into the tens of thousands and still deliver a great user experience.

Notable Feature List

  • Can handle huge data sets and is superior in this department when compared to other libraries
  • Cross chart synchronization
  • Annotations, and highly customizable annotations at that
  • Range/Viewfinder
  • Very simple to get develop with
  • Perfect for real-time data visualization
  • Extremely fast data point feedback with off-chart data display
  • Zoom in and out functionality
  • Plenty of examples with links to JSFiddles
  • Easy to work with data, simple arrays, or load from text or CSV files
The one drawback to all this glory is that it’s completely based on line graphs. No bars, pies, or anything that you would usually see in a JavaScript charting library. Not to worry though, it’s still an epic package, and here’s why.
Licensing - 

Dygraphs is licensed under the MIT License which offers usage, modification, and distribution by both personal and commercial parties.

NVD3.JS - JavaScript

 

NVD3.JS / Biblioteca JavaScript

First and foremost is a library I’ve used frequently in industry and it never fails to please. NVD3 is a library that sits on top of the d3.js JavaScript library utilizing many of the usual traits.
The library doesn’t have every single chart imaginable but has all the most popular core ones. For example, scatter, bar, line. The rendered charts have a very easy-on-the-eye style with pastel-like colours that go well with any dashboard.

Notable Feature List

  • Completely responsive
  • User-friendly tooltips
  • Customizable tooltips
  • Easy to work with JSON
  • Series turn on / turn off
  • Legends
  • Dual-axis capability
  • Quick and easy to download and use
  • Plenty of examples
  • Live chart playground
Licensing - NVD3 is released and licensed with the Apache 2.0 license meaning it’s completely free to use for both personal and commercial practices.
Links - NVD3 is hosted on various CDN networks as listed below
GitHub Repo
Documentation

sábado, 16 de julho de 2022

Windows 11 em Dell

 Quando o Microsoft Windows 11 foi lançado, as atualização automáticas do Microsoft Windows 10 deu como resultado do diagnóstico automático de hardware que o Windows 11 não podia ser instalado no meu notebook Dell Inspiron com processador Intel de 7a. geração. E durante vários meses eu tentei instalar o Windows 11 no notebook Dell e sempre aparecia a tela dizendo que não pode instalar.

Em Julho/2022 eu li um artigo na internet falando que o UEFI tem que estar ativo funcionando para o Windows 11 poder ser instalado; então eu olhei o setup do meu notebook Dell, no item em segurança eu vi que o UEFI aparecia como desligado, então eu desativei o item Legacy, e ativei o UEFI, e gravei a alteração do Setup do notebook Dell.

Então eu peguei um disco rígido USB de 1TB e fiz o backup 100% de todos os arquivos que eu utilizo, que estavam dentro do disco rígido 1tb do meu notebook Dell. Como o disco rígido do notebook Dell não é SSD, esse backup demorou uma semana para concluir.

Depois do backup USB pronto, eu copiei o Windows 11 para dentro de um pendrive USB 8gb, e mandei o Windows 11 começar a instalação, como eu gosto de fazer instalação limpa, mandei o Windows 11 excluir a partição do disco rígido, depois mandei o Windows 11 criar uma partição nova no disco rígido, e depois mandei o Windows 11 formatar o disco rígido, e assim começou a instalação do Windows 11.

Depois disso, eu notei que fazer a instalação do Windows 11 utilizando a rede wireless é muito lerdo, iria demorar muitas horas para a instalação concluir, então para o download e instalação ficar rápido, eu liguei direto um cabo ethernet do meu roteador wireless até o notebook Dell.

Em Julho/2022 eu consegui fazer a instalação do Windows 11 Home Single Language funcionar em um notebook Dell com processador Intel de 7a geração. Eu estou gostando muito de usar o windows 11.

sábado, 11 de junho de 2022

TPM no Windows 11

TPM (Trusted Platform Module) = é um padrão internacional para processamento seguro, ele é um controlador que protege o hardware de seu computador com uma chave criptográfica única integrada ao mesmo. A versão mais recente do TPM é 2.0 

O TPM tem ainda uma ampla gama de funções como chave de segurança de hardware, identificação de dispositivos, autenticação criptográfica e verificação de integridade; o TPM faz 2 coisas principais:

1 - Cálculo de chaves criptográficas: a geração ou verificação de senhas no computador usando criptografia incorporado. Essas senhas podem ser travas de criptografia para discos rígidos, códigos de recursos usados por sistemas operacionais para verificar sua integridade.

2 - Armazenamento de chaves criptográficas: O TPM também é uma unidade de armazenamento de criptografia no computador, que não só calcula a chave criptográfica. 

O TPM verifica a integridade do sistema quando o Windows fosse inicializado, para funções de segurança.

segunda-feira, 4 de abril de 2022

Best Javascript Chart Libraries for 2021

 Best Javascript Chart Libraries for 2021 - Summary

There are clearly many very versatile and feature-packed libraries available to use on the web. I will continue to add to this list as I discover newly released libraries or even hidden gems.

I would love to hear which is your favorite, and it doesn’t have to be on this list either. Send me in the direction of some great libraries and I could well list them on here too.

----------------------------------------------------------------------------------------------------------











quinta-feira, 17 de março de 2022

Mobile Detect

 Eu fiquei semanas estudando e testando o código PHP da Lib Mobile Detect e finalmente agora está do jeito que eu gostei de usar.



segunda-feira, 6 de dezembro de 2021

QRCODE

 https://www.geeksforgeeks.org/qr-code-generator-using-html-css-and-jquery/

https://stackoverflow.com/questions/30115242/generating-a-simple-qr-code-with-just-html

https://blog.usman-s.me/how-to-make-your-qr-code-generator-using-html-css-and-javascript

https://codepen.io/jasonadelia/pen/jatwq

https://www.ways2read.com/design-a-qr-code-generator-html-css-and-jquery/

https://acervolima.com/gerador-de-codigo-qr-usando-html-css-e-jquery/

https://medium.com/geekculture/few-ways-to-generate-qr-code-using-javascript-54b6b5220c4f

http://thenewcode.com/614/Add-QR-Codes-To-Web-Pages-Automatically-For-Easy-Link-References-From-Printed-Copies

http://www.weichbrodt.it/qr-code-plugin-per-cms-made-simple/




Express.JS Node Router Server

 

https://www.tabnine.com/code/javascript/functions/express/Express/post

https://expressjs.com/pt-br/guide/routing.html

https://expressjs.com/pt-br/4x/api.html

https://www.ti-enxame.com/pt/javascript/como-enviar-um-post-solicitacao-de-node.js-express/1056045498/

https://visionmedia.github.io/superagent/

https://codeforgeek.com/handle-get-post-request-express-4/

https://www.codegrepper.com/code-examples/javascript/app.post+in+express

https://developer.mozilla.org/pt-BR/docs/Learn/Server-side/Express_Nodejs/Introduction

https://www.digitalocean.com/community/tutorials/use-expressjs-to-get-url-and-post-parameters





domingo, 31 de outubro de 2021

As 6 Etapas Fundamentais de um Projeto de Software

 

As 6 etapas fundamentais de um projeto de software

1) Conhecer as necessidades do cliente.
2) Definir os requisitos.
3) Avaliar a viabilidade do projeto.
4) Documentar todos os procedimentos.
5) Escolher a metodologia de desenvolvimento.
6) Testar as funcionalidades criadas.