Name | Host group | Dates & times | Link | Location | Phone | |
---|---|---|---|---|---|---|
TransView | Hudson Pride Connections Center | weekly Tuesday from 6:00-8:00pm | http://hudsonpride.org/event/transview-trans-support/2016-03-29/ | 32 Jones Street Jersey City, NJ | [email protected] | |
Trans and Gender Non Conforming Support Group | Brooklyn Community Pride Center | weekly Thursday 8:00-9:00pm | http://lgbtbrooklyn.org/programs/ | 4 MetroTech Center, Brooklyn, New York 11201 | [email protected] | |
a few groups | The Center | Wednesday of first full week 7:30pm | eg https://gaycenter.org/calendar?cdt=5%2f4%2f2016&cgid=4&ceid=3557&cerid=23630 | 208 W 13 St New York, NY 10011 | ? | 212.620.7310 |
TrueSelves | Price Center of NJ | 1st Monday, 7:30–9:30pm and 3rd Sunday, 4:00–6:00PM | http://www.pridecenter.org/group/trueselves/ | 85 Raritan Ave., Suite 100 , Highland Park, NJ | [email protected] |
My macbook finally went kaput so I've decided to get an XPS 13" and run ubuntu on it. Ubuntu is nice and it mostly works well out of the box but there's a few things I've had to tweak and they're collected here.
I had a difficult time installing ubuntu at all because the way the BIOS is set up, the machine boots from a live disk before the SSD is ever mounted. Dell has the instructions for how to fix this:
Users should go to the system BIOS (F2 on boot up) and change the SATA setting to ACHI. Should the drive still not be seen after this change. Users should then follow the instructions below.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 multiprocessing | |
list_of_inputs = [0, 1, 2, 3] | |
def calculate_function(ind_input): | |
return ind_input**2 | |
results = [] | |
####### as a for loop (option 1, not parallel) |
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
target | |
+ | |
+ | |
+ | |
+ | |
blah | |
+ | |
+ | |
+ | |
+ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer