Skip to content

Instantly share code, notes, and snippets.

View ubless607's full-sized avatar

ubless607 ubless607

View GitHub Profile
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active June 25, 2024 23:11
Make Firefox fast again
def plot_learning_curve(log_df,
loss_name='loss',
rolling=False,
ylim=(None, None), **kwargs):
'''
A simple function for plotting a learning curve of the model
Args:
log_df: input pandas Dataframe
loss_name: name of the loss
@BrianGilbert
BrianGilbert / userChrome.css
Last active June 25, 2024 04:08
Firefox userChrome to autohide Sideberry panel and hide titlebar tabs, and autohide Page Actions.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
* This style will hide the tab bar. For MacOS Big Sur
*
* Contributor(s): Isaac-Newt, Ivan0xFF, millerdev, AMomchilov
*/