-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
If I run the following code:
```python
from nltk.corpus import wordnet
for ss in wordnet.all_synsets():
if ' - ' in ss.definition():
print(ss, ss.definition())
```
I get a list …
-
Price Waterhouse Coopers predicts that sharing personal health information beyond the
direct care of the patient will be a two billion dollar market over the next few years [1].
Many companies th…
-
I'm using Azure OpenAI for this in python:
```python
@lmql.query(model=llm, verbose=True)
def chain_of_thought():
'''lmql
# argmax
"Review: We had a great stay. Hiking in the mount…
-
### Installation Method
Docker Installation
### AzuraCast Release Channel
Rolling Release Channel
### Current AzuraCast Version
#6ac9447
### What happened?
Since the last updates …
-
1. Encrypt Payload via AES
```
AES/CBC/PKCS5Padding mode: encryption
AES/CBC/PKCS5Padding key Base64:OlLzwi7W/N5b9pamwCyecw==
AES/CBC/PKCS5Padding key Hex:3a52f3c22ed6fcde5bf696a6c02c9e73
AES/C…
-
The new(ish) JPype import hook (added in #224) is a neat trick to allow us to declare Java imports in a Pythonic way rather than using string based package access (e.g. ``from java.utils import Object…
-
### Game or games this happens in
ULJM-05637
### What area of the game
During the battle the character chosen in cheat mode is all white, does anyone know what the texture error would be, and what …
-
(en français pour faciliter la discussion)
Cas d'usage: l'utilisateur a un (ou plusieurs ?) RoR pour un établissement ou labo
Le works-finder propose (dans un premier temps impose ?) une recherc…
-
Just realized that some documents we scrape have a different file hash even though they represent the same document.
If our intention is not to redownload the same document, this is one problem, bu…