$Id: header.txt 651946 2008-04-27 13:41:38Z apetrelli $ Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright
smartflash 3.11 源码,D7下经过验证,可以使用,以下是介绍: SmartFlash is a VCL with additional features in Macromedia Flash ActiveX. SmartFlash support real trasparency of the flash and antialiasing effect in the flash frame. Also you can load flash, flv from stream an
BitMailer is a simple SMTP client based on jwSMTP mailer class with full SMTP authentification support. The simple commandline interface is designed for easy use especially in scr ipts. Support for TLS and additional authentification types coming so
WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level pack
This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant system
au3反编译源码 myAut2Exe - The Open Source AutoIT scr ipt Decompiler 2.9 ======================================================== *New* full support for AutoIT v3.2.6++ :) ... mmh here's what I merely missed in the 'public sources 3.1.0' This program is f
MiTeC System Information Component Suite (MSICS) is set of components for Delphi 5, 6, 7, 2005(BDS3) and 2006(BDS4) Win32 personality providing deep and wide-range system information of your machine. It's written in pure VCL and assembler. No additi
flashfru is a utility for reading/writing FRU data.It is used to flash fru information by using the Intelligent Platform Management Interface. It requires that the FRU spec defined follow FRU information Storage Definitioin(V1.0),and now this utilit
高速缓存
大致基于的恒定时间最少使用(LFU)高速缓存的简单实现。
例子
use lfu_cache :: LfuCache;
let mut cache = LfuCache :: with_capacity ( 2 );
// Fill up the cache.
cache. insert ( "foo" , 3 );
cache. insert ( "bar" , 4 );
// Insert returns the evicted value, if a value was evict
我的Emacs Doom配置
; ;; $DOOMDIR/config.el -*- lexical-binding : t ; -*-
目录
末日配置帮助
; ; Here are some additional functions/macros that could help you configure Doom:
; ;
; ; - `load!' for loading external *.el files relative to this one
; ; - `use-package