Skip to content

Instantly share code, notes, and snippets.

View hieutran's full-sized avatar
💭
I may be slow to respond.

hieutran hieutran

💭
I may be slow to respond.
View GitHub Profile

Đề bài: Quản lý Sản phẩm và Đơn hàng

Yêu cầu:

Xây dựng một ứng dụng RESTful API để quản lý các sản phẩm và đơn hàng trong cửa hàng trực tuyến.

Cấu trúc dữ liệu:

Sản phẩm (Product):
Thuộc tính Mô tả

Keybase proof

I hereby claim:

  • I am hieutran on github.
  • I am hieeus (https://keybase.io/hieeus) on keybase.
  • I have a public key ASCaiRW6CZOy-OprxU8qen2mjF6_5ZMXd7IHCSy_dY49Ygo

To claim this, I am signing this object:

swagger: '2.0'
info:
version: "0.0.1"
title: seudo api
description: |
Seudo API.
host:
people.apigee.io
@hieutran
hieutran / id_rsa.pub
Created June 13, 2017 02:30
SSH PUB KEY
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAiN75Xjm0qqIYUQTATszinv34IKzeCQG5PgqzyI6KMP7FRiJFVPS9rEFtspBJ1jnTa9WCTYNmTyJQq2b/j6n4U1HAA+u1zuke1qNX/zt737Hl7IjLx8ShdbyhleyECIXijRrw9CodaSlRdVvhkB8SE407fQNXMP5OkFK5Z46utXvwlXDzziuT4gJBp6fiPzx1gCMTFcRvCvGKke7k4BbU2JJO7GOe+lRemmjRisoLfodiI4/QbT0BoKsNbRlzlATx47kQxSnOfynxUhJ+AC9AtC/LjDoQfTTNBTFaOSA6hlASXDibl9MjoVTxEy0l7RaAkn8Z6B1DK+30apaxZbhHAQ== hieeus@ict
/*
* Ensure the http protocol is always used on the myshopify.com domains.
* Uses liquid to input the correct URL.
*/
if (window.location.href.match(/https:\/\/.*.myshopify.com/) && top === self) {
window.location.href = window.location.href.replace(/https:\/\/.*.myshopify.com/, 'http://{{ shop.domain }}');
}
Verifying that +hieutran is my Bitcoin username. You can send me #bitcoin here: https://onename.io/hieutran
@hieutran
hieutran / geodemo.html
Created June 4, 2013 08:40
Javascript Ajax Geo-location
<html>
<head>
<title>Javascript Ajax Geo-location</title>
<script src="http://code.google.com/apis/gears/gears_init.js" type="text/javascript" charset="utf-8"></script>
<script src="js/geo.js?id=1" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<b>Javascript geo sample</b>
<script>
if(geo_position_js.init()) {