Skip to content

Instantly share code, notes, and snippets.

View linnabrown's full-sized avatar
🎯
Focusing

Lena Huang linnabrown

🎯
Focusing
View GitHub Profile
@amoudgl
amoudgl / setup_visdom.md
Last active July 4, 2023 11:27
Setup Visdom on Remote Server

Setup Visdom on Remote Server

Install visdom on your local system and remote server.

pip3 install visdom

On remote server, do:

@stfeng2
stfeng2 / cloud_sql_flags.md
Last active January 8, 2024 06:47
Cloud SQL Flags Tuning

Important Notice

  • ❗ All flags and settings described here are subject to change without any notice.
  • Last update: September 2017

Introduction

This document describes a set of MySQL flags that have been tuned in Google Cloud SQL (Second Generation) to make the out-of-box experience better on Google Cloud. This is for your reference only, with the hope that some of the settings might also be useful outside the Google Cloud environment.

innodb_buffer_pool_size

@priyanshujain
priyanshujain / datasets.md
Last active August 20, 2023 13:35
open and public datasets
@leefsmp
leefsmp / snap-arc-demo.html
Last active June 21, 2020 02:16
SVG Arc Path Demo with Snap.svg
<!-- Written By Philippe Leefsma, Feb 2016 -->
<!DOCTYPE html>
<html>
<head lang="en">
<meta name="viewport" content="width=device-width, height=device-height, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta charset="UTF-8">
<title>Snap SVG Arc Path Demo</title>