Skip to content

Instantly share code, notes, and snippets.

View elkarrde's full-sized avatar
🚛
⋋_⋌

Neven Falica elkarrde

🚛
⋋_⋌
View GitHub Profile
@elkarrde
elkarrde / upravni sudovi.lst
Created March 26, 2019 09:08
Popis upravnih sudova u RH
Upravni sud u Osijeku
Upravni sud u Rijeci
Upravni sud u Splitu
Upravni sud u Zagrebu
@elkarrde
elkarrde / index.android.ts
Last active January 23, 2023 13:19
Fix for double "Add new card" button in NativeScript Stripe
export class StripeStandardPaymentSession {
// all the code...
constructor(_page: Page, public customerSession: StripeStandardCustomerSession, amount: number, public currency: string, public listener: StripeStandardPaymentListener, prefilledAddress?: Address) {
let builder = StripeStandardConfig.shared.nativeBuilder;
// ...
const allowPaymentMethodTypes = new java.util.ArrayList();
// Added HashSet, to keep the list unique
const allowPaymentMethodTypesSet = new java.util.HashSet();
@elkarrde
elkarrde / README.md
Created December 17, 2023 22:07 — forked from dergachev/README.md
rule-of-thirds bookmarklet

rule-of-thirds bookmarklet that overlays a rule-of-thirds style grid over all images on a page.

To get the bookmarklet, visit http://bl.ocks.org/4331769

Bookmarklet Development Notes

Do the following to be able to use the "RuleOfThirds-localhost" development version of the bookmarklet: