import os import sys def find_file(root_dir, type): dirs_pool = [root_dir] dest_pool = [] def scan_dir(directory): entries = os.walk(directory) for root, dirs, files in entries: dirs_pool.extend([os.path.join(root, dir_entry) for dir_entry in dirs])…
You wanna look at a JVM class while you are coding and you cannot. Here is the solution. First of all, download your related JDK source code files unless you already have it. In general, source code is included in the JavaSE bundle and located under…
特色 迅捷是一个功能强大的C/C++源代码分析软件.可以处理数百万行的源程序代码.支持标准及K&R风格的C/C++.对每一个打开的源代码工程,通过建立一个包含丰富交叉引用关系的数据库,显示其所含的各种信息:所有的源文件.所有的头文件.所有的代码文件.词汇索引.索引结果.文件包含关系.宏定义.数据结构和函数定义.可扩展的函数定义.函数调用关系.分文件夹的定义目录.构造层次.诊断性输出等.仅须按一键就可以非常方便地扩展各种类型的定义和调用关系.所有这些结合起来帮助用户快速地阅读.理解.研究和维护关键…
拿到一堆纯代码,怎么去Create Project,设置Include路径,lib路径,要不要Pre-compile技术,配置Project之间的依赖关系. SourcesConverter  Base on source file. 哎,VS工具不熟,还真不太容易啊! 由于我有现成的win7 build环境,有dirs, sources这些文件,WDK8之前用WDK自带的build.exe,所以基本流程是写好dirs,sources,xx.inc这些文件,在WDK的cmd里敲buid xxxx…
转载自:http://ganeshtiwaridotcomdotnp.blogspot.com/2011/12/sound-audio-file-player-in-java-working.html Sound (audio file) player in java - working source code example import java.io.File; import java.io.IOException; import javax.sound.sampled.AudioForm…
Source Code Pro - 最佳的免费编程字体之一!来自 Adobe 公司的开源等宽字体下载     每一位程序员都有一套自己喜爱的代码编辑器与编程字体,譬如我们之前就推荐过一款"神器"级别的代码编辑器 Sublime Text 2,而今天我们则推荐一款相当不错的编程字体 -- Source Code Pro! Source Code Pro 是由大名鼎鼎的 Adobe 公司发布的一款开源且完全免费的等宽编程字体,它非常适合用于阅读代码,支持 Linux.Mac OS X 和…
The Robotics Library is an open source C++ library for robot kinematics, motion planning and control. The official website provides a Windows installer. But it's release only and has no debug information. To better debug into the library, we need to…
Download any version source code of Windows Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases Downdload Wix ToolSet from http://wix.codeplex.com/releases/view/115492 and install it to let your VS supports Wix component. Build \W…
The default class viewer doesn't decompile the class file so you cannot open and check the source code, you may down third part App to do that while it is not convenient for debugging. The JAD plugin unable you open it directly in Eclipse. you just f…
收藏一些经典的源码,持续更新!!! 1.深度学习框架(Deep Learning Framework). A:Caffe (Convolutional Architecture for Fast Feature Embedding)Convolutional 由伯克利大学Yangqing Jia Ph.D开发的开源深度学习的代码. Homepage:http://caffe.berkeleyvision.org/ Paper:Caffe: Convolutional Architecture f…
========================ASP.NET MVC 4============================ ASP.NET MVC 4 source code download[官方] 修改后的ASP.NET MVC 4相关工程文件下载 解压源文件, 然后用笔者修改后的工程文件替换对应文件(直接替换就行). ASP.NET MVC 4 build前请先运行build RestorePackages C:\Codes\ASP.NET MVC 4>build RestoreP…
转载于:http://www.kawa.net/works/js/xml/objtree-try-e.html // ======================================================================== // XML.ObjTree -- XML source code from/to JavaScript object like E4X // ==============================================…
CairoSVG - Convert SVG to PNG or PDF - Contents User Documentation Author Guillaume Ayoub Date 2011-02-13 This document is a short description for installing and using CairoSVG. Edit this page Installation Dependencies CairoSVG Command-Line Usage Des…
Artistic Style 1.15.3 A Free , Fast and Small Automatic Formatterfor C , C++ , C# , Java Source Codes by Tal Davidson, Israel (E-mail: davidsont@bigfoot.com) Main home Page http://sourceforge.net Project Page http://www.sourceforge.net/projects/astyl…
最近开始痛定思痛,研究cakephp的源码. 成长的路上从来没有捷径,没有小聪明. 只有傻傻的努力,你才能听到到成长的声音. 下面这篇文章虽然过时了,但是还是可以看到作者的精神,仿佛与作者隔着时空的交流,这就是阅读的意义所在吧 :) ============================================================= 原文: http://debuggable.com/posts/learning-from-the-cakephp-source-code-p…
1.Best Free Hacking E-Books 2017 In PDF Format: 电子书籍下载地址 后续我会更新在我的百度云资源 上,需要的留言Black Belt Hacking & Complete Hacking BookHackers High School 13 Complete Hacking EbooksPenetration Testing With Backtrack 5A Beginners Guide To Hacking Computer SystemsBl…
Artistic Style - Index http://astyle.sourceforge.net/ Artistic Style 3.1 A Free, Fast, and Small Automatic Formatterfor C, C++, C++/CLI, Objective‑C, C#, and Java Source Code Project Page: http://astyle.sourceforge.net/ SourceForge: http://sourceforg…
http://www.tuicool.com/articles/v6j2Ab Snort is by far the most popular open-source network intrusion detection and prevention system (IDS/IPS) for Linux. Snort can conduct detailed traffic analysis, including protocol analysis, packet content search…
/* The Quest Operating System * Copyright (C) 2005-2010 Richard West, Boston University * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar…
不废话,直接上代码, 先看截图use pictures;…
C#调试含有源代码的动态链接库遇见there is no source code available for the current location提示时的解决方案: 1.首先试最常规的方法:Clean and then rebuild solution,但是没有解决 2.进入Tools>Options,选择Debugging>General 却掉 Enable address-level debugging 选项,在去掉 Require source files to exactly ma…
jekens安装完成后,在配置中Source Code Management没有Git的选项,只有none,搞了大半天,一直安装插件报错,网上找的各种文章均未能解决我的问题,多次尝试后终于解决了这个问题,来个成功后的截图: 操作步骤如下: 1.清空jekens安装目录下的plugins,默认为C:\Program Files (x86)\Jenkins\plugins.需要在重启jekens的时候才能删掉之前下载过的 2.修改更新站点为:https://updates.jenkins.io/up…
DevExpress 是一个比较有名的界面控件套件,提供了一系列优秀的界面控件.这篇文章将展示如何在拥有源代码的情况下,对 DevExpress 的程序集进行重新编译. 特别提示:重编译后,已安装好的 DevExpress Demo 项目都将无法正常运行,需要将 Demo 也进行重编译操作后,方可恢复正常,新手请注意. 系统必备 Windows 7 SP1 以上操作系统 Visual Studio 2010 SP1 .Net Framework 4.5 [ 下载 .Net Framework 4…
DevExpress 是一个比较有名的界面控件套件,提供了一系列优秀的界面控件.这篇文章将展示如何在拥有源代码的情况下,对 DevExpress 的程序集进行重新编译. 特别提示:重编译后,已安装好的 DevExpress Demo 项目都将无法正常运行,需要将 Demo 也进行重编译操作后,方可恢复正常,新手请注意. 系统必备 Windows 7 SP1 以上操作系统 Visual Studio 2010 SP1 .Net Framework 4.5 [ 下载 .Net Framework 4…
Defining the Encoding Python will default to ASCII as standard encoding if no other encoding hints are given. To define a source code encoding, a magic comment must be placed into the source files either as first or second line in the file, such as:…
Not counting obtaining the source code, and once you have the prerequisites satisfied, [Windows] users can build from source code in 5 easy steps. Prerequisites – Install & ensure they are in the $PATH: CMake <-- Download C++ compiler <-- Visual…
一.JDK source code 命令行中: sudo apt-get install openjdk-7-source 下好的jdk源码在 Linux 在目录 usr/lib/jvm/openjdk-7/src.zip Windows在目录  C:\Program Files\Java\jdk1.6.0_20\src.zip In Eclipse, select Windows -> Preferences -> Java -> Installed JREs , expands rt…
Many text editors have advanced find (and replace) features. When I’m programming, I like to use an editor with regular expression search and replace. This feature is allows one to find text based on complex patterns rather than based just on literal…
How to compile and install Linux Kernel 5.1.2 from source code Compiling a custom kernel has its advantages and disadvantages. However, new Linux user/admin find it difficult to compile Linux kernel. Compiling kernel needs to understand few things an…
A Darkroom by doublespeakgames <!DOCTYPE html> <html itemscope itemtype="https://schema.org/CreativeWork"> <head> <meta charset="UTF-8"/> <!-- A Dark Room (v1.4) ================== A minimalist text adventure…