Change from camelCase, pascalCase, snake_case
Raw Source Codeβ
https://github.com/mel3kings/startup-snippets/tree/main/blog/Case-Converter
Prequisiteβ
- install requirements.txt first
Change from camelCase, pascalCase, snake_case
https://github.com/mel3kings/startup-snippets/tree/main/blog/Case-Converter
Organize your Desktop with one command
https://github.com/mel3kings/startup-snippets/tree/main/blog/Desktop-Organizer
Find common meeting-friendly timeslots across different timezones
https://github.com/mel3kings/startup-snippets/tree/main/blog/scheduler
Looking for a way to download youtube vidoes?
https://github.com/mel3kings/startup-snippets/tree/main/blog/youtube-dl
Tired of reading powerpoint manually? Let AI synthesize it for you!
https://github.com/mel3kings/startup-snippets/tree/main/blog/powerpoint-reader
python -m spacy download en_core_web_sm
Tired of manually deleting emails? run this and it will automatically delete emails from people you specify from.
https://github.com/mel3kings/startup-snippets/tree/main/blog/googlemailmanager
npm run install
credentials.json
credentials.json
generated from GCP. (download from GCP API & Services Credentials)deleteEmails.js
to add the emails you want to delete from.npm run start
Curious what it takes to build a serverless API?
https://github.com/mel3kings/startup-snippets/tree/main/blog/lambda
{
'statusCode': 200,
'headers': {
},
'body': json.dumps(response_list),
'isBase64Encoded': 'false'
}
stages - relative path, needs to deploy first before it goes live