Skip to content

Instantly share code, notes, and snippets.

View aoisensi's full-sized avatar
🔪
pep me aub

aoisensi aoisensi

🔪
pep me aub
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using System.Net.Sockets;
using System.IO;
class Program
{
const string OUTPUT = (string)Extensions.Null;
static void Main(string[] args) { }
}
class Extensions
{
public const Extensions Null = null;
const string s = "255,0,0:0,255,0;0,0,255:255,255,255";
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Reflection;
using EulerProject;
namespace Problem0011
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
namespace gyawinzo
{
using System;
using System.Collections.Generic;
using System.Linq;
namespace Prime
{
static class Prime
{
static List<ulong> primes = new List<ulong> { (long)2, (long)3 };
@aoisensi
aoisensi / Program.cs
Last active December 24, 2015 10:29
fish g(3)
using System;
namespace Fish
{
class Program
{
static void Main(string[] args)
{
object fish = new Func_g(3);
int i;
using System;
using System.Numerics;
class Program
{
private static BigInteger fib(int n)
{
Func<BigInteger, BigInteger, int, BigInteger> fn = null;
fn = (x, y, i) => (i > 0 ? fn(y, x + y, i - 1) : y);
return fn(new BigInteger(1), new BigInteger(0), n);
アカウント乗っ取られた可能性が高いので、パスワードリセット後、当該のDMを削除し、
全てのアカウント連携を取り消しました
御迷惑おかけいたしました
また、自分が送信したDMがまだ残っているという方は絶対に見ないようお願い致します
package main
import "code.google.com/p/go-tour/pic"
func Pic(dx, dy int) [][]uint8 {
pic := make([][]uint8, dy)
for y := range pic {
pic[y] = make([]uint8, dx)
for x := range pic[y] {
pic[y][x] = uint8(x ^ y)
import math
f = open('country_roads1.wav','wb')
binary = ''.join(map(chr,[0x52, 0x49, 0x46, 0x46, 0x34, 0xb1, 0x02, 0x00, 0x57, 0x41, 0x56, 0x45, 0x66, 0x6d, 0x74, 0x20, 0x10, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x44, 0xac, 0x00, 0x00, 0x44, 0xac, 0x00, 0x00, 0x01, 0x00, 0x08, 0x00, 0x64, 0x61, 0x74, 0x61]))
x = 0.0
data = ''
for key in [-1,-1,1,1] + [3]*12 + \
[3,1,-1,-1] + [1]*12 + \
[3,3,1,1] + [-1]*12 + \