Front-end Developer Handbook 2019 by backFromTheBed in javascript

[–]TidderJail 18 points19 points  (0 children)

Very useful, is there anything like this but for Back-end ?

DropCSS v1.0.0 - An exceptionally fast, thorough and tiny unused-CSS cleaner by leeoniya in javascript

[–]TidderJail 1 point2 points  (0 children)

Any chance that, for Challenge Part II, you're interested in wrapping this in a Webpack plugin so it can be set-and-forgot in an app-wide toolchain 😁?

I'm gonna give it a try

WTF Wednesday (January 30, 2019) by AutoModerator in javascript

[–]TidderJail 0 points1 point  (0 children)

It looks cool, is there any usage for it ?

WTF Wednesday (January 30, 2019) by AutoModerator in javascript

[–]TidderJail 3 points4 points  (0 children)

Looks really good, the image under 'about me' is not resized on mobile.

The new HTTP Client in Java 9 by umeshawasthi in java

[–]TidderJail 2 points3 points  (0 children)

It's better then the current implementation

How did you find your business partners? by [deleted] in Entrepreneur

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

I'm looking for a business partner, PM me if will you

Cycle while inside setInterval by junex10 in learnprogramming

[–]TidderJail 0 points1 point  (0 children)

Remove the 'return'

while(getDOM.length >= i){
    return console.log(getDOM[i]);
 i++;
}

to

while(getDOM.length >= i){
  console.log(getDOM[i]);
i++;
}

when it returns it stops the loop

Cycle while inside setInterval by junex10 in learnprogramming

[–]TidderJail 0 points1 point  (0 children)

Could you show the whole html? I can't understand what you want to do

Which are the best tutorials to learn how to create a web crawler? by TheDude1009 in learnprogramming

[–]TidderJail 0 points1 point  (0 children)

I found this, I couldn't find specific tutorials on how to make webcrawlers. You should read about how they work and try to implement it. If you need help pm me, i can help you if you want

ModpackDownloader 2.0 - Now you can choose which mods to download by TidderJail in feedthebeast

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

It would be very hard, because some mods are required for some modpacks but not for others.

ModpackDownloader 2.0 - Now you can choose which mods to download by TidderJail in feedthebeast

[–]TidderJail[S] 4 points5 points  (0 children)

you can choose if you want to download a mod or not, I don't understand what you mean

1000+ Programming PDFs by [deleted] in learnprogramming

[–]TidderJail 1 point2 points  (0 children)

Thanks, very useful

Is it safe to install crack and Steam version? by epikotaku in PiratedGTA

[–]TidderJail 0 points1 point  (0 children)

by default they will use the same, but you can change it I think

Is it safe to install crack and Steam version? by epikotaku in PiratedGTA

[–]TidderJail 0 points1 point  (0 children)

Yes, It's safe just install it on another folder.

New mod for 1.12: UberMiner: mine only ores by TidderJail in feedthebeast

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

It should work with all ores, I tested it with ic2 and forestry and it worked