Skip to content

Instantly share code, notes, and snippets.

@rahulghangas
rahulghangas / SearchTree.chpl
Last active March 11, 2020 19:07
Iterative AVL Tree Chapel
module SearchTree {
/*
Binary Search tree in Chapel
Algorithm :- AVL trees
*/
class _binaryNode {
type eltType;
var value: eltType;

Keybase proof

I hereby claim:

  • I am rahulghangas on github.
  • I am raoulgenghis (https://keybase.io/raoulgenghis) on keybase.
  • I have a public key ASAiWMVs7MX8mVIvpTtoAbAVSyqRv1Ud9Z7ISZHICSclSwo

To claim this, I am signing this object:

@rahulghangas
rahulghangas / ChapelLinearAlgebra-GSOC2020.md
Last active March 14, 2021 10:54
GSOC 2020 - Native Distributed Linear Algebra Implementations
@rahulghangas
rahulghangas / setup_script
Last active June 11, 2022 20:24
Setting up zsh and Oh My Zsh on Ubuntu automatically with replaced theme and plugins
#!/bin/bash
# Remove existing configs and install zsh and Oh My Zsh
sudo rm -rf ~/.zsh*
sudo rm -r ~/.oh-my-zsh
sudo apt install -y curl zsh tmux
# You will need to exit Zsh shell after this command
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
echo $SHELL
@rahulghangas
rahulghangas / gist:8d29b838f0302fe0853c93e657cccc25
Created June 7, 2023 08:48
Bridge vulnerability disclosure
-----BEGIN AGE ENCRYPTED FILE-----
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IHRsb2NrIDMxMDE5NDEgZGJkNTA2ZDZl
Zjc2ZTVmMzg2ZjQxYzY1MWRjYjgwOGM1YmNiZDc1NDcxY2M0ZWFmYTNmNGRmN2Fk
NGU0YzQ5MwpreFFncHN1N2p3SHBMUGt4SHVQeGFvVktRSWNWdjBXcW13V2hpV0xj
ZGM1S2J3eENIT0hqeVFMd2VZV2NqRFdECkQ1dVlxTXM3bVRIa2ZWUmtubnhoY0l0
dmZ3bjluV2ZZWEpLTEZCdkRzTVRTT01KRFRhUlZGNjR1TFV2dnVlUHIKem16dFo4
TGZVMXJtRWZMajJOL1VHbTl3blVISVdHaGRsaDllMXo3VHAybwotLS0gSGMyTWZ4
TWhmWk5DNlFoNVljaUZZcDhyN0VmY1dBVEYySC91RDlDTUIwWQr3zb56/HEhIVeD
cPAFJth8lZ5IVCI4FlG9t+pFGSfOzQG9xpMaj1uce7pRlLpwiwFyScFv15Qcbtlc
LOf1bmYkn7yEHprP8pBfbVgqEL1It62WifJfZQrgPUQDMIYW26aRBd8IVg0mzoeP