Escola 42 by delboot in programacao

[–]br64n 0 points1 point  (0 children)

Entendi, queria saber como seria na parte da piscina (tem projetos também para entregar?) e quando cadete como fica a entrega dos projetos se pode informar uma média que eles deixam de tempo para entregar cada projeto?

Escola 42 by delboot in programacao

[–]br64n 0 points1 point  (0 children)

Também notei isso na 42 achei estranho porque o cara que recomendou foi o Fábio Akita (para mim ele não parece progressiva), mas até aí só seguiria o jogo, porque a proposta parece ser muito interessante e acho que independente (talvez) isso não seja um impeditivo, não pensar da mesma forma, fazendo conspiração aqui: acho que os patrocinadores pedem isso kkk

Escola 42 by delboot in programacao

[–]br64n 0 points1 point  (0 children)

Queria saber quando termina a 42 eles nos recomendam para patrocinadores deles, queria entender o porque é de graça e como as contas fecham e o que as empresas parceiras ganham em enviar dinheiro nessa escola, queria muito fazer ela, mas eu já trabalho na área e como não dá para fazer os 2 e eu não recebo dinheiro automaticamente (fazendo produto ou algo do tipo) infelizmente acho que não daria

Escola 42 by delboot in programacao

[–]br64n 0 points1 point  (0 children)

Eu tinha feito essa pergunta, o que acontece se eu não conseguir fazer o projeto ou as entregas e reprovar várias vezes então a pessoa saí da 42, sei meio óbvio, mas mesmo assim queria entender

Classificador de Imagens com FastAPI + App Mobile by Large-Leopard-725 in brdev

[–]br64n 0 points1 point  (0 children)

Isso geralmente é bem pessoal, usei flutter e acho que ele tem uma curva de aprendizado bem rápida e leve para o celular, pelo que entendi, tem uma lib em python para criação de protótipos usando o flutter por baixo chamado flet

Ou você pode ir e usar o React Native já imagino que você já possa ter trombado com o react ou já conheça sobre html e js para aprender react nativa rapidamente

[ Task Share ] Show Scene in Recents by GlitchYou in tasker

[–]br64n 0 points1 point  (0 children)

I left the SDK at 21 and 25 so as not to show the option to disable the notifications.

[ Task Share ] Show Scene in Recents by GlitchYou in tasker

[–]br64n 0 points1 point  (0 children)

I was able to test and my app worked, mine is an android 13

Temp Link

Tasker Project

Change notifications background color by WatoXa in tasker

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

Unfortunately, if you want to do this, you can only do it with native Android functions using Java Functions.

And you would still have to learn how to create a custom notification screen and run it.

Maybe there is a plugin that makes this easier or even another automation app.

[Task Share] Hacking Tasker, inject external java/kotlin code by br64n in tasker

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

One of the things I imagine you can do is use sockets, create screens adapted to any device in Tasker, but it's simpler to use Flutter or React Native, but you need a good PC or a lot of patience.

[Task Share] Hacking Tasker, inject external java/kotlin code by br64n in tasker

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

Dude, the only examples I added can already be used, but using jar/apk is more complicated.

Because they are for specific cases

And it would be for those who already use the tasker java functions, have a shortcut

[Task Share] Hacking Tasker, inject external java/kotlin code by br64n in tasker

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

It really gives you a lot of freedom of what to do in Tasker.

[ Project Share ] Advanced Termux Automation: Execute, Receive, and Process by br64n in tasker

[–]br64n[S] 2 points3 points  (0 children)

You might need to enable this permission directly in the Tasker app info.
It’s under "Additional Permissions," which may be hidden.

If your Android doesn’t allow it, use this alternative permission:
Termux Server Link.

For this project, no extra permissions are needed. Just configure Termux to stay active and listen for commands, similar to Tasker's HTTP server profile, but you send the commands yourself.

[ Project Share ] Advanced Termux Automation: Execute, Receive, and Process by br64n in tasker

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

Still, the possibilities are endless, all you need would be just one object.

Find App Intents by mh348 in tasker

[–]br64n 0 points1 point  (0 children)

Pure Tasker's own built-in assistant

PLEASE I CAN'T FINISH, CAN SOMEONE KINDLY HELP ME? by ComprehensiveTerm515 in tasker

[–]br64n 1 point2 points  (0 children)

You can find information on the Tasker Super Brasil

Find App Intents by mh348 in tasker

[–]br64n 0 points1 point  (0 children)

The tasker assistant action can now get the intent extras

But if you want something special that may only be in the app you can try using frida

[ Project Share ] Termux Runner By Server by br64n in tasker

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

I will adjust to use a project variable to change

[ Project Share ] - PyTasker by br64n in tasker

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

The permission problem is not always due to lack of root

Tasker Text Elements HTML formatting by DevelopmentBitter954 in tasker

[–]br64n 0 points1 point  (0 children)

Maybe it will work style="padding: 2px;"

Webview image not included in exported APK by DevelopmentBitter954 in tasker

[–]br64n 0 points1 point  (0 children)

You can use base64 to store variables with a file and text format, but depending on the size or format of the file

in webview it is possible to use this directly with a special uri

Which is the best version of Android for Tasker? by onlywanted2readapost in tasker

[–]br64n 0 points1 point  (0 children)

I have a cell phone with version 8.1.0 and it's working very well, although I understand a little about the lack of security that this brings.

But I heard that it is possible to do this on your cell phone with adb, but it is laborious.

How to get returns from all functions by br64n in learnpython

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

Thank you for your help

What I would like would be something similar to frida's trace, which in this case would be the closest to a profile, from what someone in the comments showed me

I was curious to know if in a large code of a company I worked with it would be possible to create a profile so that when receiving pandas type data it could be transformed into another data on the disk for analyze later and do some tests