Skip to content

Instantly share code, notes, and snippets.

View fedxa's full-sized avatar
😓

Fedor Bezrukov fedxa

😓
  • The University of Geneva
View GitHub Profile
@fedxa
fedxa / BrKpih.ipynb
Last active November 9, 2020 23:19
Documents/LightInflaton/BrKpih.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fedxa
fedxa / ex1_7.ipynb
Last active October 27, 2020 18:48
Exeample 1.7
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fedxa
fedxa / Strogats_321.ipynb
Last active October 29, 2020 10:43
Documents/lectures/NonlinearPhysics_PHYS30471/Strogats_321.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fedxa
fedxa / untitled2.ipynb
Created May 11, 2020 23:25
keras-tensorflow-problem.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fedxa
fedxa / centos7_timechine.sh
Last active November 20, 2017 23:02 — forked from darcyliu/centos7_timechine.sh
Install Time Machine service on CentOS 7
# Install Time Machine service on CentOS 7
# http://netatalk.sourceforge.net/wiki/index.php/Netatalk_3.1.7_SRPM_for_Fedora_and_CentOS
# http://confoundedtech.blogspot.com/2011/07/draft-draft-ubuntu-as-apple-time.html
yum install -y rpm-build gcc make wget
# install netatalk
yum install -y avahi-devel cracklib-devel dbus-devel dbus-glib-devel libacl-devel libattr-devel libdb-devel libevent-devel libgcrypt-devel krb5-devel mysql-devel openldap-devel openssl-devel pam-devel quota-devel systemtap-sdt-devel tcp_wrappers-devel libtdb-devel tracker-devel
yum install -y bison docbook-style-xsl flex dconf
@fedxa
fedxa / org-notmuch.el
Created August 23, 2017 23:00
Support for links to notmuch mail messages in Org-mode
;;; org-notmuch.el - Support for links to notmuch mail messages in Org
;;;
;;; Author: Fedor Bezrukov <Fedor.Bezrukov@gmail.com>
;;; Date: 23 Aug 2017
;;;
;;; Installation (See Info:org for Hyperlinks)
;;;
;;; Save into ~/.emacs.d/lisp abd add into .emacs
;;;
;;; (add-to-list 'load-path "~/.emacs.d/lisp/")