Skip to content

Instantly share code, notes, and snippets.

View memeticlabs's full-sized avatar

Memetic Labs memeticlabs

View GitHub Profile
@memeticlabs
memeticlabs / [Airwoot Opening] DevOps Engineer.md
Last active December 14, 2015 10:18
[Airwoot Opening] DevOps Engineer
     _    _                          _   
    / \  (_)_ ____      _____   ___ | |_ 
   / _ \ | | '__\ \ /\ / / _ \ / _ \| __|
  / ___ \| | |   \ V  V / (_) | (_) | |_ 
 /_/   \_\_|_|    \_/\_/ \___/ \___/ \__|

Airwoot is a New Delhi based social media listening and analytics startup that helps businesses to engage with their customers on social media and provide real-time customer support. Airwoot's mission is to enable the next-generation of real-time customer support using the sophisticated filtering and priority engine which filters the social chatter from relevant support queries. Read more about Airwoot's philosophy, vision and team.

We are looking for a performance-driven full-stack Operations engineer. You are one of the most important member of our team ([like a bassist in the rock band](http://blog.airwoot.com/post/42786395129

@memeticlabs
memeticlabs / [Airwoot Opening] Frontend developer.md
Last active December 14, 2015 10:18
[Airwoot Opening] Frontend developer
     _    _                          _   
    / \  (_)_ ____      _____   ___ | |_ 
   / _ \ | | '__\ \ /\ / / _ \ / _ \| __|
  / ___ \| | |   \ V  V / (_) | (_) | |_ 
 /_/   \_\_|_|    \_/\_/ \___/ \___/ \__|

Airwoot is a New Delhi based social media listening and analytics startup that helps businesses to engage with their customers on social media and provide real-time customer support. Airwoot's mission is to enable the next-generation of real-time customer support using the sophisticated filtering and priority engine which filters the social chatter from relevant support queries. Read more about Airwoot's philosophy, vision and team.

We are looking for a design-driven frontend developer with deep expertise in HTML5 and CSS3. The ideal candidate is someone who have/is:

@memeticlabs
memeticlabs / [Airwoot Opening] javascript developer.md
Last active December 14, 2015 10:10
Airwoot Opening: Javascript developer
     _    _                          _   
    / \  (_)_ ____      _____   ___ | |_ 
   / _ \ | | '__\ \ /\ / / _ \ / _ \| __|
  / ___ \| | |   \ V  V / (_) | (_) | |_ 
 /_/   \_\_|_|    \_/\_/ \___/ \___/ \__|

Airwoot is a New Delhi based social media listening and analytics startup that helps businesses to engage with their customers on social media and provide real-time customer support. Airwoot's mission is to enable the next-generation of real-time customer support using the sophisticated filtering and priority engine which filters the social chatter from relevant support queries. Read more about Airwoot's philosophy, vision and team.

We are looking for a design-driven full-stack developer with deep expertise in javascript. Our interface bleeds for performance and is extremely complicated to build. In fact, lot of the magic in our

@memeticlabs
memeticlabs / app.rb
Created November 17, 2012 16:45 — forked from cpatni/app.rb
unique calculation using redis
require 'sinatra'
require 'redis'
require 'json'
require 'date'
class String
def &(str)
result = ''
result.force_encoding("BINARY")