Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meus objetivos do ano</title>
<link rel="stylesheet" href="style.css">
</head>
#config-version=FGT81F-7.2.11-FW-build1740-250210:opmode=0:vdom=0:user=admin
#conf_file_ver=6890708092353120
#buildno=1740
#global_vdom=1
config system global
set alias "FortiGate-81F"
set gui-auto-upgrade-setup-warning disable
set gui-certificates enable
set gui-device-latitude "30.062630"
set gui-device-longitude "31.249670"
############################################################################################################
# Example: Using Invoke-RestMethod to interact with a chat model API
############################################################################################################
$body = @{
model = "llama3.1"
prompt = "Who invented PowerShell and why?"
} | ConvertTo-Json -Depth 10 -Compress
# Send the POST request and save the response to a variable
$response_initial = Invoke-RestMethod -Uri "http://localhost:11434/api/generate" -Method Post -ContentType "application/json" -Body $body
#EXTM3U
#EXTINF:-1,USA A&E UHD
http://supersonictv.live:8080/065684/509231/22040
#EXTINF:-1,USA ABC WPLG UHD
http://supersonictv.live:8080/065684/509231/22041
#EXTINF:-1,USA AMC UHD
http://supersonictv.live:8080/065684/509231/22042
#EXTINF:-1,USA: ADULT SWIM
http://supersonictv.live:8080/065684/509231/22043
#EXTINF:-1,USA American Heroes
{
"name": "PortalTokenTEST",
"symbol": "PORT",
"description": "Test token"
}
@Tofel
Tofel / config.json3005003775
Created April 22, 2025 12:11
Workflow configuration
{"feed_id":"0x018e16c39e0003200000000000000000","url":"http://host.docker.internal:8171/fake/api/price","consumer_address":"0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE","write_target_name":"write_geth-testnet@1.0.0"}
@Tofel
Tofel / binary.wasm.br.b64
Created April 22, 2025 12:11
Compiled workflow WASM binary
This file has been truncated, but you can view the full file.
@cabiamdos
cabiamdos / gist:cbe8feaa3a289ef9ffb84f78a2877be3
Created April 22, 2025 12:11
powershell script for backing up your android apk files
# Get list of installed packages with file paths
$packages = adb shell pm list packages -f
# Loop through each line
foreach ($line in $packages) {
# Extract APK path and package name
if ($line -match "package:(.+\.apk)=(.+)") {
$apkPath = $matches[1]
$packageName = $matches[2]
@yumik11122
yumik11122 / README.md
Last active April 22, 2025 12:31
Expense Management System (Python) – CIS-591 Final Project, Spring 2023

Expense Management System (Python) – CIS-591 Final Project, Spring 2023

This is a private repository for my final project in CIS-591: Introduction to Software Development, part of the MCIT program at the University of Pennsylvania.

Overview

The project implements a command-line expense management system using Python. It allows users to read, categorize, and export personal expense records from structured text files. The system emphasizes robustness and clarity in input validation, exception handling, and output formatting.

Features

@carlos-mad
carlos-mad / odoo.conf
Created April 22, 2025 12:11
crear modulo odoo
./odoo-bin scaffold my_module ~/src/odoo-addons/