Posts by Category

Document

The new idea

less than 1 minute read

A platform shows some valuable content for others

Metropolitan Melbourne, Victoria

4 minute read

When we talk about Melbourne as a city, we’re talking about metropolitan Melbourne. Also known as Greater Melbourne, metropolitan Melbourne is the geographic...

The diet of Cantoon

less than 1 minute read

Also I am 100% VIP of KFC. But here is the gap, my favorite sport is sleep(If we count sleep in the multiple types of sports.).

PodSandbox

less than 1 minute read

In order to meet the pod spec, kubelet will creating the environment(infra container) for the pod and add/update/remove containers in that environment and th...

GNU Linux Process

1 minute read

In computing, a process is the instance of a computer program that being executed by one or many threads. It contains the program code and its activity.

cgroups

1 minute read

cgroups (abbreviated from control groups) is a Linux kernel feature that limits, account for, and isolates the resource usage of a collection of processes.

Start on Gnu Hurd

less than 1 minute read

I communicated to the developers of gnu.org And got many resource to help me continue to learn the GNU Hurd project.

Doubly Linked List

less than 1 minute read

What’s mean of the Linked list’s tail pointer?

Basic data layout

less than 1 minute read

For my personal opinion, we need to use the knowledge to make effect to industry. People still limit by the energy and time.

Linked List

1 minute read

Similar to the array, the linked list is also a linear data structure. And each element in the linked list is actually a separate object while all the object...

Rust Smart Pointers

5 minute read

Discusses smart pointers that the standard library provides and the traits that enable their functionality.

Rust automated tests

less than 1 minute read

All about testing, which even with Rust’s safety guarantees is necessary to ensure your program’s logic is correct

Cat+EOF

less than 1 minute read

Sometimes the we need to use the shell commands to do something, in order to do the job more convenience.

Rust Traits And Lifetimes

2 minute read

Digs into generics, traits, and lifetimes, which give you the power to define code that applies to multiple types

Rust Module System

1 minute read

Rust’s module system and about privacy rules for organizing your code and its public Application Programming Interface (API)

Rust Macros

less than 1 minute read

Contains a smorgasbord of advanced topics of interest, including unsafe Rust, macros, and more about lifetimes, traits, types, functions, and closures.

Rust

9 minute read

Chapter 4 learn about Rust’s ownership system

Back to Top ↑

Blog

Metropolitan Melbourne, Victoria

4 minute read

When we talk about Melbourne as a city, we’re talking about metropolitan Melbourne. Also known as Greater Melbourne, metropolitan Melbourne is the geographic...

The diet of Cantoon

less than 1 minute read

Also I am 100% VIP of KFC. But here is the gap, my favorite sport is sleep(If we count sleep in the multiple types of sports.).

Cross compiler

2 minute read

I’d like to try to create a tool help to install docker on any debian series operating system with Rust language. So, we need to face to the cross platform b...

Welcome to Jekyll!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Post: Link Permalink

less than 1 minute read

This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.

Post: Quote

less than 1 minute read

Only one thing is impossible for God: To find any sense in any copyright law on the planet. Mark Twain

Post: Notice

1 minute read

A notice displays information that explains nearby content. Often used to call attention to a particular detail.

Post: Chat

1 minute read

Abbott: Strange as it may seem, they give ball players nowadays very peculiar names.

Post: Standard

2 minute read

All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing...

Post: Modified Date

less than 1 minute read

This post has been updated and should show a modified date if used in a layout.

Back to Top ↑

Summary

Basic data layout

less than 1 minute read

For my personal opinion, we need to use the knowledge to make effect to industry. People still limit by the energy and time.

Linked List

1 minute read

Similar to the array, the linked list is also a linear data structure. And each element in the linked list is actually a separate object while all the object...

Rust Smart Pointers

5 minute read

Discusses smart pointers that the standard library provides and the traits that enable their functionality.

Rust automated tests

less than 1 minute read

All about testing, which even with Rust’s safety guarantees is necessary to ensure your program’s logic is correct

Cat+EOF

less than 1 minute read

Sometimes the we need to use the shell commands to do something, in order to do the job more convenience.

Rust Traits And Lifetimes

2 minute read

Digs into generics, traits, and lifetimes, which give you the power to define code that applies to multiple types

Rust Module System

1 minute read

Rust’s module system and about privacy rules for organizing your code and its public Application Programming Interface (API)

Rust Macros

less than 1 minute read

Contains a smorgasbord of advanced topics of interest, including unsafe Rust, macros, and more about lifetimes, traits, types, functions, and closures.

Rust

9 minute read

Chapter 4 learn about Rust’s ownership system

Back to Top ↑

sorting

The concepts for IT(COSC2737)

less than 1 minute read

Availability Level The percentage of uptime in a given time period(e.g: one year or one month).

Back to Top ↑

week3

Data and Signal Processing

1 minute read

Analog signals Analog data takes on continuous values, measured in hertz(Hz). Varies smoothly over time like audio, video, data sampled by sensor

Back to Top ↑

algorithm

Back to Top ↑

data_base

Back to Top ↑

ER

Back to Top ↑

bst

Back to Top ↑

cosc3737

Data and Signal Processing

1 minute read

Analog signals Analog data takes on continuous values, measured in hertz(Hz). Varies smoothly over time like audio, video, data sampled by sensor

Back to Top ↑

quantization

Digital Communication - Quantization Strategy

less than 1 minute read

Overview The digitization of analog signals involves the rounding off of the values which are approximately equal to the analog values. The method of samplin...

Back to Top ↑

osi

Back to Top ↑

DAO

Back to Top ↑

ffi

Foreign Function Interface In Rust

less than 1 minute read

FFI The Foreign Function Interface (FFI) is a feature of many programming languages that allows them to call functions and use data structures defined in ano...

Back to Top ↑

rust

Foreign Function Interface In Rust

less than 1 minute read

FFI The Foreign Function Interface (FFI) is a feature of many programming languages that allows them to call functions and use data structures defined in ano...

Back to Top ↑

gnu

Foreign Function Interface In Rust

less than 1 minute read

FFI The Foreign Function Interface (FFI) is a feature of many programming languages that allows them to call functions and use data structures defined in ano...

Back to Top ↑

utils

How to read a paper

1 minute read

Overview It is important for us to read a paper as soon as we can. So, here is a useful strategy.

Back to Top ↑