https://www.sttmedia.com/

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..


写作工具 --- Ommwriter 
 

https://www.sttmedia.com/filelistcreator-download

Downloads

FilelistCreator --- 导出文件列表神器 及其他好用工具的更多相关文章

  1. 编码神器——Sublime Text 包管理工具及扩展大全

    Sublime Text 是程序员们公认的编码神奇,拥有漂亮的用户界面和强大的功能,例如代码缩略图,多重选择,快捷命令等.还可自定义键绑定,菜单和工具栏.Sublime Text 的主要功能包括:拼写 ...

  2. 工欲善其事,必先利其器 软件工具开发关键词 protractor自动化测试工具 RegexBuddy正则 CodeSmith,LightSwitch:代码生成 CheatEngine:玩游戏修改内存值必备神器 ApkIDE:Android反编译工具 Reflector:反编译dll动态链接库

    工欲善其事,必先利其器 本文版权归翟士丹(Stan Zhai)和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利. 原文地址:http ...

  3. 「 神器 」在线PDF文件管理工具和图片编辑神器

    每天进步一丢丢,连接梦与想 在线PDF文件管理工具 完全免费的PDF文件在线管理工具,其功能包括:合并PDF文件.拆分PDF文件.压缩PDF文件.Office文件转换为PDF文件.PDF文件转换为JP ...

  4. 编码神器 Sublime Text 包管理工具及扩展大全

    Sublime Text 是程序员们公认的编码神奇,拥有漂亮的用户界面和强大的功能,例如代码缩略图,多重选择,快捷命令等.还可自定义键绑定,菜单和工具栏.Sublime Text 的主要功能包括:拼写 ...

  5. Windows SMTP服务器的中继列表

    今天在一台Windows 2019的SMTP服务器上想增加一个匿名中继的客户端地址.登录到服务器后发现原来的设置丢失了,而且原来的允许列表也不见了.界面变成了这样. https://www.cnblo ...

  6. Sharepoint 2013列表视图和字段权限扩展插件(免费下载)!

    记得2014年春节期间,有博客园的网友通过QQ向我咨询Sharepoint 2013列表视图和字段权限扩展,因为之前他看到我博客介绍Sharepoint 2010列表视图和字段的权限控制扩展使用,问有 ...

  7. java构建树形列表(带children属性)

    一些前端框架提供的树形表格需要手动构建树形列表(带children属性的对象数组),这种结构一般是需要在Java后台构建好. 构建的方式是通过id字段与父id字段做关联,通过递归构建children字 ...

  8. C++统一初始化语法(列表初始化)

    引言 要是世上不曾存在C++14和C++17该有多好!constexpr是好东西,但是让编译器开发者痛不欲生:新标准库的确好用,但改语法细节未必是明智之举,尤其是3年一次的频繁改动.C++带了太多历史 ...

  9. IOS - ACL (访问控制列表)

    ACL 介绍 ACL 是一款 IOS 软件工具,而不是某种协议.从名字上来看,ACL 的主要功能是控制对网络资源的访问.事实上这是 ACL 最早的用途.现在 ACL 除了能够限制访问外,更多时候,我们 ...

随机推荐

  1. C# 去除Split()中去除内容为空的数据

    C#去除Split()中去除内容为空的数据 var  str="0001,0002,"; var strusers1 = str.Split(','); ///结果["0 ...

  2. 转载: JavaScript中执行环境和栈

    在这篇文章中,我会深入理解JavaScript最根本的组成之一 : "执行环境(执行上下文)".文章结束后,你应该对解释器试图做什么,为什么一些函数/变量在未声明时就可以调用并且他 ...

  3. httprunner学习3-extract提取token值参数关联(上个接口返回的token,传给下个接口请求参数)

    前言 如何将上个接口的返回token,传给下个接口当做请求参数?这是最常见的一个问题了. 解决这个问题其实很简单,我们只需取出token值,设置为一个中间变量a,下个接口传这个变量a就可以了.那么接下 ...

  4. openstack环境下搭建的keepalived 两台服务器直接无法ping通VIP ALLOWED-ADDRESS-PAIRS

    真的是搞了很久 结果一问人才知道真的是neutron的问题 当然前提是设置unicast 而不是默认设置 先贴出来后面再更新图片 [root@haproxy1 ~]# cat /etc/keepali ...

  5. wordpress调用指定分类除外的置顶文章

    我们有时需要根据实际需要进行一些设置,比如wordpress调用指定分类除外的置顶文章,如何实现呢?随ytkah一起来看看吧,用如下代码插入到需要调取的位置 <div class="r ...

  6. MySQL中的内连接、左连接、右连接、全连接、交叉连接

    创建两个表(a_table.b_table),两个表的关联字段分别为:a_table.a_id和b_table.b_id CREATE TABLE a_table ( a_id int NOT NUL ...

  7. Mysql命令下导出select查询数据之 select ... into outfile方法

    Mysql日常使用中经常遇到将select查询的数据导出到本地目录的情况,以便数据备份.分析等. 接下来将介绍Mysql终端下使用 select ... into outfile 语句导出数据方法 命 ...

  8. swift语法之常量 变量 类型

    常量和变量: 在swift中声明变量或者声明常量的时候可以不用写变量或者常量类型 因为系统会自动推导出对应的类型. 变量:可以更改值 swift中每句代码后面不需要加 ; 号 var num = 5 ...

  9. LeetCode 422. Valid Word Square

    原题链接在这里:https://leetcode.com/problems/valid-word-square/ 题目: Given a sequence of words, check whethe ...

  10. (尚032)Vue_案例_消息订阅与发布(组件订阅与发布(PubSubJS库))

    组件订阅与发布(PubSubJS库) npm info pubsub-js 安装库 npm install --save pubsub -js ============================ ...