I hereby claim:
- I am prajjwal on github.
- I am prajjwal (https://keybase.io/prajjwal) on keybase.
- I have a public key ASBwa5EJxpOlzJ2oXEuFK8AKHCY9rFwdhgidrVknCqDOaAo
To claim this, I am signing this object:
class Array | |
def m_return(value) | |
[value] | |
end | |
def m_bind(f) | |
self.map(&f).flatten | |
end | |
end |
point | |
hermite | |
cubic | |
box | |
gaussian | |
catrom | |
triangle | |
quadratic | |
mitchell | |
lanczos |
require_relative 'library' | |
# This is the library: | |
# | |
# class Lord | |
# def self.printar(x) | |
# puts x.reverse | |
# end | |
# end |
class User < ApplicationRecord | |
# === [Constants] ========== | |
# === [Attributes] ========= | |
# === [Extensions] ========= | |
# === [Relationships] ====== | |
# === [Validations] ======== |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE HTML> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Canvas Minesweeper</title> | |
<style type="text/css"> | |
#container { width: 1250px; margin: 0 auto } | |
</style> | |
</head> | |
<body> |
#!/bin/zsh | |
# Defines transfer alias and provides easy command line file. | |
# | |
# Authors: | |
# Remco Verhoef <[email protected]> | |
# Prajjwal Singh <[email protected]> | |
# | |
# Dependencies: | |
# * curl |
maps.googleapis.com/* | |
jivosite.com/* | |
connect.facebook.net/* | |
syndication.twitter.com/* | |
small.chat/* | |
pubnub.com/time/* | |
pubnub.com/v2/* | |
disqus* |
// Or any object that yields a set of { key: value } pairs. | |
const x = { | |
* [Symbol.iterator] () { | |
yield { done: false, value: { dog: 'cat' } } | |
yield { done: false, value: { dawg: 'cayt' } } | |
} | |
} | |
function ES7ObjectAssign (target, source) { | |
for (const sourceObject of source) { |