Skip to content

Instantly share code, notes, and snippets.

View Albert-W's full-sized avatar
🎯
Focusing

Albert Albert-W

🎯
Focusing
  • Dublin, Ireland
  • 03:37 (UTC +01:00)
View GitHub Profile
@Albert-W
Albert-W / 3.js
Created March 23, 2024 09:55
iyf 3.js
(window.webpackJsonp = window.webpackJsonp || []).push([
[3],
{
"1XPh": function (t, e, i) {
"use strict";
i.d(e, "b", function () {
return n;
}),
i.d(e, "a", function () {
return o;
@Albert-W
Albert-W / 2.js
Created March 23, 2024 09:53
iyf js
(window.webpackJsonp = window.webpackJsonp || []).push([[2], {
"+6MP": function(t, e, n) {
"use strict";
n.d(e, "a", function() {
return s
});
var i = n("2Vo4")
, o = n("fXoL");
let s = (()=>{
class t {
@Albert-W
Albert-W / 2019-10-07-sentense.md
Last active September 29, 2023 23:44
让我终身难忘的句子
layout title website tags
post
让我终身难忘的句子
English,

这里集中了自大学以来,最能激励我,让我终身难忘的句子。

目前分为:激情篇,志向篇,现实篇,劝学篇,惜时篇,逆商篇,会持续更新。

@Albert-W
Albert-W / numpy_70quiz.ipynb
Created February 21, 2020 20:51
Numpy/numpy101noanswer.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Albert-W
Albert-W / Linux操作命令.md
Last active February 21, 2020 09:26
Linux操作命令
解释 ubuntu centos7
用户环境变量 ~/.profile ~/.bash_profile
监听网卡docker0收发包 sudo tcpdump -i docker0 `
@Albert-W
Albert-W / Linux信息命令.md
Last active February 20, 2020 21:30
Linux信息命令
系统信息
系统版本 lsb_release -a
cat /etc/issue
cat /etc/redhat-release
cat /etc/centos-release
内核/操作系统/CPU信息 uname -auname -s # 查看内核名称
@Albert-W
Albert-W / Linux信息查看命令.ipynb
Last active September 29, 2023 23:43
Linux命令
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Albert-W
Albert-W / vocabulary.js
Created February 14, 2020 15:12
For Tampermonkey.
// ==UserScript==
// @name Vocabulary
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.vocabulary.com/*
// @grant none
// ==/UserScript==
Keep your friends close, but your enemies closer.
@Albert-W
Albert-W / Jupyter 使用技巧.md
Last active February 20, 2020 12:26
jupyter01
安装
conda install -c conda-forge notebook jupyter.org/install
conda install -c conda-forge jupyter_contrib_nbextensions 安装插件