Skip to content

Instantly share code, notes, and snippets.

View khaosans's full-sized avatar
🚙
Working

SourC khaosans

🚙
Working
View GitHub Profile
did:3:kjzl6cwe1jw14a0httmuesti8o04sxsnb1njh9evprqit7rzyamujajnscwsc42
@khaosans
khaosans / README.md
Created December 15, 2021 22:37 — forked from MrCelticFox/README.md
An updated and improved auto-sell script for TownStar

Improved TownStar Auto-Sell Script

Disclaimer

At the time of writing scripts are allowed to be used with TownStar, as long as they don't do anything that breaks the game, but double check what the rules say to be sure: https://support.gala.games/town-star-rules

Use at your own risk, I have tested this and am satisfied it is free of bugs, but I am not responsible for any loss incurred by others that arose from using this script.

Now for the fun stuff...

 

This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreiavz66hrb2fvgjwubqa7hjhbaehn2qpbaqh5krsthv4iwlh4yrznm ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@khaosans
khaosans / keybase.md.
Last active August 3, 2020 06:26
keybase.md.
### Keybase proof
I hereby claim:
* I am khaosans on github.
* I am sourc (https://keybase.io/sourc) on keybase.
* I have a public key ASD3hMlt69cOnMz03B-EKVVcjaI4BsTUKoSajwgAWLWW_wo
To claim this, I am signing this object:
```json
{
"body": {
"key": {
{
"ADDRESS1": {
"visibility": "REQUIRED",
"text": "Street Address",
"placeHolderText": "555 Davis St.",
"canonNode": "ADDRESS",
"canonField": "ADDRESS1",
"type": "TEXT"
},
"ADDRESS2": {
{
"pages": [
{
"title": "Business Info",
"scope": "LOAN",
"questions": [
{
"questionLibrary": "BUSINESS_NAME"
},
{
def main(args):
# parse arguments using optparse or argparse or what have you
print(args)
if __name__ == '__main__':
import sys
main(sys.argv[1:])
Copyright © 2013 Bart Massey
Revision 0: 1 October 2013
This specification describes the "universal sequence" command sequ. The sequ command is a backward-compatible set of extensions to the UNIX [seq](http://www.gnu.org/software/coreutils/manual/html_node/seq-invocation.html) command. There are many implementations of seq out there: this specification is built on the seq supplied with GNU Coreutils version 8.21.
The seq command emits a monotonically increasing sequence of numbers. It is most commonly used in shell scripting:
TOTAL=0
for i in `seq 1 10`
package rationals
import java.math.BigInteger
val ZERO = Rational(0.toBigInteger(), 1.toBigInteger())
fun main(args: Array<String>) {
-(1 divBy 2)
#include <iostream>
using namespace std;
class Square;
class Rectangle {
int width, height;
public: