| name | green-software-assessment | ||||
|---|---|---|---|---|---|
| description | Analyze a codebase for resource efficiency and suggest improvements to reduce energy consumption, carbon emissions, and resource waste based on Green Software Foundation patterns | ||||
| license | MIT | ||||
| compatibility | opencode | ||||
| metadata |
|
This will become a short tutorial on how to achieve higher bandwidth on a residential (german) Vodafone DOCSIS internet connection.
A flaw in Vodafone's modem activation process allows for simultanous operation of two modems on one contract:
- Vodafone-owned CPE (e.g. "Vodafone Station")
- Customer CPE (TC4400, Fritz?!Box 6660, etc.)
On a low-loaded DOCSIS 3.1 segment, I am able to achieve 1900 MBit/s download and 95 MBits/ upload bitrate by bundling both modems using MPTCP
This file is a log of everything I've encountered when trying to migrate a Node.js, Elastic Beanstalk application from the Amazon Linux platform to the Amazon Liunx 2 platform. Here's why you should migrate:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Build", | |
| "foreground": "#f1f1f1", | |
| "background": "#492D7C", | |
| "cursorColor": "#FFFFFF", | |
| "black": "#0C0C0C", | |
| "red": "#C50F1F", | |
| "green": "#13A10E", | |
| "yellow": "#C19C00", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def splitoutputofgitstatusz(self, line): | |
| """ | |
| :param line: the output line from the command 'git status -z' | |
| :return: a list of all repository files with status changes | |
| """ | |
| repositoryfiles = [] | |
| entries = line.split(sep='\x00') # ascii 0 is the delimiter | |
| for entry in entries: | |
| entry = entry.strip() | |
| if len(entry) > 0: |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |