Skip to content

Instantly share code, notes, and snippets.

View vikram-s-narayan's full-sized avatar

Vikram vikram-s-narayan

View GitHub Profile
@ruvnet
ruvnet / funko.toml
Created December 20, 2023 03:59
Funko Pop Figure Creator Prompt
# Funko Pop Figure Prompt Creator Template
Author = "rUv"
name = "Funko Pop Figure Prompt Creator"
forked_from = "ruvnet"
version = "1.0"
[prompt]
init = "Welcome to the Funko Pop Figure Prompt Creator! Let's design your custom Funko Pop figure."
[prompt.features.figure_details]
@HajimeKawahara
HajimeKawahara / array_mask.ipynb
Created January 8, 2016 16:12
Julia array mask
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
anonymous
anonymous / index.html
Created December 5, 2015 00:49
Noughts and Crosses // source http://jsbin.com/xaniro/49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Noughts and Crosses</title>
<style id="jsbin-css">
#left-top {
border-right: 1px dotted black;
border-bottom: 1px dotted black;
width: 10%;
anonymous
anonymous / index.html
Created July 8, 2015 06:20
Many to Many Relationships Blog and Author (Working Solution) // source http://jsbin.com/facuno
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Ember + Ember Data -->
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://builds.emberjs.com/tags/v1.11.3/ember-template-compiler.js"></script>
<script src="http://builds.emberjs.com/tags/v1.11.3/ember.debug.js"></script>
import Ember from 'ember';
import FlashMessage from 'ember-cli-flash/flash/object';
var {
computed,
get,
run
} = Ember;
export default Ember.Object.extend({