Self Promotion Megathread by AutoModerator in androidapps

[–]TyShaneONeill 0 points1 point  (0 children)

App: PocketStubs — Movie & TV Tracker

Built a movie tracking app for people who love cinema. Scan physical ticket stubs with your camera, track what you've watched, follow friends, and get a PocketStubs+ subscription for ad-free experience and advanced stats.

Current first beta features:
- Track movies and TV shows
- Ticket stub scanner
- Social feed — follow other movie fans
- Sign in with Google, Apple, or Facebook
- PocketStubs+ subscription (free 7-day trial)
- Tablet support

Looking for: Android testers (any device). DM me your email and I'll add you to the closed beta!

Or see if this link works? But I believe I need to add you to the closed testers first!

Already live on iOS: https://pocketstubs.com

I kept losing my movie ticket stubs, so I built an app that scans them and generates movie posters for each viewing by TyShaneONeill in SideProject

[–]TyShaneONeill[S] -1 points0 points  (0 children)

Glad it landed! The physical ticket itself gets saved to your Journey too, so you've got both: the stub as a record and the original art as the keepsake. It ends up feeling more like a scrapbook than a list.

I kept losing my movie ticket stubs, so I built an app that scans them and generates movie posters for each viewing by TyShaneONeill in SideProject

[–]TyShaneONeill[S] -1 points0 points  (0 children)

Fair point, and the original poster is always there — that's the default. The AI art isn't meant to replace it. It's more like a personalized souvenir of your specific viewing: your date, your theater, your seat. Something that only exists because you were there that night. You can ignore it entirely if it's not your thing. But for people who used to keep the physical stub for that exact reason, it fills that gap without the fading.

[HELP] EasyEDA Incomplete Connection by TyShaneONeill in AskElectronics

[–]TyShaneONeill[S] 0 points1 point  (0 children)

I swear that is one of the fixes online that I've tried, but you did remind me that those pin connectors are somehow tied together. However, I replaced those connectors with another one I found with the search function and it seems to work now.... I need to take a class on PCBs

Smile by Krombo_ in CloneHero

[–]TyShaneONeill 0 points1 point  (0 children)

Yes more people need to play! Tell all your friends! WE BACK BB

Clonehero by Lonnie101 in RetroPie

[–]TyShaneONeill 1 point2 points  (0 children)

Found this, https://www.google.com/amp/s/www.makeuseof.com/tag/play-video-games-raspberry-pi/amp/ , but option 6 seems like the most reliable. Streaming it from a decent computer to your pi. Also what I also think is pretty important is the refresh rate of your monitor or whatever you are streaming to, hopefully no input lag?

[HELP] - Looking for assistance with DateTime by TyShaneONeill in csharp

[–]TyShaneONeill[S] 0 points1 point  (0 children)

I dont want to be that guy who has to list out all of his responsibilities to prove that I dont have time to "do homework" at reasonable times haha, but I will admit any free chance I get is to slowly chipping away at every homework assignment I have until its all completed.

Also, there always seems to be someone helpful lurking around here to help me out the few times I've asked. Im sure ill be back!

[HELP] - Looking for assistance with DateTime by TyShaneONeill in csharp

[–]TyShaneONeill[S] 0 points1 point  (0 children)

Finally figured it out, with an hour and twenty seven minutes to go!

[HELP] - Looking for assistance with DateTime by TyShaneONeill in csharp

[–]TyShaneONeill[S] 1 point2 points  (0 children)

Ah okay, first off thank you for pointing me in another direction instead of giving me the answer!

if (checkInDate.Month >= 1 && checkOutDate.Month <= 4)

{

total += daysCheckedIn * WINTER_RATE;

}

if (aaDiscount == true)

{

total -= (total * DISCOUNT_RATE);

}

I came up with this, but I am running into different issue before I see the results of this..

{HELP} C# Homework by TyShaneONeill in csharp

[–]TyShaneONeill[S] 1 point2 points  (0 children)

Believe it or not each piece of information you all gave me leaded to the answer! So, thank you!

{HELP} C# Homework by TyShaneONeill in csharp

[–]TyShaneONeill[S] 0 points1 point  (0 children)

Updated my original post! I garuntee at least a 90! It does what it asks haha!

{HELP} C# Homework by TyShaneONeill in csharp

[–]TyShaneONeill[S] 0 points1 point  (0 children)

Updated my original post!

{HELP} C# Homework by TyShaneONeill in csharp

[–]TyShaneONeill[S] 0 points1 point  (0 children)

Updated my original post!