I hereby claim:
- I am puffin on github.
- I am davidmichon (https://keybase.io/davidmichon) on keybase.
- I have a public key whose fingerprint is 6893 25C8 126B B78D B95A 9A93 3ACF 64D4 5641 D24E
To claim this, I am signing this object:
class MockResponse(object): | |
def __init__(self, resp_data, code=200, msg='OK'): | |
self.resp_data = resp_data | |
self.code = code | |
self.msg = msg | |
self.headers = {'content-type': 'text/plain; charset=utf-8'} | |
def read(self): | |
return self.resp_data |
I hereby claim:
To claim this, I am signing this object:
CHALLENGE DESCRIPTION:
In this challenge you're presented with a situation in which you need to output big symbols on devices which only support ASCII characters and single, fixed-width fonts. To do this you're going to use pseudo-graphics to ‘draw’ these big symbols.
Here is an example of the font with digits from 0 to 9:
-**----*--***--***---*---****--**--****--**---**--
CHALLENGE DESCRIPTION:
Your good friend Tom is admirer of tasting different types of fine wines. What he loves even more is to guess their names. One day, he was sipping very extraordinary wine. Tom was sure he had tasted it before, but what was its name? The taste of this wine was so familiar, so delicious, so pleasant… but what is it exactly? To find the answer, Tom decided to taste the wines we had. He opened wine bottles one by one, tasted different varieties of wines, but still could not find the right one. He was getting crazy, “No, it’s not that!” desperately breaking a bottle of wine and opening another one. Tom went off the deep end not knowing what this wine was. Everything he could say is just several letters of its name. You can no longer look at it and decided to help him.
CHALLENGE DESCRIPTION:
Write a program that reformats the text into lines of 80 symbols by stretching the text to full line width by adding extra spaces.
Longer series of spaces should go first. For example:
INPUT SAMPLE:
CHALLENGE DESCRIPTION:
The sequence "011212201220200112 ..." is constructed as follows:
first goes 0, and then the following action is repeated: existing part is added to the right, but 0 is replaced with 1, 1 with 2, and 2 with 0.
0 -> 01 -> 0112 -> 01121220 -> ...
CHALLENGE DESCRIPTION:
You are given two sequences. Write a program to determine the longest common subsequence between the two strings (each string can have a maximum length of 50 characters). NOTE: This subsequence need not be contiguous. The input file may contain empty lines, these need to be ignored.
INPUT SAMPLE:
The first argument will be a path to a filename that contains two strings per line, semicolon delimited. You can assume that there is only one unique subsequence per test case. E.g.
The Challenge
Your challenge is to develop an AWS S3 storage analysis tool. To test your tool, you will have to create a free Amazon account (if you don't already have one).
Specifications
The tool is a shell command line utility (could be either Mac or Linux) that returns informations over all S3 buckets in an Amazon account.
The tool must returns the following informations:
Challenge Description
We would like to improve the LinkedIn skills features. Today LinkedIn skills are isolated tags you can assign to profiles. We want to bind these skills together on a flat relationship so we can propose new connections to users based on skills similarities.
Note: every LinkedIn users can bind skills together. Skills have a "binding score" based on the number of time 2 skills are binded together and the number of link a specific skill has.
Your challenge is to imagine a database model to support this feature.
The Challenge
Your challenge is to develop an AWS S3 storage analysis tool. To test your tool, you will have to create a free Amazon account (if you don't already have one).
Specifications
The tool is a mobile app that returns informations over all S3 buckets in an Amazon account.
The app should provide a clean interface and navigation system to display informations. The final app should offer an authentication system for user's to login with their AWS credentials.