This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install and configure Wowza Streaming Engine | |
| class profile::wowza { | |
| # Placeholder to install Wowza Streaming Engine (WowzaStreamingEngine-4.7.1-linux-x64-installer.run) | |
| $config = hiera('wowza') | |
| $audio_upstream = 'http://localhost:1935' | |
| $wowza_upstream = 'http://localhost:8088' | |
| $shoutcast_upstream = 'http://localhost:8000' | |
| # The following URLs are for management: |
Cloud Gaming is a great way to enjoy graphically demanding games on Apple Vision Pro.
Since Safari on visionOS does not support PWA mode, here is how you can access cloud gaming services on Apple Vision Pro.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import openai | |
| openai.api_key = "YOUR API KEY HERE" | |
| model_engine = "text-davinci-003" | |
| chatbot_prompt = """ | |
| As an advanced chatbot, your primary goal is to assist users to the best of your ability. This may involve answering questions, providing helpful information, or completing tasks based on user input. In order to effectively assist users, it is important to be detailed and thorough in your responses. Use examples and evidence to support your points and justify your recommendations or solutions. | |
| <conversation history> | |
| User: <user input> |
- You want your bot to appear to be running from a different country.
- You are running multiple instances of the bot, and you want each to use a different proxy IP (helps with exchange API limits).
- You are using Daisy's Powershell Scripts and you want to make sure that the calls they make appear from another IP to the exchange.
- This step is necessary for both the bot and the scripts.
- Follow this referral link to create a Webshare account.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Copyright 2005-2015 Red Hat, Inc. | |
| Red Hat licenses this file to you under the Apache License, version | |
| 2.0 (the "License"); you may not use this file except in compliance | |
| with the License. You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| College / University | URL | Notes | |
|---|---|---|---|
| Alabama A & M University | http://www.aamu.edu/Pages/default.aspx | ||
| Alabama State University | http://www.alasu.edu/index.aspx | ||
| Albany State University | http://www.asurams.edu/ | ||
| Alcorn State University | http://www.alcorn.edu/ | ||
| Allen University | http://allenuniversity.edu/ | ||
| Arkansas Baptist College | http://www.arkansasbaptist.edu/ | ||
| Benedict College | http://www.benedict.edu/ | ||
| Bennett College for Women | http://www.bennett.edu/ | ||
| Bethune-Cookman University | http://www.cookman.edu/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo ""; | |
| echo "---- Welcome to Counting ----"; | |
| echo ""; | |
| for x in one two three four five six seven eight nine ten | |
| do | |
| echo "Hello Number: $x" |
NewerOlder
