Skip to content

Instantly share code, notes, and snippets.

View framerate's full-sized avatar
💭
Writing codez

Justin Reynard framerate

💭
Writing codez
View GitHub Profile

Keybase proof

I hereby claim:

  • I am framerate on github.
  • I am framerate (https://keybase.io/framerate) on keybase.
  • I have a public key ASB6Lry1AOkmoL0DrTronAucXpyjpC9rVPqFtr4vqes2dwo

To claim this, I am signing this object:

@framerate
framerate / PLAFX03_dp_codes.txt
Created January 26, 2024 22:21
PLAF103 and PLAD104 DP Codes (Petlibro) for Home Assistant
group: "My Home .." device: "PLAF103 WiFi Feeder" devDPS: "{
'1': 'AA==',
'3': 1,
'4': 'feed_end',
'9': false,
'11': 0,
'14': 0,
'15': 0,
'18': 2,
'102': 'player',

Keybase proof

I hereby claim:

  • I am framerate on github.
  • I am framerate (https://keybase.io/framerate) on keybase.
  • I have a public key ASCgXUW9pPjOASzFSwaUapGqDxHXrhFqSR7E6OPfDcKp7Ao

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am framerate on github.
  • I am framerate (https://keybase.io/framerate) on keybase.
  • I have a public key whose fingerprint is 7C56 1976 6261 6FA1 8E0F 3111 3E64 C524 472D 9650

To claim this, I am signing this object:

http://ftp.hp.com/pub/softpaq/sp71501-72000/sp71867.exe
import React from 'react';
export default class Whatever extends React.Component {
constructor(props) {
super(props);
}
render() {
return (
Hey [NAME]!
I just wanted to reach out and let you know about the upcoming JS.LA event on Thursday April 30th. It's looking to be
one of the best events we've had yet with Benjamin Coe here from npm to talk about the new npm registry and Paul Frazee
will be talking about the future of app development in a post-host web world.
We are thrilled that Benjamin and Paul are coming to hang out with us. We are huge fans of npm (hosting over 140k modules,
and served more than a billion downloads last month!), and Phoenix is one of the coolest projects we've ever seen.
64 bytes from 74.125.224.176: seq=157 ttl=53 time=16.468 ms
64 bytes from 74.125.224.176: seq=158 ttl=53 time=17.824 ms
64 bytes from 74.125.224.176: seq=159 ttl=53 time=19.221 ms
64 bytes from 74.125.224.176: seq=160 ttl=53 time=17.246 ms
64 bytes from 74.125.224.176: seq=161 ttl=53 time=14581.869 ms
64 bytes from 74.125.224.176: seq=162 ttl=53 time=13581.591 ms
64 bytes from 74.125.224.176: seq=163 ttl=53 time=12582.734 ms
64 bytes from 74.125.224.176: seq=164 ttl=53 time=11583.463 ms
64 bytes from 74.125.224.176: seq=165 ttl=53 time=10645.161 ms
64 bytes from 74.125.224.176: seq=166 ttl=53 time=9645.772 ms
@framerate
framerate / gist:7777025
Created December 3, 2013 20:34
Date Formatting
getFormattedDate = function()
{
var datemap = {
'day' : {
0: 'Sun',
1: 'Mon',
2: 'Tues',
3: 'Wed',
4: 'Thur',
5: 'Fri',
@framerate
framerate / gist:7609373
Created November 23, 2013 00:53
.jshintrc
{
"node": true,
"browser": true,
"jquery": true,
"eqeqeq": true,
"indent": 4,
"latedef": true,
"quotmark": "single",
"trailing": true,