Pengenalan para anggota KOMPETEGRAM

Overview

Pengenalan Anggota KOMPETEGRAM

Contributor Pull Stars Forks


Apa isi repositori ini ? đź’¬

Repositori ini berisi pengenalan nama anggota KOMPETEGRAM dari seluruh angkatan atau Batch. Teman-teman semua menuliskan identitas di repositori berikut.


Tugas Kontribusi dan Hacktoberfest đź’¬

Dalam rangka kegiatan Hacktoberfest 2021 (1 - 31 Oktober 2021), maka KOMPETEGRAM menyediakan repositori berikut untuk teman-teman yang merasa pemula ataupun mahir agar dapat berkontribusi dalam kegiatan Hacktoberfest. Terdapat dua pilihan kontribusi yang dapat dilakukan :

  1. Mengeluarkan output nama teman-teman dalam bahasa pemrograman apapun dalam folder nama\
  2. Memasukan nama dan identitas teman-teman dalam file CONTRIBUTORS.md

Tata Cara Kontribusi đź’¬

1. Fork repositori berikut
2. Lakukan perubahan sesuai tugas yang dipilih pada repositori lokal akun masing-masing
3. Lakukan *pull request* ke repositori asli

1) Mengeluarkan output nama

Tambahkan file pemrograman yang dapat mengeluarkan nama teman-teman (bahasa apapun) ke dalam folder /nama sebagai contoh dalam bahasa Python :

print('Nama Lengkap')

Kemudian simpan file tersebut dengan format nama.ekstensi misalnya KOMPETEGRAM.py

2) Memasukan nama ke list

Tambahkan identitas pada tabel yang tersedia di file CONTRIBUTORS.md dengan spesifikasi berikut :

| Nama | Program Studi | Tahun Angkatan | [Nama Akun Github](Link Github) |

Butuh Bantuan ? đź’¬

Jika anda mengalami kesulitan dan membutuhkan bantuan, silakan pilih salah satu dari beberapa langkah berikut :

  • Buat issues baru
  • Bertanya pada pengurus melalui grup WhatsApp KOMPETEGRAM atau personal message

Tentang kami ℹ️

KOMPETEGRAM atau Komunitas Pencinta Teknologi Pemrograman merupakan sebuah komunitas yang bergerak di bidang teknologi pemrograman. Komunitas kami dikhususkan untuk seluruh mahasiswa UPI (Universitas Pendidikan Indonesia).

Owner
Repositori KOMPETEGRAM
Repositori Komunitas Pencinta Teknologi Pemrograman
Repositori KOMPETEGRAM
A python script to decrypt media files encrypted using the Android application 'Secret Calculator Photo Vault'. Supports brute force of PIN also.

A python script to decrypt media files encrypted using the Android application 'Secret Calculator Photo Vault'. Supports brute force of PIN also.

3 May 01, 2022
GUI tool to manage the contents of chests in Botw

Botw chest manager is a small gui tool allowing to easily manage chests. Sometimes Ice Spear can be very time consuming when adding a simple chest. The purpose of this light tool is to add a new ches

3 Aug 25, 2022
A repository of study materials related to Think Python 2nd Edition by Allen B. Downey. More information about the book can be found here: https://greenteapress.com/wp/think-python-2e/

Intro-To-Python This content is based on the book Think Python 2nd Edition by Allen B. Downey. More information about the book can be found here: http

Brent Eskridge 63 Jan 07, 2023
Python wrapper around Apple App Store Api

App Store Connect Api This is a Python wrapper around the Apple App Store Api : https://developer.apple.com/documentation/appstoreconnectapi So far, i

123 Jan 06, 2023
200 LeetCode problems

LeetCode I classify 200 leetcode problems into some categories and upload my code to who concern WEEK 1 # Title Difficulty Array 15 3Sum Medium 1324 P

Hoang Cao Bao 108 Dec 08, 2022
SuperMario - Python programming class ending assignment SuperMario, using pygame

SuperMario - Python programming class ending assignment SuperMario, using pygame

mars 2 Jan 04, 2022
A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing, Progress, and more made easy!

Ubelt is a small library of robust, tested, documented, and simple functions that extend the Python standard library. It has a flat API that all behav

Jon Crall 638 Dec 13, 2022
Basic code and description for GoBigger challenge 2021.

GoBigger Challenge 2021 en / 中文 Challenge Description 2021.11.13 We are holding a competition —— Go-Bigger: Multi-Agent Decision Intelligence Challeng

OpenDILab 183 Dec 29, 2022
Academic planner application designed for students and counselors.

Academic planner application designed for students and counselors.

Ali bagheri 2 Dec 31, 2021
Sardana integration into the Jupyter ecosystem.

sardana-jupyter Sardana integration into the Jupyter ecosystem.

Marc EspĂ­n 1 Dec 23, 2021
OCR-ID-Card VietNamese (new id-card)

OCR-ID-Card VietNamese (new id-card) run project: download 2 file weights and pu

12 Jun 15, 2022
Files for QMC Workshop 2021

QMC Workshop 2021 This repository contains the presented slides and example files for the Quantum Monte Carlo (QMC) Workshop 5 October - 23 November,

QMCPACK 39 Nov 04, 2022
a simple functional programming language compiler written in python

Functional Programming Language A compiler for my small functional language. Written in python with SLY lexer/parser generator library. Requirements p

Ashkan Laei 3 Nov 05, 2021
Handwrite - Type in your Handwriting!

Handwrite - Type in your Handwriting! Ever had those long-winded assignments, that the teacher always wants handwritten?

coded 7 Dec 06, 2022
This code makes the logs provided by Fiddler proxy of the Google Analytics events coming from iOS more readable.

GA-beautifier-iOS This code makes the logs provided by Fiddler proxy of the Google Analytics events coming from iOS more readable. To run it, create a

Rafael Machado 3 Feb 02, 2022
The purpose of this tool is to check RDP capabilities of a user on specific targets.

RDPChecker The purpose of this tool is to check RDP capabilities of a user on specific targets. Programming concept was taken from RDPassSpray and thu

Hypnoze57 57 Aug 04, 2022
Eros is an expiremental programming language built using simple Python code.

Eros is an expiremental programming language built using simple Python code. Featuring an easy syntax and unique features like type slicing, the language remains an expirement that grows in down time

zxro 2 Nov 21, 2021
Repositorio com arquivos processados da CPI da COVID para facilitar analise

cpi4all Repositorio com arquivos processados da CPI da COVID para facilitar analise Organização No site do senado é possivel encontrar a lista de todo

Breno Rodrigues GuimarĂŁes 12 Aug 16, 2021
Discord's own Dumbass made for shits n' Gigs!

FWB3 Discord's own Dumbass made for shits n' Gigs! Please note: This bot is made to be stupid and funny, If you want to get into bot development you'r

1 Dec 06, 2021
Brython (Browser Python) is an implementation of Python 3 running in the browser

brython Brython (Browser Python) is an implementation of Python 3 running in the browser, with an interface to the DOM elements and events. Here is a

5.9k Jan 02, 2023