Carlos Alberto

Carlos Alberto @charlygarcia120

About: programming the world

Location:
Bogota
Joined:
Apr 26, 2020

Carlos Alberto
articles - 18 total

Simulaciones físicas usando Web

El uso de modelados y simulaciones con lenguajes de programación web ha revolucionado la enseñanza de...

Learn More 0 0Feb 12

Expresión regular para remover caracteres al final

Expresión regular para remover N caracteres al final de todas la líneas de un archivo, en este...

Learn More 1 0Jan 22 '23

Como listar los posts de un blog de Blogger en mi web

Para listar los posts de un blog de blogger usando un criterio de búsqueda se debe usar las API de...

Learn More 3 0Oct 14 '22

Today date using Javascript

How to write today date using javascript <html> <body> Today date is :...

Learn More 0 0Oct 13 '22

How to know if a file exists using PERL

The follow code shows if a file exists using PERL lenguaje $filename="FILEX.TXT"; if (-e...

Learn More 0 0Oct 12 '22

how to give number format to a input box text while I am typing it

<br> function format_num(id) {<br> var number =...

Learn More 0 0Jun 29 '21

function decodes any %## encoding in the given string

function to convert a string with special characters to url format. This function decodes any %##...

Learn More 4 0Jun 21 '21

A function in PHP for generate Ramdom strings

If you need a function for generate ramdom strings, you can use this small fraction of code: <...

Learn More 5 0Apr 20 '21

How to automatically confirm a youtube channel subscription

For make that a visitor automatically confirm a youtube channel subscription use the next code http...

Learn More 0 0Apr 1 '21

How to Detect Browser in PHP

We will to write a function in PHP using $_SERVER['HTTP_USER_AGENT'] to detect the browser an d SO of...

Learn More 2 1Jan 22 '21

IntVal() to see if an array is empty

intval one of the most undervaluated php funtions echo intval(array()); // 0 echo i...

Learn More 1 0Dec 14 '20

Como usar el Dhtmlx DataProccesor

El DataProcessor es una librería muy intuitiva y programática que le permite a un componente en el cl...

Learn More 1 0Nov 14 '20

Como inicializar el DHTMLX Menu en español

En la entrada de hoy aprenderemos a usar el dhtmlxMenu para inicializar y usar una carga desde XML, s...

Learn More 1 0Nov 14 '20

How to detect the trend using only 3 lines

How to draw 3 lines in a chart using Pine language from tradingview: //@version=4 study("Line", ov...

Learn More 7 0Nov 12 '20

Promedio movil en TradingView Pine

Vamos a ver como graficar un promedio móvil usando el lenguaje Pine de TradingView 1 Abra el Pine ed...

Learn More 2 0Sep 5 '20

How to make forex Bots (signals) Using Programming

I want to show how to write code to make your own Forex Signals, based in your statistical criteria,...

Learn More 8 7Apr 28 '20

how to add items to an array in JS

To add elements to an array we will to use the splice function. .splice(index, howmany, item1, .......

Learn More 1 0Apr 26 '20

Hi!!!!

I want to learn aand share, I am electronic engineer from colombia, I love to program, and I aam happ...

Learn More 1 1Apr 26 '20