useful tools for programmer programming
useful tools for programmer programming
devtools
repl & playground
https://jscomplete.com/playground
Codes Editors / Text Editors
- VS Code
- NodePad ++
- Sublime Text
IDE & Editors
- Android Studio
- Xcode
Online IDE
Online IDE powered by Visual Studio Code ️
gif & record & vedio
https://asciinema.org/docs/embedding

https://www.cockos.com/licecap/

image optimization tools
https://github.com/ImageOptim/ImageOptim
ASCII Art
Text to ASCII Art Generator (TAAG)
http://patorjk.com/software/taag/#p=testall&h=0&v=0&f=Fuzzy&t=xgqfrms
https://www.cnblogs.com/xgqfrms/p/10933755.html
https://www.cnblogs.com/xgqfrms/p/5492672.html

email list
UI
PDF editor
https://www.cnblogs.com/xgqfrms/p/11008226.html
video

xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!
useful tools for programmer programming的更多相关文章
- The Go Programming Language. Notes.
		Contents Tutorial Hello, World Command-Line Arguments Finding Duplicate Lines A Web Server Loose End ... 
- SPS Programming Abrites AVDI or GM MDI
		Just information for you to make a wise purchase of GM scan tools for SPS programming: (here, I focu ... 
- DotNet 资源大全中文版(Awesome最新版)
		Awesome系列的.Net资源整理.awesome-dotnet是由quozd发起和维护.内容包括:编译器.压缩.应用框架.应用模板.加密.数据库.反编译.IDE.日志.风格指南等. 算法与数据结构 ... 
- Learn golang: Top 30 Go Tutorials for Programmers Of All Levels
		https://stackify.com/learn-go-tutorials/ What is Go Programming Language? Go, developed by Google in ... 
- 【资源大全】.NET资源大全中文版(Awesome最新版)
		算法与数据结构(Algorithms and Data structures) 应用程序接口(API) 应用程序框架(Application Frameworks) 模板引擎(Application ... 
- FPGA的EPCS 配置的2种方法 FPGA下载程序的方法(EPCS)
		使用主动串行配置模式对Cyclone FPGA进行配置前,必须将配置文件写入串行配置器件EPCS.将配置文件写入EPCS的方法有三种: (1)在Quartus II的Programmer中,通过专门与 ... 
- IOS学习路径
		iOS Developer Roadmap Start your journey today! Where Do I Start? Becoming an iOS developer is a lot ... 
- Object-relational mapping
		https://en.wikipedia.org/wiki/Object-relational_mapping Object-relational mapping (ORM, O/RM, and O/ ... 
- Python第三方常用工具、库、框架等
		Python ImagingLibrary(PIL):它提供强大的图形处理的能力,并提供广泛的图形文件格式支持,该库能进行图形格式的转换.打印和显示.还能进行一些图形效果的处理,如图形的放大.缩小和旋 ... 
随机推荐
- (002)每日SQL学习:删除名称重复的数据
			create table A ( id VARCHAR2(36), name VARCHAR2(100), sl VARCHAR2(36) ); insert all into a (id,name) ... 
- Understanding go.sum and go.mod file in Go
			https://golangbyexample.com/go-mod-sum-module/ Understanding go.sum and go.mod file in Go (Golang) – ... 
- LOJ10128. 花神游历各国
			花神喜欢步行游历各国,顺便虐爆各地竞赛.花神有一条游览路线,它是线型的,也就是说,所有游历国家呈一条线的形状排列,花神对每个国家都有一个喜欢程度(当然花神并不一定喜欢所有国家). 每一次旅行中,花神会 ... 
- HTTP1.0/1.1/2.0
			https://www.cnblogs.com/heluan/p/8620312.html http缓存策略 https://www.cnblogs.com/Iwillknow/archive/201 ... 
- Core3.1 微信v3 JSAPI支付 退款
			1.前言 上一篇写了<Core3.1 微信v3 JSAPI支付>,这个属于v3的接口规则,现在研究了下退款的接口我写的时候它属于v2接口规则文档.但凡微信支付文档里面写清楚点我也不会在这里 ... 
- Java网络基础
			本来主要是讲自己在网络编程方面的学习总结,里面主要讲计算网络的基础.TCP的通信协议,还有些简单的案例.下面是我学习的一个简单路线, 一.概述 计算机网络是将不同地理位置的具有独立功能的多台计算机及其 ... 
- XCTF-easyjni
			前期工作 查壳无壳 逆向分析 文件结构 MainActivity代码 public class MainActivity extends c { static { System.loadLibrary ... 
- flutter--Dart基础语法(二)流程控制、函数、异常
			一.前言 Flutter 是 Google 开源的 UI 工具包,帮助开发者通过一套代码库高效构建多平台精美应用,Flutter 开源.免费,拥有宽松的开源协议,支持移动.Web.桌面和嵌入式平台. ... 
- Java学习路线图()
			阶段1 1:学习HTML 2:学习CSS 3:Javascript 4:jquery 5:xml解析 6:Bootstrap 阶段2 7:JAVAse基础 8:mysql数据库 9:Powerdesi ... 
- form(form基础、标签渲染、错误显示 重置信息、form属性、局部钩子、全局钩子)
			form基础 Django中的Form使用时一般有两种功能: 1.生成html标签 2.验证输入内容 要想使用django提供的form,要在views里导入form模块 from django im ... 
