Skip to content

Instantly share code, notes, and snippets.

View Igorbek's full-sized avatar

Igor Oleinikov Igorbek

  • Vancouver, BC, Canada
View GitHub Profile
@Igorbek
Igorbek / brew-install-script.sh
Created February 17, 2023 19:17 — forked from CliffordAnderson/brew-install-script.sh
Brew script for installing packages and applications on OSX
#!/bin/sh
# Homebrew Script for OSX
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh`
echo "Installing brew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing brew cask..."
brew tap homebrew/cask
{
"devDependencies": {
"@types/react": "^16.0.20",
"@types/react-dom": "^16.0.2",
"typescript": "^2.6.1"
},
"dependencies": {
"styled-components": "^2.2.3"
}
}
@Igorbek
Igorbek / _typescript_proposal_member_level_type_constraints.md
Last active July 14, 2016 00:08
TypeScript Proposal: generic type constraint on member level
using System;
using System.Reactive.Concurrency;
using System.Reactive.Linq;
namespace ConsoleApplication1
{
class Program
{
static void Main()
{