Questions tagged as 'script'

1
answer

Error Unity Development of an Online Project

How do I fix this error?    Assets / Online / Online.cs (139,25): error CS0246: The type or namespace name 'PlayerBehaviour' could not be found. Are you missing a using directive or an assembly reference? My script is the second way P...
asked by 13.10.2015 / 20:15
1
answer

Script Play and Pause in HTML5 video does not work

I found this script here on the site. it serves to give play and pause in Html 5 videos. But it seems to have an error, the click and pause effect only works if you have 1 video on the page, if you have 2 videos the effect only happens on the...
asked by 12.06.2015 / 03:31
2
answers

Hide Pop Up Lightbox div by clicking on an Item / button

I made an ad on my site, for Multipurpose. I would like to make a "PopUp" ( PopOver , or known Modal ) my custom, in case I created a div . The ID of div is adonsite , and I would like to close it by clicking another...
asked by 19.05.2015 / 04:52
2
answers

Emergence of the animated Div

I have a Div, I'm building a Custom Menu, in the Responsive style. I'd like to make her come up with an animation, coming from the Left. The Div contains the Menu links and a button to close in. Look at the code I have so far: <script...
asked by 23.05.2015 / 04:02
1
answer

Running script on XP machines

I have a script running properly on machines 7, but XP does not run. If it runs locally, it does what it wants, but via GPO it does not. The script checks the computer's OU, scans a .csv file, and places its icons on the user's desk...
asked by 09.03.2015 / 16:21
1
answer

Conflict between scripts in my html file

I am creating a web application where the main page is a timeline, and this timeline should update its content automatically. I'm using the setTimeOut function of JQuery to update the timeline every x seconds. But I also have another JavaScri...
asked by 10.12.2018 / 00:05
0
answers

Renaming files with Python, adding numbering dynamically

I have a directory with many pdf lists, and I want to rename the files dynamically. Ex: ~/teste/ |__ProjMed-Química-Físico.Química-quimica_propriedades_coligativas_exercicios.pdf |__ProjMed-Química-Físico.Química-quimica_termoquimica_enta...
asked by 15.12.2018 / 19:55
0
answers

Write to a Shell Script file

I have a problem with writing a line in a file using Shell Script. I've tried to use sed and echo, but in both I do not have the expected behavior. Using sed: sed -i -e 'export LS_OPTIONS='--color=auto'' /root/.bashrc Using echo: echo...
asked by 26.11.2018 / 22:39
0
answers

How to sort championship script

Good afternoon, how would you do to sort the results and make logic this script: #!/bin/bash echo -e " Quantos Times? " read qtd for i in $( seq $qtd ) do echo " Qual o $i time? " read nome[$i]...
asked by 06.11.2018 / 19:43
1
answer

How to get the variable id of a form in ajax

I need to know how to send the form id, which varies according to the post ID, which would be something like myForm '. $ id.' to be able to treat each form itself. The form is sent through the script: function rpbox(value, valor) { $(docum...
asked by 04.11.2018 / 23:46