Giter VIP home page Giter VIP logo

document's Introduction

This document is a notebook and is noted what I learned. If I make some mistakes in my articles, you can email to me. I will appreciate to your helpful reply. This is my email.

The following are syntex testing.

<style>
    * {
        margin: 0;
        padding: 0;
    }

    body > div {
        font-size: 4px;
        color: #fff;
    }
</style>

<script>
    $(document).ready(function(){
        var something = 5;
        if (something == 5){
            console.log('woohoo');
        }
    });
</script>

<section>
    <p>Hello world</p>
</section>
@startuml

  Class Stage
  Class Timeout {
      +constructor:function(cfg)
      +timeout:function(ctx)
      +overdue:function(ctx)
      +stage: Stage
  }
  Stage <|-- Timeout

@enduml

When $$(a \ne 0)$$,there are two solutions to $$(ax^2 + bx + c = 0)$$ and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

$$(a \ne 0)$$

graph TD;
  A-->B;
  A-->C;
  B-->D;
  C-->D;

$$\frac{n!}{k!(n-k)!} = \binom{n}{k}$$ $$\frac{n!}{k!(n-k)!} = {n \choose k}$$

$$\cfrac{a+\cfrac{a+b}{c}}{c}$$

$$\begin{array}{ll} a & b \\ c & d \end{array}$$ $$\sum_{i=1}^{n} a_i$$ $$\displaystyle\sum_{i=o}^{n} I_n$$ $$\int_{0}^{\infty} e^{-x}dx$$ $$\int\limits_{0}^{\infty} e^{-x},dx$$ $$ {[{-1},{99}]} {[{1000},{-1})} $$ $$ \begin{smallmatrix} a&b \\ c&d \end{smallmatrix} \mathfrak{ABC} a'' \stackrel\frown{abc} \begin{cases} 1 & \text{if } x \geq 0 \\ 0 & \text{if } x < 0 \end{cases} $$ $$ \ddots $$

document's People

Contributors

shawnhuang avatar four1000 avatar

Watchers

James Cloos avatar

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.