Skip to content

Instantly share code, notes, and snippets.

@starxg
starxg / translate.html
Last active January 15, 2024 07:03
Google Translate replaced with Microsoft Translate
<!DOCTYPE html>
<html lang="zh">
<body>
<h1>My Web Page</h1>
<p>Hello everybody!</p>
<p>Translate this page:</p>
@starxg
starxg / Test.java
Created February 28, 2024 03:20
Google Translate API
import cn.hutool.http.HttpRequest;
import cn.hutool.http.HttpUtil;
import org.apache.commons.lang3.StringUtils;
import java.util.Arrays;
public class Test {
public static class Hasher {
public long shiftLeftOrRightThenSumOrXor(long num, String[] opArray) {
long result = num;