Skip to content

Instantly share code, notes, and snippets.

View jebcat1982's full-sized avatar

Jes Eugene Braziel III jebcat1982

  • homemaker
  • usa
View GitHub Profile
@jebcat1982
jebcat1982 / github.com.js
Created September 2, 2017 17:03 — forked from alunny/github.com.js
github++
// use with http://defunkt.io/dotjs/
$('.unread_count')
.hide()

Файл: Скачать The movies: stunts & effectsthe movies 3 the movies stunts & effects советы the movies stunts & effects rutor the movies stunts & effects коды you re in the movies the movies stunts & effects скачать the movies stunts & effects моды the movies 2   6 Jun 2006 Summary: The Movies: Stunts & Effects allows players to hone their movie making skills with features that can turn an ordinary script into an 30 янв 2010 19 май 2011 Buy The Movies: Stunts & Effects Expansion Pack (PC CD-ROM) from Amazon.co.uk. Everyday low prices on a huge range of consoles, games and accessories. 15 авг 2007 The Movies: Stunts and Effects is an expansion pack for the PC business simulation game The Movies. The expansion pack is developed by Lionhead Studio

gradle和android的组合实在是太愚蠢了,去亚马逊搜了一下,竟然真有这样的书:《巧用Gradle构建Android应用》。
刚接触游戏引擎开发游戏,难道还要学一下《巧用Gradle构建Android应用》?
可怕的是Gradle强行要用Groovy搞个DSL
又要学Gradle、又要学Groovy、又要学Gradle搞得Groovy DSL
加上Android之后又有很多坑
我只是想从github上把别人写的demo clone下来运行一下啊?
怎么这么难?
WTF!!!
@jebcat1982
jebcat1982 / install-git.sh
Created September 2, 2017 15:01
Install GIT with Homebrew - MAC
#check system
brew doctor
#update packages
brew update
#install git
brew install git
#veirfy installation
git --version
#double check system
brew doctor
@jebcat1982
jebcat1982 / Emulator Guide.md
Created July 9, 2017 08:16 — forked from patrickkettner/Emulator Guide.md
Quick guide on settings up emulators for various mobile platforms.
@jebcat1982
jebcat1982 / Top 10,000 Words in English Language
Created July 9, 2017 08:15 — forked from LateralLines/Top 10,000 Words in English Language
10,000 most commonly used words in the english language. Note that this list is not censored, so if you are to use this as a reference for a profanity-sensitive environment, you may want to filter through it first.
the of and to a in for is on that by this with i you it not or be are from at as your all have new more an was we will home can us about if page my has search free but our one other do no information time they site he up may what which their news out use any there see only so his when contact here business who web also now help get pm view online c e first am been would how were me s services some these click its like service x than find price date back top people had list name just over state year day into email two health n world re next used go b work last most products music buy data make them should product system post her city t add policy number such please available copyright support message after best software then jan good video well d where info rights public books high school through m each links she review years order very privacy book items company r read group sex need many user said de does set under general research university january mail full map reviews program life know games way days man
@jebcat1982
jebcat1982 / appworld.php
Created July 9, 2017 08:15 — forked from Magneticdud/appworld.php
Download link generator for BlackBerry World 5.2.0.9
//Download link generator for BlackBerry World 5.2.0.9. Code by xsacha, found on crackberry
//not working anymore
//sauce: http://forums.crackberry.com/blackberry-10-apps-f274/bardownload-script-988098/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
@jebcat1982
jebcat1982 / _wget.md
Created July 9, 2017 08:14 — forked from Paxa/_wget.md
Cross-compiling wget for blackberry 10 (QNX)

How to compile wget for blackberry 10

Prepare

  1. Download from here http://ftp.gnu.org/gnu/wget/
  2. Extract sources archive, (using extract for example)
  3. Or run tar xf wget-1.15.tar.xz
  4. Copy file bb10_compile from this gist to source folder

Compile

@jebcat1982
jebcat1982 / build.sh
Created July 9, 2017 08:13 — forked from RyanKung/build.sh
Cross-compiling netcat for blackberry 10 (QNX)
#! /bin/sh
# 1. Download source file of netcat from http://netcat.sourceforge.net/ and unzip it.
# 2. Path to source, and run the build shell.
tmp_pwd=`pwd`
cd /Applications/Momentics.app && source bbndk-env_10_3_1_995.sh && cd $tmp_pwd
QoX_BINS="${QNX_HOST}/usr/bin"
@jebcat1982
jebcat1982 / BlackBerryPlugins.md
Created July 9, 2017 08:13 — forked from timwindsor/BlackBerryPlugins.md
BlackBerry WebWorks Plugins Project

BlackBerry 10 WebWorks Plugins

BlackBerry WebWorks is an Apache Cordova based SDK for building applications on BlackBerry 10. It provides an industry leading environment for HTML5 application development with native capabilities. All our WebWorks development is done in open source under the Apache 2.0 license, and we accept contributions from our developer community to make the tools and APIs better. Apache Cordova and WebWorks enable C/C++ code use in HTML5 applications through plugins. In this project students will work with our community of contributors to develop and port additional plugins to the BlackBerry 10 platform. These plugins will work on the BlackBerry 10 platform and be usable by WebWorks, Cordova, and PhoneGap developers.

Plugin Overview

Plugins provide a JavaScript interface to application developers, through which they can access lower level features that are not contained in the standard HTML5 specification. Primarily this is used to access native platform capabilities like hardware