This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Checks: | | |
-*, | |
boost-*, | |
bugprone-*, | |
cert-*, | |
cppcoreguidelines-*, | |
clang-analyzer-*, | |
google-*, | |
misc-*, | |
modernize-*, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Google Search - "Quote" link | |
// @namespace http://d.hatena.ne.jp/blooo/ | |
// @description Add a "Quote/Dequote" link to Google search | |
// @include https://*.google.tld/search?* | |
// @version 1.02.20170222 | |
// @grant GM_addStyle | |
// ==/UserScript== | |
(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Fri Jun 22 15:40:40 2018 | |
@author: sakurai | |
""" | |
import matplotlib.pyplot as plt | |
import numpy as np |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Thu May 24 17:00:23 2018 | |
@author: sakurai | |
""" | |
import numpy as np | |
import sympy.geometry as sg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Sun Jan 28 18:29:22 2018 | |
@author: ryuhei | |
""" | |
import numpy as np | |
import matplotlib.pyplot as plt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Sun Jan 28 21:16:31 2018 | |
@author: ryuhei | |
""" | |
import numpy as np | |
import matplotlib.pyplot as plt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Sat Jan 6 23:41:17 2018 | |
@author: sakurai | |
""" | |
import numpy as np | |
import matplotlib.pyplot as plt | |
from sklearn.metrics import pairwise_distances |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Fri Dec 15 15:22:04 2017 | |
@author: sakurai | |
""" | |
import matplotlib.pyplot as plt | |
import numpy as np |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Mon Aug 10 14:40:04 2015 | |
@author: ryuhei | |
""" | |
import numpy as np | |
from basic_distributions import ( | |
ProbabilityDistribution, Multinomial, Gaussian, Poisson |
NewerOlder