Skip to content

Instantly share code, notes, and snippets.

View jianjieluo's full-sized avatar
😀
on new journey

Jianjie(JJ) Luo jianjieluo

😀
on new journey
View GitHub Profile
@jianjieluo
jianjieluo / download_tgif_test.py
Last active September 27, 2020 08:13
Download images or gifs given urls
import os
import sys
import csv
import argparse
import numpy as np
import urllib.request
#from urllib.request import urlopen
import socket
socket.setdefaulttimeout(10)
from urllib.parse import quote
@jianjieluo
jianjieluo / Install NVIDIA Driver and CUDA.md
Last active October 9, 2018 04:17 — forked from zhanwenchen/Install NVIDIA Driver and CUDA.md
Install NVIDIA CUDA 9.0 on Ubuntu 16.04.4 LTS
@jianjieluo
jianjieluo / autoWrite.Q
Created June 11, 2017 03:42
windows下通过读文件自动打字q脚本-使用按键精灵
[General]
SyntaxVersion=2
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
@jianjieluo
jianjieluo / FocusBlog.js
Last active June 20, 2017 16:43
Tested on the TamperMonkey. Some scripts for better study efficiency
// ==UserScript==
// @name CSDN Focus on the blog
// @namespace http://tampermonkey.net/
// @version 0.2
// @description 清空csdn中烦人的弹窗广告,专注于博客本身,学习知识才是学生的要务
// @author longjj
// @match http://blog.csdn.net/*
// @grant none
// ==/UserScript==