Skip to content

Instantly share code, notes, and snippets.

View arrc's full-sized avatar

Naveen Kumar arrc

View GitHub Profile
{
"count": 158,
"results": [
{
"listing_id": 746656040,
"state": "active",
"user_id": 30561062,
"category_id": 68891842,
"title": "Stick Figure Family svg | Stick Family svg dxf, png, eps | Stick Family cut file | Cricut cut file | Silhouette cut file",
"description": "5 zip files containing the 10 different images pictured. Each file includes 1 svg file, 1 dxf file, 1 eps file and 1 png file (transparent background). \n\nMom and Dad Stick Figure\nOldest Boy and Girl Stick Figure\nMiddle Boy and Girl Stick Figure\nBaby Boy and Girl Stick Figure\nCat and Dog Stick Figure\n\n\nAll svg files have been tested as a cut file with my Cricut Maker. DXF files have been tested as an upload in Basic Silhouette Studio. Eps and png tested in Adobe Illustrator. \n\n\n*This listing is for a digital item. A physical item will not be shipped. \n\n*Personal and Commercial use for physical items only \n\n*NO digital product sales allowed

Keybase proof

I hereby claim:

  • I am arrc on github.
  • I am arrc (https://keybase.io/arrc) on keybase.
  • I have a public key whose fingerprint is B2D8 3914 DE9F 5EB4 52D0 CC9D C6C0 A5E7 4A65 0562

To claim this, I am signing this object:

@arrc
arrc / index.md
Created July 20, 2016 16:03 — forked from rstacruz/index.md
Rails models cheatsheet

Rails Models

Generating models

$ rails g model User

Associations

belongs_to

has_one

/**
* Sockets
*
* @module :: Sockets
* @description :: Here all events for sockets
*
*/
require(['main', 'datas', 'queries', 'app/controllers/server_controller', 'app/controllers/player_controller'], function (Main, Datas, Queries, Server, Player) {
@arrc
arrc / bundle-error
Created December 27, 2013 13:06
bundler error
/var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/rubygems.rb:154:in `normalize_uri': The source must be an absolute URI (ArgumentError)
/var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/source/rubygems.rb:125:in `add_remote'
/var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/dsl.rb:116:in `source'
/home/arrc/arrC/rails/Gemfile:1:in `eval_gemfile'
/var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/dsl.rb:30:in `instance_eval'
/var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/dsl.rb:30:in `eval_gemfile'
/var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/dsl.rb:9:in `evaluate'
/var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/definition.rb:19:in `build'
/var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler.rb:148:in `definition'
/var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/cli.rb:245:in `install'
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
</body>
@arrc
arrc / lipsum txt
Created June 6, 2013 06:04
some sensible lipsum text that doesn't look like computer generated.Hope you get my point.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
@arrc
arrc / dabblet.css
Created February 15, 2012 03:51 — forked from chriscoyier/dabblet.css
Based on email I got from andrea ricci
/* Based on email I got from andrea ricci */
a[href^="mailto:"]:before { content: "\2709"; }
.phone:before { content: "\2706"; }
.important:before { content: "\27BD"; }
blockquote:before { content: "\275D"; }
blockquote:after { content: "\275E"; }
.alert:before { content: "\26A0"; }
:before, :after {
@arrc
arrc / dabblet.css
Created February 15, 2012 03:50
The linear-gradient
/**
* The linear-gradient
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;