Briana Berger's repositories

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

TweetAnalyzer

It is able to search twitter for a list of tweets about any topic we want, then analyze each tweet to see how positive or negative its emotion is. The text input is put into small tokens aka tokenization, then each word is analyzed with its lexicon to see the emotions. The code requires using Twitter’s API and it uses the tweepy library to access the Twitter API and the TextBlob library to perform Sentiment Analysis on each Tweet.

Stargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:JavaLicense:MITStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Flickster

A movie description viewer

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

ToDoListApp

A to do list app

Language:JavaStargazers:0Issues:0Issues:0

FBUAndroidTrack

Public projects that I did while working under FBU in Seattle

Stargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

Leetcode_BMB

Contains all of my leetcode solutions

Language:SwiftStargazers:0Issues:0Issues:0

ShoppingList_ProgrammaticallyWritten

To programmatically write a shopping list that allows you to add items and check them off

Language:SwiftStargazers:0Issues:0Issues:0

ShoppingList

The program creates a shopping list with some items preloaded and allows you to add more items as well as uncheck/check items

Language:SwiftStargazers:0Issues:0Issues:0

HelloWorld_Swift

experimenting with Swift by creating a single view app that prints out Hello with the user's name and welcomes them to Expedia.

Language:SwiftStargazers:0Issues:0Issues:0

ElevensLab

To simulate playing the game Elevens

Language:JavaStargazers:0Issues:0Issues:0

Picture-Lab

To edit and explore a chosen image.

Language:JavaStargazers:0Issues:0Issues:0

Assertions-Exceptions

To write a program of Student and StudentTester that utilized throwing exceptions and printed out student data.

Language:JavaStargazers:0Issues:0Issues:0

BinaryAndSequential-Search

To create several sequential and binary search methods and perform the searches using a contact list.

Language:JavaStargazers:0Issues:0Issues:0

Binary-Search

To create several binary search methods and perform the searches using a collection of music.

Language:JavaStargazers:0Issues:0Issues:0

Sequential-Search

To create several sequential search methods and perform the searches using a collection of music.

Language:JavaStargazers:0Issues:0Issues:0

Insert-Selection-Merge-Sort

Using a list of products of a store, sort them based on name, product number, price, or quantity. Then, using the merge, insertion, or selection sort algorithms to reorder the collection as requested in ascending order or descending.

Language:JavaStargazers:0Issues:0Issues:0

Merge-Sort

Using a list of movies you own or wish to see, sort them based on title, year created, or movie studio. Then, using the merge sort algorithm to reorder the collection as requested in ascending order.

Language:JavaStargazers:0Issues:0Issues:0

Selection-Sort

Using a list of movies you own or wish to see, sort them based on title, year created, or movie studio. Then, using the selection sort algorithm to reorder the collection as requested in ascending or descending order.

Language:JavaStargazers:0Issues:0Issues:0

Insertion-Sort

Using a list of movies you own or wish to see, sort them based on title, year created, or movie studio. Then, using the insertion sort algorithm to reorder the collection as requested in ascending or descending order.

Language:JavaStargazers:0Issues:0Issues:0

Frequency-Analysis

To write a program to perform a frequency analysis of the letters in a message (given by text file in code) and use the results to decipher a secret message.

Language:JavaStargazers:0Issues:0Issues:0

Prime-Numbers-Identifier

To find all the prime numbers between user given lower and upper limits (inclusive)

Language:JavaStargazers:0Issues:0Issues:0

Caesar-Shift-Cipher

To encrypt and decrypt the alphabet as well as user given text.

Language:JavaStargazers:0Issues:0Issues:0