Mensagens

Nova aplicação - Programação em JavaScript

Imagem
Deixo aqui o texto da aplicação para iniciação à linguagem de programação JavaScript. Programming in JavaScript Part One ------------------------------------------------------------------------- Programming in JS – Part One Introduction What is JavaScript? JS or JavaScript is described as the programming language for the web. It generally runs on a web browser (like Chrome, Mozilla; etc). It is a scripting language build to implement things in web pages. Therefore, it does not “make” an executable file. It runs a program or some instructions by an interpreter by a built-in interpreter (in the web browser) it is not compiled. It´s not similar to Java! Simplifying – Is a programming language that runs over a web browser. It allows to make changes and operations on a web page, but also make calculations, etc. And nowadays you can make a Mobile or Desktop App. First, take notice of some conventions used in this course: File names - index.html Text to type - ...

Nova aplicação Geometry Calculator

Imagem
Está na loja já há alguns dias a aplicação de cálculo geométrico. Calculadora de Geometria calcula ou resolve alguns problemas de geometria plana. Para a escola e Engenharia. É uma aplicação com uma interface simples. Por agora calcula: - Distância entre dois pontos, por coordenadas. - Centro de um círculo, por coordenadas de 3 pontos. - Intersecção entre duas rectas. Serão adicionadas mais funcionalidades em breve. Is in the store already a few days ago the application of geometric calculation. Geometry Calculator, calculates some problems of plane geometry. For school or Engineering. Is a simple app, with a simple interface. It now calculates: - Distance between two points by coordinates (distance DeltaX DeltaY Angle). - Center of a Circle by coordinates of three points. - Interseccion between two lines. Will be added soon more calculations. https://play.google.com/store/apps/details?id=com.Coimbras.GeometryCalculator

Apagar todos os comentários no Excel

Como apagar os comentários de uma folha ou livro Excel? Um é fácil, mas todos? É necessário ter conhecimentos de VBA. How to delete Excel comments, from a whorksheet or workbook? One is easy, but all? It´s necessary know VBA. VBA: Delete comments from a worksheet. Sub Remove_All_Comments_From_Worksheet()   Cells.ClearComments End Sub VBA: Delete all comments from the whole workbook Sub DeleteAllComments()   For Each xWs In Application.ActiveWorkbook.Sheets     For Each xComment In xWs.Comments         xComment.Delete     Next   Next End Sub https://www.extendoffice.com/documents/excel/1744-excel-remove-all-comments.html

Listar ficheiros e pastas

Imagem
Como obter de forma rápida uma listagem, ou visualização das pastas e ficheiros numa determinada localização? How to obtain a fast list, or view of the folders and files in some location? Com o comando tree do MS-DOS. With the tree command from MS-DOS. C:\DESKTOP\TESTE ├───Pasta_1 │   ├───Pasta_1A │   │       Ficheiro_1A.txt │   │       Ficheiro_1A_1.txt │   │ │   ├───Pasta_2A │   │   └───Pasta_2AA │   │           Ficheiro_2AA.txt │   │ │   └───Pasta_3A │       └───Pasta_3AA │           └───Pasta_3AAA └───Pasta_2     ├───Pasta_1A     │       Ficheiro_1A.txt     │       Ficheiro_1A_1.txt     │     ├───Pasta_2A     │   └───Pasta_2AA ...

Fim do ISTRAM 32 Bits

Cópia da informação emitida: 21/05/19 INSTALACION. Fin de la versión de 32 bits         La evolución de Istram para atender a las nuevas tecnologias y estándares (BIM)         hacen que se precise una gran cantidad de memoria para almacenar toda la         información que se precisa. Esto hace que los equipos con sistemas operativos         de 32 bits, que no pueden manejar más de 4 GB de memoria para sistema operativo         y procesos, queden obsoletos.         Apenas que los proyectos crecen un poco los sistemas de 32 bits o trabajan muy         lentamente o directamente paran el proceso que requiere más memoria de la que         pueden servire.         Por eso, en poco tiempo se dejará de generar el instalador de Istram de 32 bits         (Istram32.exe). Sugerimos que se ac...

Comboio Medina - Meca

Imagem
Filme do comboio de Alta Velocidade Medina - Meca, primeiros meses de operação. Movie High Speed Train Medina - Meca, first months in service.

Nova aplicação - Programação em Lua

Imagem
Lancei uma nova aplicação, desta vez para aprender programação, em concreto Lua. Está disponível no link abaixo. Testem e cliquem nos anúncios. I launched a new application, this time to learn programming, in concrete LUA. It is available at the link below. Test and click on ads. https://play.google.com/store/apps/details?id=com.coimbras.LuaPartOne Captura da app / Screen of the app