Skip to content

Instantly share code, notes, and snippets.

View lmeyerov's full-sized avatar

lmeyerov

View GitHub Profile
@lmeyerov
lmeyerov / README.md
Created July 6, 2016 03:50
force demo
@lmeyerov
lmeyerov / README.md
Created July 6, 2016 04:14
force demo
@lmeyerov
lmeyerov / README.md
Created July 6, 2016 04:20
force demo
@lmeyerov
lmeyerov / README.md
Created July 6, 2016 04:25
force demo
@lmeyerov
lmeyerov / README.md
Created July 6, 2016 04:40
force demo
<!DOCTYPE html>
<html>
<head>
<title>Flapjax stopwatch demo</title>
<link rel="stylesheet" href="styles.css"/>
<script type="text/javascript" src="https://www.flapjax-lang.org/download/flapjax-2.1.js"></script>
<script type="text/javascript">
//Written in the React style with Flapjax as the only dependency
class Stopwatch {
@lmeyerov
lmeyerov / uploader.ipynb
Last active May 29, 2020 01:18
Graphistry 2.0 REST API Tutorial: Login, create dataset, and upload nodes/edges as json, csv, parquet, arrow, and more
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lmeyerov
lmeyerov / gist:ad6947f83f7912c49164f32272e60097
Created October 9, 2020 17:35
github actions to free space
- name: Free disk space - apt-get-remove
run: |
df -h
echo "Remove apt packages"
sudo apt-get remove aria2 ansible shellcheck rpm xorriso zsync \
clang-6.0 lldb-6.0 lld-6.0 clang-format-6.0 clang-8 lldb-8 lld-8 clang-format-8 \
clang-9 lldb-9 lld-9 clangd-9 clang-format-9 \
esl-erlang g++-8 g++-9 gfortran-8 gfortran-9 \
cabal-install-2.0 cabal-install-2.2 \
cabal-install-2.4 cabal-install-3.0 cabal-install-3.2 heroku imagemagick \
#!/bin/bash
set -e # exit on fail
# Curl REST API Tutorial
# * Script goes along with the version in the docs
# * assumes `jq` is installed
### SET ACCOUNT + SERVER
//Written with intent for moving to JS client
import axios from 'axios';
/*
var gFile = new GraphistryFileUploader(null, {'jwtToken': 'xyz123'})
gFile.createFile({
'file_type': 'csv',
'name': 'adsf',