FilelistCreator --- 导出文件列表神器 及其他好用工具
Standard Software
WordCreator: Creates readable words, sentences or texts from syllables and letters weighted with probabilities. More...
Pipette: Pick up colors from your screen, change and work with them in many models and learn all about colors. More...
PrintMyFonts: With this tool, you can win the overview over all of your fonts on your computer back. More...
TextConverter: Replacing, deleting, inserting and formating of text or lines in many files at the same time. More...
FileRenamer: Rename multiple files and folders according to your rules and desires at once. More...
FilelistCreator: Create file lists and folder lists including all information you want as text, image or HTML document. More...
SlippyClerk: This tool guarantees fast, productively and precisely working. Enter a new dimension of precision writing today. More...
FasterFiles: Define system-wide keyboard shortcuts for arbitrary actions and action lists. More...
TextEncoder: With the TextEncoder you can change the encoding of multiple text files at once. More...
ImageConverter: Change lots of images at once (color, size, watermarks, blur, file format and more). More...
ImageResizer: Resize and change lots of images at the same time easily and quickly. More...
TextImages: Write text on images, for example for the headlines of your homepage. More...
ClipboardSaver: Change and save texts and images in your clipboard automatically. More...
Sudoku: Play Sudoku at your computer, print them, compare yourself with other players in the Highscore. More...
UnitConverter: Convert and calculate values from over 4500 units of 33 categories. More...
IndexAuthor: Creates keyword and file indexes as text or HTML from your documents automatically. More...
AnswerCoach: Study like a professional. Practise for your next examination with the AnswerCoach. More...
EasyMusicPlayer: A tool for music enthusiasts, tall collections and people really liking music. More...
PasswordGenerator: With this password generator you can create random passwords of any length. More...
An overview with more detailed descriptions of all software applications can be foundhere.
Individual Software
Beyond our freeware and pro software products you can see on the left, we are also offering individual software solutions according to your personal needs and your specific wishes and desires.
Such a solution can either be an adjustment of an existing application or a complete new software for you. Both desktop tools or software and browser based online applications for the Internet are possible. We can also help you to find the right solution for your specific problem.
Read more about this topic in our portal for individual solutions.
Thank you for your support
Without your help, it would not be possible to provide such a range of freeware software.
So, in this place we would like to thank particularly the ones, who have supported this page with their donation. These people have made it possible to provide such a big number of free software applications and to finance the care and costs of this page, the improvement of existing programs and the development of new software. Read more..
https://www.sttmedia.com/filelistcreator-download
Downloads
FilelistCreator --- 导出文件列表神器 及其他好用工具的更多相关文章
- 编码神器——Sublime Text 包管理工具及扩展大全
Sublime Text 是程序员们公认的编码神奇,拥有漂亮的用户界面和强大的功能,例如代码缩略图,多重选择,快捷命令等.还可自定义键绑定,菜单和工具栏.Sublime Text 的主要功能包括:拼写 ...
- 工欲善其事,必先利其器 软件工具开发关键词 protractor自动化测试工具 RegexBuddy正则 CodeSmith,LightSwitch:代码生成 CheatEngine:玩游戏修改内存值必备神器 ApkIDE:Android反编译工具 Reflector:反编译dll动态链接库
工欲善其事,必先利其器 本文版权归翟士丹(Stan Zhai)和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利. 原文地址:http ...
- 「 神器 」在线PDF文件管理工具和图片编辑神器
每天进步一丢丢,连接梦与想 在线PDF文件管理工具 完全免费的PDF文件在线管理工具,其功能包括:合并PDF文件.拆分PDF文件.压缩PDF文件.Office文件转换为PDF文件.PDF文件转换为JP ...
- 编码神器 Sublime Text 包管理工具及扩展大全
Sublime Text 是程序员们公认的编码神奇,拥有漂亮的用户界面和强大的功能,例如代码缩略图,多重选择,快捷命令等.还可自定义键绑定,菜单和工具栏.Sublime Text 的主要功能包括:拼写 ...
- Windows SMTP服务器的中继列表
今天在一台Windows 2019的SMTP服务器上想增加一个匿名中继的客户端地址.登录到服务器后发现原来的设置丢失了,而且原来的允许列表也不见了.界面变成了这样. https://www.cnblo ...
- Sharepoint 2013列表视图和字段权限扩展插件(免费下载)!
记得2014年春节期间,有博客园的网友通过QQ向我咨询Sharepoint 2013列表视图和字段权限扩展,因为之前他看到我博客介绍Sharepoint 2010列表视图和字段的权限控制扩展使用,问有 ...
- java构建树形列表(带children属性)
一些前端框架提供的树形表格需要手动构建树形列表(带children属性的对象数组),这种结构一般是需要在Java后台构建好. 构建的方式是通过id字段与父id字段做关联,通过递归构建children字 ...
- C++统一初始化语法(列表初始化)
引言 要是世上不曾存在C++14和C++17该有多好!constexpr是好东西,但是让编译器开发者痛不欲生:新标准库的确好用,但改语法细节未必是明智之举,尤其是3年一次的频繁改动.C++带了太多历史 ...
- IOS - ACL (访问控制列表)
ACL 介绍 ACL 是一款 IOS 软件工具,而不是某种协议.从名字上来看,ACL 的主要功能是控制对网络资源的访问.事实上这是 ACL 最早的用途.现在 ACL 除了能够限制访问外,更多时候,我们 ...
随机推荐
- OSPF 虚链路
通过配置OSPF虚链路连接到骨干区域. 实验拓扑 如图所示连接,地址规划如下: 名称 接口 IP地址 R1 f0/0 192.168.10.1/24 R1 f0/1 192.168.20.1/24 R ...
- k8s 初识pod (二)
kubernetes中调用pod到哪个节点上是无关紧要的,但由于实际情况,每台node的硬件环境不一致,所以某些情况要求将不同pod调到指定节点上运行.也可以通过label实现. kubectl la ...
- 【解决】k8s 1.15.2 镜像下载方案
k8s 国内镜像下载方案 众所周知,国内是不太容易下载k8s.gcr.io站点的镜像的 一.第一种方案:Azure中国镜像站 http://mirror.azure.cn/help/gcr-proxy ...
- jenkiins 配置邮件发送(四)
一.默认邮件配置的方法 Jenkins默认的插件只能发送执行失败的job 系统管理-->系统设置-->邮件通知 需要注意的是系统管理员邮箱地址必须要邮箱通知的邮箱一致,否则不会发送成功 在 ...
- saas系统多租户数据隔离的实现(一)数据隔离方案
0. 前言 前几天跟朋友聚会的时候,朋友说他们公司准备自己搞一套saas系统,以实现多个第三方平台的业务接入需求.聊完以后,实在手痒难耐,于是花了两天时间自己实现了两个saas系统多租户数据隔离实现方 ...
- 2019年杭电多校第二场 1002题Beauty Of Unimodal Sequence(LIS+单调栈)
题目链接 传送门 思路 首先我们对\(a\)正反各跑一边\(LIS\),记录每个位置在前一半的\(LIS\)中应该放的位置\(ans1[i]\),后一半的位置\(ans2[i]\). 对于字典序最小的 ...
- Docker 中 MySQL 数据的导入导出
Creating database dumps Most of the normal tools will work, although their usage might be a little c ...
- 分享一个简单易用的软件定时器模块(MultiTimer)——基于keil+stm32f103zet+hal库(裸机实现)
公众号上看到一个比较好的一个github项目:https://github.com/0x1abin/MultiTimer 今天看了看,简单的,就移植了- 且看文档的说明, ============== ...
- UEditor富文本WEB编辑器设置代码高亮
UEditor编译器支持代码高亮显示,设置方法如下: 1.页面head引入UEditor类包文件shCore.js.shCoreDefault.css代码 (注:引入文件路径根据需求变更即可) < ...
- RabbitMQ简单介绍+Windows环境安装
文章目录 1.RabbitMQ简介2.RabbitMQ与其他MQ有什么不同3.RabbitMQ环境安装3.1 安装erlang3.2 安装rabbitmq-server4. RabbitMQ管理平台介 ...