Skip to content

Instantly share code, notes, and snippets.

View divyamani1's full-sized avatar
🙂
Don't worry, be happy.

Divya mani Adhikari divyamani1

🙂
Don't worry, be happy.
View GitHub Profile
@divyamani1
divyamani1 / CoC_ICES_Nepal_2018.md
Created November 29, 2018 13:22
Code of Conduct for Innovative Computer Engineering Students Society, Western Regional Campus, Pokhara, Nepal

Code of Conduct for ICES Nepal

The purpose of our code of conduct is to ensure that the participants can attend and have the best experience while feeling as a part of the community. We are all here to learn and share what we know while having a good time.

The ICES community Code of Conduct covers our behaviour as the members of the ICES community, in any forum, code repository, website, private correspondence or public meetings and events.

As a community with diverse group of members, there can be communication issues and unhappiness among the members. To help resolve these issues, we have established some ground rules that we expect the members to follow to make the ICES community a great place to learn, share and collaborate.

The following list includes most, but not all, rules that are to be followed in spirit to make it easier for everyone to feel inclusive and be excellent to each other.

1. Be nice to everyone.

@divyamani1
divyamani1 / keybase.md
Created September 10, 2018 13:33
Keybase Github Identification

Keybase proof

I hereby claim:

  • I am divyamani1 on github.
  • I am divyamani (https://keybase.io/divyamani) on keybase.
  • I have a public key ASDbZ3xyOXG389tj4hPr2dEVh8mJTgsQgkUMIpkRs8bmIQo

To claim this, I am signing this object:

#!/bin/python3
import sys
from fractions import gcd
from itertools import product
def maximumGcdAndSum(A, B):
gcd_max=0
x_max=0
y_max=0