Skip to content

Instantly share code, notes, and snippets.

View askdaddy's full-sized avatar

Seven Chan askdaddy

  • Internet
View GitHub Profile
@askdaddy
askdaddy / index.html
Created January 8, 2019 12:48
PIXI scale
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- Viewport meta tag is critical to have mobile browsers
actually report correct screen dimensions -->
<meta name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no" />
{
"algo": "cryptonight",
"api": {
"port": 0,
"access-token": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"av": 0,
@askdaddy
askdaddy / cmd
Created May 6, 2019 10:15
卸载ubuntu里的snapd
sudo apt purge snapd ubuntu-core-launcher squashfs-tools
@askdaddy
askdaddy / svn_to_git.rst
Created June 5, 2019 00:56 — forked from epicserve/svn_to_git.rst
Convert SVN Repositories to Git Repositories

Convert SVN Repositories to Git Repositories

This guide on how to convert an SVN repository to a git repository was mostly taken from John Albin Wilkins post on Converting a Subversion repository to Git.

1. Retrieve a list of all Subversion committers

:

@askdaddy
askdaddy / config.txt
Created November 15, 2019 08:25
WSL terminal in GoLand
Settings > Tools > Terminal > Application settings
"C:\Windows\System32\bash.exe" --login -i -c zsh
@askdaddy
askdaddy / ssh-copy-github
Created December 2, 2019 12:31
Import your ssh keys from github
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
ssh-copy-github
===============
@author: sang
Import all your ssh keys from github to `authorized_keys`.
Performs deduplication over public keys.
@askdaddy
askdaddy / tool_terminal.conf
Created December 9, 2019 08:01
WSL-Ubuntu setting Clion Terminal
"C:\Users\Seven\AppData\Local\Microsoft\WindowsApps\ubuntu1804.exe" -c "/bin/zsh --login -i"
@askdaddy
askdaddy / clean_boot.md
Last active March 16, 2020 09:08
清理/boot目录
@askdaddy
askdaddy / 01102020.html
Created January 10, 2020 03:36
01102020会议Slide
<!DOCTYPE html>
<html>
<head>
<title>TooQing Ecosystem</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
@askdaddy
askdaddy / .babunrc
Created February 10, 2020 08:01
about cygwin
# chcp 65001
#export http_proxy=http://127.0.0.1:7890
#export https_proxy=$http_proxy
#export ftp_proxy=$http_proxy