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
| from scipy.cluster.hierarchy import dendrogram, linkage | |
| import sys | |
| import matplotlib | |
| matplotlib.use("Qt5Agg") | |
| import numpy as np | |
| from numpy import arange, sin, pi | |
| from matplotlib.backends.backend_qt5agg import NavigationToolbar2QT as NavigationToolbar | |
| from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas | |
| from matplotlib.figure import Figure | |
| from matplotlib import 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
| from scipy.cluster.hierarchy import dendrogram, linkage | |
| import sys | |
| import matplotlib | |
| matplotlib.use("Qt5Agg") | |
| import numpy as np | |
| from numpy import arange, sin, pi | |
| from matplotlib.backends.backend_qt5agg import NavigationToolbar2QT as NavigationToolbar | |
| from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas | |
| from matplotlib.figure import Figure | |
| from matplotlib import 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
| // adapted code from http://www.codeproject.com/Tips/1116253/Desktop-Screen-Capture-on-Windows-via-Windows-Desk | |
| #define WIN32_LEAN_AND_MEAN | |
| #include <windows.h> | |
| #include <shlobj.h> | |
| #include <shellapi.h> | |
| #include <dxgi1_2.h> | |
| #include <d3d11.h> | |
| #include <memory> |
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
| // adapted code from http://www.codeproject.com/Tips/1116253/Desktop-Screen-Capture-on-Windows-via-Windows-Desk | |
| #define WIN32_LEAN_AND_MEAN | |
| #include <windows.h> | |
| #include <shlobj.h> | |
| #include <shellapi.h> | |
| #include <dxgi1_2.h> | |
| #include <d3d11.h> | |
| #include <memory> |
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
| // adapted code from http://www.codeproject.com/Tips/1116253/Desktop-Screen-Capture-on-Windows-via-Windows-Desk | |
| #define WIN32_LEAN_AND_MEAN | |
| #include <windows.h> | |
| #include <shlobj.h> | |
| #include <shellapi.h> | |
| #include <dxgi1_2.h> | |
| #include <d3d11.h> | |
| #include <memory> |
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
| // adapted code from http://www.codeproject.com/Tips/1116253/Desktop-Screen-Capture-on-Windows-via-Windows-Desk | |
| #define WIN32_LEAN_AND_MEAN | |
| #define _CRT_SECURE_NO_WARNINGS | |
| #include <windows.h> | |
| #include <shlobj.h> | |
| #include <shellapi.h> | |
| #include <dxgi1_2.h> | |
| #include <d3d11.h> |
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
| 31/10/2016 19:18:10 944 | |
| 31/10/2016 19:18:10 977 | |
| 31/10/2016 19:18:11 10 | |
| 31/10/2016 19:18:11 43 | |
| 31/10/2016 19:18:11 76 | |
| 31/10/2016 19:18:11 109 | |
| 31/10/2016 19:18:11 142 | |
| 31/10/2016 19:18:11 175 | |
| 31/10/2016 19:18:11 208 | |
| 31/10/2016 19:18:11 241 |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Feed - shopping</title> | |
| <meta charset="utf-8" /> | |
| <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /> | |
| <script type="text/javascript"> | |
| window.NREUM || (NREUM = {}); | |
| NREUM.info = { |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Test</title> | |
| <meta charset="utf-8" /> | |
| <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /> | |
| <script type="text/javascript"> | |
| window.NREUM || (NREUM = {}); | |
| NREUM.info = { |
This file has been truncated, but you can view the full file.
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
| $ ./sbt update | |
| [warn] Executing in batch mode. | |
| [warn] For better performance, hit [ENTER] to switch to interactive mode, or | |
| [warn] consider launching sbt without any commands, or explicitly passing 'shell' | |
| [info] Loading project definition from /Users/geri/work/scalding/project | |
| [info] Updating {file:/Users/geri/work/scalding/project/}scalding-build... | |
| [info] Resolving org.fusesource.jansi#jansi;1.4 ... | |
| [info] Done updating. | |
| [warn] There may be incompatibilities among your library dependencies. | |
| [warn] Here are some of the libraries that were evicted: |