Query:
{
authorById(id: 1) {
id
firstName
lastName
posts {
id
title
| // hostApp.swift | |
| // Main app (host app) | |
| /* | |
| // entitlements: | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>com.apple.developer.system-extension.install</key> | |
| <true/> |
| # https://colab.research.google.com/drive/1iUvsAFJ1hCD3qeSczQ7So6UYxWzrtiX5?usp=sharing | |
| # === Arrow Ballistics Simulation === | |
| # This script simulates the flight of an arrow, first without fletching (vanes), then with fletching. | |
| # It optimizes the launch angle to hit a target at 70m, logs all key parameters at each step, and plots the trajectory with fletching. | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| from scipy.optimize import minimize_scalar | |
| (async () => { | |
| const AUTH_TOKEN = "Replace with your token"; | |
| const OAI_CLIENT_VERSION = "Replace with your OAI_CLIENT"; | |
| const OAI_DEVICE_ID = "Replace with your OAI_DEVICE_ID"; | |
| // ==== Config ==== | |
| const API_BASE_URL = "https://chatgpt.com"; | |
| const PATH_CONVERSATIONS = "/backend-api/conversations"; |
| { | |
| "data": { | |
| "__type": { | |
| "name": "Title", | |
| "kind": "OBJECT", | |
| "fields": [ | |
| { | |
| "name": "aggregateRatingsBreakdown", | |
| "type": { | |
| "name": "AggregateRatingsBreakdown", |
Query:
{
authorById(id: 1) {
id
firstName
lastName
posts {
id
title
| input_device = "StadiaSWCC-c843" | |
| input_driver = "udev" | |
| input_enable_hotkey_btn = "12" | |
| input_r3_btn = "10" | |
| input_r_y_minus_axis = "-3" | |
| input_l_btn = "4" | |
| input_load_state_btn = "4" | |
| input_r_y_plus_axis = "+3" | |
| input_up_btn = "h0up" | |
| input_left_btn = "h0left" |
| # "/opt/retropie/configs/all/retroarch-joypads/DragonRise Inc. Generic USB Joystick .cfg" | |
| # Open config menu and enable analog controll | |
| input_device = "DragonRise Inc. Generic USB Joystick " | |
| input_driver = "udev" | |
| input_r_y_minus_axis = "-4" | |
| input_r_y_plus_axis = "+4" | |
| input_r_x_plus_axis = "+3" |
| # replase "echo" to rm -rf | |
| find ~/Library/Mail/ -name "*.*" -type f | grep "/Attachments/" | while read -r line; do echo "$line"; done |
| Preparing "Install Android SDK Build-Tools 34 v.34.0.0". | |
| Downloading https://dl.google.com/android/repository/build-tools_r34-macosx.zip | |
| "Install Android SDK Build-Tools 34 v.34.0.0" ready. | |
| Installing Android SDK Build-Tools 34 in /Users/<YOU_USER>/Library/Android/sdk/build-tools/34.0.0 | |
| Packages to install: - Android SDK Command-line Tools (latest) (cmdline-tools;latest) | |
| Preparing "Install Android SDK Command-line Tools (latest) v.11.0". | |
| Downloading https://dl.google.com/android/repository/commandlinetools-mac-10406996_latest.zip | |
| "Install Android SDK Command-line Tools (latest) v.11.0" ready. | |
| Installing Android SDK Command-line Tools (latest) in /Users/<YOU_USER>/Library/Android/sdk/cmdline-tools/latest |