Bellevue, WA | (360) 561 - 0415 | mguest55@yahoo.com | GitHub.com/Guestman360
2016-2017: BA, Economics - University of Washington Tacoma, Tacoma, Wa
| import fs from 'fs'; | |
| import * as path from 'path'; | |
| import shell from 'shelljs'; | |
| export const createZipWithBase64 = (user_id: string, code: string): string => { | |
| fs.writeFileSync(`${path.join(__dirname, '/cpp/additional_files/main.cpp')}`, code); | |
| // packaging in a zip archive and encoding in base64 | |
| shell.exec('base64 -v'); | |
| shell.exec('base64 --help'); |
| def maxPoints(self, points): | |
| N = len(points) | |
| result = 0 | |
| for i in range(N): | |
| lines = collections.defaultdict(int) | |
| duplicates = 1 | |
| for j in range(i + 1, N): | |
| # Handle Duplicates | |
| if points[i][0] == points[j][0] and points[i][1] == points[j][1]: | |
| duplicates += 1 |
| Matt Guest | |
| ============ | |
| Profile | |
| ---------- | |
| I strive to be an asset on any team. I'm a supportive and enthusiastic team-player who prioritizes clear communication, as well as streamlining processes to effectively tackle and conquer project issues. I always take ownership of critical project features. | |
| Education | |
| --------- |
Bellevue, WA | (360) 561 - 0415 | mguest55@yahoo.com | GitHub.com/Guestman360
2016-2017: BA, Economics - University of Washington Tacoma, Tacoma, Wa