Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'basic'

1582822 - Thewerype apache2 basic authentication
preview unavailable
1291894 - ScriptHelper: lua command guide basic
  1. --Scripting LUA help.
  2.  
  3. --This is a general trouble shooting command, if you place it in the correct part in your LUA script and have
  4. output open, it will let you know when something isn't working. The text in the quotes can be changed. It is
  5. not required, though. Editing the script beyond the quote area may cause the script not to work. Here is the
  6. basic command.
  7. --SCRIPT BELOW
  8. print("Your script is not working correctly.")
  9.  
1291891 - ScriptHelper: help scripts programming basic website
  1. --Basic Website Script help.
  2.  
  3. Here are some basic website scripts. They are very useful to know when you are programming your own website.
  4. <img src="IMAGELINKHERE"> --This script will add an image to your site. Of course, IMAGELINKHERE is not an actual web link,
  5. and therefore it must be changed. Keep everything the same INCLUDING THE QUOTES (I cannot stress enough how important the
  6. quotes are!) except the text IMAGELINKHERE. That needs to be replaced with the actual link of the picture you want to upload
  7. to your site. If you have your image on an image upload site, copy the link in the section DIRECT LINK or whichever one
  8. that will work when the link is put into the code. With uploading sites that give multiple links, you may have to experiment
  9.  
695067 - Area calculator: calculator programming basic area true
  1. PRINT "Please enter the length of the rectangle."
  2. INPUT L
  3. !Variable L stands for the length of the rectangle.
  4. CLEAR
  5. PRINT "Please enter the width of the rectangle."
  6. INPUT W
  7. !Variable W stands for the width of the rectangle.
  8. CLEAR
  9.  
worth-right fantasy-obligation