Skip to content

Instantly share code, notes, and snippets.

View xiaoouwang's full-sized avatar
🎯
Focusing

Xiaoou WANG xiaoouwang

🎯
Focusing
View GitHub Profile
@xiaoouwang
xiaoouwang / try.ipynb
Last active July 15, 2019 12:45
Great
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xiaoouwang
xiaoouwang / auto_git_file.md
Created November 12, 2018 20:12 — forked from darencard/auto_git_file.md
Automatic file git commit/push upon change

Automatically push an updated file whenever it is changed

Linux

  1. Make sure inotify-tools is installed (https://github.com/rvoicilas/inotify-tools)
  2. Configure git as usual
  3. Clone the git repository of interest from github and, if necessary, add file you want to monitor
  4. Allow username/password to be cached so you aren't asked everytime
git config credential.helper store
@xiaoouwang
xiaoouwang / theme.md
Last active July 14, 2019 13:42
[french] #french
  • offre une présentation générale de
  • faire le bilan
  • presenter une revue
  • exposer les mesures formantiques calculées dans la partie non nasalisée
  • expliquer le choix de
  • s'interesser
  • formuler la problématique suivante
  • une premiere question se pose naturellement face a (nous nous sommes pose la question)
  • il nous a paru necessaire de definir
  • propose de preciser
@xiaoouwang
xiaoouwang / temp.py
Created July 15, 2019 12:46
[tempPython] # python
print(3)
@xiaoouwang
xiaoouwang / nltk.py
Created October 31, 2019 20:39
[nltk] #python
hehe
@xiaoouwang
xiaoouwang / nb_open.applescript
Last active February 3, 2020 15:55
an apple script to open jupyter notebook by double clicking
-- credits to https://stackoverflow.com/questions/30953227/double-click-to-open-an-ipython-notebook
variable="'$1'"
the_script='tell application "terminal" to do script "nbopen '
osascript -e "${the_script}${variable}\""
@xiaoouwang
xiaoouwang / single.html
Last active February 24, 2020 20:27
hugo toc
{{- define "main" -}}
<article class="article">
{{ partial "page_header" . }}
<div class="article-container">
<div class="article-style">
{{ .Content }}
@xiaoouwang
xiaoouwang / toc.html
Created February 24, 2020 20:29
floating toc template for hugo academic
<style>
/* toc style */
#GoTop {
position: fixed;
right: 50px;
bottom: 30px;
background-color: #fafafa;
border: 1px solid rgba(0, 0, 0, .07);
border-radius: 1px;
@xiaoouwang
xiaoouwang / pythonExercices.ipynb
Created February 25, 2020 12:05
python100Exercices
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xiaoouwang
xiaoouwang / 100BestPythonExercisesForBeginners-1-10.ipynb
Last active May 23, 2022 02:52
100 Best Python Exercises for Beginners 1-10
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.