demo
import math
import numpy as np
from scipy import constants as cons
$$\large t_{' }=\frac{t^{}}{\sqrt{1-\frac{V^2}{c^2}}}$$
package main | |
import ( | |
"fmt" | |
"github.com/bxcodec/faker" | |
) | |
type pixel struct { | |
R, G, B uint8 |
function foo(x, y) { | |
this.x = x; | |
this.y = y; | |
this.color = "#" + ((1 << 24) * Math.random() | 0).toString(16) | |
this.move = function() { | |
this.x += cos(random(360)) | |
this.y += sin(random(360)) | |
} | |
this.çiz = function() { | |
ellipse(this.x, this.y, 20, 20) |
{ | |
"env": { | |
"browser": true, | |
"es6": true | |
}, | |
"extends": ["eslint:recommended", "plugin:react/recommended"], | |
"globals": { | |
"Atomics": "readonly", | |
"SharedArrayBuffer": "readonly" | |
}, |
const { Readable } = require("stream"); | |
const { firstName, lastName } = require("faker/locale/en").name; | |
const { createWriteStream } = require("fs"); | |
class randomName extends Readable { | |
constructor(options) { | |
super(options); | |
this.count = 1e3; | |
} | |
_read() { |
var app = express(); | |
app.io = require('socket.io')(); | |
var routes = require('./routes/index')(app.io); | |
app.use('/', routes); |
'data:image/jpeg;base64,' + btoa(String.fromCharCode(...new Uint8Array(arrayBuffer) |
import numpy as np | |
coin_toss=lambda n=1:n if np.random.rand()<0.5 else coin_toss(n+1) |
import math
import numpy as np
from scipy import constants as cons
$$\large t_{' }=\frac{t^{}}{\sqrt{1-\frac{V^2}{c^2}}}$$
<div id="myContainer"></div> |
<div id="myContainer"></div> |