[ Launch: board ] 3b075afa7dcbd12f33c2e87360f04a11 by Y4suyuki
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datetime import datetime | |
import boto3 | |
def list_bucket_contents(bucket_name): | |
"""return a list of contents in a bucket""" | |
client = boto3.client('s3') | |
paginator = client.get_paginator('list_objects') | |
try: | |
page_iterator = paginator.paginate(Bucket=bucket_name) |
[ Launch: test ] 3224e974c606500c0969 by Y4suyuki[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
[ Launch: Logo ] 86141ea2bc44326565c6 by Y4suyuki[ Launch: test ] 4653053 by enjalot[ Launch: test ] 4652017 by enjalot[ Launch: test ] 4582399 by enjalot
[ Launch: basic scatter plot ] 824a49ed5a13dc5c54a5 by Y4suyuki[ Launch: basic scatter plot ] cab8217ff460c71d5fc3 by Y4suyuki
[ Launch: normal distribution ] 4b00d2969e6caf100491 by Y4suyuki[ Launch: normal distribution ] 0a81a5ffa02ed20c8623 by Y4suyuki
[ Launch: words ] 13fc5a9b7fb218bfffec by Y4suyuki
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ace = {}; | |
ace.require = require; | |
ace.define = define; | |
ace.require(["ace/lib/net"], function(acenet){ | |
acenet.loadScript("https://rawgithub.com/ajaxorg/ace-builds/master/src-min-noconflict/keybinding-emacs.js", function() { | |
e = document.querySelector(".ace_editor").env.editor | |
ace.require(["ace/keyboard/emacs"], function(aceemacs) { | |
e.setKeyboardHandler(aceemacs.handler); | |
}) | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
\#* | |
elpa/* | |
games/* | |
auto-save-list/* |
[ Launch: Tributary inlet ] 8683389 by Y4suyuki