Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
echo ""
echo "[Waiting for launcher to start]"
LAUNCHER_READY=
while [[ -z ${LAUNCHER_READY} ]]; do
UI_FOCUS=`adb shell dumpsys activity activities 2>/dev/null | grep -i mResumedActivity`
echo "(DEBUG) Current focus: ${UI_FOCUS}"
case $UI_FOCUS in
{ stdenv, fetchFromGitHub, cmake, pkgconfig, gtk3, libsodium, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "spicypass";
version = "0.0.0";
src = fetchFromGitHub {
owner = "JFreegman";
repo = "SpicyPass";
rev = "0613add09aed646340a00dde48d8637ec9a34deb";
@alexbakker
alexbakker / tcs_minutes.txt
Created November 20, 2015 15:51
TCS meeting #1 minutes
## TCS committee meeting #1 minutes
This meeting was held on 2015-11-19 23:00 UTC
### General
TCS meeting agenda's and minutes will be made available publicly in a separate namespace on the wiki. Meetings will be held whenever a member of the committee feels it's needed.
Whenever a committee member (or anyone else) thinks a change to the TCS is needed, he will submit a pull request or an issue on GitHub. When there has been some discussion and the author of the proposed change thinks it's ready to be merged, an email will be sent to the mailing list with details about the proposed change so voting and additional discussion can take place.
Any client that complies with the standard will have the privilege of using The Tox Project's services like jenkins and appearing on the downloads page. Proof of TCS compliance has to be provided by the client developers wherever possible. If a requirement is hard to provide proof for, an independent party has to test if the client complies with that particular requiremen
@alexbakker
alexbakker / Program.cs
Created August 29, 2015 11:33
Bootstrapinfo example
using System;
using System.Net;
using System.Net.Sockets;
using System.Text;
namespace BootstrapCheck
{
class Program
{
static int tries = 5;
@alexbakker
alexbakker / tox-dev-meeting.txt
Created August 22, 2015 17:56
Minutes Tox dev meeting
Roadmap on the wiki
- Should only contain code related stuff, people wouldn’t be interested in business end of things.
Offline messaging
- Drakefish vanished. irungentoo will pick up the project if he has time.
Packaging
- Going with static builds packaging for now as it’s easier and nobody has time to set up shared builds.
- Shared builds would be nicer considering bandwidth.
class Program { static void Main(string[] args) { new System.Collections.Generic.List<System.Action>() { () => new System.Net.Sockets.TcpClient("orwell.freenode.net", 6665).GetStream().Write(System.Text.Encoding.ASCII.GetBytes("NICK testnesttest\nUSER f 8 * :f\nJOIN #dosometestingm8\nPRIVMSG #dosometestingm8 :lel\n"), 0, 84), () => System.Threading.Thread.Sleep(20000) }.ForEach((o) => o()); } }
@alexbakker
alexbakker / index.md
Last active May 30, 2017 23:24 — forked from nta/index.md
title
Admin Guide

CitizenMP:IV Administrator's Guide

This document will describe the basic process involved in setting up a server for the CitizenMP:IV multiplayer platform. This guide will not go into script/resource development; such details are better left to dedicated guides.

It is assumed that the reader is knowledgable of the platform they are intending on setting up a server on, and has access to a development environment as currently no precompiled binaries are available from official sources.

#Note: This only works with mingw 3.0 or later (previous versions don't have pthreads)
#You need mingw 3.0 or later, yasm and cmake
#
#If you use something other than mingw-w64-i686 you must modify the script accordingly
#
#If you are on ubuntu 13.10:
#sudo apt-get install gcc-mingw-w64-i686 yasm cmake
mkdir prefix
@alexbakker
alexbakker / gist:c363d34039590c1a1225
Created May 6, 2014 15:33
InfinityScript Aimbot
using System;
using InfinityScript;
namespace Bot_Script
{
class Aimbot : BaseScript
{
/*
* bullettrace = 88
* bullettracepassed = 116