Skip to content

Instantly share code, notes, and snippets.

View pradeepprakhar's full-sized avatar

pradeepkumar pradeepprakhar

View GitHub Profile
@pradeepprakhar
pradeepprakhar / Mailman lists and htdig installation and configuration
Created January 13, 2015 08:55
Mailman lists and htdig installation and configuration
Mailman lists and htdig installation and configuration
@pradeepprakhar
pradeepprakhar / Jenkinsfile
Created July 27, 2019 01:57 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples
import { useState, useEffect } from 'react';
// Usage
function App() {
// Call our hook for each key that we'd like to monitor
const happyPress = useKeyPress('h');
const sadPress = useKeyPress('s');
const robotPress = useKeyPress('r');
const foxPress = useKeyPress('f');