Skip to content

Instantly share code, notes, and snippets.

@wbroek
wbroek / genymotionwithplay.txt
Last active February 12, 2024 03:22
Genymotion with Google Play Services for ARM
NOTE: Easier way is the X86 way, described on https://www.genymotion.com/help/desktop/faq/#google-play-services
Download the following ZIPs:
ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links)
Download the correct GApps for your Android version:
Google Apps for Android 6.0 (https://www.androidfilehost.com/?fid=24052804347835438 - benzo-gapps-M-20151011-signed-chroma-r3.zip)
Google Apps for Android 5.1 (https://www.androidfilehost.com/?fid=96042739161891406 - gapps-L-4-21-15.zip)
Google Apps for Android 5.0 (https://www.androidfilehost.com/?fid=95784891001614559 - gapps-lp-20141109-signed.zip)
@riovv
riovv / csgo_buynds.cfg
Last active July 11, 2019 15:16
Buy binds for CS:GO
// CS:GO buynds
// Keeping it simple to avoid misbuys
// If I want to buy something else I first purchase armor, kit etc. then manually buy that weapon.
//
// Put this in your "csgo/cfg/autoexec.cfg"
//
// =======================
// NUMPAD
// =======================
// 0 = Vest+Helm or Vest only
@KovuTheHusky
KovuTheHusky / README.md
Last active January 4, 2024 21:47
Configuration files for CS2.

Counter-Strike 2

This is a collection of my configuration files for Counter-Strike 2. It includes my autoexec and any other files.

Settings

  • Screen refresh rate: 144Hz
  • Keyboard polling rate: 1000Hz
  • Windows sensitivity: 6/11
  • Enhance pointer precision: No
@NVentimiglia
NVentimiglia / ItemStack.cs
Last active October 31, 2021 21:06
Need a Items control or a repeater for Xamarin ? Here you go. Bind to observable collections, define your data template and enjoy.
// MIT License
// Nicholas Ventimiglia
// 2016-9-19
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;