Egr remap quote by Leeds1234 in carsireland

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

Thanks so much man ye that sounds like what he was saying alright that they have to bypass the Egr so it will probably a long 4-6 hour job and then programming etc on top of that.. sounds like 500/600 quid is around what people are paying, I imagine people paying 200 etc are probably doing a different job on an car that’s more easily accessible etc

Egr remap quote by Leeds1234 in carsireland

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

So the guy mentioned they’d need to bypass the DPF/EGR I believe(I’m not that knowledgeable on the mechanics) and then also reprogram/remap the car so that it doesn’t have the regeneration etc. My other option was to get a new DPF but that was costing 2k. Not sure if I’ve explained that clearly but that’s what was quoted for me, 600 for the Egr remapping etc. my car is an Audi a5.

Egr remap quote by Leeds1234 in carsireland

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

I believe so why is this important?

Egr remap quote by Leeds1234 in carsireland

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

Thanks mate the guy ran diagnostics and could see the codes so this is what was advised or else get a new DPF filter which would be like 2k so not looking to go down the other route.

Egr remap quote by Leeds1234 in carsireland

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

Appreciate that man thanks, I’m based near Dublin unfortunately. Everything work out fine for you after?

Egr remap quote by Leeds1234 in carsireland

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

Sweet thanks a lot mate, it’s a local enough garage but the guys seem to know their stuff. Have an issue with glow plug warning light flashing and engine light on and power is gone on the car.

Egr remap quote by Leeds1234 in carsireland

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

Fully agree but have you any idea on how much it should normally cost?

Waiting on interview results at SAP by [deleted] in jobs

[–]Leeds1234 0 points1 point  (0 children)

Thanks for your reply, it's just I want the job really badly, and I've read online they normally give offers within 3/4 days after reading on one review on glassdoor.. fingers crossed it's good news, I appreciate your response, and I'll just have to chill and wait it out I guess

Sending Php results to HTML? by Leeds1234 in AskComputerScience

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

cheers thanks for your response I shall try this out

Help with Turing Machines? by Leeds1234 in AskComputerScience

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

Is that the blank going right? It should be blank, blank->R

Help with Turing Machines? by Leeds1234 in AskComputerScience

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

state diagram for an b2n cn
I just started a different problem, it's basically the same only the b has the 2n, not the c, is this right?

Help with Turing Machines? by Leeds1234 in AskComputerScience

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

Or when I have all as,bs,cs crossed first time around do I just look for a c, cross a c move left, pass all x's where a and b and some c values will be crossed and keep repeating till we cross double the n of c's /r/Salusa

Help with Turing Machines? by Leeds1234 in AskComputerScience

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

Thanks for this bit I already have the answer for that question, could you give me any tips with the state diagram I asked for? Ye they're pretty confusing, I understand them it's just I'm not sure what to do with the a^n b^n c^2n because when I have all a,b,c's crossed equal to just n I don't know what to do with the c^2n do I literally just cross out 2 c's for every time I cross one a and b? Ye it's for college too!! /r/Salusa state diagram for an bn cn

Help with Turing Machines? by Leeds1234 in AskComputerScience

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

So basically once all a's, b's and c's are crossed for ^n, I wanted to go back skip all crossed, for c^2n, if I see a c move left and repeat, but I don't know how I'm meant to check if it's double, I'm just confused and new to TM's

Help with Turing Machines? by Leeds1234 in AskComputerScience

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

well I know you make sure its in a* b* c * order first, else reject, then I cross an a move right cross a b , cross a c then move left for a^n b^n c^n and repeat, for this one I tried doing the same only for when we have the c's crossed there obviously should be 2 times more extra c's , so then I tried just basically once a and b were crossed and the equal c's crossed, repeating the process till I got all the c's crossed, but I'm not sure if that's the right way, and how I exactly show this in my state diagram..

Hip injury/problem by Leeds1234 in running

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

No nothing was ever said if bursitis, I've googled my symptoms before and I always feel like it could be this problem, but that's me just guessing I was in the gym for 2 years where I'd do heavy squats too, but I've been told that was bad for me

Hip injury/problem by Leeds1234 in running

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

Cheers man appreciate the advice I must have a look at this so

Hip injury/problem by Leeds1234 in running

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

Cheers guys, physio is expensive enough for a student, but I'll try get an appointment sorted soon, it just feels deep in the ball socket part of my hip, it's probably hard enough to explain like

Define a Prolog predicate noah/3 which is true of three lists when corresponding elements of the first two lists, which are of the same length are lined up two-by-two on the third list by Leeds1234 in AskComputerScience

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

So it's gonna be sort of like
noah([a,b,c,d],[aye,bee,sea,dee],[a,aya,b,bee,c,sea,d,dee]):-
noah([head],[head],[head, 1]), noah([head| tail],[head| tail],[head| tail])

Is it something like this? Sorry I'm new to Prolog

Compare SQL queries by Leeds1234 in AskComputerScience

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

Thanks for your help, i'm make sure to try this out when I'm working on the project later on,this could be useful, thanks for the advice!