I hereby claim:
- I am vertexclique on github.
- I am vertexclique (https://keybase.io/vertexclique) on keybase.
- I have a public key whose fingerprint is 334E 336D CEE3 1C3A 6E61 0B54 D20F 2F5E 6DFD 6F11
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
;; ========== CODE AID ========== | |
;; Company mode | |
(add-hook 'after-init-hook 'global-company-mode) | |
(global-set-key (kbd "C-s-SPC") 'company-complete) | |
;; Auto complete mode | |
;; (global-auto-complete-mode t) | |
;; Semantics and Navigation | |
(semantic-mode 1) |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ | |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ | |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ | |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ | |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ | |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ | |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ | |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ | |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ | |
߿㣿߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ ߿㋿ |
// | |
// main.c | |
// skyjack | |
// | |
// Created by Mahmut Bulut on 23/11/14. | |
// Copyright (c) 2014 Mahmut Bulut. All rights reserved. | |
// | |
// Disable ASLR: | |
// echo 0 > /proc/sys/kernel/randomize_va_space | |
// |
Lillian Schwartz (considered a pioneer of computer-mediated art) | |
Sophie Wilson (builder of instruction set of the ARM processor) | |
Grace Murray Hopper (builder of cobol, first compiler for a computer programming language) | |
Joyce Reynolds (RFC writer) | |
Ginny Strazisar (First gateway) | |
Kay McNulty } | |
Betty Snyder } | |
Marlyn Wescoff } Eniac | |
Ruth Lichterman } Programmers | |
Betty Jennings } |
2c2 | |
< # qmake configuration for building with arm-xilinx-linux-gnueabi-g++ | |
--- | |
> # qmake configuration for building with arm-none-linux-gnueabi-g++ | |
11,14c11,14 | |
< QMAKE_CC = arm-xilinx-linux-gnueabi-gcc | |
< QMAKE_CXX = arm-xilinx-linux-gnueabi-g++ | |
< QMAKE_LINK = arm-xilinx-linux-gnueabi-g++ | |
< QMAKE_LINK_SHLIB = arm-xilinx-linux-gnueabi-g++ | |
--- |
{ | |
"color_scheme": "Packages/Sail Color Scheme/Sail.tmTheme", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"tab_size": 4, | |
"theme": "Watson.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
// needed for dll use | |
using System.Runtime.InteropServices; | |