Skip to content

Instantly share code, notes, and snippets.

View cpjolicoeur's full-sized avatar

Craig P Jolicoeur cpjolicoeur

View GitHub Profile
.testimonials
.container
.row
%h2
Say goodbye to spreadsheets and bloated scheduling software.
%span.enjoy-easy
Enjoy easy - like
%span.these-guys these guys.
%span.like-nick Nick.
.row
'use strict';
import LocalizedStrings from 'react-native-localization';
export const AppStrings = new LocalizedStrings({
en: {
appName: 'MediBajo English'
},
es: {
appName: 'MediBajo'
2 files changed, 15 insertions(+), 7 deletions(-)
Components/.#SplashScreen.js | 1 -
components/price_list.js | 21 +++++++++++++++------
deleted Components/.#SplashScreen.js
@@ -1 +0,0 @@
-cpjolicoeur@Mandalore.70799
\ No newline at end of file
modified components/price_list.js
@@ -1,6 +1,7 @@
@cpjolicoeur
cpjolicoeur / GoInstant default ACL
Created January 16, 2014 00:28
default ACL for GoInstant
{
"$room": {
"#join": {
"users": [
"*"
]
},
"#visible": {
"users": [
"*"
Undefined symbols for architecture i386:
"std::string::find(char, unsigned long) const", referenced from:
zxing::oned::Code39Reader::decodeRow(int, zxing::Ref<zxing::BitArray>) in libScannerKit.a(Code39Reader.o)
"std::string::substr(unsigned long, unsigned long) const", referenced from:
zxing::oned::ConfigurableMultiFormatUPCEANReader::decodeRow(int, zxing::Ref<zxing::BitArray>) in libScannerKit.a(ConfigurableMultiFormatUPCEANReader.o)
zxing::oned::MultiFormatUPCEANReader::decodeRow(int, zxing::Ref<zxing::BitArray>) in libScannerKit.a(MultiFormatUPCEANReader.o)
zxing::oned::UPCAReader::maybeReturnResult(zxing::Ref<zxing::Result>) in libScannerKit.a(UPCAReader.o)
zxing::oned::UPCEReader::convertUPCEtoUPCA(std::string) in libScannerKit.a(UPCEReader.o)
"std::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const", referenced from:
zxing::BitMatrix::description() in libScannerKit.a(BitMatrix.o)
Updating git://github.com/mojotech/dill.git
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Outdated gems included in the bundle:
* actionmailer (4.0.0 > 3.2.14)
* actionpack (4.0.0 > 3.2.14)
* activeadmin (0.6.1 > 0.6.0)
* activemodel (4.0.0 > 3.2.14)
.sass-cache
.bundle
.rvmrc
.rbenv-version
# vim ctags files
TAGS
# xcode noise
build/*
this is a test
this is a test this is a test
this is a test
14,17c14,15
< set $mimedia_api_key __MIMEDIA_API_KEY__;
< set $server_debug __MIMEDIA_API_DEBUG__;
<
<
---
> set $mimedia_api_key "Anybody seen Godot?";
> set $server_debug true;
22,27c20,22
< server_name __SERVER_NAME__;