Questions tagged as 'script'

0
answers

VB.NET + PowerShell

I would like to create a program in VB.NET that executes the following code in PowerShell Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} I created a .ps1 fil...
asked by 10.08.2017 / 13:09
0
answers

Windows Server Conditional DNS Resolution

Good morning I have a windows server to work as a DNS server but I wanted to put a conditional formatting so that if the result of the Query was a specific IP, it would resolve in another dns.     
asked by 06.08.2017 / 11:51
2
answers

Jquery load div auto scroll

How to make scoll high when loading page? I'm trying to do this, but to no avail! File: messaging.php $('.chatUsuariosLista').click(function() { idUsuario = this.id; $("#chatMsg").load('inc_chatMensagens.php?de='+...
asked by 28.07.2017 / 04:41
0
answers

How to run script npm in heroku in production?

I need to use the Sequelize migrations in a NodeJS application that is already in production in Heroku, but I do not know how to add the scripts in the package.json so that Database migrations always run, via npm script, by Heroku....
asked by 07.07.2017 / 23:07
0
answers

Encrypt password in groovy

I am developing an application that will have a login screen that will be based on data (user, password) already saved in a MySQL database, / em> that was used the first time to encrypt the user's password to validate if the user who is trying...
asked by 10.05.2017 / 22:33
1
answer

Redirect the standard HCIDUMP output using GREP to a file

I'm using a shell script to do HCIDUMP and using some filters to write to a file. With the following command, the destination file is empty. hcidump -a l2cap | grep -v -e 'CAP' -e 'HCI' > onlystringsrecieved.txt Using the same command wi...
asked by 26.03.2017 / 05:48
1
answer

About String manipulation [closed]

I have a somewhat curious problem, maybe a challenge. I need to add to my database the list of all cities in Brazil, I found a SQL with all the way I need it, however, the name of the SQL table is with "quotation marks" as in the following ex...
asked by 22.02.2017 / 20:12
1
answer

SendKeys does not work with accented word in VBA - Excel

I'm developing a script in VBA, in Excel. This code will populate another program, using the data collected in the cells. But cells that contain a word that has accents are not working. I'm using Application.SendKeys as in the follow...
asked by 06.01.2017 / 01:37
0
answers

Contents of an application site in Intel XDK

I'm developing an application on Intel XDK where I need to publish site content in-app. That is, when I update the site, the content in the application is also updated. Remembering that the site was developed in the Joomla! and is responsive....
asked by 22.01.2017 / 00:24
1
answer

Problem running application in R

When you try to run the script below: Area="C:\Users\user\Desktop\shape.shp" Pasta="" library(raster) library(rgdal) library(rgeos) library(maptools) long2UTM <- function(long) {(floor((long + 180)/6) %% 60) + 1} calc_bpt = function(pols...
asked by 28.07.2016 / 23:26