stern-domain-at.pfx (optionally secured with passphrase)
Openssl needs to be installed
| # The following won't work as-is, I use '<>' to denote variables you need to replace, including a name so you can keep them straight! | |
| # A list of all of them, for searching follows. | |
| # app_directory | |
| # app_name | |
| # ssl_password | |
| # ssl_name | |
| #base machine is meant to contain IIS as well as asp/.net requirements | |
| FROM microsoft/aspnet | |
| #Expose port 443 to allow incoming traffic over the default HTTPS port |
| public class Directory { | |
| String name; | |
| String branch; | |
| boolean isHeader; | |
| public String getName() { | |
| return name; | |
| } | |
| public void setName(String name) { |
You can use this class to realize a simple sectioned RecyclerView.Adapter without changing your code.
The RecyclerView should use a LinearLayoutManager.
You can use this code also with the TwoWayView with the ListLayoutManager (https://github.com/lucasr/twoway-view)
This is a porting of the class SimpleSectionedListAdapter provided by Google
Example:
#Transform web.config on build
</Project>; v12.0 my change depending on your version of Visual Studio