Code Monkey home page Code Monkey logo

missing-semester-cn.github.io's People

Contributors

2090741942 avatar aa1hshh avatar anishathalye avatar azl397985856 avatar binlogo avatar carpdiem avatar catcarbon avatar davidlee528 avatar dependabot[bot] avatar doupongzeng avatar eldarkurtic avatar fengxxc avatar fitz161 avatar hanxiaomax avatar hjlarry avatar ibug avatar immanuelfodor avatar jjgo avatar jonhoo avatar ktang avatar moralok avatar stechu avatar tiny656 avatar weijun-h avatar wine99 avatar xiucongysyx avatar xuke-hat avatar yangfong avatar zbqtesla avatar ziranl16 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

missing-semester-cn.github.io's Issues

Enhancement: Web lectures on other platforms

The current web lectures are hosted on YouTube, which may not be very convenient sometimes.

If the original authors give informed consent in terms of copyright/license, it might be better if we can also host the web lectures with the subtitles on other platforms(such as Bilibili) as well.

I want to translate qa.md

Filename :qa.md
Estimated time of finish :0601

Note: Please make sure you can finish it within two weeks.

I would like to translate security.md

Filename : security.md
Estimated time of finish : plan to start on May 27, until June 10

Note: Please make sure you can finish it within two weeks.

I would like to translate editors.md

Filename: editors.md
Estimated time of finish: June 7, 2020

Note: Please make sure you can finish it within two weeks.

(looks like it's been more than two weeks since this file is claimed, is it OK if I finish the rest?)

Hey

Filename :
Estimated time of finish :

Note: Please make sure you can finish it within two weeks.

potpourri.md

Filename : potpourri.md
Estimated time of finish : by June 3

Note: Please make sure you can finish it within two weeks.

tranlsate metaprogramming.md

Filename :metaprogramming.md
Estimated time of finish : 2020/5/28

Note: Please make sure you can finish it within two weeks.

translate data-wrangling

Filename : data-wrangling.md
Estimated time of finish : 2020/5/22

Note: Please make sure you can finish it within two weeks.

fizz_buzz.py

import sys
def fizz_buzz(limit):
    for i in range(1,limit+1):
        if i % 3 == 0:
            print('fizz',end="")
        if i % 5 == 0:
            print('fizz',end="")
        if i % 3 and i % 5:
            print(i)
        else:
            print()

def main():
    fizz_buzz(int(sys.argv[1]))

if __name__=='__main__':
    main()

image

translate version control

Filename : version-control.md
Estimated time of finish : 2020/5/23

Note: Please make sure you can finish it within two weeks.

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.