LevelDB is Google's embedded key/value store that uses similar design concepts as the BigTable Tablet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Uncrustify Configuration File | |
# File Created With UncrustifyX 0.4.3 (252) | |
# | |
# Alignment | |
# --------- | |
## Alignment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This script will enable cheats within Constructor (via Boxer) | |
# created by C. Bess - 10/14/2012 | |
# | |
# - Exec the script while at the player select screen, then in the game press 'C', | |
# "+" symbol will be shown next to the date when activated. | |
# | |
# * = favs | |
# | |
# cheats: | |
# Faster network game - speed471 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// CBAsyncTestCase.h | |
// | |
// Created by Christopher Bess | |
// | |
#import <SenTestingKit/SenTestingKit.h> | |
@interface CBAsyncTestCase : SenTestCase |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo Process pods | |
if [ ! -e /usr/bin/pod ] ; then | |
echo Installing cocoapods... | |
gem install cocoapods | |
fi | |
pod update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# debian count.ly install script | |
# by: C. Bess (github.com/cbess), 2013 | |
# Tested on wheezy (v7.1) | |
set -e | |
if [[ $EUID -ne 0 ]]; then | |
echo "Please execute Countly installation script with a superuser..." 1>&2 | |
exit 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// adjust the label height (top align text) | |
// old | |
CGSize labelSize = [model.name sizeWithFont:self.nameLabel.font | |
constrainedToSize:_maxNameLabelSize | |
lineBreakMode:self.nameLabel.lineBreakMode]; | |
// new | |
CGSize labelSize = [model.name boundingRectWithSize:_maxNameLabelSize | |
options:NSStringDrawingUsesLineFragmentOrigin | |
attributes:@{NSFontAttributeName: self.nameLabel.font} | |
context:nil].size; |
- https://temp-mail.org - Clean, straight forward UI
- http://getairmail.com
- https://www.guerrillamail.com - provides send and receive
- https://getnada.com/ - allows custom email address
- https://inboxbear.com/ - basically the same as
getnada
, except you can initially choose your email