Skip to content

Instantly share code, notes, and snippets.

View creativedrewy's full-sized avatar

Andrew Watson creativedrewy

View GitHub Profile
@creativedrewy
creativedrewy / CustomDatePicker.kt
Last active April 15, 2022 12:45 — forked from izmajlowiczl/CustomDatePicker.java
Date/Time Picker fix for ScrollView - Kotlin
package com.myproject.myapp.myviews
import android.content.Context
import android.util.AttributeSet
import android.view.MotionEvent
import android.widget.DatePicker
/**
* Extended DatePicker to allow for year-selection scrolling within a scrollview
*/
@creativedrewy
creativedrewy / flashpolicy.xml
Created October 13, 2012 01:56 — forked from mattcg/flashpolicy.xml
A simple Flash socket policy server for NodeJS.
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd">
<!-- Policy file for xmlsocket://socks.example.com -->
<cross-domain-policy>
<!-- This is a master socket policy file -->
<!-- No other socket policies on the host will be permitted -->
<site-control permitted-cross-domain-policies="master-only"/>