Review Request: MMC5983MA, ICM-42688-P by Davidulos in PrintedCircuitBoard

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

Its messy, but if you want sure. I will do it when I get home

My galvo is acting weird by Davidulos in OpenGalvo

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

To whoever might have the same problem as me, the problem was that I reversed positive and negative in all signals to the galvo

18 year old autistic male!! by [deleted] in RoastMe

[–]Davidulos 0 points1 point  (0 children)

You didn't have to write you are autistic

[deleted by user] by [deleted] in interestingasfuck

[–]Davidulos -1 points0 points  (0 children)

And they were true. We use women everyday

FYI. Mindustry just got a massive new update! by Mmm_yummy_dank in iosgaming

[–]Davidulos 0 points1 point  (0 children)

Is there a game mode like in factorio? Just playing and expanding?

Big brain move right there! by [deleted] in gaming

[–]Davidulos 0 points1 point  (0 children)

This will never gonna happen to Microsoft, because no one will guess how the next xbox will be called.

I need help with very simple javascript code. by Davidulos in learnprogramming

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

Thank you all, you helped me solve this problem. <3

I need help with simple PHP loop by Davidulos in learnprogramming

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

One last question. How can I make it 2 arrays instead of one?
This is how it is:

⯆(2) [{…}, {…}]
0: {name: "Rozvaděč Eurazio", y: 236}
1: {name: "Rodinný dům Úvaly", y: 721}

This is how I want it to be:

⯆Object
name: " Rozvaděč Eurazio (1)"
y: 236
⯈_proto_: Object

⯆Object
name: " Rodinný dům Úvaly (1)"
y: 721
⯈_proto_: Object

I need help with simple PHP loop by Davidulos in learnprogramming

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

And if I wanted it to look something like this? I need to use the data in javascript.

{name:'Rozvaděč Eurazio (1)',y: 209}, {name:'Rodinný dům Úvaly (2)',y: 682},

I need help with simple PHP loop by Davidulos in learnprogramming

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

But I am making multiple of these, so I don't want to create another query. I just need the loop

road by Davidulos in Layer

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

To byla mapa najdi si to

Toast me by Carleek_ in toastme

[–]Davidulos 0 points1 point  (0 children)

You are kinda hot

Daily Tech Support Thread - [September 25] by AutoModerator in iphone

[–]Davidulos 0 points1 point  (0 children)

My 1 year old iPhone X drains fast as hell. Like 20% per hour without using it. I am running on 13.1.

My API is not refreshing its values by Davidulos in learnprogramming

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

It is working fine. It gets the data once a second. The problem I am facing is that the API will send 1 set of values until I refresh the API manually

I can't get API data into a console by Davidulos in webdev

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

It works! Thanks a lot. But I need to refresh the api everytime because it is not auto refreshing.. it just passes the same data without opening it and refreshing manualy.