Git Product home page Git Product logo

brucecatyu.github.io's Introduction

Hi there 👋

streak autocomplete

brucecatyu.github.io's People

Stargazers

 avatar

Watchers

 avatar  avatar

brucecatyu.github.io's Issues

MongoDB

  1. Start MongoDB by config file
mongod -f ./conf/mongodb.conf

ArchLinux

Issues fix

  1. support chinese input method
# find application in directory: ~/.local/share/applications/
# edit column Exec
Exec=env QT_IM_MODULE=fcitx
  1. zsh+ohmyzsh+yay can not completion aur package by tab
rm ~/.cache/yay/completion.cache
  1. add new sudo user
groupadd abc
useradd -m abc -g abc -s /bin/bash -d /home/abc
passwd abc
vim /etc/sudoers
# User privilege specification
root ALL=(ALL) ALL
abc ALL=(ALL) ALL

4 Emoji picker showing squares instead of actual Emojies

yay -S noto-fonts-emoji

Python

pip freeze # generate requirements.txt

grpc

grpc

generate .pb.go

protoc helloworld.proto --go_out=plugins=grpc:.

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.