代码搜索:Making

找到约 2,505 项符合「Making」的源代码

代码结果 2,505
www.eeworm.com/read/477426/6734836

txt readme.txt

Hi ALL ! This is instruction for making national language support for yampp-7 player with Nokia graphisc LCD. From firmware ver. 2.13 yampp support maximum of 20 national characters definition.
www.eeworm.com/read/403013/11523948

makefile

# executable files for this directory OBJECTS = use-handle.exe book.exe # tells make to use the file "..\MS_makefile_template", which # defines general rules for making .obj and .exe files inclu
www.eeworm.com/read/403013/11524125

makefile

# executable files for this directory OBJECTS = screen3.exe # tells make to use the file "..\MS_makefile_template", which # defines general rules for making .obj and .exe files include ..\MS_mak
www.eeworm.com/read/345593/11806624

pas unit1.pas

{: The fire special effect basic sample. If you look at the code you won't see anything fancy. The FireFX is a dynamic special effect (driven by a cadencer). Making use of it means two th
www.eeworm.com/read/340903/12125843

cpp wcpattern.cpp

/** From the author (Jeff Stuart) " Let me start by saying this file is pretty big. If you feel up to it, you can try making changes yourself, but you would be better off to just email me
www.eeworm.com/read/340903/12125850

cpp pattern.cpp

/** From the author (Jeff Stuart) " Let me start by saying this file is pretty big. If you feel up to it, you can try making changes yourself, but you would be better off to just email me
www.eeworm.com/read/253602/12210094

txt pavuk digest authentication buffer overflow remote.txt

/* * exploit for pavuk web spider - infamous42md AT hotpop DOT com * * shouts to mitakeet, skullandcircle, and thanks to matt murphy for making me * realize a n00bish mistake i made. *
www.eeworm.com/read/253533/12216580

txt 17.7.txt

Listing 17.7 Making Asynchronous Web Method Calls private void btnGo_Click(object sender, System.EventArgs e) { localhost.LotteryNumberGenerator gen = new localhost.LotteryNumberGenerator(); gen.
www.eeworm.com/read/339483/12230861

lib hash.lib

# Hash: # Hash function library # Author: Mariusz Gniazdowski <mgniazd-at-gmail.com> # Date: 2005-04-07 # Functions making emulating hashes in Bash a little less painful. # Limitations: #
www.eeworm.com/read/252553/12275626

makefile

# Makefile for Fishnet JAVAC = javac FLAGS = -nowarn -g JAVA_FILES = $(wildcard lib/*.java) $(wildcard proj/*.java) .PHONY = all clean all: $(JAVA_FILES) @echo 'Making all...' @$(JAVAC)