- ✅ Full integration with Mimir's memory bank
- ✅ Graph functions enable multi-hop reasoning
| <? | |
| # MIT license, do whatever you want with it | |
| # | |
| # This is my invoice.php page which I use to make invoices that customers want, | |
| # with their address on it and which are easily printable. I love Stripe but | |
| # their invoices and receipts were too wild for my customers on Remote OK | |
| # | |
| require_once(__DIR__.'/../vendor/autoload.php'); |
| from decimal import Decimal | |
| def round_to_attractive_price( | |
| value, attractive_after_decimals=(0, 50, 95, 99) | |
| ): | |
| rounded = round(Decimal(value), 2) | |
| before_decimal, after_decimal = str(rounded).split('.') | |
| after_decimal = min( | |
| attractive_after_decimals, |
| # Run the last command as root | |
| sudo !! | |
| # Serve current directory tree at http://$HOSTNAME:8000/ | |
| python -m SimpleHTTPServer | |
| # Save a file you edited in vim without the needed permissions | |
| :w !sudo tee % | |
| # change to the previous working directory | |
| cd - | |
| # Runs previous command but replacing | |
| ^foo^bar |
| *@0-180.com | |
| *@0-420.com | |
| *@0-900.com | |
| *@0-aa.com | |
| *@0-mail.com | |
| *@0-z.xyz | |
| *@00-mail.com | |
| *@000476.com | |
| *@000invaliddomain.local | |
| *@001.igg.biz |
| package main | |
| import ( | |
| "fmt" | |
| "crypto" | |
| "crypto/rsa" | |
| "crypto/sha1" | |
| "crypto/x509" | |
| "encoding/base64" | |
| "encoding/pem" |
| // Package main is a sample macOS-app-bundling program to demonstrate how to | |
| // automate the process described in this tutorial: | |
| // | |
| // https://medium.com/@mattholt/packaging-a-go-application-for-macos-f7084b00f6b5 | |
| // | |
| // Bundling the .app is the first thing it does, and creating the DMG is the | |
| // second. Making the DMG is optional, and is only done if you provide | |
| // the template DMG file, which you have to create beforehand. | |
| // | |
| // Example use: |
| // | |
| // NSWindow+Fade.swift | |
| // BH Bezel Notification | |
| // | |
| // Created by Ben Leggiero on 2017-11-09. | |
| // Translated to Swift 4 from the original (ObjC): https://gist.github.com/indragiek/1397050 | |
| // Copyright © 2017 Ben Leggiero. All rights reserved. | |
| // | |
| import Foundation |
| class ExmpleFragment : Fragment(), View.OnClickListener { | |
| override fun onCreateView(inflater: LayoutInflater?, container: ViewGroup?, savedInstanceState: Bundle?): View? { | |
| val view: View = inflater!!.inflate(R.layout.fragment, container, false) | |
| val btn: Button = view.find(R.id.button2) | |
| btn.setOnClickListener(this) | |
| return view | |
| } |
Zvanična klijentska aplikacija Poreske uprave se može preuzeti sa njihove stranice.
U pitanju je Java aplikacija koja dolazi sa posebno priređenom distribucijom Oracle Java radnog okruženja. Aplikacija podržava samo Microsoft Windows operativni sistem i sertifikatima u Personals skladištu pristupa kroz Microsoft CryptoAPI koji poziva operacije na pametnoj kartici ili tokenu posredstvom midlvera.
Sertifikaciono telo Pošte korisnicima nudi SafeSign midlver, osim u verziji za Windows i u verziji za GNU/Linux i macOS operativne sisteme. Midlver isporučuje prateću aplikaciju za upravljanje karticom/tokenom i PKCS#11 biblioteku. Programi poput jSignPDF, Adobe Reader ili LibreOffice mogu da učitaju ovu biblioteku i omoguće korisniku elektronsko potpisivanje dokumenata.
Elektronsko potpisivanje se koristi i na portalu ePorezi Poreske uprave, posredstvom pomenute klijentske aplikacije.