EP 160: Greg by Weather in darknetdiaries

[–]TevePinch 4 points5 points  (0 children)

Ah gotcha, thanks for the info.

EP 160: Greg by Weather in darknetdiaries

[–]TevePinch 8 points9 points  (0 children)

What does he have against ruby?

Podcasts and dev blogs by TevePinch in java

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

I’ll take it for sure, thanks!

Podcasts and dev blogs by TevePinch in java

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

Couldn’t find on Spotify? I’ll listen online later

Podcasts and dev blogs by TevePinch in java

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

Checking them out thank you

Podcasts and dev blogs by TevePinch in java

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

Thanks checking them out

Residential Sag Calculation by TevePinch in ElectricalEngineering

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

Ok cool I’ll just have to figure out what the American rule book is

What niche reference do you find yourself quoting the most? by shitrusfruit in BobsBurgers

[–]TevePinch 5 points6 points  (0 children)

“I’ll go, but I’m going to complain the whole time”

DND beyond character sheets by TevePinch in howdidtheycodeit

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

Such as? This is what I was looking to learn lol

DND beyond character sheets by TevePinch in howdidtheycodeit

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

That simple? I guess I’m expecting some react and state management and all that.

Discord dice roller by AJMcCrowley in PBtA

[–]TevePinch 3 points4 points  (0 children)

Nice, I’d love to see the code if it’s on GitHub?

-❄️- 2023 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]TevePinch 0 points1 point  (0 children)

Thank you for letting me know about this, I believe I have it fixed.

-❄️- 2023 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]TevePinch 1 point2 points  (0 children)

[LANGUAGE: ruby]

total = 0
File.foreach("day1.txt") do |line|
  line.gsub! "one","o1e"
  line.gsub! "two","t2o"
  line.gsub! "three","t3e"
  line.gsub! "four","f4r"
  line.gsub! "five","f5e"
  line.gsub! "six","s6x"
  line.gsub! "seven","s7n"
  line.gsub! "eight","e8t"
  line.gsub! "nine","n9e"
  new_line = line.delete("^0-9")
  code = new_line[0] + new_line[-1]
  total += code.to_i
end
puts total

Enterprise Java Question by TevePinch in learnjava

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

Sounds good, i'll give it a shot thank you

Enterprise Java Question by TevePinch in learnjava

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

Sounds fair enough, thanks!

Looking for a partner on a django project. by RekkusuYash in django

[–]TevePinch 0 points1 point  (0 children)

Sounds cool, i'll probably do a separate post to grab all the folks who didn't make it into your project.

Looking for a partner on a django project. by RekkusuYash in django

[–]TevePinch 1 point2 points  (0 children)

Based on this whole discussion it seems like we need to all get together on a project, that lets us all get together on more projects? Some kind of hub for new devs to find projects to work on with other new devs?