代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/213767/4912391
rb sparklines.rb
require 'RMagick'
require 'mathn'
=begin rdoc
A library (in Ruby!) for generating sparklines.
Can be used to write to a file or make a web service with Rails or other Ruby CGI apps.
Idea and much
www.eeworm.com/read/198324/5087980
java i18n.java
package org.dspace.core;
import java.util.Locale;
import java.util.ResourceBundle;
/**
* Utility class for internationalisation of message generating code. The
* message(String, Class) and getMes
www.eeworm.com/read/190346/5183952
py gen_base.py
#
# gen_base.py -- infrastructure for generating makefiles, dependencies, etc.
#
import os
import sys
import string
import glob
import re
import fileinput
import ConfigParser
import getv
www.eeworm.com/read/187434/5220933
pl webindex.pl
#!/usr/bin/perl
# webindex, a world wide web directory generating program
# Copyright (C) 1997 Larry Doolittle
#
# This program is free software; you can redistribute it and/o
www.eeworm.com/read/162614/5526348
f90 func_derived_3.f90
! { dg-do run }
! This tests the "virtual fix" for PR19561, where pointers to derived
! types were not generating correct code. This testcase is based on
! the original PR example. This example not
www.eeworm.com/read/347220/3174374
pl webindex.pl
#!/usr/bin/perl
# webindex, a world wide web directory generating program
# Copyright (C) 1997 Larry Doolittle
#
# This program is free software; you can redistribute it and/o
www.eeworm.com/read/343231/3223749
bas parser.bas
Attribute VB_Name = "parser"
'
' This file contains routines for parsing IP packets and generating
' human readable text. Note that a parser for every protocol is not
' provided. We parse only t
www.eeworm.com/read/338354/3318548
bas parser.bas
Attribute VB_Name = "parser"
'
' This file contains routines for parsing IP packets and generating
' human readable text. Note that a parser for every protocol is not
' provided. We parse only t
www.eeworm.com/read/334125/3374633
pl mkproto.pl
#!/usr/bin/perl
# Simple script for generating prototypes for C functions
# Written by Jelmer Vernooij
# based on the original mkproto.sh by Andrew Tridgell
use strict;
# don't use warnings module a