Search
- Filter Results
- Location
- Classification
- Include attachments
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/Chem_1402%3A_General_Chemistry_1_(Belford)/Text/11%3A_Intermolecular_Forces_and_Liquids/11.3%3A_Dipole-Dipole_Forces11.2.1 (ion/ion) and 11.2.2 (ion-dipole), and it becomes clear that the dipole-dipole forces are even shorter range. (remember μ =qd, where q is the |(δ +/- )| of the dipole, and d is the distan...11.2.1 (ion/ion) and 11.2.2 (ion-dipole), and it becomes clear that the dipole-dipole forces are even shorter range. (remember μ =qd, where q is the |(δ +/- )| of the dipole, and d is the distance between δ + and δ − . This is further weaker because the magnitude in the charge is a partial charge and less than 1, while the charge in an ion is +/- 1, 2,3...(an integer multiple of 1).
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/IOST_Library/02%3A_Raspberry_Pi/02.6%3A_Camera/3%3APython_and_LibcameraThe easiest way to take pictures from Python is to use the libcamera picamera2library that is a local python library (it is installed with Python but you need to import it in order to use it). #Script...The easiest way to take pictures from Python is to use the libcamera picamera2library that is a local python library (it is installed with Python but you need to import it in order to use it). #Script is adapted from page 6 of Picamera2 Library Manual from picamera2 import Picamera2 picam2 = Picamera2() file_name=input("enter a file name for your picture: ") picam2.start_and_capture_file("/home/rebelford/Pictures/"+file_name+".jpg")
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/IOST_Library/02%3A_Raspberry_Pi/02.5%3A_Ports/01%3A_USB_C%3A_Power_PortUSB Power 5V 3 amp Early issues with "e-marked" cables Hackaday article (2019) Problem fixed (2020 Tom's Hardware) Figure \PageIndex1: USB C power port and Power Management Chip. (Belford cc 0.0...USB Power 5V 3 amp Early issues with "e-marked" cables Hackaday article (2019) Problem fixed (2020 Tom's Hardware) Figure \PageIndex1: USB C power port and Power Management Chip. (Belford cc 0.0)
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/Belford_Poirot_GenChem_Lab/Chem_1403L%3A_General_Chemistry_Lab/13%3A_Appendices/13.01%3A_I-_Laboratory_Techniques/13.1.04%3A_IC-_BurettesA helpful tip: the direction of the stopcock follows the direction of the flow. Close the stopcock at the bottom of the buret and pour the titrant through a funnel at the mouth of the burette. If any ...A helpful tip: the direction of the stopcock follows the direction of the flow. Close the stopcock at the bottom of the buret and pour the titrant through a funnel at the mouth of the burette. If any air bubble appears, open the stopcock, and tap the side of the burette until the bubble disappears. During a Titration, keep the liquid flowing normally until a few mL from the endpoint (the point at which the color changes).
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/IOST_Library/Spring_2023%3A_IoST/0001%3A_AssignmentsAssignment Due Date Assignment 1: Flow Charts and misc. tasks 2023/01/25 Assignment 2: Molarity Calculator 2023/02/10 Assignment 3: Misc Activities 2023/02/18 Assignment 4: Conditional Statements & Pi...Assignment Due Date Assignment 1: Flow Charts and misc. tasks 2023/01/25 Assignment 2: Molarity Calculator 2023/02/10 Assignment 3: Misc Activities 2023/02/18 Assignment 4: Conditional Statements & Pi Camera 2023/02/25 Assignment 5: LED circuit 2023/03/05 Assignment 6: GPIO Inputs - Music Remixer 2023/03/14 Assignment 7: Google Sheets API 2023/03/20 Assignment 8: DHT22 Assignment 9: DS18B20 Assignment 10: MQ sensor and cron job Report
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/IOST_Library/Spring_2023%3A_IoST/11%3A__APIs_(week_8)/04%3A_Upload_Data_to_Google_SheetIn this activity you will make a new tab on your Google Sheet and then merge the script from two scripts to create a program that will only upload data to your Google Sheet when you ask it to. You wan...In this activity you will make a new tab on your Google Sheet and then merge the script from two scripts to create a program that will only upload data to your Google Sheet when you ask it to. You want to create a Python program that inputs the name and mass of a chemical and outputs to a spreadsheet the request date stamp, chemical name, molar mass, mass and moles in a sample, as indicated in figure \PageIndex2.
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/IOST_Library/03%3A_Linux_Book/04%3A_Cron
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/Belford_Poirot_GenChem_Lab/Chem_1403L%3A_General_Chemistry_Lab/13%3A_Appendices/13.03%3A_III-_Google_Workspace/13.3.04%3A_IIID-_Submitting_Google_Workbooks_through_Google_FormsTo turn in your spreadsheet we need to enable link sharing. Your sheet may look slightly different depending on your university but the steps will still be the same. Open the form your instructor sent...To turn in your spreadsheet we need to enable link sharing. Your sheet may look slightly different depending on your university but the steps will still be the same. Open the form your instructor sent you and your copy of the spreadsheet. On your Spreadsheet Click Share in the top Right Corner (Figure 1) Go down to Get Link and click Change link (Figure 1) When it asks for your Link to Spreadsheet paste the link we copied in step 4.
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/IOST_Library/Spring_2023%3A_IoST/10%3A_Second_Circuit__(week_7)/05%3A_System_ManagementWe are going to use Python to convert this value to an integer (it is a string by default) and then to a binary number. In this code 16 is a base we need to use to let Python know that it is a hexadec...We are going to use Python to convert this value to an integer (it is a string by default) and then to a binary number. In this code 16 is a base we need to use to let Python know that it is a hexadecimal. You can also set the base to 0 and let Python figure it out based on the 0x in the number. When the temperature reaches 60°C (default Soft Temperature Limit) the clock speed goes from 1.4GHz to 1.2GHz and the operating voltage is also reduced slightly.
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/000%3AChem_1403L_General_Chemistry_Lab/02%3A_Solubility/2.4%3A_Solubility_Postlab_Quiz_2023Complete all questions listed on this page. NOTE: YOU MUST REFRESH THIS PAGE AFTER LOGGING IN ADAPT \PageIndex1 (2 pts) ADAPT \PageIndex2 (2 pts) ADAPT \PageIndex3 (4 pts) ADAPT \(\P...Complete all questions listed on this page. NOTE: YOU MUST REFRESH THIS PAGE AFTER LOGGING IN ADAPT \PageIndex1 (2 pts) ADAPT \PageIndex2 (2 pts) ADAPT \PageIndex3 (4 pts) ADAPT \PageIndex4 (4 pts) ADAPT \PageIndex5 (4 pts) ADAPT\PageIndex6 (4 pts)
- https://chem.libretexts.org/Courses/University_of_Arkansas_Little_Rock/000%3AChem_1403L_General_Chemistry_Lab/04%3A_Colligative_Properties/3.1%3A_PrelabThroughout the semester you will have questions dealing with experimental techniques like what is the precision of a pipet, how to read a burette, use a spectrometer or pH meter, and this material is ...Throughout the semester you will have questions dealing with experimental techniques like what is the precision of a pipet, how to read a burette, use a spectrometer or pH meter, and this material is in the General Information Section of LibreText and not the individual labs. Safety and safety literacy are also important aspects of a lab, and so each lab will have assignments related to the Safety Lab, where you can get links and information on resources like PubChem LCSS.