Skip to content

Instantly share code, notes, and snippets.

View Microno95's full-sized avatar

Ekin Ozturk Microno95

  • Imperial College London
  • London, UK
View GitHub Profile
@Microno95
Microno95 / ANSI.md
Created June 1, 2024 22:08 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@Microno95
Microno95 / Importance Sampling an Image.ipynb
Created February 24, 2021 02:00
Jupyter notebook showing how to importance sample an image (and, by extension, n-dimensional grids)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Microno95
Microno95 / keras_h5py_issue.py
Last active October 2, 2018 11:38
Script showing issue with Keras 2.2.3 that occurs when trying to save best model via ModelCheckpoint callback.
import numpy as np
import os
import pandas as pd
import sys
import uuid
import sys
import tensorflow as tf
config = tf.ConfigProto()
config.gpu_options.allow_growth = True
@Microno95
Microno95 / Stock Data Stuff and Technical Indicators - A Test.ipynb
Last active July 4, 2017 21:43
Stock Data Stuff and Technical Indicators - A Test
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Microno95
Microno95 / Helicity_Spectra_Single_Sim.ipynb
Last active July 10, 2017 04:33
Single Sim w/ Multiple Variations Support
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Microno95
Microno95 / PHYD38 - PS4.ipynb
Created March 27, 2017 18:24
PHYD38 - PS4.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Microno95
Microno95 / Untitled1.ipynb
Last active March 16, 2017 14:45
ASTC25_PS3_Code
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Microno95
Microno95 / Fractals.ipynb
Last active March 16, 2017 21:26
Fractals_Test
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Microno95
Microno95 / PHYD38 - PS3.ipynb
Last active March 27, 2017 18:23
PHYD38 - PS3.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Microno95
Microno95 / Fast_Variational_Equations_Implementation.ipynb
Last active May 23, 2017 20:25
Poincaré Sections - Chaos - With Variations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.