I hereby claim:
- I am zeehyt on github.
- I am zeehyt (https://keybase.io/zeehyt) on keybase.
- I have a public key ASDzaF2Pv-6jEPmoJVvBcM8IVfDd_EJoLJ2m-oYIfkTCZwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
.section .rodata | |
format_str: | |
.string "a=%d, b=%d, c=%d, d=%d, sum=%d\n" | |
.section .text | |
.globl main | |
main: | |
pushq %rbp | |
movq %rsp, %rbp |
from sys import argv | |
def main(): | |
if len(argv) <= 1: | |
print("Provide the character you want to find in the arguments like so: python3 ascii.py c") | |
return | |
char = argv[1] | |
dec_rep = ord(char) |
PROMPT=' ${return_status} %{$fg[blue]%}$(get_pwd)%{$reset_color%} $(git_prompt_info)${prompt_suffix}' | |
local return_status="%(?:%{$fg_bold[green]%}z:%{$fg_bold[red]%}z)" | |
local prompt_suffix="%{$fg[magenta]%}%{$reset_color%}" | |
# by shashankmehta (https://github.com/shashankmehta) | |
function get_pwd(){ | |
git_root=$PWD | |
while [[ $git_root != / && ! -e $git_root/.git ]]; do |
I hereby claim:
To claim this, I am signing this object: