-> % http POST https://api.aidungeon.io/users [email protected] password=xxxxx
HTTP/1.1 200 OK
Connection: keep-alive
Content-Encoding: gzip
Content-Type: application/json; charset=utf-8
Date: Wed, 18 Dec 2019 09:03:49 GMT
ETag: W/"166-LlQXL0ICoRcyyTc4MbdOF/IuhQA"
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 asyncio | |
import openai | |
import datetime | |
from typing import List | |
from dataclasses import dataclass, field | |
from datetime import datetime | |
import json |
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
class Main { | |
public static void main(String[] args) { | |
System.out.println("hello world"); | |
Triangle lab = new Triangle("simple", 3, 4); | |
System.out.println(lab); | |
lab.printStyle(); | |
} | |
} |
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
package net.rymate.irc.parser; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.List; | |
/** | |
* Port of the WinIRC parser to Java | |
* | |
* Created by rymate1234 on 15/08/2016. |
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
---------------------------------------------------------------------------------------------------------------------------------------------------- | |
--Super Mario Bros. | |
--Neural Network Learning | |
--by Michael Roberts | |
--06/2015 | |
-- | |
--Use with FCEUX v2.2.2 | |
---------------------------------------------------------------------------------------------------------------------------------------------------- |
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
------------------ | |
System Information | |
------------------ | |
Time of this report: 1/20/2015, 10:00:55 | |
Machine name: LCCA24286 | |
Operating System: Windows 7 Enterprise 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.140303-2144) | |
Language: English (Regional Setting: English) | |
System Manufacturer: OEGStone | |
System Model: DG41RQ | |
BIOS: BIOS Date: 02/08/08 17:50:03 Ver: 08.00.10 |
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
package net.rymate.rymatenotes2; | |
/** | |
* Created by Ryan on 01/01/2015. | |
*/ | |
public class Note { | |
private int id; | |
private String title; | |
private String content; |
This file has been truncated, but you can view the full file.
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
[ | |
{ | |
"text": "\u003cp\u003eLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui.\u003c/p\u003e\n\n\u003cp\u003eEtiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit |
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"?> | |
<ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="?attr/colorPrimary" > | |
<item | |
android:bottom="7dp" | |
android:left="10dp" | |
android:right="10dp" | |
android:top="5dp"> | |
<shape android:shape="rectangle"> | |
<solid android:color="@color/card_white" | |
android:alpha="?android:attr/disabledAlpha"/> |
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
<html> | |
<head><title>Testing</title></head> | |
<body style="font-family: 'Segoe UI';"> | |
<?php | |
// this will read a 3 column csv file and spew it onto a web page | |
$myfile = fopen ("people.csv", "r"); | |
?> | |
<table style="border-style: solid; border-width: 1px;" > | |
<?php |
NewerOlder