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
Verifying that +bjoern23 is my blockchain ID. https://onename.com/bjoern23 |
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
# Simple PoSH script to access http://gitignore.io/ | |
# Usage: get-gitignore type [type]* | |
(New-Object System.Net.WebClient).DownloadString("http://gitignore.io/api/" + [string]::Join(",", [string[]]$args)) |
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
namespace Botomata.Xna | |
{ | |
using System; | |
using System.Globalization; | |
using System.Runtime.InteropServices; | |
using Microsoft.Xna.Framework; | |
using Microsoft.Xna.Framework.Graphics; | |
/// <summary> | |
/// The glyph batch class provides methods and properties to render batches |
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
; | |
; cl.exe /Od (no optimization) | |
; | |
; float f = 0; | |
fldz | |
fstp DWORD PTR _f$[ebp] | |
$LN2@wmain: | |
; while (f != f + 1) { | |
fld DWORD PTR _f$[ebp] |