代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/229304/14345962

h testquickcam.h

/* * Logitech QuickCam Express Video Camera driver * * tiny test program * * (C) Copyright 2001 Nikolas Zimmermann */ #include static int device_fd; static
www.eeworm.com/read/222576/14685260

java dayserver.java

import java.util.Date; import java.io.*; import java.net.*; /** * Tiny socket server for the Unix 'daytime' protocol. */ public class Dayserver { public static void main(String[] arg
www.eeworm.com/read/212337/15159446

java log.java

package jeex.tiny; import java.io.*; /** * Compile error log. */ class Log { static PrintStream out = System.out; static void setOut(PrintStream out) { Log.out = out; } /**
www.eeworm.com/read/206419/15295585

svn-base mystop.c.svn-base

/* * mystop.c - Another handy routine for testing your tiny shell * * usage: mystop * Sleeps for seconds and sends SIGTSTP to itself. * */ #include #include #inclu
www.eeworm.com/read/206419/15295600

svn-base myint.c.svn-base

/* * myint.c - Another handy routine for testing your tiny shell * * usage: myint * Sleeps for seconds and sends SIGINT to itself. * */ #include #include #include
www.eeworm.com/read/206419/15295610

c mystop.c

/* * mystop.c - Another handy routine for testing your tiny shell * * usage: mystop * Sleeps for seconds and sends SIGTSTP to itself. * */ #include #include #inclu
www.eeworm.com/read/206419/15295623

c myint.c

/* * myint.c - Another handy routine for testing your tiny shell * * usage: myint * Sleeps for seconds and sends SIGINT to itself. * */ #include #include #include
www.eeworm.com/read/229403/4756716

in config.in

config BR2_PACKAGE_UDHCP bool "udhcp" default n help An embedded dhcp server/client package that strives to be fully functional, RFC compliant, and really tiny. http://udhcp.busybox.net/
www.eeworm.com/read/221464/4828279

v2 jamfile.v2

# Regression test status reporting tools build Jamfile exe process_jam_log : ../process_jam_log.cpp ../detail/tiny_xml.cpp ../../../libs/filesystem/build//boost_filesystem : : r
www.eeworm.com/read/342639/3230625

js template.js

// Import external list url javascript var url = tinyMCE.getParam("template_external_list_url"); if (url != null) { // Fix relative if (url.charAt(0) != '/' && url.indexOf('://') == -1) url = tiny