Skip to content

Instantly share code, notes, and snippets.

View tjalil's full-sized avatar
🇵🇸
#FreePalestine #CeasefireNow

Taha Jalil tjalil

🇵🇸
#FreePalestine #CeasefireNow
View GitHub Profile
Verifying my Blockstack ID is secured with the address 1FCozGjWNMSEFef35Hf4Wiks9JdSeEUiUF https://explorer.blockstack.org/address/1FCozGjWNMSEFef35Hf4Wiks9JdSeEUiUF
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.bundle.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<canvas id="myChart" width="400" height="200"></canvas>

Keybase proof

I hereby claim:

  • I am tjalil on github.
  • I am tjalil (https://keybase.io/tjalil) on keybase.
  • I have a public key whose fingerprint is 3274 2A6F 8EDE 4DDD 6D23 15A6 2ED7 1C21 BDA7 9455

To claim this, I am signing this object:

@tjalil
tjalil / gist:b8fae8a25f662ce29ccb02ed379207cd
Created November 16, 2017 05:50
blockstack verification
Verifying my Blockstack ID is secured with the address 1JpoiDoEPV2LHaFmhTQVPeBC1NUGPmxZUr https://explorer.blockstack.org/address/1JpoiDoEPV2LHaFmhTQVPeBC1NUGPmxZUr
@tjalil
tjalil / rails-s3.txt
Last active August 17, 2017 17:04
Rails <> AWS S3 Setup (minimal dependencies)
### STEP 1
### Add necessary gems to Gemfile
### Read why to include the gems as such here: https://aws.amazon.com/blogs/developer/upcoming-stable-release-of-aws-sdk-for-ruby-version-2/
gem 'aws-sdk', '~> 1'
gem 'aws-sdk-resources', '~> 2'
### STEP 2
### Create an initializer file to setup AWS config