Skip to content

Instantly share code, notes, and snippets.

View classicvalues's full-sized avatar
🥇
Automating Python! Working Chatbot @ gemini-chatbot-mocha-three.vercel.app

Classic Values classicvalues

🥇
Automating Python! Working Chatbot @ gemini-chatbot-mocha-three.vercel.app
View GitHub Profile

Master

"Knowledge is powerful, be careful how you use it!"

A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.

@classicvalues
classicvalues / AccountService.java
Created September 7, 2021 07:07 — forked from Amrsatrio/AccountService.java
some epic/fortnite endpoints
package com.tb24.fn.network;
import com.google.gson.JsonObject;
import com.tb24.fn.model.account.*;
import retrofit2.Call;
import retrofit2.http.*;
import java.util.List;
import java.util.Map;
@classicvalues
classicvalues / adb.log
Created August 27, 2021 01:12 — forked from Scrxtchy/adb.log
twtich pubsub topics
10-18 15:24:35.608 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["user-subscribe-events-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.613 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["whispers.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.868 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["presence.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.869 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["friendship.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.871 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["chatrooms-user-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.956 18746 18927 E twitch-scratch-send: webs

Marina Abramovic is starting an interdisciplinary performance and education center.

She needs $600,000 to complete this project, so she's raising the money with a Kickstarter.

In the midst of the Kickstarter campaign there is an interesting reward:

THE EXERCISES: MUTUAL GAZE WITH MARINA ABRAMOVIC. Marina will perform the Abramovic Method eye gazing exercise with you via webcam. You may document this experience in any way you’d like and opt to include it in MAI digital archives. PLUS Neuroscience Exclusives, OMA / MAI Digital Design Package, Abramovic Method Exclusives, access to ALL $25 live stream exercises / live events, MAI 101 Lecture and Digital Booklet, MAI Founder (WALL FOUNDER), and Digital MAI rewards.

In order to help Marina meet her goal, and to explore all the possibilities of this exercise, I would like to arrange a "Mutual Gaze" session around one or more of the following constructed situations:

@classicvalues
classicvalues / hello_world.rb
Created August 21, 2021 03:54 — forked from therabidbanana/hello_world.rb
An extremely convoluted hello world
#!/usr/bin/env ruby
require 'yaml'
# Prints out the string "Hello World!" in
# an extremely convoluted way involving
# method_missing magic, dynamic method calls,
# some metaprogramming, completely useless comments,
# the DATA block, yaml, and Sesame Street.
#
# This hello world brought to you by the letter Q.
@classicvalues
classicvalues / github_desktop_ubuntu.sh
Created August 14, 2021 21:31 — forked from berkorbay/github_desktop_ubuntu.md
To install Github Desktop for Ubuntu
#sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb
#sudo gdebi GitHubDesktop-linux-2.1.0-linux1.deb
# UPDATE (2021-03-05): Thanks to PaoloRanzi81's comment, the updated code is as follows https://gist.github.com/PaoloRanzi81
sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
### Uncomment below line if you have not installed gdebi-core before
# sudo apt-get install gdebi-core
sudo gdebi GitHubDesktop-linux-2.6.3-linux1.deb
@classicvalues
classicvalues / TermuxArchSetup2020.md
Created July 26, 2021 19:16 — forked from RebelLion420/TermuxArchSetup2024.md
How to set up Arch Linux in Termux on Android

So, to get started you need to get the base OS installed using the instructions from the official docs .

$ pkg update

$ pkg install bsdtar wget proot tergent tmux openssh

Tmux is a multiplexer that lets you run multiple persistent windows and sessions on a single terminal. I had trouble getting it working in the Arch proot, so a workaround is configuring tmux from your host Termux and then creating a tmux session and starting the chroot from there. For more information on using tmux read this article, and to learn how to customize the appearance and behaviors more try this one as well as looking at the tmux-plugins Github organization for community-built add-ons.

$ termux-setup-storage

@classicvalues
classicvalues / 21.cpp
Last active July 15, 2021 04:11 — forked from dillmo/12.cpp
Solutions for C++ Problem Set 3
/* Problem Set 3 Question 21 Solution by Dillon Morse
* --------------------------------------------------
* Write a program that displays the following menu:
*
* Geometry Calculator
*
* 1. Calculate the Area of a Circle
* 2. Calculate the Area of a Rectangle
* 3. Calculate the Area of a Triangle
* 4. Quit
@classicvalues
classicvalues / index.html
Created May 2, 2021 21:39
Twist Landing Page Header Concept
<!-- inspired by egghead.io, a great source for front-end dev tutorial videos -->
<header>
<nav class="navigation navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img class="brand img-responsive" alt="Brand" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/827672/t%20logo.png">
</a>
<a href="#"><p id="menuTextLeft" class="navbar-text navbar-left">Browse</p></a>
<a href="#"><p id="menuTextLeft" class="navbar-text navbar-left">Blogs</p></a>