Skip to content

Instantly share code, notes, and snippets.

View diegopacheco's full-sized avatar

Diego Pacheco diegopacheco

View GitHub Profile
@diegopacheco
diegopacheco / EG.DeMusliM.build.sc2.md
Last active December 10, 2015 07:48
EG.DeMusliM 2Base Build

EG.DeMusliM 2Base Build

10 depo
12 rax (STOP 600)
15 depo (STOP 43)
16 scout
16 orbital
17 2cc keep on the main
19 << engbay (stop opponent expand) >>

@diegopacheco
diegopacheco / sc2.coaching.md
Last active December 11, 2015 07:18
Why SC2 is good for you

Why SC2 is good for you

This are the 7 things IMHO the game make you pracitce/learn/develop/train/do:

  • System Thinking / Patterns / Readings
  • Improve your Response Time / Multi-tasking
  • Work on presure and Problem management
  • Focus on Learning / Education
  • Practice Discipline / Driven

Hierarchical data structure in database

Definition

Taxonomy: the conception, naming, and classification of organism groups.

Ontology: ontology formally represents knowledge as a set of concepts within a domain, and the relationships between pairs of concepts. It can be used to model a domain and support reasoning about entities. Ontologies are the structural frameworks for organizing information

Relational Database

@diegopacheco
diegopacheco / regions.xml
Created February 8, 2013 02:58
Unlock all regions on SC2 - Wings of Liberty
<regions>
<region displayname="AUTHENTICATION_SG_REGION" hostname="sg"
allowedProductLocales="all" localesThatDefaultToThisRegion="enSG"/>
<region displayname="AUTHENTICATION_US_REGION" hostname="us"
allowedProductLocales="all" localesThatDefaultToThisRegion="enUS"/>
<region displayname="AUTHENTICATION_EU_REGION" hostname="eu"
allowedProductLocales="all" localesThatDefaultToThisRegion="enGB"/>
<region displayname="AUTHENTICATION_KR_REGION" hostname="kr"
allowedProductLocales="all" localesThatDefaultToThisRegion="koKR"/>
</regions>
@diegopacheco
diegopacheco / .bashrc
Created February 10, 2013 19:41
~/.bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything