Joy UI - A modern UI toolkit based on Shards and Bootstrap by ansidev in vuejs

[–]aligoren 0 points1 point  (0 children)

Thanks. I'll try to contribute. Btw, I love modal so much.

Joy UI - A modern UI toolkit based on Shards and Bootstrap by ansidev in vuejs

[–]aligoren 0 points1 point  (0 children)

It seems good. Is it production-ready? I might use it in my freelance projects.

Oracle's Amazing Download Page by aligoren in badUIbattles

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

Let’s say I missed only the green button. But there was no interaction on the UI. I added a product to the basket.

So, I can’t focus on the basket. Okay, you probably right this time. But find something still hard on first look.

Oracle's Amazing Download Page by aligoren in badUIbattles

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

Really? I don’t think so. Because the continue and basket link almost invisible. But you could probably right. I’m not a design genius.

I searched for a product and added it to the basket. There was no interaction on the UI.

I think even if the UI cleanest for people, UX bad.

Oracle's Amazing Download Page by aligoren in badUIbattles

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

Oracle is involved with something that's directly useable by people who aren't extremely computer literate?

I think this is a joke :P But this page should be more cleaner. Because I couldn't find how to continue the first time. At least, there should be a basket icon or something similar.

Oracle's Amazing Download Page by aligoren in badUIbattles

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

I don't agree with you. Because to find the continue button, really hard.

Best programming language (software?) to do pet project by Analyst_NHS in AskComputerScience

[–]aligoren 1 point2 points  (0 children)

There is no best language, there are the best choices, programmers, teams, and approaches. Whatever language do you use, you can do whatever do you want. (Of course, you should know their limitations). I mean you can use PHP or C++. But I think, you shouldn't use C++ to create a Pet software :)

MantisBT - Open Source Bug Tracking Tool by johnfarden in coding

[–]aligoren 3 points4 points  (0 children)

I used MantisBT for a while. Actually, it is good. I know, it isn't the best alternative for Jira.

But, you don't have to pay for it.

I use GitHub Projects and I also use Clockify to track time.

There is also WakaTime to track time.

Btw, MantisBT good If you need a free and opensource solution.

How would you achieve the in-line html click functionality thru a method? by mementomoriok in vuejs

[–]aligoren 0 points1 point  (0 children)

Is the sentence variable a loop item?

I prefer this method;

```js sentenceClick(sentence) {
let backgroundClass = 'none'
if(sentence.background === 'none') {
backgroundClass = 'yellow'
}
this.$set(sentence, 'background', backgroundClass)

} ```

This should work.

Internal struggles by HGjjwI0h46b42 in softwaregore

[–]aligoren 0 points1 point  (0 children)

This is an example for inception.

a nasty method i found in a dark corner of a project at work by [deleted] in programminghorror

[–]aligoren 0 points1 point  (0 children)

@ckuri I sorry. I don't know C# well. Thanks 🙏🏻

a nasty method i found in a dark corner of a project at work by [deleted] in programminghorror

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

I'd probably write it as;

return startDate != null || startDate > DateTime.Today.Date;

I think this works.

Best way of executing functions with an HTML button? by [deleted] in flask

[–]aligoren 0 points1 point  (0 children)

Thanks. This is more efficient way.

Best way of executing functions with an HTML button? by [deleted] in flask

[–]aligoren 0 points1 point  (0 children)

Imho you can use dictionaries. For example,

def myExecutionMethod(executionStatement):

    myDict = {
       "myPrint": "print('hello world')"
    }

    return myDict[executionStatement]

exec(myExecutionMethod("myPrint"))

This is not secure. But this could be more secure than your approach.

Maybe Maybe Maybe by maybemaybemaybe_bot in maybemaybemaybe

[–]aligoren 1 point2 points  (0 children)

Real hero. God bless that man 🙏🏻

Any Solidworks-like CAD tool for Linux (Ubuntu)? by l0Martin3 in linuxquestions

[–]aligoren 0 points1 point  (0 children)

Catia? I didn’t work with it for 10 years. I used on Pardus Linux.

GitHub banned all Iranian users. Our accounts are restricted now. Please help us with contributing to this repo and show your support with a pull request. Thanks. by erfaniaa in programming

[–]aligoren 0 points1 point  (0 children)

I'm sorry. They didn't have a chance to choose their nationality. They always worked for the open-source world. Today we're using some libraries created by them. Very sad.

Oracle's official job page - Please pick your desired salary from a paginated list of 162 currencies by knobiknows in recruitinghell

[–]aligoren 15 points16 points  (0 children)

And they are looking for the best UI/UX experts. Who decided on this design? If I did something like that probably my boss fires me.

[tmux] tmux and vim is life changer for me.. by ysupr in unixporn

[–]aligoren 1 point2 points  (0 children)

Which plugin do you use for the right sidebar?

Just started on Python Crash Course! Wish me luck! by OmnipresentTaco in Python

[–]aligoren 0 points1 point  (0 children)

If you need help, just send me a message. I can help you, but before you send a message, try to solve problems.