Skip to content
View Jarvizx's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Jarvizx

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

Pinned

  1. English-level-up-tips-for-Chinese English-level-up-tips-for-Chinese Public

    Forked from byoungd/English-level-up-tips

    可能是让你受益匪浅的英语进阶指南

  2. How-To-Secure-A-Linux-Server How-To-Secure-A-Linux-Server Public

    Forked from imthenachoman/How-To-Secure-A-Linux-Server

    An evolving how-to guide for securing a Linux server.

  3. HowToBeAProgrammer HowToBeAProgrammer Public

    Forked from braydie/HowToBeAProgrammer

    A guide on how to be a Programmer - originally published by Robert L Read

  4. IrregularVerbs IrregularVerbs Public

    Irregular verb command lines with Python

    Python 1

  5. machine-learning-for-software-engineers machine-learning-for-software-engineers Public

    Forked from ZuzooVn/machine-learning-for-software-engineers

    A complete daily plan for studying to become a machine learning engineer.

  6. Ruby parse slow query to CSV (mysql-... Ruby parse slow query to CSV (mysql-slow.log)
    1
    require 'csv'
    2
    
                  
    3
    def get_max_lines_file(file)
    4
      count = 0
    5
      file = File.open(file, "r") { |file| file.each_line { |line| count += 1 }}