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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Forked from byoungd/English-level-up-tips-for-Chinese
可能是让你受益匪浅的英语进阶指南
Forked from imthenachoman/How-To-Secure-A-Linux-Server
An evolving how-to guide for securing a Linux server.
Forked from braydie/HowToBeAProgrammer
A guide on how to be a Programmer - originally published by Robert L Read
Irregular verb command lines with Python
Python
Forked from ZuzooVn/machine-learning-for-software-engineers
A complete daily plan for studying to become a machine learning engineer.
require 'csv'
def get_max_lines_file(file)
count = 0
file = File.open(file, "r") { |file| file.each_line { |line| count += 1 }}
Seeing something unexpected? Take a look at the GitHub profile guide.