Skip to content

Instantly share code, notes, and snippets.

{"token":"760188b793815c8e2.6059527704|r=ap-southeast-1|meta=7|meta_height=325|metabgclr=%23ffffff|metaiconclr=%23757575|mainbgclr=%23ffffff|maintxtclr=%231B1B1B|guitextcolor=%23747474|lang=en|pk=B7D8911C-5CC8-A9A3-35B0-554ACEE604DA|at=40|ag=101|cdn_url=https%3A%2F%2Fclient-api.arkoselabs.com%2Fcdn%2Ffc|surl=https%3A%2F%2Fclient-api.arkoselabs.com|smurl=https%3A%2F%2Fclient-api.arkoselabs.com%2Fcdn%2Ffc%2Fassets%2Fstyle-manager","challenge_url":"","challenge_url_sri":null,"challenge_url_cdn":"https://client-api.arkoselabs.com/cdn/fc/assets/ec-game-core/bootstrap/1.31.3/standard/game_core_bootstrap.js","challenge_url_cdn_sri":"sha384-4RUcl5GWvX9e4Ns9/9mUxRZGlhgtv4gN9+N781o+J4ZBYk1iX2MXUfGsb2fcp5/0","noscript":"Disable","inject_script_integrity":null,"inject_script_url":null,"mbio":true,"tbio":true,"kbio":true,"styles":[{"name":"base","theme":"base","iframeWidth":null,"iframeHeight":null,"style":{"id":"d4d2089c-dc9a-47c7-a4c2-3ee2ae0887f8","sriHash":"sha384-R2AJo9e6Awokif7Z/Z6/P4Lmf04SClvkL4vhJiI4jKZ0D8m8qnzGmD

Plan quản lý vốn & tâm lý chốt non – tham lam

Volume: 1k = 23tr5 Target (max 10%) Loss (max 2%)
Ngày 100$ 20$
Tháng (mặc định 20 ngày làm việc) 2000$ 400$
Quý (= 3 tháng x 3 số liệu tháng) 6000$ 1200$
Năm (= 4 quý x 4 số liệu quý) 24k$ 4k8$

Chúng ta cùng làm một bài toán tâm lý về việc phân bổ vốn để thẩm định tâm lý chốt non và tham lam nha anh em.

@lang315
lang315 / encrypt.cs
Created December 6, 2023 02:53 — forked from huoshan12345/encrypt.cs
Instagram enc_password generator in C#
// Packages need to be installed:
// Sodium.Core
// System.Security.Cryptography.Algorithms
// The values of publicKey,keyId,version are from shared_data.
// You need to call https://www.instagram.com/data/shared_data/ to get shared_data first
public static string GenerateEncPassword(string password, string publicKey, string keyId, string version)
{
var time = DateTime.UtcNow.ToTimestamp(); // Unix timestamp
var keyBytes = publicKey.HexToBytes(); // Convert a hex string to a byte array
@lang315
lang315 / workerpool.go
Created December 27, 2019 15:13 — forked from linxGnu/workerpool.go
We will publish this code soon. This code is a worker pool power many products at LINE Corp. Please respect to the copyright.
// Copyright 2019 LINE Corporation
//
// LINE Corporation licenses this file to you under the Apache License,
// version 2.0 (the "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at:
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
@lang315
lang315 / cloudSettings
Last active July 14, 2020 03:44
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-14T03:44:39.402Z","extensionVersion":"v3.4.3"}