I hereby claim:
- I am briangordon on github.
- I am brian (https://keybase.io/brian) on keybase.
- I have a public key ASA8l7cfD9ar5ZcXq_MkGZCVjV9B9eo9l1dpQ5D4LsgOsAo
To claim this, I am signing this object:
| #include <iostream> | |
| #include <iomanip> | |
| #include <fstream> | |
| #include <sstream> | |
| #include <string> | |
| #include <vector> | |
| #include <unordered_map> | |
| #include <sys/time.h> | |
| // We specify the total number of systems explicitly so that we can initialize data structures before reading in the whole csv file. |
| CHEATENGINE `êcžö áÏ Ð|¤ö generic unknown error KÊžö Px¤ö ¤ö P~¤ö |¤ö °|¤ö Ð|¤ö iostream iostream stream error KÊžö Px¤ö 0¤ö ~¤ö `|¤ö °|¤ö Ð|¤ö system invalid string position string too long specularPowers bool aiEditable.actionSettings.taunt.tauntMinInterval float * aiConstants.physics.clipMask.shotClip probability int maxLookAngles idVec2 weaponVars.burstWaitTime int swapParticle float bool float onSprinting * idAngles int staticSpecularVector idDeclParticle bool aiEditable.movement.usesSmoothAnimSearch int aiEditable.targeting.spottedMax idVec3 specularScales bool aiEditable.actionSettings.taunt.tauntMaxInterval float int aiConstants.physics.clipMask.ikClip int minIdleTime int howLongToHold idVec2 weaponVars.randomness destroyParticle float bool onShooting int additiveBlendLight * idDeclParticle bool aiEditable.movement.usesSmoothAnimCombat * aiEditable.ta |
| while($true) { | |
| Get-Process | ? {$_.StartTime -gt (Get-Date).AddMinutes(-1)} | Select-Object ProcessName,Description,Path >> out.txt | |
| sleep 0.01 | |
| } |
| Ape his behaviors | |
| Badger her about | |
| Bat your eyelids | |
| Bear fruit | |
| Buck the system | |
| Buffalo him into | |
| Bug him about | |
| Carp about | |
| Chicken out | |
| Clam up |
| case class HalfLife(lowerBoundHours: BigDecimal, upperBoundHours: BigDecimal, meanHours: BigDecimal) | |
| def computeMean(lowerBoundHours: BigDecimal, upperBoundHours: BigDecimal): BigDecimal = { | |
| // TODO linear interpolation is terrible here. These are exponential quantities. | |
| (lowerBoundHours + upperBoundHours) / 2 | |
| } | |
| // Hack to get pureconfig to create instances of HalfLife without an explicit mean-hours value. | |
| import com.typesafe.config.{ConfigObject, ConfigValueFactory} | |
| import pureconfig.ConfigReader |
| package cellfactory | |
| import javafx.application.Application | |
| import javafx.collections.FXCollections | |
| import javafx.scene.control.ListView | |
| import javafx.scene.layout.StackPane | |
| import javafx.scene.{Scene, control => jfxsc} | |
| import javafx.stage.Stage | |
| import javafx.util.Callback |
| ***************************************************************************************************************************** | |
| Introduction | |
| The code review workflow that I prefer is to check out a feature branch, then `reset --soft` to move the branch HEAD to | |
| just before the changes. That way I still have all of the changes in my working copy, and those exact changes are staged | |
| for commit. My IDE will highlight the changed lines right in the editor and let me click the gutter to view a quick diff. | |
| This is incredibly useful. But problems arise when develop has been merged into a running PR, bringing along a whole bunch | |
| of other unrelated changes that have already been reviewed. I don't want all of those other changes to be highlighted in | |
| my IDE, but I do want them in my working copy. |
I hereby claim:
To claim this, I am signing this object:
| dtrace -n 'syscall::open*:entry /strstr(copyinstr(arg0), "Chrome/Default") != NULL/ { printf("%s %s",execname,copyinstr(arg0)); }' > chrome-accessors |
| { | |
| "\UF729" = moveToBeginningOfParagraph:; // home | |
| "\UF72B" = moveToEndOfParagraph:; // end | |
| "$\UF729" = moveToBeginningOfParagraphAndModifySelection:; // shift-home | |
| "$\UF72B" = moveToEndOfParagraphAndModifySelection:; // shift-end | |
| "^\UF729" = moveToBeginningOfDocument:; // ctrl-home | |
| "^\UF72B" = moveToEndOfDocument:; // ctrl-end | |
| "^$\UF729" = moveToBeginningOfDocumentAndModifySelection:; // ctrl-shift-home | |
| "^$\UF72B" = moveToEndOfDocumentAndModifySelection:; // ctrl-shift-end | |
| } |