Questions tagged as 'script'

2
answers

.bat which deletes the file name by leaving only what is inside ()

I have a file of this genre: blabla_(29ago2017)_blabla I need you to look like this: (29ago2017) There is some code in .bat that will make this work for me, ie just leave what is in parentheses as the filename.     
asked by 25.08.2017 / 01:09
1
answer

Jquery add and remove attribute not working

I'm trying to create a way to minimize and maximize a DIV. Minimize works, but maximize does not. What am I doing wrong? $("#chatMinimizar").click(function() { $("#chat").attr("style", "height: 45px;"); $("#chatMinimizar").attr("i...
asked by 25.07.2017 / 23:17
3
answers

How can I display only the names of packages while they are being unzipped

The question that may already have some answers, however I did not find. I'm kind of lost, I'd say that a little bit confusing even because what I'm asking I think I've already done it in some circumstance of life but I can not remember me fo...
asked by 12.05.2017 / 20:24
1
answer

Show Image on Twitter WordPress Cards without plugin

I have this code, to add Twitter Cards without the need of 1 plugin, just adding the code in functions.php. The code works, but the article image only appears if you have attached it to the post. I would like to change it to show the 1 ind...
asked by 09.04.2017 / 16:50
1
answer

how to call the .js file function

I'm not able to call a javascript function from a file. Ex: File: javascript within folder raiz/scripts/javascript.js function responsivo () { $('#responsivo').popover({ //trigger: 'manual', placement: 'bot...
asked by 26.12.2016 / 15:54
2
answers

How to toggle the symbol # (cerquilha) by the $ (dollar sign) in the terminal after exchanging user

I'll be straightforward, because the Title denotes part of my curiosity about the linux console. I explain In some distros type xPud and Basiclinux3 is not supported "HOME" is just "ROOT" and done! In the distro that I'm using, the...
asked by 18.12.2016 / 06:45
1
answer

How to execute a PHP script even with the browser closed [closed]

I need a script in php to run even with the browser closed. Is there a possibility? I'd like some suggestions. Thank you!     
asked by 15.03.2016 / 23:52
1
answer

Move and Del batch commands are not working

@echo OFF mkdir saida sort %1 > cadperfiSorted 2>> saida\error.txt start MAKEOPEACER5.jar cadperfiSorted del cadperfiSorted //OPEACER5 é um arquivo gerado pelo .jar move OPEACER5 saida This is the script I'm trying to run. Everyth...
asked by 30.01.2016 / 00:49
1
answer

Scripting Conflict

I'm developing a site and for page transitions, using $ .get () from JQuery and just change the center of the index.html, without the page reloading. However, some features of the code snippets that I include require scripts, which are also used...
asked by 26.10.2015 / 03:42
3
answers

Make a Shell Script bash that extracts to a new file all names and nr of women whose number begins with "91"

Consider that there is a file "file1.txt" which has for example: Name of the person, Sex, Zip Code, Mobile Number, Mobile Phone Mark ... How do I write a bash shell script that extracts to a new file all names and phone numbers of all fema...
asked by 25.11.2015 / 15:12