http://alarmingdevelopment.org/?p=893
By JONATHAN EDWARDS | Published: AUGUST 27, 2014
It’s time to reformulate the principles guiding my work.
| #!/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 |
http://alarmingdevelopment.org/?p=893
By JONATHAN EDWARDS | Published: AUGUST 27, 2014
It’s time to reformulate the principles guiding my work.
| // 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: {}, |
| 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 ) |
| 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. |
| 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. |
| #!/usr/bin/env python | |
| import timeit | |
| REPEATS= 10 | |
| using_forloop_total = timeit.timeit( | |
| """ | |
| d={} | |
| for n in range(1000000): | |
| d["%10d" % n] = "%10d" % n | |
| """, number=REPEATS) |
#Mobile Development Web Resources