Skip to content

Instantly share code, notes, and snippets.

View PTimofeev's full-sized avatar

Pavel Timofeev PTimofeev

  • Quest
  • Saint-Petersburg
View GitHub Profile
@PTimofeev
PTimofeev / bash-cheatsheet.sh
Created March 28, 2017 12:12 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
@PTimofeev
PTimofeev / RigidbodyMassCalculator.cs
Created December 23, 2015 13:15 — forked from FreyaHolmer/RigidbodyMassCalculator.cs
Used to approximate a proper mass value for all the colliders in a given Rigidbody
using UnityEngine;
using System.Linq;
[RequireComponent(typeof(Rigidbody))]
public class RigidbodyMassCalculator : MonoBehaviour {
public float density = 1f;
public bool recalculateOnAwake = true;
Rigidbody rb;
@PTimofeev
PTimofeev / frontendDevlopmentBookmarks.md
Created October 28, 2015 11:20 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
##################################################################
# /etc/elasticsearch/elasticsearch.yml
#
# Base configuration for a write heavy cluster
#
# Cluster / Node Basics
cluster.name: logng
# Node can have abritrary attributes we can use for routing