Skip to content
View 1000Roses's full-sized avatar
🐢
A little turtle
🐢
A little turtle

Highlights

  • Pro

Block or report 1000Roses

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
1000Roses/README.md

Linkedin Badge Gmail Badge

Welcome to my profile, glad when seeing you visit my page

💻 Technologies I Love

  • Docker
  • Machine Learning
  • Blockchain
  • Frontend and Backend Web Development

VanTien's github stats VanTien's Top Languages

Programming Languages

🔥 My contribution streak

Although scarce star, but i still put it there lol :))

My goal

import random


class Future:

 life = list()
 def __init__(self, **goal_dict):
   self.goal_dict = goal_dict
   self.base = "family"
 
 def try_my_best(self, goal):
   '''
     success or failure, very exciting when doing it
   '''
   return goal, random.choice('success', 'failure')
   
 def build(self):
   '''
     nothing lasts forever, but the love lives with the time
     enjoy every single moment
     the good, the bad, the beautiful, the ugly
     the inspiring, the not-so-glamorous moments.
     And thank you through it all
   '''
   for each_goal in goal_dict:
       memory = self.try_my_best(each_goal)
       Future.life.append(memory)

Current Works

  • I'm currently working on 🔭 building Backend in FPT telecom.
  • Also, I've got a my personal website, vantien.me. Be sure to check it out as I keep posting post about a variety of things.

VanTien's Activity Graph

Popular repositories Loading

  1. chat-rsa-client chat-rsa-client Public

    chat rsa in client

    Vue 1

  2. Histogram_equalization Histogram_equalization Public

    Python

  3. chat-rsa-server chat-rsa-server Public

    chat rsa server

    JavaScript

  4. awesome-vue awesome-vue Public

    Forked from vuejs/awesome-vue

    🎉 A curated list of awesome things related to Vue.js

  5. ml-engineer-roadmap ml-engineer-roadmap Public

    Forked from chris-chris/ml-engineer-roadmap

    WIP: Roadmap to becoming a machine learning engineer in 2020

  6. NLP_course NLP_course Public

    Jupyter Notebook