davidbmar
None of these projects are affiliated with AWS S3 or Amazon. These are just hobby projects, use at your own risk.
Rewardie, Salmon Mar Properties LLCSeattle, WA
Pinned Repositories
4kUpScalerWorker
Audio2ScriptViewer
This service takes takes the output from the transcriber and provides the view of the sound files to txt which they contain.
audio_client_server
Using a web browser send a sound recording to a server.
Auth0toS3Backend
aws-tools
AWS_tools_for_pricing
Tools for AWS in python
classVsInstance
Python Examples on Class vs Instance
exampleLoops
Loops example in python and java
gpt4-pdf-chatbot-langchain
GPT4 & LangChain Chatbot for large PDF docs
Palindrome-Index
Given a string, , of lowercase letters, determine the index of the character whose removal will make a palindrome. If is already a palindrome or no such character exists, then print . There will always be a valid solution, and any correct answer is acceptable. For example, if "bcbc", we can either remove 'b' at index or 'c' at index . Input Format The first line contains an integer, , denoting the number of test cases. Each line of the subsequent lines (where ) describes a test case in the form of a single string, . Constraints All characters are lowercase English letters. Output Format Print an integer denoting the zero-indexed position of the character that makes not a palindrome; if is already a palindrome or no such character exists, print . Sample Input 3 aaab baa aaa Sample Output 3 0 -1 Explanation Test Case 1: "aaab" Removing 'b' at index results in a palindrome, so we print on a new line. Test Case 2: "baa" Removing 'b' at index results in a palindrome, so we print on a new line. Test Case 3: "aaa" This string is already a palindrome, so we print ; however, , , and are also all acceptable answers, as the string will still be a palindrome if any one of the characters at those indices are removed.
davidbmar's Repositories
davidbmar/4kUpScalerWorker
davidbmar/audio_client_server
Using a web browser send a sound recording to a server.
davidbmar/Palindrome-Index
Given a string, , of lowercase letters, determine the index of the character whose removal will make a palindrome. If is already a palindrome or no such character exists, then print . There will always be a valid solution, and any correct answer is acceptable. For example, if "bcbc", we can either remove 'b' at index or 'c' at index . Input Format The first line contains an integer, , denoting the number of test cases. Each line of the subsequent lines (where ) describes a test case in the form of a single string, . Constraints All characters are lowercase English letters. Output Format Print an integer denoting the zero-indexed position of the character that makes not a palindrome; if is already a palindrome or no such character exists, print . Sample Input 3 aaab baa aaa Sample Output 3 0 -1 Explanation Test Case 1: "aaab" Removing 'b' at index results in a palindrome, so we print on a new line. Test Case 2: "baa" Removing 'b' at index results in a palindrome, so we print on a new line. Test Case 3: "aaa" This string is already a palindrome, so we print ; however, , , and are also all acceptable answers, as the string will still be a palindrome if any one of the characters at those indices are removed.
davidbmar/Audio2ScriptViewer
This service takes takes the output from the transcriber and provides the view of the sound files to txt which they contain.
davidbmar/Auth0toS3Backend
davidbmar/aws-tools
davidbmar/AWS_tools_for_pricing
Tools for AWS in python
davidbmar/classVsInstance
Python Examples on Class vs Instance
davidbmar/exampleLoops
Loops example in python and java
davidbmar/gpt4-pdf-chatbot-langchain
GPT4 & LangChain Chatbot for large PDF docs
davidbmar/hello-world
tutorial for hello world
davidbmar/hello-world-test
davidbmar/hello-world2
davidbmar/interviewnotes
davidbmar/knightsMovesRecursive
RecursiveMovementAroundAChessboard
davidbmar/my-blog
Writing of my blog
davidbmar/pythonArrays
davidbmar/Huberman-Lab-Podcast-Transcripts
davidbmar/llm_gpt3.5-vs-gpt4-comparison
This is a way to be 22.5 times cheaper than Gpt4
davidbmar/login-system
Template Login System
davidbmar/pythonArrays2
davidbmar/riot
davidbmar/spa_react_javascript_auth0
This is the auth0 client framework
davidbmar/stringsAndLoops
davidbmar/stripe-single-subscription-ec2
davidbmar/supertokens-s3-example