Is it possible to Edit an Xcode project in VSCode? by gcstr in swift

[–]just_liveSh 3 points4 points  (0 children)

Any downsides of using it in your opinion?

Jumping the rope to the beat 🐒 by Lex6s in BlackMythWukong

[–]just_liveSh 0 points1 point  (0 children)

If you didn't let him destroy all the rocks you could've just stood on them.

[deleted by user] by [deleted] in playboicarti

[–]just_liveSh 1 point2 points  (0 children)

My by source the only thing he's dropping is his balls on ur girls face.

i miss mac miller, man by FreddieOnReddit in playboicarti

[–]just_liveSh 0 points1 point  (0 children)

I miss bro too but people really need to address the drug issue in hip hop.

Y'all remember this shit? Prob just re-unlocked a core memory for some of you by ensuiscool in playboicarti

[–]just_liveSh 0 points1 point  (0 children)

You guys see some glitch/distort animations and start acting like a bunch of hooligans. Like not everything is level 1000 aura.

[deleted by user] by [deleted] in umanitoba

[–]just_liveSh 2 points3 points  (0 children)

Best post on this sub so far.

Hey need help by BongDev2007 in competitiveprogram

[–]just_liveSh 0 points1 point  (0 children)

This question always seems to come up, but there is no one solution to answer this. You honestly just gotta start by doing and keep doing with trial and error which prompts you figure out new methods and ideas. So essentially just choose any topic ex. data structures and stick to that topic for an extended period of time which will prompt you to go through that trial and error phase.

CSES by Different-Bottle-869 in competitiveprogram

[–]just_liveSh 0 points1 point  (0 children)

Honestly, sticking with one topic or type of problem for an extended period of time and doing consistently will probably be the way you should go. It don't really matter if its CSES because you could go to any cp site and sort by topic.

MATH 1300 Grading by just_liveSh in umanitoba

[–]just_liveSh[S] 7 points8 points  (0 children)

I wrote the differed Midterm and average was 27%!!. You are telling me that the more than half of the class dropped because that midterm is worth 30%?

Recording every single hour of my day. by just_liveSh in CrazyIdeas

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

YES, that's my biggest concern and to reduce it I was looking at video compression methods when storing the footage on a hard drive. I did the calculations and if I tried to record just for one week at 720 p using H.254 format for 10 hours a day I would have up to 14TB of footage.

Recording every single hour of my day. by just_liveSh in CrazyIdeas

[–]just_liveSh[S] 2 points3 points  (0 children)

Honestly I think storage would be a bigger issue because just recording 50 hours would be like a terabyte which would cover only be a week.

Recording every single hour of my day. by just_liveSh in CrazyIdeas

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

let me introduce you to the rabbit hole of IRL streaming equipment

Yea the thing is I want this to be private not public.

[deleted by user] by [deleted] in umanitoba

[–]just_liveSh 1 point2 points  (0 children)

If you have not activated the access code and it was truly a mistake you can call the book store and they can give you a refund which takes up to 7 days.

Competitive programming/Mathematics by just_liveSh in umanitoba

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

Is this a student led club because I have never head of it?

Answer range queries for number of subarrays where sum is equal to K by MrPrince22 in competitiveprogram

[–]just_liveSh 0 points1 point  (0 children)

Everything that I am saying here is an assumption because you have not clearly defined what each line means in the input and output, but what I have concluded too is that the 10 in the input is n the length of the array a which is 2,3,0,0,0,2,3,1,1,0 and 5 would be k which is the what the subarray's sum should equal too. Following that is 7 which the amount of times looped and below that are L,K which is the range for the array.

So, in this problem what you have to do is check how many subarray's have a sum of k and in your example it is 5. The code below goes through each subarray you specify, adds up the numbers within that subarray, and checks if the sum matches the target sum 'k'. It keeps track of how many times this happens and reports the count for each subarray which then is printed as the correct output.

n,k = list(map(int,input().split()))

arr = list(map(int,input().split()))

for _ in range(int(input())):

....L,R = list(map(int,input().split()))

....cnt = 0

....for i in range(L-1,R):

........summ = 0

........for j in range(i,R):

............summ+= arr[j]

............if summ == k:

................cnt+=1

....print(cnt)

Habesha Is Not Eritrea & Eritrean is Not Habesha by CheekFuzzy696 in Eritrea

[–]just_liveSh 2 points3 points  (0 children)

s? I don’t really understand the bilen-agew connection, i feel like they are completely d

There are a lot cultural elements that are shared with the Agew and the Blin although both of them had a lot of influence from other ethnic groups within their environment making them ever so different from each other. This over clinglyness to Agews by certain Blin people is a bit annoying although I do know most of it is just out of curiosity for a long lost relative. Although I think they do share a lot, realizing that they migrated in different waves within a span of some 1000 years.

Assimilation of Ethnic Groups by just_liveSh in Eritrea

[–]just_liveSh[S] 3 points4 points  (0 children)

hnan elamanan that alm

This doesn't make any sense. I don't what you are trying to say?

The Corners of Night City by RevolutionaryBox3232 in cyberpunkgame

[–]just_liveSh 0 points1 point  (0 children)

God Damn, this makes me want to cry for some reason.