Skip to content

Instantly share code, notes, and snippets.

View alxhub's full-sized avatar

Alex Rickabaugh alxhub

  • Google, Inc.
  • San Francisco, CA
View GitHub Profile
Current tableau:
DenseMatrix 3x5-Double
-1 -1 0 0 0
2 1 1 0 4
1 2 0 1 3
Entering variable: 0
Pivot row: 1
Current tableau:
DenseMatrix 3x5-Double
//Make sure we're using all available stuff
using System;
using UnityEngine;
namespace PraiseTheSun
{
//Inherit ModuleScienceExperiment stuff
public class SolarExperiment : ModuleScienceExperiment{
// Check if you're around the Sun, and check height from the Surface, then post the m
library main;
import 'dart:async';
void main() {
var zs = new ZoneSpecification(print: onPrint);
var zs2 = new ZoneSpecification(print: onPrint2);
var sc;
sc = new StreamController();
The 'astronomy' program at UT Is heavily partnered with the physics department. Astronomy is decently small, so not many students are accepted, which causes it to be decently prestigious. Also, the heavy partnership with the physics department, really makes most of the projects at UT's Astronomy department are exclusively astrophysics and spectroscopy problems. However, UT has a strong partnership with McDonald observatory, so some of the best observational data you can get, can be gotten within the department.
TL;DR Astronomy == Astrophysics, hard to get accepted, lots of groundbreaking research and unique coursework
userSearchTactic(req:UserSeachRequest, ctx: Context): Rx.Observable<UserSearch> {
return ctx
.localDataStore
.objectsByType(User) // Rx.Observable<User>
.filter((user: User) => user.matches(req))
.reduce((user: User, results: UserSearch) => results.users.push(user), new UserSearch());
}
../angular/modules/angular2/src/reflection/reflection_capabilities.ts(33,37): error TS7006: Parameter 'a4' implicitly has an 'any' type.
../angular/modules/angular2/src/reflection/reflection_capabilities.ts(33,41): error TS7006: Parameter 'a5' implicitly has an 'any' type.
../angular/modules/angular2/src/reflection/reflection_capabilities.ts(33,45): error TS7006: Parameter 'a6' implicitly has an 'any' type.
../angular/modules/angular2/src/reflection/reflection_capabilities.ts(33,49): error TS7006: Parameter 'a7' implicitly has an 'any' type.
../angular/modules/angular2/src/reflection/reflection_capabilities.ts(33,53): error TS7006: Parameter 'a8' implicitly has an 'any' type.
../angular/modules/angular2/src/reflection/reflection_capabilities.ts(33,57): error TS7006: Parameter 'a9' implicitly has an 'any' type.
../angular/modules/angular2/src/reflection/reflection_capabilities.ts(37,25): error TS7006: Parameter 'a1' implicitly has an 'any' type.
../angular/modules/angular2/src/reflection/reflection_capabilitie
/**
* A very minimal interface for a key-value store, designed as an abstraction
* layer over IndexedDB.
*/
interface Idb {
get(key: string): Object;
put(key: string, value: Object): boolean;
remove(key: string): boolean;
}
Cook macaronis
4 cups milk – heat in microwave
3 tbls butter – melt in pan
Whisk in about 4 tbls of cornstarch – try to make sure it doesn’t lump up on you
Immediately but slowly add warmed milk to the butter/cornstarch mix
Slowly heat on stove until thick
Add Cheese and melt cheese in milk mix
In pan, add cheese mix to macaronis
$ go run src/ksp/kraken/tool/*.go --input ~/Documents/persistent.sfs vessel list --type ship
[sh] Ike I
[sh] Dres Ranger
[sh] Jool Lander
[sh] Jool Return Capsule
[sh] Alris' Shipwreck
[sh] Raigh's Debris
$ go run src/ksp/kraken/tool/*.go --input ~/Documents/persistent.sfs vessel list --type debris
[db] Zoology Module Debris
[db] Zoology Module Debris
func TestNetworkChannel_ModeChange(t *testing.T) {
var wg sync.WaitGroup
tn, hubA := newTestNetwork(t, "hub.a", &wg)
hubB := hubA.NewLink("hub.b")
// Two clients
alpha := hubA.NewClient("alpha")
beta := hubB.NewClient("beta")
// Both join #test