Skip to content

Instantly share code, notes, and snippets.

@Zing22
Zing22 / openai_chatgpt.ipynb
Last active March 2, 2023 03:43
使用openai api与ChatGPT对话
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Zing22
Zing22 / matlab_install.sh
Last active May 8, 2018 04:21
校园局域网静默安装MATLAB
#!/bin/sh
### 写入hosts ###
resolve_res=`host ht23 | awk '/has address/'`
if [ ! "${resolve_res}" ]; then
echo "Writing /ect/hosts"
for i in `seq 23 30`
do
echo "172.18.196.${i}\tht${i}" >> /etc/hosts
done
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
#c-1 {
border: 3px solid black;
}
</style>