Skip to content

Instantly share code, notes, and snippets.

@tylermorganwall
tylermorganwall / submarine_cable_map.R
Last active July 6, 2024 21:07
Submarine Cable Map Dataviz
library(geojsonsf)
library(sf)
library(rayrender)
#Data source: https://github.com/telegeography/www.submarinecablemap.com
cables = geojson_sf("cable-geo.json")
cablescene = list()
counter = 1
for(i in 1:length(cables$geometry)) {
@mxgxw
mxgxw / MarianaCoin.sol
Created August 7, 2021 01:16
Script en Solidity para los MarianaCoin
pragma solidity 0.6.6;
// ----------------------------------------------------------------------------
// 'MarianaCoin' token contract
//
// Deployed to : 0x839731207ba6101BF7d4A2BEcb5FE07a22184B2A
// Symbol : MCO
// Name : MarianaCoin
// Total supply: 144
// Decimals : 3
@nomi-san
nomi-san / README.md
Last active January 29, 2024 09:57
Appear offline on League Client

Guides

Run offlol.bat as administrator to appear offline, with any arg to appear online.

$ offlol.bat
Please run as administrator.

admin $ offlol.bat
You will appear offline on League Client.

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@onuryartasi
onuryartasi / colab_gpu.ipynb
Last active June 30, 2023 13:36
Google Colab Using GPU with Tensorflow version 1.0.0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@markofu
markofu / Security_Tools_for_AWS.MD
Last active October 2, 2023 15:30
Security Tools for AWS

Security Tools for AWS

I often get asked which tools are good to use for securing your AWS infrastructure so I figured I'd write a short listof some useful Security Tools for the AWS Cloud Infrastructure.

This list is not intended be something completely exhaustive, more so provide a good launching pad for someone as they dig into AWS and want to make it secure from the start.

Open Source

This section focuses on tools and services provided by the community and released as open-source.

@alexwoolford
alexwoolford / superset_setup.md
Last active February 4, 2020 12:16
superset setup

superset setup

The following ansible playbook installs the pre-requisites for superset on a CentOS 7.4 host:

- hosts: superset
  user: root
  vars:
    mysql_root_password: ********

tasks:

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aallan
aallan / mac-vendor.txt
Last active July 13, 2024 23:08
List of MAC addresses with vendors identities
000000 Officially Xerox
000001 SuperLAN-2U
000002 BBN (was internal usage only, no longer used)
000003 XEROX CORPORATION
000004 XEROX CORPORATION
000005 XEROX CORPORATION
000006 XEROX CORPORATION
000007 XEROX CORPORATION
000008 XEROX CORPORATION
000009 powerpipes?
@lowk3y
lowk3y / procedure
Created November 26, 2016 11:18
Add {Free}radius schema to OpenLDAP
1) Download http://open.rhx.it/phamm/schema/radius.schema
2) use this script to convert .schema to .ldif - https://gist.github.com/jaseg/8577024
3) add schema
# sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// -f radius.ldif
4) verify
# sudo ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b \ cn=schema,cn=config dn