Skip to content

Instantly share code, notes, and snippets.

@pisarukv
pisarukv / read.go
Last active May 21, 2024 08:08
read.go
package docker
import (
"context"
"io"
"github.com/ory/dockertest"
"github.com/ory/dockertest/docker"
)
@pisarukv
pisarukv / cali488
Created July 5, 2018 10:49
cali488 witness
go dev
using System;
using System.IO;
namespace Rename
{
class MainClass
{
static DirectoryInfo d = new DirectoryInfo(Directory.GetCurrentDirectory());
static FileInfo[] Files = d.GetFiles("*.png");
Xamarin Studio
Version 5.7 (build 660)
Xamarin.iOS
Version: 8.6.0.41 (Enterprise Edition)
#1 ViewRenderer Problem
//.... Dont work correctly. When happenning dispose ViewRendere can't find control and throw NullReferenceException
override void OnElementChanged(ElementChangedEventArgs<View> e)
{
base.OnElementChanged(e);
using System;
using System.Collections.Generic;
using MonoTouch.Dialog;
using System.Xml;
namespace testTask
{
public class XmlParser
{
/**
* Created with IntelliJ IDEA.
* User: Вадим
* Date: 12.10.13
* Time: 17:58
* To change this template use File | Settings | File Templates.
*/
public class main {
public static void main (String[] args){