Tổng hợp các tài liệu lập trình tiếng Việt cho người mới bắt đầu học lập trình. Bao gồm đa số tài liệu tiếng Việt và một số tài liệu tiếng anh.
- Tài liệu C/C++
- Tài liệu Java
Tổng hợp các tài liệu lập trình tiếng Việt cho người mới bắt đầu học lập trình. Bao gồm đa số tài liệu tiếng Việt và một số tài liệu tiếng anh.
wrk -t1 -c1 -d60 -R2000 -s benmark_asr_norm.lua http://localhost:8188/rev-norm | |
Running 1m test @ http://localhost:8188/rev-norm | |
1 threads and 1 connections | |
Thread calibration: mean lat.: 4777.174ms, rate sampling interval: 16793ms | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 32.09s 13.43s 0.92m 56.86% | |
Req/Sec 160.50 2.50 163.00 100.00% | |
9686 requests in 1.00m, 2.78MB read | |
Requests/sec: 161.42 | |
Transfer/sec: 47.45KB |
function addLink() { | |
//Get the selected text and append the extra info | |
var selection = window.getSelection(), | |
pagelink = '<br /><br /> Nguồn: ' + document.location.href, | |
copytext = selection + pagelink, | |
newdiv = document.createElement('div'); | |
//hide the newly created container | |
newdiv.style.position = 'absolute'; | |
newdiv.style.left = '-99999px'; |
#include <iostream> | |
#include <string> | |
#include <io.h> | |
#include <fcntl.h> | |
using namespace std; | |
int main() | |
{ | |
_setmode(_fileno(stdin), _O_U16TEXT); | |
_setmode(_fileno(stdout), _O_U16TEXT); |
import win32serviceutil | |
import win32service | |
import win32event | |
import servicemanager | |
import socket | |
import time | |
#1. Sửa hàm main, chèn code của anh vào chỗ Your code here | |
#2. Chạy code này ở command line với tham số install | |
#Link: https://stackoverflow.com/questions/32404/ |
##a dua | |
##a ha | |
@@UH | |
##a hoàn | |
@@NN | |
##a phiến | |
@@NN | |
##a phiến trắng | |
@@NN | |
##a tòng |
public static String processLine(String line) { | |
double r = Math.random(); | |
line = line.replaceAll("\\binb\\b", "inbox") | |
.replaceAll("\\bkô\\b", "không") | |
.replaceAll("\\bđtqg\\b", "đội tuyển quốc gia") | |
.replaceAll("\\bđag\\b", "đang") | |
.replaceAll("\\bvoz\\b", "vê ô dét") | |
.replaceAll("\\bhqua\\b", "hôm qua") | |
.replaceAll("\\bmọe\\b", "mẹ") | |
.replaceAll("\\bxog\\b", "mẹ") |
#include<iostream> | |
#include<stdio.h> | |
#include<math.h> | |
#include<string.h> | |
using namespace std; | |
struct NGAYTHANG { |
ctrai con trai | |
khôg không | |
bme bố mẹ | |
cta chúng ta | |
mih mình | |
mqh mối quan hệ | |
cgai con gái | |
nhữg những | |
mng mọi người | |
svtn sinh viên tình nguyện |