Skip to content

Instantly share code, notes, and snippets.

View fleetimee's full-sized avatar

Shionne Imeris fleetimee

View GitHub Profile
@fleetimee
fleetimee / install.md
Created August 4, 2025 03:24 — forked from burkeholland/install.md
Beast Mode Ultra Lite for Horizon Beta

Beast Mode Ultra Lite for Horizon Beta

Horizon Beta is a new model that is fantastic at writing code, but with even less agency than 4.1 (if that's even possible). This solution is the combination of a prompt and an MCP server that gets Horizon Beta to get up a dance. It's a bit hacky, but promising. I need your help getting it to a final state. Please leave your comments, thoughts, experiments below.

Install

  1. Get an OpenRouter API key. Add it to VS Code under the model drop down in "Configure Models". Select "Horizon Beta".

  2. First, add the Confirm MCP server to VS Code...

@fleetimee
fleetimee / CrossOver.sh
Created July 8, 2025 09:10 — forked from santaklouse/CrossOver.sh
unlimited CrossOver trial (MacOS)
#!/usr/bin/env bash
# checck if pidof exists
PIDOF="$(which pidof)"
# and if not - install it
(test "${PIDOF}" && test -f "${PIDOF}") || brew install pidof
# find app in default paths
CO_PWD=~/Applications/CrossOver.app/Contents/MacOS
test -d "${CO_PWD}" || CO_PWD=/Applications/CrossOver.app/Contents/MacOS

1. Kapankah distribusi Bernoulli, Binom, dan Poisson digunakan?

  • Distribusi Bernoulli digunakan untuk percobaan tunggal yang hanya memiliki dua hasil: sukses atau gagal. Contoh: melempar koin (kepala atau ekor), ujian lulus/tidak.
  • Distribusi Binomial digunakan untuk menghitung probabilitas jumlah sukses dalam n percobaan independen dengan probabilitas sukses tetap (p). Contoh: jumlah produk cacat dalam 10 produksi, jumlah kepala dalam 5 lemparan koin.
  • Distribusi Poisson digunakan untuk menghitung probabilitas jumlah kejadian langka dalam interval waktu atau ruang tertentu. Contoh: jumlah email masuk per jam, jumlah kecelakaan di jalan per bulan.

2. Syarat-syarat kejadian Bernoulli

  • Dua hasil: Setiap percobaan hanya memiliki dua hasil, yaitu sukses (X=1) atau gagal (X=0).
  • Probabilitas tetap: Probabilitas sukses (p) dan gagal (q = 1-p) tidak berubah selama percobaan.
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,URL,Latency,IdleTime,Connect
1714750571694,74,HTTP Request,200,OK,Thread Group 1-1,text,true,,1581,116,1,1,https://jkt48pm.my.id/,74,0,43
1714750571804,66,HTTP Request,200,OK,Thread Group 1-2,text,true,,1581,116,1,1,https://jkt48pm.my.id/,66,0,43
1714750571910,63,HTTP Request,200,OK,Thread Group 1-3,text,true,,1581,116,1,1,https://jkt48pm.my.id/,63,0,41
1714750571999,78,HTTP Request,200,OK,Thread Group 1-4,text,true,,1581,116,1,1,https://jkt48pm.my.id/,78,0,40
1714750572096,75,HTTP Request,200,OK,Thread Group 1-5,text,true,,1581,116,1,1,https://jkt48pm.my.id/,75,0,49
1714750572204,72,HTTP Request,200,OK,Thread Group 1-6,text,true,,1581,116,1,1,https://jkt48pm.my.id/,72,0,49
1714750572298,66,HTTP Request,200,OK,Thread Group 1-7,text,true,,1581,116,1,1,https://jkt48pm.my.id/,66,0,42
1714750572406,61,HTTP Request,200,OK,Thread Group 1-8,text,true,,1581,116,1,1,https://jkt48pm.my.i
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// Interface for ERC20 token
interface ERC20 {
// Transfer tokens to a specified address
function transfer(address recipient, uint256 amount) external returns (bool);
// Get the balance of a specific address
function balanceOf(address account) external view returns (uint256);
name: Fleetime Flutter CI/CD Configuration
# Command ini digunakan untuk mentrigger workflow ini menggunakan
# event push tag pada branch master
on:
push:
tags:
- "*.*.*" # on every version tag will build a new android artifact example: v3.1.2+6
jobs:
build:
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
}
}
def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
@fleetimee
fleetimee / build.yml
Created November 15, 2022 22:26
Workflows Flutter Fleetime
name: Fleetime Flutter CI/CD Configuration
# Command ini digunakan untuk mentrigger workflow ini menggunakan
# event push tag pada branch master
on:
push:
tags:
- "v*.*.*" # on every version tag will build a new android artifact.
jobs:
build:
@fleetimee
fleetimee / flutter-android-cd.yml
Created November 15, 2022 02:24 — forked from vinicioslc/flutter-android-cd.yml
Build flutter releases in github actions for production only android for while.
# This is a basic workflow to help you get started with Actions
name: CD Internal-Lane
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
tags:
- "internal-v*.*.*" # on every version tag will build a new android artifact example: v3.1.2+6
jobs:
@fleetimee
fleetimee / a
Created October 15, 2022 11:30
a