Skip to content

Instantly share code, notes, and snippets.

View seanlynch's full-sized avatar
🙃

Sean Lynch seanlynch

🙃
View GitHub Profile
Good morning.
Do not mind on my illiteracy, I am from Iran.We loaded mine malware onto your OS.Now I stole all individual data from your device. Moreover I received a little bit more compromising.The most interesting compromising that I received- its a video with your wanking.I put deleterious soft on a porn web site and after you loaded it. The moment you decided with the video and clicked on a play button, my malicious software at once adjusted on your Operating System.
After downloading, your camera shoot the videotape with you self-abusing, additionally malware captured exactly the video you chose. In next few days my virus grabbed all your social media and email contacts.
If you want to delete all the compromising evidence- send me 780 euro in Bitcoins.
I provide you my Bitcoin address - 3ACaWLUdAN7B2uSVqFaJFuRy9JiUWci52T
You have 20 h. to go after reading. When I receive transaction I will eliminate the evidence in perpetuity. Otherwise I will send the record to all your friends.
let grid = 40;
let lastrand = 0;
function setup() {
createCanvas(400, 400);
ellipseMode(CORNER);
}
function seed(x) {
lastrand = x;
Faulting application name: chipmachine.exe, version: 0.0.0.0, time stamp: 0x00000000
Faulting module name: libstdc++-6.dll, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0x40000015
Fault offset: 0x0001f9bd
Faulting process id: 0x132c
Faulting application start time: 0x01d3f9b922a56f00
Faulting application path: C:\Users\slynch\Desktop\chipmachine\chipmachine.exe
Faulting module path: C:\Users\slynch\Desktop\chipmachine\libstdc++-6.dll
Report Id: d3a72f29-c4ed-4c9f-9f83-431a68028781
Faulting package full name:
#!/usr/bin/env python3
import random
def truth():
return random.randrange(3) == 2
# A, B and C toot the truth with a probability of 1/3 and lie with a probability of 2/3.
# A makes a toot and B toots an observation on whether or not A was tooting the truth or not. C toots that B confirmed A was truthful.
# What is the actual probability that A's toot was truthful?

Keybase proof

I hereby claim:

  • I am seanlynch on github.
  • I am seanlynch (https://keybase.io/seanlynch) on keybase.
  • I have a public key ASCa3FoWW_JgGLn4TbcmEAKGkM_FuMY07iXpcvykow6OwAo

To claim this, I am signing this object:

The following NEW packages will be installed:
keditbookmarks kio kio-audiocd kwayland-data kwayland-integration libaribb24-0
libbasicusageenvironment1 libcddb2 libdbusmenu-qt5-2 libdvbpsi10 libebml4v5 libfam0 libgroupsock8
libhfstospell9 libkf5archive5 libkf5attica5 libkf5auth-data libkf5auth5 libkf5bookmarks-data
libkf5bookmarks5 libkf5cddb5 libkf5codecs-data libkf5codecs5 libkf5compactdisc5 libkf5completion-data
libkf5completion5 libkf5config-bin libkf5config-data libkf5configcore5 libkf5configgui5
libkf5configwidgets-data libkf5configwidgets5 libkf5coreaddons-data libkf5coreaddons5 libkf5crash5
libkf5dbusaddons-bin libkf5dbusaddons-data libkf5dbusaddons5 libkf5doctools5 libkf5globalaccel-bin
libkf5globalaccel-data libkf5globalaccel5 libkf5globalaccelprivate5 libkf5guiaddons5 libkf5i18n-data
libkf5i18n5 libkf5iconthemes-bin libkf5iconthemes-data libkf5iconthemes5 libkf5idletime5
diff -aur Beignet-1.1.1-Source/utests/builtin_acos_asin.cpp Beignet-1.1.1-Source.new/utests/builtin_ac
os_asin.cpp
--- Beignet-1.1.1-Source/utests/builtin_acos_asin.cpp 2015-09-18 00:01:08.000000000 -0700
+++ Beignet-1.1.1-Source.new/utests/builtin_acos_asin.cpp 2016-03-08 22:48:14.862878670 -0800
@@ -59,10 +59,10 @@
{
index_cur = k * max_function + i;
#if udebug
- if (isinf(cpu_data[index_cur]) && !isinf(gpu_data[index_cur])){
+ if (std::isinf(cpu_data[index_cur]) && !std::isinf(gpu_data[index_cur])){
Number of platforms 1
Platform Name Intel Gen OCL Driver
Platform Vendor Intel
Platform Version OpenCL 1.2 beignet 1.2 (git-ad86ed3)
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_global_int32_base_atomics cl_khr_global_int32
_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addr
essable_store cl_khr_image2d_from_buffer cl_khr_spir cl_khr_icd cl_intel_accelerator cl_intel_motion_e
stimation
Platform Extensions function suffix Intel
import sys
from OpenGL.arrays import vbo
from OpenGL.GL import *
from OpenGL.GLU import *
from OpenGL.GLUT import *
import pyopencl as cl
from pyopencl.tools import get_gl_sharing_context_properties
import sys
from pynoise.noisemodule import *
from pynoise.noiseutil import *
from pynoise.colors import Color
rmf = RidgedMulti()
billow = Billow(frequency=2.0)
flatten = ScaleBias(source0=billow, scale=0.125, bias=-0.75)
terrain_pick = Perlin(frequency=0.5, persistence=0.25)