I have input in my Vue component where i upload audiofile via @change, next i need to cut it, for example i have 30 seconds audio and i need to receive audio fr
I wanted to add an entity and test it using RegEx. I'm looking at examples, and everyone has the ability to check the RegEx box, but that's missing on my interf
i have a file with many lines like this, >6_KA-RFNB-1505/2021-EPI_ISL_8285588-2021-12-02 i need to convert it to >6_KA_2021-1202 all of the lines that r
I have a question, how to use generic trigger in jenkis to retrigger a pull request. if I give "Rebuild" in comment in a pull request, a pipeline should be trig
I want to extract offer details from the raw offer text. These offers could give cashback or discount or both. Some examples: Flat 60% off Get 10% off on a mini
I'm working on algorithm to display my events on the website. I want to sort my multidimensional array by specific key value. My array: ["2022-02-28"]=>
I'm currently looking at regexs and emojis, and I'd like to use unicode property escapes to simplify the task In https://unicode.org/reports/tr18/#Full_Properti
I have a number of lists of objects of this class: from typing import List,Optional from pydantic import BaseModel class Concept(BaseModel): text: str type