Created
September 3, 2020 14:03
-
-
Save clairtonluz/fe76773b8460cec763d58aed4135cbbc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Programas | |
.c - C and C++ source code file | |
.cgi and .pl - Perl script file. | |
.class - Java class file | |
.cpp - C++ source code file | |
.cs - Visual C# source code file | |
.h - C, C++, and Objective-C header file | |
.java - Java Source code file | |
.php - PHP script file. | |
.py - Python script file. | |
.sh - Bash shell script | |
.swift - Swift source code file | |
.vb - Visual Basic file | |
# Internet | |
.asp and .aspx - Active Server Page file | |
.cer - Internet security certificate | |
.cfm - ColdFusion Markup file | |
.cgi or .pl - Perl script file | |
.css - Cascading Style Sheet file | |
.htm and .html - HTML file | |
.js - JavaScript file | |
.jsp - Java Server Page file | |
.part - Partially downloaded file | |
.php - PHP file | |
.py - Python file | |
.rss - RSS file | |
.xhtml - XHTML file | |
# executaveis | |
.apk - Android package file | |
.bat - Batch file | |
.bin - Binary file | |
.cgi or .pl - Perl script file | |
.com - MS-DOS command file | |
.exe - Executable file | |
.gadget - Windows gadget | |
.jar - Java Archive file | |
.msi - Windows installer package | |
.py - Python file | |
.wsf - Windows Script File |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment