Result:
found more than 1401 distributions - search limited to the first 2001 files matching your query ( run in 1.331 )


App-Chart

 view release on metacpan or  search on metacpan

lib/App/Chart/Database.pm  view on Meta::CPAN

Return true if C<$symbol> exists in the database.

=item App::Chart::Database->symbol_is_historical ($symbol)

Return true if C<$symbol> is marked as historical, meaning it's delisted, or
renamed, or whatever, but in any case is no longer actively trading.

=item C<< App::Chart::Database->symbol_name ($symbol) >>

Return the stock or commodity name for C<$symbol>, obtained from the
database.

 view all matches for this distribution


App-Cheats

 view release on metacpan or  search on metacpan

cheats.txt  view on Meta::CPAN


# Get ascii and characters in c code (DES)
printf("d:%d c:%c\n", 'A', 'A');

# Rename the oms trace files
ls -1 | perl -lpe '$o=$_; s/_[c0][a-z0-9]*_\d+//; rename $o => $_'

# Call C++/CPP function from C Step 1(OMS)
# Put code inside:
#ifdef __cplusplus
# // c++ code goes here

cheats.txt  view on Meta::CPAN

# Build updated perl image.
docker build -t my-perl .
docker run my-perl -E 'say $^V'

# Rename a docker container
docker container rename <CONTAINER_ID> my-perl-container

# Restart a container
docker container start -a my-perl-container


cheats.txt  view on Meta::CPAN


# Alter remote repository
git remote set-url origin <url>

# Git. Rename remote repository name
git remote rename origin github

# Do NOT ignore a particular file in git
!<file>
!/.gitignore

cheats.txt  view on Meta::CPAN


# Excel - Simple: Generate a blank xlsx file
perl -MExcel::Writer::XLSX -E "$wb = Excel::Writer::XLSX->new('my.xlsx'); $wb->close"

# Excel - Simple: Check for errors openning an excel file and write to a cell
# Also rename the worksheet
perl -MExcel::Writer::XLSX -E "$wb = Excel::Writer::XLSX->new('my.xlsx') or die qq($!\n); $ws = $wb->add_worksheet('my'); $ws->write('A1', 'Hello Excel'); $wb->close"

# Excel - Simple: Add a format to make a cell bold
perl -MExcel::Writer::XLSX -E "$wb = Excel::Writer::XLSX->new('my.xlsx') or die qq($!\n); $ws = $wb->add_worksheet('my'); $format = $wb->add_format; $format->set_bold; $ws->write(0, 0, 'Hello Excel', $format); $wb->close"

cheats.txt  view on Meta::CPAN

#############################################################
## SQLite3 Database
#############################################################

# Install sqlite on Unix (after in zipping the amalgamation file. make sure these 3 are present:
# shell.c, sqlite3.c, sqlite3.h). rename to a.out to sqlite3
# (database, sqlite3)
gcc shell.c sqlite3.c -lpthread -ldl

# View all the tables in a database (database, sqlite3)
sqlite3 my.db '.tables'

cheats.txt  view on Meta::CPAN

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=XAIR
# If file name is to be renamed, also probably need to update this class,
# (as is done now).
# Run:
#   xprop WM_CLASS      # WM_CLASS(STRING) = "X-AIR-Edit", "X-AIR-Edit"
StartupWMClass=X-AIR-Edit
Exec=/home/tim/git/xair/software/latest/RUN.sh

cheats.txt  view on Meta::CPAN

		and click Rename.
	- Change the DWORD name from HideBasedOnVelocityId to ShowBasedOnVelocityId,
		and press Enter.
#
# Hide option (undo the change):
	- rename the DWORD from from ShowBasedOnVelocityId to HideBasedOnVelocityId


#############################################################
## Windows - Variables
#############################################################

 view all matches for this distribution


App-CheckArchiveFilename

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

    site such as uunet.uu.net, or by allowing the Copyright Holder to include
    your modifications in the Standard Version of the Package.

    b) use the modified Package only within your corporation or organization.

    c) rename any non-standard executables so the names do not conflict
    with standard executables, which must also be provided, and provide
    a separate manual page for each non-standard executable that clearly
    documents how it differs from the Standard Version.

    d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-CheckDigitsUtils

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-CheckPerlReleaseFilename

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

    site such as uunet.uu.net, or by allowing the Copyright Holder to include
    your modifications in the Standard Version of the Package.

    b) use the modified Package only within your corporation or organization.

    c) rename any non-standard executables so the names do not conflict
    with standard executables, which must also be provided, and provide
    a separate manual page for each non-standard executable that clearly
    documents how it differs from the Standard Version.

    d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-ChemistryUtils

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-Chorus

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-ChromeUtils

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.007.1 2020-08-18  Released-By: PERLANCAR; Urgency: medium; Status: Cancelled

	- [ux] [cli ps-chrome] Make text output saner.

        - UPDATE 2020-08-18: rename release from 0.005 to 0.007.1 and cancel
          release (duplicate).


0.007   2020-06-13  Released-By: PERLANCAR; Urgency: medium

 view all matches for this distribution


App-ClipboardUtils

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

    site such as uunet.uu.net, or by allowing the Copyright Holder to include
    your modifications in the Standard Version of the Package.

    b) use the modified Package only within your corporation or organization.

    c) rename any non-standard executables so the names do not conflict
    with standard executables, which must also be provided, and provide
    a separate manual page for each non-standard executable that clearly
    documents how it differs from the Standard Version.

    d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-ClusterSSH

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- Move .csshrc to .csshrc.DISABLED since it should no longer be used
- Error emitted when adding a host via the "Hosts" drop-down (Debian bug ID #578208)
- Pastes uses a strange keyboard layout (Debian bug ID #364565)
- Cope with being invoked by 'clusterssh' (Debian bug ID #644368)
- Fix migration of .csshrc when not working as expected (Debian bug ID #673507)
- Remove doc references to 'always_tile' as renamed 'window_tiling' (Debian bug ID #697371)
- Updated manpage whatis entries (patch by Tony Mancill)
- Fix watch line expression to catch 4.x series tarballs (Debian patch LP ID #1076897)
- Allow tests to pass successfully when run as root
- Fix cssh starting if xterm is not installed (Sf bug 3494988)
- Set WM_CLASS on windows to 'cssh' (Sf bug 3187736)

 view all matches for this distribution


App-Cmd-Plugin-Prompt

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-Cmd

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

    site such as uunet.uu.net, or by allowing the Copyright Holder to include
    your modifications in the Standard Version of the Package.

    b) use the modified Package only within your corporation or organization.

    c) rename any non-standard executables so the names do not conflict
    with standard executables, which must also be provided, and provide
    a separate manual page for each non-standard executable that clearly
    documents how it differs from the Standard Version.

    d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-CmdDirs

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


# perl Makefile.PL (from git repo) copies 'cmddirs' -> 'bin/cmddirs'
if (-e 'cmddirs') {
    print STDERR "Generating bin/cmddirs from cmddirs\n";
    mkdir 'bin';
    rename 'cmddirs', 'bin/cmddirs';
}

use ExtUtils::MakeMaker;
WriteMakefile(
    NAME => 'App::CmdDirs',

 view all matches for this distribution


App-Cmdline

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-Codeowners

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.50      2021-04-02 17:14:52-06:00 America/Denver
  * Split off File::Codeowners to its own distribution.

0.49      2020-03-22 01:30:54-06:00 MST7MDT
  * Fix an encoding issue with the YAML formatter.
  * Add rename_owner methods.

0.48      2020-01-21 10:13:14-07:00 MST7MDT
  * Add rename_project and update_owners_by_project methods.
  * No changes to the CLI.

0.47      2019-11-17 17:36:49-07:00 MST7MDT
  * Configure git in unit tests to avoid unnecessary test failures.
  * Compare long paths on win32 (thanks CPAN testers).

 view all matches for this distribution


App-Codit

 view release on metacpan or  search on metacpan

lib/App/Codit/Plugins/Backups.pm  view on Meta::CPAN

	$self->{MODIFIED} = {};
	$self->{ACTIVE} = {};
	
	$self->cmdHookBefore('deferred_open', 'openDocBefore', $self);
	$self->cmdHookAfter('doc_close', 'closeDocAfter', $self);
	$self->cmdHookBefore('doc_rename', 'docRenameBefore', $self);
	$self->cmdHookAfter('doc_save', 'saveDocAfter', $self);

	$self->backupFolder;
	return $self;
}

lib/App/Codit/Plugins/Backups.pm  view on Meta::CPAN


sub Unload {
	my $self = shift;
	$self->cmdUnhookBefore('deferred_open', 'openDocBefore', $self);
	$self->cmdUnhookAfter('doc_close', 'closeDocAfter', $self);
	$self->cmdUnhookBefore('doc_rename', 'docRenameBefore', $self);
	$self->cmdUnhookAfter('doc_save', 'saveDocAfter', $self);
	return $self->SUPER::Unload;
}

=head1 LICENSE

 view all matches for this distribution


App-ColorNamer

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-ColorThemeUtils

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - Merge releases 0.010 & 0.010.2.


0.010.2 2021-08-01  Released-By: PERLANCAR; Urgency: medium

        - UPDATE 2021-08-08: rename release from 0.010 0.010.2 due to duplicate.

	[cli show-color-theme-swatch]

        - Support ANSI codes in color item.

Changes  view on Meta::CPAN

	- Adjust to ColorTheme 2.1.0.


0.005   2020-06-08  Released-By: PERLANCAR; Urgency: medium

	- Adjust to ColorTheme 2.0.1 (get_color_list renamed to
	  list_items).


0.004   2020-06-07  Released-By: PERLANCAR; Urgency: medium

 view all matches for this distribution


App-Colorist

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-Commando

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


App-CommentToPod

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

     such as ftp.uu.net, or by allowing the Copyright Holder to include your
     modifications in the Standard Version of the Package.

  b) use the modified Package only within your corporation or organization.

  c) rename any non-standard executables so the names do not conflict with
     standard executables, which must also be provided, and provide a separate
     manual page for each non-standard executable that clearly documents how it
     differs from the Standard Version.

  d) make other distribution arrangements with the Copyright Holder.

 view all matches for this distribution


( run in 1.331 second using v1.01-cache-2.11-cpan-131fc08a04b )