Skip to content

Instantly share code, notes, and snippets.

View VoloshchenkoAl's full-sized avatar
🇺🇦

Alex VoloshchenkoAl

🇺🇦
View GitHub Profile
// @flow
import React, {type ComponentType, type AbstractComponent} from 'react';
////////////////////////////
// A generic list component
////////////////////////////
type ListProps<P> = {|
component: ComponentType<P>,
@lancegliser
lancegliser / actions.api.js
Created January 12, 2018 01:46
An example React Redux Saga set for Google Yolo
/**
* Api actions
*/
import * as constants from './constants.api';
// POST auth
export function apiAuthCredentialsStartAction(credentials) {
return { type: constants.API_AUTH_CREDENTIALS_REQUEST_SUCCESS, credentials };
}
@sshay77
sshay77 / gist:4b1f6616a7afabc1ce2a
Created July 18, 2015 15:15
google-search-url-parameters-query-string-
// ==UserScript==
// @name Google Search Better Privacy
// @description Delete unnecessary params and add useful params on Google Search.
// @version 0.0.4
// @include http://*.google.*/search*
// @include http://*.google.*/imgres*
// @include https://*.google.*/search*
// @include https://*.google.*/imgres*
// @exclude http://play.google.com/*
// @exclude http://mail.google.com/*
@hofmannsven
hofmannsven / README.md
Last active May 3, 2024 15:30
Git CLI Cheatsheet