Skip to content

Instantly share code, notes, and snippets.

View dqniellew1's full-sized avatar

Daniel Lew dqniellew1

  • Kuala Lumpur, Malaysia
View GitHub Profile
@dqniellew1
dqniellew1 / list.md
Created March 2, 2022 11:21 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@dqniellew1
dqniellew1 / axie_data.ipynb
Created October 21, 2021 15:57
Axie_data.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dqniellew1
dqniellew1 / axie_analysis.ipynb
Last active October 21, 2021 15:55
Axie_analysis.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dqniellew1
dqniellew1 / axie_data.ipynb
Created October 21, 2021 15:52
Axie_data.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dqniellew1
dqniellew1 / graphql_example.py
Created July 16, 2021 09:05 — forked from gbaman/graphql_example.py
An example on using the Github GraphQL API with Python 3
# An example to get the remaining rate limit using the Github GraphQL API.
import requests
headers = {"Authorization": "Bearer YOUR API KEY"}
def run_query(query): # A simple function to use requests.post to make the API call. Note the json= section.
request = requests.post('https://api.github.com/graphql', json={'query': query}, headers=headers)
if request.status_code == 200:
@dqniellew1
dqniellew1 / Incorporating_TableToolz.ipynb
Created January 21, 2020 01:43
Tabletoolz/Incorporating_TableToolz.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dqniellew1
dqniellew1 / gist:817393d1dc71bbc9b135cb383bd3676b
Created January 6, 2020 03:25 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@dqniellew1
dqniellew1 / Deep_learning_exercise_1.ipynb
Created November 13, 2019 04:15
Dog and wolf classifier
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.