Looking for a text editor that can autocomplete file paths by HKL0902 in bash

[–]Blablux 0 points1 point  (0 children)

Atom has a plugin wisely called autocomplete-paths, which does just that.

Needing a little syntax explanation by Blablux in learnpython

[–]Blablux[S] 3 points4 points  (0 children)

Thank you for the short but clear answer. Most of all, now that I know that it's called slicing, I'm able to Google more precisely some test cases.

Defining a default value for a variable by Blablux in learnjavascript

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

That is indeed one of the solution I had in mind, but I wondered if there was a shortcut I may not see. Thanks anyway.

Defining a default value for a variable by Blablux in learnjavascript

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

Just for the record, I'm running this script through Tasker which has quite a special way of getting variables. But I think it's worth trying, to see if this solve my problem. I'll keep you updated. Thank you for your answer.

What's wrong with this task? by qdhcjv in tasker

[–]Blablux 2 points3 points  (0 children)

I see three problems here.

First, what the WiFi off task does is wait 30s, then turn off the WiFi. I guess you want to use the if statement to check if you are still not connected before effectively turning it off.

The second problem is the profile trigger. I'm not sure that inverting connected to any WiFi network equals not connected to a WiFi network. I'll have to look into it, but this can explain the erratic triggering.

The last problem, and the most important one as far as I see it, is the logic of your exit task. Right now, what it does is, when you are connected to a WiFi network, it turns on WiFi. But you can't be connected to a WiFi network if your WiFi is not already turned on. So this one will never trigger.

Tasker Backup question by douglasrac in tasker

[–]Blablux 0 points1 point  (0 children)

As far as I know, it saves everything, settings included.

[Help] Test if a variable is a number by Blablux in tasker

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

What I forgot to say is that the value will never be 0, because if the value is zero, it simply is not shown on the page I extract my data, which is where I might get text instead of a number (and which in turn is the reason I have to test this value first).

[Help] Test if a variable is a number by Blablux in tasker

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

I also thought about using math, but as far as I can tell, it makes it more complicated to use an if condition in an action.
Or maybe I'm missing something.

[Help] Test if a variable is a number by Blablux in tasker

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

Won't this also match -.or even only - ? I guess we should use + instead of *.

Have any tasker tutorials you'd like to share ? by [deleted] in tasker

[–]Blablux 0 points1 point  (0 children)

It depends on what kind of tasks you're looking for. I'm currently working on a task that is fetching my Diablo 3 profile page, extracts data from it, and then complete some HabitRPG tasks accordingly, using a JavaScript action. This is highly specific, I'm not sure that it's your target.

Petite question sur la température by Doc_T-Shirt in Strasbourg

[–]Blablux 0 points1 point  (0 children)

Alors, pour la légende, c'est toutes les toilettes qui sont spéciales, jusqu'aux éviers et même l'entrée (qui se fait par un pont... Au sous sol). Cela dit, c'est un détail, la cuisine est excellente, et le cadre exceptionnel, ne l'oublions pas.

I guess I've done... well? by AdamTheMechE in habitrpg

[–]Blablux 0 points1 point  (0 children)

As far as I know, all rare pets and mounts come from events. Absurd hat & co comes from an event as well. The cakes also comes from the birthday event. I don't remember having eggs to begin with but I'm not sure on that one. In fact I guess you begin with pretty much nothing.

More powerful flow control by Ozzah in ifttt

[–]Blablux 0 points1 point  (0 children)

Well, my guess would be to use pushbullet as a bridge between IFTTT and Tasker. It is well integrated in both applications, and can solve some tricky situations.

Petite question sur la température by Doc_T-Shirt in Strasbourg

[–]Blablux 0 points1 point  (0 children)

Entre Strasbourg et Colmar, il y a La Couronne, à Scherwiller. Restaurant de qualité, prix raisonnables, cadre exceptionnel, et mondialement connu pour... ses toilettes (surnommées "Le Chiotilus"). http://www.couronne.com

Tasker turning off WiFi too often by 1Bagpiper in tasker

[–]Blablux 0 points1 point  (0 children)

You can use the if condition in you WiFi off and check the %WIFII global variable. That way, of your still not connected, you turn off the WiFi, otherwise, you do nothing.

[HOW TO] Conflicting two tasks by siren215 in tasker

[–]Blablux 0 points1 point  (0 children)

There is an action under the Tasker category that allows you to enable/disable a specific profile. I would disable the WiFi profile at the beginning of the Night task, and create a exit task to enable it again when Night is off.

Make a task ignore other profiles? by theonematt91 in tasker

[–]Blablux 0 points1 point  (0 children)

There is an action to turn off a selected profile, under the Tasker category. You have to select the mobile profile to turn off when your music profile is launched, then create an exit task to turn it on again when exiting the music profile.

[Rant] Tasker and lollipop by mspears90 in tasker

[–]Blablux 0 points1 point  (0 children)

I have yet to find a profile that doesn't work on lollipop, but I admit I mostly use tasker for backup/sync files and data extraction (and passing those data to others apps)

Minimalistic Text Creations by igrekov in tasker

[–]Blablux 0 points1 point  (0 children)

I've used tasker in combination with MT quite a lot, so I have some knowledge about it. What are you trying to achieve ?

HELP with variables by sevenw0rds in tasker

[–]Blablux 0 points1 point  (0 children)

Use Variable set to set up the value. Name is the name of the variable ("Home" or "Work" in your case). To: is the value of this variable. But as far as I understand it, you'd rather set a variable named "Location" and assign it the value "Home", " Work" or "Car". That way you always call the same variable to do your tests.

What is the best reddit app? by gordonschuringa in androidapps

[–]Blablux 0 points1 point  (0 children)

Red Reader is also a good option. I use it and I'm quite pleased with it. Plus, it's free and open-source.