Skip to content

Instantly share code, notes, and snippets.

View Lubdhak's full-sized avatar
💭
Unemployed_coder

Lubi Lubdhak

💭
Unemployed_coder
View GitHub Profile
[Last updated on 04/08/2014 ]
Kiki's Delivery Service - E**
Hungry - Thai
Furiosa: A Mad Max Saga - E**
Colors of Evil: Red - E
Guthlee Ladoo - H*
Do Aur Do Pyaar - H**
Suncoast - E*
Madgaon Express - H*
6-5=2 - Kanada
@Lubdhak
Lubdhak / custom_story_upload.rb
Last active September 12, 2020 16:08
"app/graphql/resolvers/mutation/custom_story_upload.rb"
module Resolvers
module Mutation
class CustomStoryUpload < Base
attr_accessor :user, :workspace, :ctx, :temp_file
def initialize(inputs, ctx)
@ctx = ctx
@user = ctx[:current_user]
@temp_file = ctx[:file]
@workspace = ctx[:workspace]
@Lubdhak
Lubdhak / config.json
Created September 13, 2018 17:33
Tensorboard Viz
{
"embeddings": [
{
"tensorName": "My tensor",
"tensorShape": [
1000,
50
],
"tensorPath": "https://raw.githubusercontent.com/.../tensors.tsv",
"metadataPath": "https://raw.githubusercontent.com/.../optional.metadata.tsv",