git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| /* | |
| * The MIT License | |
| * Copyright (c) 2016 Techcable | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy | |
| * of this software and associated documentation files (the "Software"), to deal | |
| * in the Software without restriction, including without limitation the rights | |
| * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| * copies of the Software, and to permit persons to whom the Software is | |
| * furnished to do so, subject to the following conditions: |
| // Tested with Xamarin.UITest V1.3.7; | |
| using System; | |
| using Xamarin.UITest; | |
| namespace {APPNAMEHERE}.UITests | |
| { | |
| /// <summary> | |
| /// This extension class extends the <see cref="IApp"/> interface to add extension methods for selecting values from the default Date/Time pickers in iOS and Android. | |
| /// </summary> | |
| public static class AppPickerExtensions |
| import android.content.Context; | |
| import android.util.AttributeSet; | |
| import android.view.View; | |
| import android.widget.AdapterView; | |
| /** | |
| * Used this to differentiate between user selected and prorammatically selected | |
| * Call {@link Spinner#programmaticallySetPosition} to use this feature. | |
| * Created by vedant on 6/1/15. |
| DNG 1.4 Parser | |
| This tutorial describes how to build the Adobe DNG SDK on Linux. | |
| It generates the dng_validate C++ program that can parse any DNG images, a bit like a "Hello world" for DNG image processing. | |
| Adobe DNG SDK 1.4 | |
| XMP SDK | |
| DNG SDK | |
| dcraw issue | |
| Compatibility issue |