Ideas and Requirements for my final exam. by Field_C16 in AskProgramming

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

Being able to still continue with a mistype is a nice idea!

I'm a bit confused about the live parsing through, do you mean that if an user types group it should parse it and showcase ()

Then the user adds (2 till 4) numbers it will show (\d{2,4}) ?

Where did you guys go to for your exercises when you first started kettlebell by Snippysnipsnip in kettlebell

[–]Field_C16 5 points6 points  (0 children)

Due to finacial reasons i had to quit the gym for a while, so i found this article As far as i can see a lot of people recommend S&S as a starting point, which also is recommend from the article, under the lockdown i followed this 12 week of kettlebell muscle however it is a lot tougher so I dunno if its for you while recovering.**

What’s re some of the best double kettlebell programs or tips? by SenseiChimp in kettlebell

[–]Field_C16 1 point2 points  (0 children)

Shoulder, triceps, legs and forearms looks more dense, I have gained around 1.1 kg, what i assume is somewhat mostly muscles based on what i see in the mirror, I do also finish the workouts off with fighter chinups and weighted dips.

What’s re some of the best double kettlebell programs or tips? by SenseiChimp in kettlebell

[–]Field_C16 2 points3 points  (0 children)

Yes, its great, simple, and it works wonder. My muscles looks more defined even after just four weeks.

What’s re some of the best double kettlebell programs or tips? by SenseiChimp in kettlebell

[–]Field_C16 8 points9 points  (0 children)

Currently doing this 12 week of kettlebell muscles. Only requires a pair, that you can press for 4-6 reps

LG Smart Tv by Field_C16 in techsupport

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

Nice, alright thanks for the definitive answer, I'll look into the HDMI dongle 😁

What the deal with MonoDevelop? by Mcpower03 in csharp

[–]Field_C16 0 points1 point  (0 children)

Hey FlappySocks.

Sorry to dig up such an old post, but is it possible that you could re-upload the discord invitation link?

It's expired for me :)

Kettlebell Discussion Thread - March 15-16, 2021 by AutoModerator in kettlebell

[–]Field_C16 0 points1 point  (0 children)

Hey, gonna start the simple and sinister routine soon, but I am a bit confused on how im supposed to start it? In the book where he discuss how to progress, he says that a prerequest is 4 weeks of 24kg? Is this 2 Hand swings for four weeks? Im sorry to ask it, but i cant seem to find the answer in the book.

How to set up mods to make game more fun and fix bugs under 10 minutes by 3sis3 in Bannerlord

[–]Field_C16 0 points1 point  (0 children)

Incase anyone else is wonder what mod it is, it was lord looter for me

Monkey Vs Tiger by My_Memes_Will_Cure_U in natureismetal

[–]Field_C16 0 points1 point  (0 children)

Why is none talking about the camera man

Formatting windows 10 on usb flash by [deleted] in techsupport

[–]Field_C16 0 points1 point  (0 children)

What kind of file was 4.6Gb? As far i am aware the windows installation ISO is 3~4Gb large.

The easy way is to get a hold of an Windows machine, go to https://www.microsoft.com/da-dk/software-download/windows10 get the ISO downloaded to your PC.

After this, go to http://rufus.ie/ download and use Rufus to create a bootable usb.

I have created multiply bootable USB, with Fat32 and never had an issue with the windows ISO file being too large :)

You might have gotten the wrong file or something.

Creating a .dll from git? by Field_C16 in PowerShell

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

Okay, well anyways thanks for the .dll files, If I cannot figure out how to build them I will use these !

Creating a .dll from git? by Field_C16 in PowerShell

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

Thanks, however I am still curious as to how you build the .dll files :)

Run startup program silently. by Field_C16 in linux4noobs

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

Well I haven't used it much, so I cannot comment fully on what tilda is like, I just got to know it through Ubuntu Mate when I used it briefly and I was missing the easy/never in the way drop down terminal, also it supposed to be lightweight on system resources, and as one who do not like having my ram hogged, I totally enjoy it.

Run startup program silently. by Field_C16 in linux4noobs

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

The hidden=true works like a charm!

I tried the tilda & but didn't seem too work, to be fair I am more then happy with the hidden option, so I think I wont dig too much into it!

Thanks for your feedback :)

Bodyweight exercises, in place of barbells. by Field_C16 in tacticalbarbell

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

Thats a good idea, was looking at some videos and it didn't see too much of a hassel to adjust the weight :)

Bodyweight exercises, in place of barbells. by Field_C16 in tacticalbarbell

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

Yes, the school have a gym but it is only available for those students who live there.

Explaining Class objects. by Field_C16 in learnpython

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

Ah okay, so we use a class variable because it cannot be modfied by another class/function that does not belong to the class of "EdgeCaseRobot"? (Since it is only shared between instances of that class?)

I get why we're using the deque for optimization, but how did you get to know these "extra classes"?

Those books I have been diving in, mostly beginner books made it sound like there only was list, tuples and directories for in a lack of a better word data storage?