I hereby claim:
- I am yawboakye on github.
- I am yawboakye (https://keybase.io/yawboakye) on keybase.
- I have a public key whose fingerprint is 5E8B 3126 BF14 69DB 98C1 82DA 56B6 734D 0130 927B
To claim this, I am signing this object:
| const assert = require("node:assert") | |
| const http = require("node:http"); | |
| const fs = require("node:fs"); | |
| const imagePath = "./gh-woman_200x250.jpeg"; | |
| function bytesPayload() { | |
| const image = fs.readFileSync(imagePath); | |
| const options = { | |
| host: "localhost", |
| const assert = require("node:assert"); | |
| const http = require("node:http"); | |
| const path = require("node:path"); | |
| const fs = require("node:fs"); | |
| const os = require("node:os"); | |
| const host = "localhost"; | |
| const port = 5566; | |
| function assembleFileContents(chunks, type) { |
| const http = require("http"); | |
| const fs = require("fs"); | |
| const imagePath = "./gh-woman_200x250.jpeg"; | |
| function bytesPayload() { | |
| const image = fs.readFileSync(imagePath); | |
| const options = { | |
| host: "localhost", | |
| port: "5566", |
| import Ember from 'ember'; | |
| export default Ember.Controller.extend({ | |
| appName: 'Ember Filter', | |
| query: null, | |
| techs: [ | |
| "angular", | |
| "backbone", | |
| "bootstrap", | |
| "ember", |
| { | |
| "Abandon": false, | |
| "CoursesIDs": "19896,22496", | |
| "MinPrice": "0", | |
| "MaxPrice": "999", | |
| "RedirectTo": null, | |
| "Packageses": null, | |
| "Reservations": [ | |
| { | |
| "RecNo": 1, |
| #!/usr/bin/env python3 | |
| e_o_d = 23 | |
| def find_pockets_of_free_time(meeting_times): | |
| day = [False] * 24 | |
| available_times = [] | |
| for start, finish in meeting_times: | |
| if start > finish: finish = e_o_d |
| Eric Odenyi: https://github.com/ondenyi254/intro_to_programming | |
| Ugo: https://github.com/ugofred/intro_to_programming.git | |
| Charles: https://github.com/BraFinney/intro_to_programming/blob/master/092716/fiw.rb | |
| Joy: https://github.com/compuk1d/intro_to_programming | |
| Tony Marfo: https://github.com/marfotony/intro_to_programming | |
| Zolile: https://github.com/ZolileN/intro_to_programming/blob/master/092716/fiw.rb | |
| Kofi: https://github.com/iamkofi/intro_to_programming/blob/master/092716/fiw.rb | |
| Mercy: https://github.com/mercykinoti/intro_to_programming/tree/master/092716 | |
| Joshua: https://github.com/oguntadej/intro_to_programming | |
| Alfred: https://github.com/Alfred-XIII/intro_to_programming |
| # fixture | |
| one: | |
| type: TextTimelineItem | |
| item_text: Hello, hello, happiness | |
| # controller test | |
| test "should create comment for a commentable" do | |
| t = text_timeline_items(:one) | |
| # t.id changes for every test :( |
I hereby claim:
To claim this, I am signing this object:
| 2015-08-23T06:46:40.052291+00:00 heroku[router]: at=info method=GET path="/v1/aisles" host=grocers-staging.herokuapp.com request_id=02aedf06-da3b-43f4-9c9b-361dd064a011 fwd="41.189.161.60" dyno=web.1 connect=0ms service=1376ms status=403 bytes=670 |