Skip to content

Instantly share code, notes, and snippets.

View lprimeroo's full-sized avatar
💭
¯\_(ツ)_/¯

sarthak lprimeroo

💭
¯\_(ツ)_/¯
View GitHub Profile
➜ valgrind ./bfTest1
==69640== Memcheck, a memory error detector
==69640== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==69640== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==69640== Command: ./bfTest1
==69640==
==69640== Syscall param msg->desc.port.name points to uninitialised byte(s)
==69640== at 0x100A1EE76: mach_msg_trap (in /usr/lib/system/libsystem_kernel.dylib)
==69640== by 0x100A1E38F: mach_msg (in /usr/lib/system/libsystem_kernel.dylib)
==69640== by 0x100A17F3D: task_set_special_port (in /usr/lib/system/libsystem_kernel.dylib)
@lprimeroo
lprimeroo / designer.html
Last active August 29, 2015 14:14
designer
<link rel="import" href="../yt-video/yt-search-video.html">
<link rel="import" href="../core-menu-button/core-menu-button.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<polymer-element name="my-element">