Skip to content

Instantly share code, notes, and snippets.

@p-r-t
p-r-t / bottom_sheet.dart
Created April 7, 2020 18:30 — forked from slightfoot/bottom_sheet.dart
Modal Bottom Sheet with Input Fields fix for Flutter (Fix issue with overlap with keyboard and fix for tapping to dismiss)
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
@p-r-t
p-r-t / TapOnCanvas.dart
Last active March 21, 2020 17:13 — forked from sma/example.dart
A flutter example demonstrating a custom painter drawing selectable rects
class RectsExample extends StatefulWidget {
@override
_RectsExampleState createState() => _RectsExampleState();
}
class _RectsExampleState extends State<RectsExample> {
int _index = -1;
@override
Widget build(BuildContext context) {
#!/usr/bin/env python
#!/usr/bin/env python
import scraperwiki
import requests
import lxml.html
import lxml.etree
import string
import md5
@p-r-t
p-r-t / resnet3d.ipynb
Created August 11, 2019 09:13 — forked from jcreinhold/resnet3d.ipynb
3d resnet for nifti images in fastai
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@p-r-t
p-r-t / 3dconv.ipynb
Created August 10, 2019 06:14 — forked from jcreinhold/3dconv.ipynb
test 3d network with Learner class in fastai
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.