Skip to content

Instantly share code, notes, and snippets.

View HammerSpb's full-sized avatar

HammerSpb HammerSpb

View GitHub Profile
@HammerSpb
HammerSpb / README.markdown
Created June 15, 2024 23:05 — forked from FranklinYu/README.markdown
links for old versions of Docker for Mac (inspired by docker/for-mac#1120)

links for old versions of Docker for Mac

Deprecated

Docker provides download links in release note. They promised that

(we) will also include download links in release notes for future releases.

Note:

@HammerSpb
HammerSpb / index.js
Created January 15, 2019 18:17 — forked from orther/index.js
A few simple examples of sorting with Ramda's sortBy function.
import R from 'ramda';
const items = [
{id: 1, name: 'Al', country: 'AA'},
{id: 2, name: 'Connie', country: 'BB'},
{id: 3, name: 'Doug', country: 'CC'},
{id: 4, name: 'Zen', country: 'BB'},
{id: 5, name: 'DatGGboi', country: 'AA'},
{id: 6, name: 'Connie', country: 'AA'},
];
import React from 'react'
import { Container } from 'reactstrap'
import styled from 'styled-components'
import theme from '../theme'
import { compose } from 'ramda'
import { withState, withHandlers, lifecycle } from 'recompose'
const { colors, fonts } = theme
const Header = styled.div`
@HammerSpb
HammerSpb / git_log.md
Last active March 14, 2018 19:11
git log custom output aliases

Git custom config

Log

Option 1

image text

git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
@HammerSpb
HammerSpb / README.md
Created January 12, 2018 20:25 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed