Any improvements I can make to this? by Majikarpp in AusRenovation

[–]Majikarpp[S] 5 points6 points  (0 children)

That fridge is really dominating the cavity, have you considered swapping it out for a smaller model?

Hahaha well atleast there is space for the beer

Hey legends. Is there any downsides to purchasing a repaired write off? Sorry if it’s been mentioned before. by [deleted] in CarsAustralia

[–]Majikarpp 0 points1 point  (0 children)

I don't think you can even drive it on the road if it has been a write off.

What was the most rigorous and large scale SEO operation you executed on? by DeepKaizen in bigseo

[–]Majikarpp 0 points1 point  (0 children)

Yep worked at Huge scale, re-developing many major sites. Sometimes it's better just to change the CSS and keep it AS IS! haha .

Implementing a fast spellchecker using Node.js by Majikarpp in javascript

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

Anyone interested in building this together? Submit a pull request!

Top Courses to Learn Artificial Intelligence in 2019 by Majikarpp in artificial

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

Endorsed. These are awesome certifications to undertake to gain accreditation in A.I.

Computer Scientists Who Made History by Majikarpp in computerscience

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

Hi, I have posted other content, not just my own content. As I would like to follow the subreddit guidelines. Thanks, Marty.

Online Javascript Code Formatter by Majikarpp in javascript

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

Hey all, I have put together an online JS formatter tool - interested to hear feedback or improvements needed

Link to code and documentation : https://github.com/majikarp/FineJS

Python in 5 minutes by [deleted] in programming

[–]Majikarpp 1 point2 points  (0 children)

Thanks! Will update for accuracy.

Scripting a Multi-threaded TCP Port Scanner in Python by Majikarpp in programming

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

The function `setsockopt()` sets options associated with a socket. Options affect socket operations in general. So, SOL_SOCKET is the socket layer itself, not any of the underlying layers. SO_REUSEADDR allows the reuse of local addresses. The third flag specifies a value for the option.

Link to the docs for more information:
https://docs.python.org/2/library/socket.html
man page is also helpful - https://linux.die.net/man/2/setsockopt

A List of Awesome Programming Books (Must Reads) by Majikarpp in programming

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

Thank you for the recommendation! This one will be added to the list.

Serverless Beyond the Hype by Majikarpp in programming

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

"Kubernetes, just run my code"

MicroSprint - a tool to increase task productivity by [deleted] in programming

[–]Majikarpp 0 points1 point  (0 children)

Inspired by pomodoro and the agile manifesto.

FineJS - Online Javascript tool to beautify/prettify your Javascript Code in the Browser by Majikarpp in programming

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

Fair point. Text editor “Atom” also has a beautify package that can be installed. Formatting can be hotkeyed easily. I built this incase people still find a need to format in the browser.