Skip to content

Instantly share code, notes, and snippets.

View yaakovgamliel's full-sized avatar
😀

Yaakov Gamliel yaakovgamliel

😀
View GitHub Profile
<rss version="2.0">
<channel>
<title>Kol Haloshon - Harav Nachum Partzovitz - 127054</title>
<link>https://www.kolhalashon.com/New/Shiurim.aspx?Lang=Idish&FID=127054&English=True&AudioOnly=True&RavID=1424&ShowCart=False&InCall=True</link>
<itunes:owner xmlns:itunes="kol-halashon">
<itunes:email>support@kolhl.com</itunes:email>
<itunes:name>קול הלשון</itunes:name>
</itunes:owner>
<description>Kol Haloshon - Harav Nachum Partzovitz - 127054</description>
<category>Shiurey Torah</category>
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDa480jyE9NXCAIRhtDlPk1QU0FOqD9aA6SOxPWdzWrBnsrpYdEZJnds0XiYR2bUGMnB+rFCux9LHE+SL70tB148DoVfd/TWzShjLqXxhYlgg55zvxnSjZEmJFecPLgmMSqjPavAhPQNEHP2+6lE4kVVgiZ4w0MpxQUKCbfe54x0efoOliYKgGOEN2lAx9zLsYsuzatOjvBAIwj4gQ62eLh/hhkYPwBV3ym5FPGHcZYe1O0/gw8lAvGhm1COeFuJJOO35YaPTn3xSXJBYZyt5fn5KLl+OM1dCzCjAanKawYMZfr8Gb41B7icGOEr+rg4pvHrzGpsdraeSMsbNYKvEBz yaakov@yg
This is a test
<!DOCTYPE html>
<html>
<head>
<title>Chaim Galanzovsky</title>
</head>
<body>
<h1 style="text-align:center;">WELCOME</h1>
commit f4fef1f9a2ef48d7f35f4ce74a55f35610193293
Author: Yaakov Gamliel <yaakov@sunbit.com>
Date: Mon Nov 18 17:08:25 2019 +0200
TMP changes to gradle setup
diff --git a/app/build.gradle b/app/build.gradle
index b78df3d..343d758 100644
--- a/app/build.gradle
+++ b/app/build.gradle
//
// OverlayViewController.swift
// pos
//
//
import UIKit
import Core
import MicroBlink

This is the code called when the user presses a button to start scanning.

func presentScanner() {
    let t = viewModel.transaction
    guard let recognizerRunnerController = RecognizerProvider().cardSccannerController(transaction: t) else { return }

    self.navigationController?.pushViewController(recognizerRunnerController, animated: true)
 }
#Setup
tap "homebrew/cask"
tap "argoproj/tap"
tap "wallix/awless"
tap "drone/drone"
#Browsers
cask "firefox"
cask "google-chrome"
//When the user taps a button we call this function
func presentScanner() {
let t = viewModel.transaction
guard let recognizerRunnerController = RecognizerProvider().controller(transaction: t) else { return }
self.navigationController?.pushViewController(recognizerRunnerController, animated: true)
}
// The RecognizerProvider looks like this
//
// RecognizerProvider.swift
// pos
//
// Created by yaakov on 3/25/19.
//
import Foundation
import MicroBlink
import Core