- Head over to trystack.org then join the facebook group to get your invite.
- When you get the
(Somebody) approved your request to join the group TryStacknotification, go login to trystack (clicklogin using facebookand approve with facebook). - Click the
Security Groupstab, clickEdit Rules, and add a couple rules:- imcp, from port: -1, to port: -1, cidr: 0.0.0.0/0
- tcp, from port: 22, to port: 22, cidr: your.ip.address.here/32
- Click the
Keypairstab, then clickAdd New Keypair, name ittrystack. A file will download to your computer. - Click the
Imagestab, then clickLaunchnext to one of the images. Fill out the form and make sure to selecttrystackas yourKey Nameand includedefaultin theSecurity Groups. Clicklaunch instance. Note the IP address you are assigned.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| import pydicom | |
| import os | |
| import traceback | |
| def extract_dicom_headers(input_file_path, output_file_path): | |
| try: | |
| # Read the DICOM file | |
| ds = pydicom.dcmread(input_file_path) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../topeka-elements/category-icons.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Responsive Youtube Video Player | |
| http://vignesh.tk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if ( bp_has_members() ) : ?> | |
| <div class="pagination"> | |
| <div class="pag-count" id="member-dir-count"> | |
| <?php bp_members_pagination_count() ?> | |
| </div> | |
| <div class="pagination-links" id="member-dir-pag"> | |
| <?php bp_members_pagination_links() ?> |