Skip to content
View toanhuynh345's full-sized avatar
🐝
On working
🐝
On working
Block or Report

Block or report toanhuynh345

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
toanhuynh345/README.md
$harder = true;
$discipline = true;
$try_to_execute = true
$hobbies = ["coding", "hiking", "archery", "jogging", "swimming"]
do {
  if($harder && $discipline && $try_to_execute) {
    echo "I can do it and make it better \n";
  }
  echo "His hobbies are ".implode(", ", $hobbies);
} while (true);
?>

Popular repositories

  1. livewire livewire Public

    Forked from livewire/livewire

    A magical front-end framework for Laravel

    PHP 1

  2. laravel-analytics laravel-analytics Public

    Forked from spatie/laravel-analytics

    A Laravel package to retrieve pageviews and other data from Google Analytics

    PHP 1

  3. responsive-html-email-template responsive-html-email-template Public

    Forked from leemunroe/responsive-html-email-template

    A free simple responsive HTML email template

    HTML

  4. react-native-ble-manager react-native-ble-manager Public

    Forked from innoveit/react-native-ble-manager

    React Native BLE communication module

    Java

  5. ajax-technical ajax-technical Public

    ajax

  6. gitbook gitbook Public

    Forked from GitbookIO/gitbook

    📝 Modern documentation format and toolchain using Git and Markdown

    JavaScript