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
Protocol Buffers for the Rest of Us

Protocol Buffers for the Rest of Us Motivation protoletariat has one goal: fixing the broken imports for the Python code generated by protoc. Usage He

Phillip Cloud 76 Jan 04, 2023
Learning a Little about Containerlab

Learning a Little about Containerlab Hello all. This is the respository based on this blog post. Getting Started Feel free to use this example. You wi

10 Oct 16, 2022
A complete python calculator with 2 modes Float and Int numbers.

Python Calculator This program is made for learning purpose. Getting started This Program runs using python, install it via terminal or from thier ofi

Felix Sanchez 1 Jan 18, 2022
Python with the scientific stack, compiled to WebAssembly.

Pyodide may be used in any context where you want to run Python inside a web browser.

9.5k Jan 09, 2023
ALSPAC data analysis studying links between screen-usage and mental health issues in children. Provided data has been synthesised.

ADSMH - Mental Health and Screen Time Group coursework for Applied Data Science at the University of Bristol. Overview The data set that you have was

Kai 1 Jan 13, 2022
Python 100daysofcode

#python #100daysofcode Python is a simple, general purpose ,high level & object-oriented programming language even it's is interpreted scripting langu

Tara 1 Feb 10, 2022
A very basic ciphering/deciphering tool

ckrett-python-library This is an useful python library for people who care about privacy, this library is useful to cipher and decipher text using 4 s

SasiVatsal 8 Oct 18, 2022
It is Keqin Wang first project in CMU, trying to use DRL(PPO) to control a 5-dof manipulator to draw line in space.

5dof-robot-writing this project aim to use PPO control a 5 dof manipulator to draw lines in 3d space. Introduction to the files the pybullet environme

Keqin Wang 4 Aug 22, 2022
reproduces experiments from

Installation To enable importing of modules, from the parent directory execute: pip install -e . To install requirements: python -m pip install requir

Meta Research 15 Aug 11, 2022
Some ideas and tools to develop Python 3.8 plugins for GIMP 2.99.4

gimp-python-development Some ideas and tools to develop Python 3.8 plugins for GIMP 2.99.4. GIMP 2.99.4 is the latest unstable pre-release of GIMP 3.

Ismael Benito 53 Sep 25, 2022
A simple program to run through inputs for a 3n+1 problem

Author Tyler Windemuth Collatz_Conjecture A simple program to run through inputs for a 3n+1 problem Purpose: doesn't really have a purpose, did this t

0 Apr 22, 2022
Convert a .vcf file to 'aa_table.tsv', including depth & alt frequency info

Produce an 'amino acid table' file from a vcf, including depth and alt frequency info.

Dan Fornika 1 Oct 16, 2021
Rock-paper-scissors basic game in terminal with Python

piedra-papel-tijera Juego básico de piedra, papel o tijera en terminal con Python. El juego incluye: Nombre de jugador Número de veces a jugar Resulta

Isaías Flores 1 Dec 14, 2021
Intelligent Systems Project In Python

Intelligent Systems Project In Python

RLLAB 3 May 16, 2022
PyPI package for scaffolding out code for decision tree models that can learn to find relationships between the attributes of an object.

Decision Tree Writer This package allows you to train a binary classification decision tree on a list of labeled dictionaries or class instances, and

2 Apr 23, 2022
A set of tools for ripping music from Konami mobile games

Konami Mobile Ripping Toolset A set of tools for ripping music from Konami mobile games Contents nigger.py for niggering konami's website, ripping all

5 Oct 20, 2022
Procedural modeling of fruit and sandstorm in Blender (bpy).

SandFruit Procedural modelling of fruit and sandstorm. Created by Adriana Arcia and Maya Boateng. Last updated December 19, 2020 Goal & Inspiration Ou

Adriana Arcia 2 Mar 20, 2022
Render your templates using .txt files

PizzaX About Run Run tests To run the tests, open your terminal and type python tests.py (WIN) or python3 tests.py (UNX) Using the function To use the

Marcello Belanda 2 Nov 24, 2021
Password manager using MySQL and Python 3.10.2

Password Manager Password manager using MySQL and Python 3.10.2 Installation Install my-project with github git clone https://github.com/AyaanSiddiq

1 Feb 18, 2022
Custom SLURM wrapper scripts to make finding job histories and system resource usage more easily accessible

SLURM Wrappers Executables job-history A simple wrapper for grabbing data for completed and running jobs. nodes-busy Developed for the HPC systems at

Sara 2 Dec 13, 2021