Skip to content
View dieguesmosken's full-sized avatar
🖥️
</Coffee>
🖥️
</Coffee>

Organizations

@Projeto-Hippotec @TeamConnexus
Block or Report

Block or report dieguesmosken

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dieguesmosken/README.md

teuzinYTBR wakatime GitHub repo size GitHub relative date GitHub last commit GitHub followers GitHub User's stars

Sobre Mim

  • 3/3 DS ETEC REGISTRO
  • 2/6 DSM FATEC REGISTRO
  • my favorite language is Python
  • I'm a student
  • I'm a gamer
  • I'm a developer
  • @vvAi-Startup

I’m currently learning:

Assembly C# C++ Python Node.js

I’m currently working on:

Contato e Redes Sociais

@dieguesmosken Discord @matheus.diegues TeuzinYTBR TeuzinYTBR TeuzinYTBR TeuzinYTBR TeuzinYTBR TeuzinYTBR TeuzinYTBR

Linguagens e Ferramentas

HTML CSS JavaScript Python C C++ C# Java PHP MySQL Git GitHub Visual Studio Code Visual Studio Unity Unreal Engine Blender Adobe Photoshop Audacity

Atividade do GitHub

Visitor Count

Status do GitHub

An image of @dieguesmosken's Holopin badges, which is a link to view their full Holopin profile

Pinned

  1. Verificador de Números Primos e Divi... Verificador de Números Primos e Divisores
    1
    # numeros primos, por t.me/dieguesmosken
    2
    numero = int(input("Digite um numero para saber se é primo: "))
    3
    divisores = []
    4
    for i in range(1, numero+1):
    5
        if numero % i == 0:
  2. Algoritmo de ordenação escrito em Py... Algoritmo de ordenação escrito em Python sem usar os operadores de comparação < e >
    1
    #Algoritmo de ordenação escrito em Python sem usar os operadores de comparação < e >
    2
    import math
    3
    lista = [14, 25, 5, 19500, 36, 400, 99, 2, 10, 0, -1, -30]
    4
    
                  
    5
    for i in range(len(lista)-1):
  3. hippotec-1 hippotec-1 Public

    Forked from shyga362/hippotec

    TCC do curso de Desenvolvimento de Sistemas da Etec de Registro

    CSS 1

  4. limpeza-windows limpeza-windows Public

    Este repositório contém um conjunto de scripts em PowerShell e em lotes (batch) que permitem realizar a limpeza da lixeira, da pasta temp e de outros diretórios de lixo no Windows.

    PowerShell

  5. WebAppsHTML WebAppsHTML Public

    JavaScript 2

  6. dieguesmosken.github.io dieguesmosken.github.io Public

    meu site

    HTML 1