Highlights
- Pro
Pinned Loading
-
-
-
Simple Multi-threaded TCP Server in ...
Simple Multi-threaded TCP Server in Rust 1use std::io::{Read, Write};
2use std::net::{TcpListener, TcpStream};
34fn handle_client(mut stream: TcpStream) {
5let mut buffer = [0; 1024];
-
currencyFormat.js
currencyFormat.js 1new Intl.NumberFormat("en-US", {style: "currency", currency: "USD"}).format(20);
2//"$20.00"
34new Intl.NumberFormat("ja-JP", {style: "currency", currency: "jpy"}).format(2000);
5//"¥2,000"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.