Skip to content
View Jonathanbez's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Jonathanbez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jonathanbez/README.md

Hi there, I'm Jonathan Bez! πŸ‘‹

πŸ“Š GitHub Stats πŸ“Š

GitHub Stats Streak Stats

πŸ§‘β€πŸ’» Language Stats πŸ§‘β€πŸ’»

class Dev
    attr_accessor :name, :age

    def initialize(name, age)
        @name = name
        @age = age
    end

    def info
        puts "The name of programmer is #{name}, and your age is #{age}!"
    end
end

jonathan = Dev.new('Jonathan', '29')
jonathan.info
#Output: The name of programmer is Jonathan, and your age is 29!
#include <unistd.h>

void ft_putstr(char *strc)
{
	while(*strc != '\0')
	{
		write(1, strc, 1);
		strc++;
	}
}

int main(void)
{
	ft_putstr("Hello Word of programming, im dev Jonathan!\n");
	ft_putstr("\n");
	return(0);
}
//Output: Hello Word of programming, im dev Jonathan!

Projets

simple_translator

Simple script to translate sentences in some languages
Simple Translator

rate_app

Simple script for get convert or know the exchange rate of your currency
Rates_App

your_sign

Script to know your sign based on your date of birth
Your_Sign

πŸ’» Tech Stack / Languages and Tools πŸ’»

Contact whit me:

LinkedIn

Popular repositories

  1. rates_app rates_app Public

    Simple script for get convert or know the exchange rate of your currency.

    Ruby 1

  2. simple_translator simple_translator Public

    Ruby 1

  3. several_languages several_languages Public

    My studies in Ruby on Rails, C Language, Shell Script and other programming languages.

    Ruby

  4. ruby_course_onebitcode ruby_course_onebitcode Public

    My studies of complete Ruby course on OneBitCode.

    Ruby

  5. config_setup_dev config_setup_dev Public

    Files to configure dev setup.

    Shell

  6. Jonathanbez Jonathanbez Public

    Jonathan Bezerra