valloric.github.io
YouCompleteMe by Valloric
http://valloric.github.io/YouCompleteMe
A code-completion engine for Vim. Project maintained by Valloric. Hosted on GitHub Pages Theme by mattgraham. Semantic Completion for Other Languages. Writing New Semantic Completers. Refactoring and FixIt Commands. Contributor Code of Conduct. YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim. It has several completion engines:. An identifier-based engine that works with every programming language,. Based completion engine for Python 2 and 3 (using the JediHTTP. When the ...
technomag.bmstu.ru
Наука и Образование: научно-техническое издание: Новая модификация метода анализа кодов программ на основе резюме для тестирования сложных программных комплексов
http://technomag.bmstu.ru/doc/793227.html
050200 Машиностроение и машиноведение. 050700 Авиационная и ракетно-космическая техника. 051100 Приборостроение, метрология и информационно-измерительные приборы и системы. 051300 Информатика, вычислительная техника и управление. Общие проблемы инженерного образования. Инженер в современной России. Математика и математическое моделирование. Машины и установки: проектирование, разработка и эксплуатация. Технологии инженерных и информационных систем. Научное издание МГТУ им. Н.Э. Баумана. 08, август 2015.
llvm.linuxfoundation.org
Demo - LLVMLinux
http://llvm.linuxfoundation.org/index.php/Demo
Who wouldn't want a penguin with dragon wings? Here is a short movie showing a Clang compiled Linux Kernel booting on an X86 64 based laptop. Rapsberry Pi running clang compiled kernel. Retrieved from " http:/ llvm.linuxfoundation.org/index.php? The Linux Foundation is a non-profit consortium dedicated to the growth of Linux. More about the foundation. How do I get Involved? Join the Linux Foundation. Follow us on Twitter. Linux Foundation Facebook Page. Linux Foundation LinkedIn Group.
graph-tool.skewed.de
Download - graph-tool: Efficent network analysis with python
https://graph-tool.skewed.de/download
Graph-tool is released under the GPLv3. For general installation instructions, please see the included INSTALL file. Graph-tool-2.18.tar.bz2. Graph-tool was tested extensively only on GNU/Linux. And MacOS X systems, but should also be usable on other systems where the below requirements are met. A C 14 compiler ( GCC. Version 5 or above, or clang. Version 3.4 or above). Libraries, version 1.54 or above. Version 2.7, 3 or above. Python module, version 1.7 or above. Memory requirements for compilation.
uint32t.blogspot.com
sizeof(uint32t): A walk through a cool code generation trick from Clang
http://uint32t.blogspot.com/2014/10/a-walk-through-cool-code-generation.html
Dodheim reads only four blogs. This is one of them. Thursday, 30 October 2014. A walk through a cool code generation trick from Clang. If you don't know, Clang. Is an open source C, C , Objective-C and Objective-C front-end for the LLVM compiler. Clang/LLVM contributors are probably some of the brightest software engineers you'll come across so there is always something to learn. Take a look at LLVM. To see the kinds of things people are working on. Just in the last week:. New intrinsics for the LLVM IR.
llvm.linuxfoundation.org
Quick Start Guide - LLVMLinux
http://llvm.linuxfoundation.org/index.php/Quick_Start_Guide
Who wouldn't want a penguin with dragon wings? I Want More Information About This Build System. The code in this project provides an Automated Build Framework. Which builds all the Clang/LLVM, the Linux kernel (with appropriate patches) and testing framework (where possible). The testing framework (for supported targets) uses QEMU and LTP to run test cases. They are currently both built with GCC instead of LLVM unless Clang is the default system compiler. The LLVMLinux code is in a git repo. Sudo apt-get...
iamleeg.blogspot.com
iamleeg: May 2010
http://iamleeg.blogspot.com/2010_05_01_archive.html
Darwin, Mac OS X, Cocoa, OpenStep, NeXTSTEP. Mac security. All the things you expect from a tech blog, including complaints about the temperature of my coffee. Wednesday, May 12, 2010. LLVM projects you may not be aware of. All Mac and iPhone OS developers must by now be familiar with LLVM. The modular C/ObjC/C lexer/parser that can be used as an LLVM front-end, or as a library for providing static analysis, refactoring and other code comprehension facilities. And of course MacRuby. Cool It's a "symbolic...