http://www.google.com/patents/about?id=VFzXAAAAEBAJ&dq=7810729
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
We are an early-stage startup focused in making a difference in the mobile commerce space. | |
We have an open opportunity for professional and experienced front-end/mobile developers to | |
help us build our MVP and our next beta product. | |
Requirements: | |
- You have relevant commercial experience in modern Front-end Web Development. | |
- You have practical experience and continuously self-improve skills in Mobile Application Development. | |
- You are disciplined, you get things done and you take personal responsibility to committed deliverables. | |
- You are be able to work under limited supervision and you work well with a team. |
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
Job Title: | |
Developer (Full-Stack) | |
Overall Description: | |
Develop, maintain, extend, and operate Platform and Services around Mobile, Voice and Web technologies. | |
Background: | |
We are IG Group of Companies, a specialist technology group focused in helping our clients make a difference | |
in the Mobile / Enterprise / Telco solutions space. We have always been pioneering innovators and have | |
consistently maintained leadership in the industry; seen as top-of-mind, go-to partners by our clients. |
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
def git_push(repo=None, branch='master', dest_name=None, dest_base_path='opt', host_string=None): | |
# create local clone | |
user, host, port = normalize(host_string) | |
tmpprojdir = os.path.join(tempfile.gettempdir(), 'deploy', host, 'port-'+port, user ) | |
if not local('ls %s/%s/.git && echo OK; true' % (tmpprojdir, dest_name), capture=True).endswith('OK'): | |
local('mkdir -p %s' % tmpprojdir) | |
local('(cd %s && git clone -q %s %s && cd %s && git checkout branch)' % (tmpprojdir, repo, dest_name, dest_name, branch)) | |
with lcd('%s/%s' % (tmpprojdir, dest_name)): | |
local('git fetch -q origin') | |
local('git reset -q --hard origin/%s' % branch ) |
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
// http://blog.nebithi.com/angularjs-dos-and-donts/ | |
(function () { | |
var person = angular.module("person"); | |
person.factory("PersonService", [ | |
'$http', | |
'httpRestValue', | |
function ($http, httpRestValue) { | |
var PersonService = { | |
data: { | |
currentPerson: {}, |
http://alarmingdevelopment.org/?p=893
By JONATHAN EDWARDS | Published: AUGUST 27, 2014
It’s time to reformulate the principles guiding my work.
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 | |
# start-up-names.sh | |
# http://blog.domenech.org | |
logger start-up-name.sh Started | |
#More environment variables than we need but... we always do that | |
export AWS_CREDENTIAL_FILE=/opt/aws/apitools/mon/credential-file-path.template | |
export AWS_CLOUDWATCH_HOME=/opt/aws/apitools/mon | |
export AWS_IAM_HOME=/opt/aws/apitools/iam |
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
.classpath | |
.project | |
.settings/ | |
target/ | |
pom.xml.tag | |
pom.xml.releaseBackup | |
pom.xml.versionsBackup | |
pom.xml.next | |
release.properties | |
dependency-reduced-pom.xml |
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
Job Title: | |
Developer | |
Overall Description: | |
Develop, maintain, extend, and operate Platform and Services for Mobile, Voice and Web. | |
Background: | |
We are IG Group of Companies, a specialist technology group focused in helping our clients make | |
a difference in the Mobile / Telco / Internet space. We have always been pioneering innovators | |
and have consistently maintained leadership in the industry; seen as top-of-mind, go-to partners |