Skip to content

Instantly share code, notes, and snippets.

View chid's full-sized avatar

Charley Peng chid

  • Sydney, Australia
View GitHub Profile

I'm working on a website(it isn't launched yet) where you can find other players to form a 5 man party

###Advantages:###

  • preassigned role: you select for example MID and the system will find you : 1 carry, 2 supports, 1 offlane
  • same skill: every one plays their role as good as you play your role
  • party completetion: you are already are 3 players, the system will find you 2 missing players
  • Achievements, profile, chat, news feed
  • 50% winrate no longer enforced by valve (STOMP / 6kmmr)
@scholzi
scholzi / 000.txt
Created December 21, 2011 21:28
000
* Each link group is the same download / ISO
http://hitfile.net/mCkD
http://hitfile.net/tEr9
http://hitfile.net/ehIN
http://hitfile.net/wNXu
http://turbobit.net/5h7dcg4x65jg.html
http://turbobit.net/ulq596ryiem1.html
http://turbobit.net/tz12ge7p30yr.html
@weblogix
weblogix / general-apps.md
Last active June 2, 2023 02:16
[Mac Apps] Essential Mac applications #spotify #apps

Essential Mac applications

Email

  • Mailspring - Productivity focused & cross-platform email client

Organization

  • bitwarden - Open-source cross-platform password manager

Music/Sound

  • eqMac2 - system-wide audio equalizer
@nickcernis
nickcernis / readme.md
Last active March 7, 2024 01:43
Exclude node_modules and .git from Backblaze backups on Mac

Exclude node_modules and .git from Backblaze backups on Mac

  1. Edit the file at /Library/Backblaze.bzpkg/bzdata/bzexcluderules_editable.xml.
  2. Add these rules inside the bzexclusions tag:
<!-- Exclude node_modules. -->
<excludefname_rule plat="mac" osVers="*"  ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/node_modules/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="mac" osVers="*"  ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/.git/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />