联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Linux/Unix编程(17) 
按平台查找All GO(17) 

[Linux/Unix编程] rectx

ReCT编程语言的强大小项目经理!,
The powerful little project manager for the ReCT programming language!, (2023-08-09, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691675566243220.html

[Linux/Unix编程] CPS-444

UNIX Linux编程,
UNIX Linux Programming, (2023-08-07, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1691375697150668.html

[Linux/Unix编程] go-shellcommand

提供函数System的包,如编程语言C
The package providing the function System like the programming language C (2021-10-17, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687747471881174.html

[Linux/Unix编程] lpi

《Linux编程接口》一书的注释和片段
Notes and snippets for the Linux Programming Interface book (2023-01-26, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687747471127101.html

[Linux/Unix编程] ODIN---Final-year-Project-CA400

Odin是一个可编程的分布式作业编排系统,允许调度、管理和无人参与...
Odin is a programmable distributed job orchestration system which allows for the scheduling, management and unattended background execution of individual user created tasks on Linux based systems. (2021-07-26, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687747464198816.html

[Linux/Unix编程] GOgle-drive

用Go编程语言编写的Linux最小、基于CLI的Google Drive客户端。主要目标是降低功率...
A minimal, CLI based Google Drive client for Linux written in the Go programming language. Main goal is to lower power consumption while supporting full sync. (2021-01-14, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687747464766013.html

[Linux/Unix编程] galloc

Go编程语言中`malloc(3)`的实现
An implementation of `malloc(3)` in the Go programming language (2018-04-07, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687747458838757.html

[Linux/Unix编程] LinuxSystemProgramming

Linux系统编程技术
Linux System Programming Techniques (2023-03-24, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687747458268683.html

[Linux/Unix编程] DevOps_Concepts

本报告包含我对DevOps、容器、各种工具和编程语言(如Go&...)的学习...
This repo contains my learnings towards the DevOps, Containers, various tools and programming languages such as Go & Python. (2023-05-05, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687747452272170.html

[Linux/Unix编程] tlpigo

使用go的Linux编程接口
The Linux Programming Interface with go (2020-06-30, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687745720146435.html

[Linux/Unix编程] flowcker

基于基于Flow的编程和linux容器(Docker)的分布式处理平台
A distributed processing platform, based on Flow based programming and linux containers (Docker) (2015-03-27, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687745623166698.html

[Linux/Unix编程] FoxxoOS

Go编程语言中的NixOS安装程序
installer for NixOS in Go Programming Language (2021-12-03, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687745567522836.html

[Linux/Unix编程] xdp

Package-xdp允许使用Go编程语言中的xdp套接字。
Package xdp allows one to use XDP sockets from the Go programming language. (2023-02-25, GO, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687745115673059.html

[Linux/Unix编程] nginx2stathat

编程以观看nginx组合的access.log并将每一行发送到syslog
Program to watch a nginx combined access.log and send every line to syslog (2013-03-18, GO, 3KB, 下载0次)

http://www.pudn.com/Download/item/id/1687498446392563.html

[Linux/Unix编程] go圣经

Go是一个开源的编程语言,它很容易用于构建简单、可靠和高效的软件。Go语言由来自Google公司的Robert Griesemer,Rob Pike和Ken Thompson三位大牛于2007年9月开始设计和实现,然后于2009年的11月对外正式发布。语言及其配套工具的设计目标是具有表达力,高效的编译和执行效率,有效地编写高效和健壮的程序。本书是为了帮助你开始以有效的方式使用Go语言,充分利用语言本身的特性和自带的标准库去编写清晰地道的Go程序。
Go is an open source programming language, which can be easily used to build simple, reliable and efficient software. The Google language was designed and implemented by Robert Griesemer, Rob Pike and Ken Thompson from Google in September 2007, and then officially released in November 2009. Language and its supporting tools are designed to be expressive, efficient in compiling and executing, and to write efficient and robust programs. This book is designed to help you start using the Go language in an effective way, making full use of the language's own characteristics and its own standard library to write clear and authentic Go programs. (2019-07-20, GO, 3696KB, 下载2次)

http://www.pudn.com/Download/item/id/1563593679847728.html

[Linux/Unix编程] 《Go语言编程》高清完整版电子书

go语言学习 《Go语言编程》高清完整版电子书.pdf
Go language learning (2018-05-02, GO, 8523KB, 下载3次)

http://www.pudn.com/Download/item/id/1525242496884937.html

[Linux/Unix编程] Programming-in-GO

GO语言的入门介绍,来自于linux公社。 Go 编程语言是一个使得程序员更加有效率的开源项目。Go 是有表达力、简洁、清晰和有效率的。它的并行机制使其很容易编写多核和网络应用,而新奇的类型系统允许构建有弹性的模块化程序。Go 编译到机器码非常快速,同时具有便利的垃圾回收和强大的运行时反射。它是快速的、静态类型编译语言,但是感觉上是动态类型的,解释型语言。
Introduction to GO language, the Linux idc. Go programming language is an open source project that makes programmers more efficient. Go is expressive, concise, clear and efficient. Its parallel mechanism makes it easy to write multi-core and network applications, while the novel type system allows the construction of flexible modular program. Go compiler to machine code is very fast, and has a convenient garbage collection and a powerful run-time reflection. It is fast and statically typed languages, but it is a dynamic type, interpreted language. (2016-08-02, GO, 1233KB, 下载2次)

http://www.pudn.com/Download/item/id/1470103387572510.html
总计:17