Questions tagged as 'script'

0
answers

Python Pass Control Script [closed]

What would be the most appropriate solution to this problem? The purpose of this script in Python is to process the possible sales of tickets, analyzing each one of them, indicating if it is possible to SELL or NOT TO SELL. The requirement...
asked by 23.08.2016 / 03:51
1
answer

Save PDF file of a given spreadsheet range

My first question here, a little hard, but I can not solve it at all. Problem: I need to save a pdf file of a given spreadsheet in Google Drive. This file (pdf) must cover a certain area, because some columns of the worksheet can not be displ...
asked by 10.06.2015 / 04:44
0
answers

Allow a script to access a google worksheet and return a JSON without authentication

I was thinking of using a google docs worksheet as a persistence of an application that I'm going to develop. For this, I made the following script in the google script editor function doGet(e) { var dados = SpreadsheetApp.openById(ID_D...
asked by 21.06.2015 / 02:13
0
answers

Linux Script - Search, Copy, Paste and Change file values te texto [closed]

I have these 3 files: Access.txt : Large text file with records per row and columns separated by " ; ". < br> NewAcess.txt : List of new hits to add. NewUsers.txt : List of new users to add. Sample Files:...
asked by 08.04.2015 / 20:02
2
answers

What php code do I use to know if data is being received from a given form?

I have two search forms. The first with the name "search" the second "searchimv" needs a php code that checks if data is being received from one of the two only, otherwise it will be redirected to a specific page.     
asked by 10.12.2015 / 16:53
2
answers

Why do you need to close the script tag?

Why open only a <script> tag does not work correctly? I know it's not the same as the CSS StyleSheets : <link rel="stylesheet" href="assets/css/bootstrap.min.css" /> But why do I need to open and close the <script&...
asked by 28.04.2017 / 22:50
1
answer

Real estate site system and redirection for each targeted domain

I'm developing a real estate system in which when the user does his registration he gets a basic URL to access his site. Example: foo.bar/modelo/1/site.php?id=73646 That is, all the files in the real estate system are inside the director...
asked by 21.12.2015 / 16:48
2
answers

How to remove mysql records for half an hour (or more) ago [closed]

I need to remove mysql records that have been made half a hour (or more) ago. That is, leave only the records of the last 30 minutes. This every time a certain php script runs. How do I?     
asked by 30.01.2017 / 02:37
1
answer

Auto Clickable Content with Script

Personal I'm trying to use a script to try to give an automatic play on a Youtube video. The next thing I found was the script below. This script does something close to what I need, but it just does this on some link. <script type =...
asked by 08.12.2015 / 22:47
1
answer

Get value of data-cod element

How do I get the value of the data-cod element? $(document).ready(function() { $('.chatUsuariosLista').click(function() { $("#para").val(this.id); }); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2....
asked by 19.08.2017 / 17:25