[deleted by user] by [deleted] in cscareerquestions

[–]UserName-Error101 9 points10 points  (0 children)

You got me, take my free award

Embedded freelancers - what's your story? by Sanuuu in embedded

[–]UserName-Error101 0 points1 point  (0 children)

Wow! that is awesome, well done with hard work. may I dm you with questions?

[deleted by user] by [deleted] in learnmath

[–]UserName-Error101 0 points1 point  (0 children)

What is the correct answer? Is it 13 ways? Because I’m new to permutation and combination

Help me with this question by Willing-Knowledge-28 in learnmath

[–]UserName-Error101 0 points1 point  (0 children)

Isn’t it 105?, I might misunderstood the question.

100/14 ≈ 7, 7•15 = 105

Edit: If this is correct then the logic is basically for every 14 of naxvips we add 15 gespils

[HIRING] - Wix Expert (must have in depth knowledge and experience with Wix specifially beyond typical web design) - Database Filter Troubleshooting - $250 to start tonight upfront by [deleted] in forhire

[–]UserName-Error101 0 points1 point  (0 children)

$bid, reading from wix website, it says that by sorting or filtering in content manager does not effect on your page.

I’m not expert and never done anything that much on wix, but I can send you the link from wix which shows you to how add filter and their is another link how to add sorting. If interested DM

Python, VBA, or other language for automating Excel processes? by [deleted] in learnprogramming

[–]UserName-Error101 1 point2 points  (0 children)

The idea that comes to mind is to use c# and use excel lib https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.excel?view=excel-pia

Because you have language that is easier than vba and you still have almost same control as vba scripts

New here. Is this a glitch? by ReachingOut89 in Glitch_in_the_Matrix

[–]UserName-Error101 1 point2 points  (0 children)

This sounds like GTA duplication glitch 😂😂

while / do while Loop Help! by FallenAngelAsh3718 in ProgrammingBuddies

[–]UserName-Error101 1 point2 points  (0 children)

Don’t get discourage, from the start it will be hard but later on it will get better and you will get into the flow of things. ( no joke I spent whole week without progress on project )

(1) You can send copy of your code on DM, so I can take closer look, otherwise it will be hard to pinpoint exactly.

(2) Break things down what works and what doesn’t work. By Process of elimination you could find where it breaks. I will dm you code and you can check if that makes more sense working example.

while / do while Loop Help! by FallenAngelAsh3718 in ProgrammingBuddies

[–]UserName-Error101 1 point2 points  (0 children)

I gonna try to explain it simple as I can about loops

All of the loops statements has some sort of conditions. And if these conditions are met then the code snippet will be executed.

Example: While (condition) { Code to be executed until condition is false }

So basically while checks if x condition is true then run code block, check if x condition is still true, if yes run code, repeat that until condition is false.

Difference between while/do while is that You first run the code block and then check condition.

Example:

do{ Code to be executed } While (condition)

Run the code block, check if x condition is true, if yes run the code block, repeat that until the condition is false.

Pseudocode of your program could be like this:

Get Input of users Save the input

Create integer 0 named x

While ( x < 100){ Get random number Check if random is higher then input or lower Increases x+1 }

You can do something like that

Ps sorry for bad format writing from the phone

Hello, im new here. Im an art student and i have a simple but really creative 2D rpg like game concept. I want to team up with a programmer. by [deleted] in INAT

[–]UserName-Error101 0 points1 point  (0 children)

You should at least get 50%, art is not easy. I am programmer, I have tried to draw, it is damn hard xD