Git Product home page Git Product logo

moyu.sh's Introduction

Hello world ๐ŸŒ

๐Ÿ‘จโ€๐ŸŽ“ Graduate student at College of Computer Science and Technology, Zhejiang University
โค๏ธ Love computer technology and science
๐Ÿฟ๏ธ Former Stream computing R&D intern @ByteDance, maintained Flink runtime & service
๐ŸŒŠ Member @QSCTech
๐Ÿงฎ Member @ZJUSCT, maintaining ZJU open source mirror site
๐Ÿ›  My open source project list

C C++ CMake Conda CSS docker Firefox Flink Gatsby git grafana go Home Assistant Illustrator Java Jetbrains IDE Kubernetes Kubuntu Lightroom Linux LLVM MariaDB Node.js NGINX PostGreSQL Python React Rust Sass shell TypeScript VS Code x86 asm yarn

Facts about me ๐Ÿ™‹โ€โ™‚๏ธ

๐Ÿ’ป I use Kubuntu at work. I'm trying to switch to an operating system that doesn't sell my data, for example, Gentoo.
๐Ÿ  I have deployed Home Assistant and Node-RED in my home. This is one of the best practices to make smart IoT devices from different ecosystems interoperable, and to build highly customized home automation.
๐Ÿ’™ I enjoy trying out new technologies like Rust and Kubernetes, but also very skeptical to them.
๐Ÿ“ธ I love photography.
๐Ÿง˜โ€โ™‚๏ธ Although I have coded many websites using modern tool chains like Bable and Webpack, my blog is built only with bare HTML and CSS. Abandoning the "glitz and glamour" makes me feel peaceful.

The sunlight shines on the wall, and under the wall are green grass and wildflowers. A boy sits leaning against the wall, lost in thought.
Dream of the Sunset, by @TheSaint-LazareStation

moyu.sh's People

Contributors

jamesits avatar ralxyz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

moyu.sh's Issues

Bash function version

function moyu()
{
  path=$1
  size=$2

  head /dev/urandom -c ${size}k > ${path}

  if test -f "${path}"; then
    echo "${size}k => ${path}"
    return 0
  fi
  
  echo "Failed"
  return -1
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.