Skip to content

Instantly share code, notes, and snippets.

data_cif
_symmetry_space_group_name_H-M 'P1'
_space_group_IT_number 1
_cell_length_a 34.32270431518555
_cell_length_b 34.43088150024414
_cell_length_c 33.994781494140625
_cell_angle_alpha 89.83424377441406
_cell_angle_beta 89.9746322631836
_cell_angle_gamma 89.2052001953125
loop_
187
C -5.252761462350E-01 -6.316349493257E+00 -6.316349493257E+00
C 5.252761462350E-01 6.316349493257E+00 -6.316349493257E+00
C -5.252761462350E-01 6.316349493257E+00 6.316349493257E+00
C 5.252761462350E-01 -6.316349493257E+00 6.316349493257E+00
C -6.316349493257E+00 -5.252761462350E-01 -6.316349493257E+00
C -6.316349493257E+00 -6.316349493257E+00 -5.252761462350E-01
C 6.316349493257E+00 5.252761462350E-01 -6.316349493257E+00
C 6.316349493257E+00 -6.316349493257E+00 5.252761462350E-01
# -*- coding: utf-8 -*-
import collections
import json
import orcid
import requests
import sys
import time
# -*- coding: utf-8 -*-
import collections
import json
import orcid
import requests
import sys
import time
Installing the project...
make install
cd Qt/ && ( test -e Makefile || /usr/local/opt/qt/bin/qmake -o Makefile /private/tmp/tmp_yu_wgdv/Qt/Qt.pro ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile install
/usr/local/opt/qt/bin/qmake -install qinstall /private/tmp/pyqt-20191110-98667-ll4w41/PyQt5-5.13.2/pyuic/uic /usr/local/Cellar/pyqt/5.13.2/lib/python5.13.2/site-packages/PyQt5/uic
sip-distinfo --project-root /private/tmp/pyqt-20191110-98667-ll4w41/PyQt5-5.13.2 --generator sip-install --prefix "" --inventory /private/tmp/tmp_yu_wgdv/inventory.txt --requires-dist "PyQt5-sip (>=12.7, <13)" --console-script pylupdate5=PyQt5.pylupdate_main:main --console-script pyrcc5=PyQt5.pyrcc_main:main --console-script pyuic5=PyQt5.uic.pyuic:main /usr/local/Cellar/pyqt/5.13.2/lib/python5.13.2/site-packages/PyQt5-5.13.2.dist-info
/usr/local/opt/qt/bin/qmake -install qinstall -exe /private/tmp/tmp_yu_wgdv/pylupdate5 /usr/local/Cellar/sip/5.0.0/libexec/bin/pylupdate5
/usr/local/opt/qt/bin/qmake -install qin
==> python3 -c import setuptools... --no-user-cfg install --prefix=/private/tmp/pyqt--homebrew-virtualenv-20191109-68908-13xshul/target --install-scripts=/private/tmp/pyqt--homebrew-virtualenv-20191109-68908-13xshul/target/bin --single-version-externally-managed --record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
copying virtualenv.py -> build/lib
creating build/lib/virtualenv_support
copying virtualenv_support/__init__.py -> build/lib/virtualenv_support
running egg_info
# -*- coding: utf-8 -*-
import collections
import json
import orcid
import requests
import sys
import time
--- ../gmp-6.1.2-llvm/mpn/toom53_mul.o.dis 2019-09-23 23:49:57.000000000 +0200
+++ mpn/toom53_mul.o.dis 2019-09-24 00:14:47.000000000 +0200
@@ -41,141 +41,141 @@ ___gmpn_toom53_mul:
000000000000008d leaq 0x2(%rdx), %rax
0000000000000091 movq %rax, -0x50(%rbp)
0000000000000095 shlq $0x4, %rax
-0000000000000099 leaq ___gmpn_toom53_mul(%rax,%rax,4), %rsi
-000000000000009d cmpq $0x7f00, %rsi
-00000000000000a4 movq %r9, -0xc8(%rbp)
-00000000000000ab ja 0x84a
[{"rain": "0", "date": "2019-06-22", "temp": "14.6", "humid": 71, "time": 8, "wind": 11}, {"rain": "0", "date": "2019-06-22", "temp": "16.4", "humid": 64, "time": 9, "wind": 14}, {"rain": "0", "date": "2019-06-22", "temp": "18.3", "humid": 57, "time": 10, "wind": 11}, {"rain": "0", "date": "2019-06-22", "temp": "21.4", "humid": 52, "time": 11, "wind": 14}, {"rain": "0", "date": "2019-06-22", "temp": "21.5", "humid": 49, "time": 12, "wind": 11}, {"rain": "0", "date": "2019-06-22", "temp": "22.7", "humid": 47, "time": 13, "wind": 7}, {"rain": "0", "date": "2019-06-22", "temp": "23.7", "humid": 43, "time": 14, "wind": 11}, {"rain": "0", "date": "2019-06-22", "temp": "24.5", "humid": 41, "time": 15, "wind": 7}, {"rain": "0", "date": "2019-06-22", "temp": "24.6", "humid": 42, "time": 16, "wind": 11}, {"rain": "0", "date": "2019-06-22", "temp": "24.6", "humid": 44, "time": 17, "wind": 11}, {"rain": "0", "date": "2019-06-22", "temp": "24.1", "humid": 46, "time": 18, "wind": 11}, {"rain": "0", "date": "2019-06-22", "
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
import itertools
import time
import requests
from bs4 import BeautifulSoup